@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Regular.eot');
  src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Regular.woff2') format('woff2'), url('../fonts/DMSans-Regular.woff') format('woff'), url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Medium.eot');
  src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Medium.woff2') format('woff2'), url('../fonts/DMSans-Medium.woff') format('woff'), url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-Bold.eot');
  src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Bold.woff2') format('woff2'), url('../fonts/DMSans-Bold.woff') format('woff'), url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "DMSans";
  max-width: 1920px;
  --color: #e56d48;
  --white: #ffffff;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 85%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner .nav {
  background-color: #FFFFFF;
}
#header.active .nav {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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 {
  margin: 0 1.2em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 5em;
  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: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -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;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: 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 {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .container {
  height: 100%;
}
#banner .container > div {
  height: 100%;
}
#banner .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner h2 {
  font-size: 13.37vw;
  line-height: .9;
  letter-spacing: .15em;
}
#banner p {
  font-weight: 500;
}
.home-1 .list ul {
  margin: -10px;
}
.home-1 .list li {
  padding: 10px;
}
.home-1 .list p {
  color: #666666;
}
.home-2 {
  position: relative;
}
.home-2::after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  font-size: 13.37vw;
  line-height: .9;
  opacity: .18;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
.home-2 .Tit {
  line-height: 1.1;
  font-style: italic;
}
.home-2 .Tit span {
  font-size: 1.2275em;
}
.home-2 .content {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-2 .line {
  max-width: 355px;
  border-bottom: 2px solid #000000;
  position: relative;
}
.home-2 .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #000000;
}
.home-2 .text {
  max-width: 560px;
  color: #333333;
}
.home-2 .slickBtn div {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #3d3d3d;
  opacity: .33;
  font-size: 2em;
}
.home-2 .slickBtn div:hover {
  opacity: 1;
}
.home-2 .slickBtn.pos div.prev {
  right: auto;
  left: 25px;
}
.home-2 .slickBtn.pos div.next {
  left: auto;
  right: 25px;
}
.home-3 {
  background-color: #FFFFFF;
}
.home-3 .list .img {
  background-color: #cbced7;
  border-radius: 10px;
  position: relative;
}
.home-3 .list .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/home3-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-3 .list .name {
  background-color: #f6f6f6;
  border-radius: 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .list .name:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
.style_progress {
  height: -webkit-calc(100% - var(--ofb));
  height: -moz-calc(100% - var(--ofb));
  height: calc(100% - var(--ofb));
  position: absolute;
  left: -1em;
  top: 0;
  width: 2em;
}
.style_filler {
  position: relative;
  overflow: hidden;
  bottom: auto;
  width: 3px;
  display: block;
  height: 100%;
  margin: 0 auto;
}
.style_filler::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0d8be;
  -webkit-transform: translateY(-webkit-calc(-100% + (var(--p)) * 105%));
  -moz-transform: translateY(-moz-calc(-100% + (var(--p)) * 105%));
  -ms-transform: translateY(calc(-100% + (var(--p)) * 105%));
  transform: translateY(calc(-100% + (var(--p)) * 105%));
  z-index: 1;
}
.style_filler::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 0;
  margin: auto;
  opacity: .1;
  background: currentColor;
}
.style_holder {
  row-gap: 6.125em;
}
.style_point {
  -webkit-transition: background-color 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  -moz-transition: background-color 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  transition: background-color 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  width: 2em;
  height: 2em;
  margin-top: -0.5em;
  position: absolute;
  left: -1em;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.style_point svg {
  width: .8em;
  height: .8em;
  -o-object-fit: contain;
  object-fit: contain;
}
.style_block[data-block="active"] .style_point,
.style_block.active .style_point {
  background-color: #f0d8be;
}
.home-4 {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
.home-4 .left {
  padding-left: 10%;
  padding-right: 10%;
}
.home-4 .left > div {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.baseBtn {
  padding: 3px 4px 3px 26px;
  background: var(--color);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 80px;
  border: 0;
}
.baseBtn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  background: #202020;
  border-radius: 25px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.baseBtn p {
  color: #FFFFFF;
  min-width: 130px;
}
.baseBtn .icon {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.baseBtn .icon img {
  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%);
}
.baseBtn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.home-5 {
  background-color: #FFFFFF;
}
.home-5 .list li > div:hover .moreBtn a {
  background-color: var(--color);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-5 .list li > div:hover .moreBtn a img {
  opacity: 1;
}
.home-5 .list .box {
  background-color: red;
  background-image: -webkit-linear-gradient(135deg, #ebebeb, #f8f8f8, #ebebeb);
  background-image: -moz-linear-gradient(135deg, #ebebeb, #f8f8f8, #ebebeb);
  background-image: linear-gradient(-45deg, #ebebeb, #f8f8f8, #ebebeb);
  border-radius: 10px;
  min-height: 345px;
  -webkit-clip-path: polygon(100% 0, 100% -webkit-calc(100% - 130px), -webkit-calc(100% - 130px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% -moz-calc(100% - 130px), -moz-calc(100% - 130px) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 130px), calc(100% - 130px) 100%, 0 100%, 0 0);
}
.home-5 .list .moreBtn {
  right: 0;
  bottom: 0;
}
.home-5 .list .moreBtn a {
  display: block;
  width: 75px;
  height: 75px;
  background-color: #000000;
  border-radius: 0 0 10px 0;
  padding-left: 45px;
  padding-top: 45px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-5 .list .moreBtn a img {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
@-webkit-keyframes moveInCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes moveInCircle {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes moveInCircle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-moz-keyframes moveVertical {
  0% {
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -moz-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@keyframes moveVertical {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    -webkit-transform: translateX(50%) translateY(10%);
    transform: translateX(50%) translateY(10%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
  }
}
@-moz-keyframes moveHorizontal {
  0% {
    -moz-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    -moz-transform: translateX(50%) translateY(10%);
    transform: translateX(50%) translateY(10%);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(-50%) translateY(-10%);
    -moz-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    -webkit-transform: translateX(50%) translateY(10%);
    -moz-transform: translateX(50%) translateY(10%);
    transform: translateX(50%) translateY(10%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-10%);
    -moz-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
  }
}

.home-6 {
  background-color: #FFFFFF;
}

#footer {
  background-color: #f8f8f8;
  color: #000;
}
#footer .noiseBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  opacity: .3;
}
#footer .svgBlur {
  display: none;
}
#footer .gradients-container {
  -webkit-filter: url(#goo) blur(40px);
  filter: url(#goo) blur(40px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#footer .g1 {
  position: absolute;
  background: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: -moz-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 50%;
  height: 50%;
  top: -webkit-calc(50% - 50% / 2);
  top: -moz-calc(50% - 50% / 2);
  top: calc(50% - 50% / 2);
  left: 50%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: moveVertical 30s ease infinite;
  -moz-animation: moveVertical 30s ease infinite;
  animation: moveVertical 30s ease infinite;
  opacity: 1;
}
#footer .g3 {
  position: absolute;
  background: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: -moz-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 50%;
  height: 50%;
  top: -webkit-calc(50% - 50% / 2+200px);
  top: -moz-calc(50% - 50% / 2+200px);
  top: calc(50% - 50% / 2+200px);
  left: -webkit-calc(50% - 50% / 2 - 500px);
  left: -moz-calc(50% - 50% / 2 - 500px);
  left: calc(50% - 50% / 2 - 500px);
  -webkit-transform-origin: -webkit-calc(50%+400px);
  -moz-transform-origin: -moz-calc(50%+400px);
  -ms-transform-origin: calc(50%+400px);
  transform-origin: calc(50%+400px);
  -webkit-animation: moveInCircle 40s linear infinite;
  -moz-animation: moveInCircle 40s linear infinite;
  animation: moveInCircle 40s linear infinite;
  opacity: 1;
}
#footer .g4 {
  position: absolute;
  background: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: -moz-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 50%;
  height: 50%;
  top: -webkit-calc(50% - 50% / 2);
  top: -moz-calc(50% - 50% / 2);
  top: calc(50% - 50% / 2);
  left: -webkit-calc(50% - 50% / 2);
  left: -moz-calc(50% - 50% / 2);
  left: calc(50% - 50% / 2);
  -webkit-transform-origin: -webkit-calc(50% - 200px);
  -moz-transform-origin: -moz-calc(50% - 200px);
  -ms-transform-origin: calc(50% - 200px);
  transform-origin: calc(50% - 200px);
  -webkit-animation: moveHorizontal 40s ease infinite;
  -moz-animation: moveHorizontal 40s ease infinite;
  animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
#footer .g5 {
  position: absolute;
  background: -webkit-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: -moz-radial-gradient(center, circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: -webkit-calc(50% * 2);
  width: -moz-calc(50% * 2);
  width: calc(50% * 2);
  height: -webkit-calc(50% * 2);
  height: -moz-calc(50% * 2);
  height: calc(50% * 2);
  top: -webkit-calc(50% - 50%);
  top: -moz-calc(50% - 50%);
  top: calc(50% - 50%);
  left: -webkit-calc(50% - 50%);
  left: -moz-calc(50% - 50%);
  left: calc(50% - 50%);
  -webkit-transform-origin: -webkit-calc(50% - 800px) -webkit-calc(50%+200px);
  -moz-transform-origin: -moz-calc(50% - 800px) -moz-calc(50%+200px);
  -ms-transform-origin: calc(50% - 800px) calc(50%+200px);
  transform-origin: calc(50% - 800px) calc(50%+200px);
  -webkit-animation: moveInCircle 20s ease infinite;
  -moz-animation: moveInCircle 20s ease infinite;
  animation: moveInCircle 20s ease infinite;
  opacity: 1;
}
#footer .footer-top .left .Tit {
  line-height: 1.2;
}
#footer .footer-top .left .Tit span {
  color: var(--color);
}
#footer .footer-top .left .text {
  color: #a1a1a1;
}
#footer .footer-top .right input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
#footer .footer-top .right button {
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
#footer .footer-bottom .footer-block h4 {
  color: #000;
}
#footer .footer-bottom .footer-block:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#footer .footer-bottom .footer-block:nth-child(2) ul {
  font-size: 1.015em;
}
#footer .footer-bottom .footer-block:nth-child(2) li a {
  color: #cdcdcd;
}
#footer .footer-bottom .bottom {
  color: #707070;
}
#footer .footer-bottom .bottom img.login {
  height: 16px;
}
.fixed-bg {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
}
.fixed-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/dot.png);
}
.fixed-bg > div {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.fixed-bg .gradients-container {
  -webkit-filter: url(#goo) blur(40px);
  filter: url(#goo) blur(40px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fixed-bg .interactive {
  position: absolute;
  background: -webkit-radial-gradient(center, circle, rgba(229, 109, 72, 0.8) 0, rgba(229, 109, 72, 0) 50%) no-repeat;
  background: -moz-radial-gradient(center, circle, rgba(229, 109, 72, 0.8) 0, rgba(229, 109, 72, 0) 50%) no-repeat;
  background: radial-gradient(circle at center, rgba(229, 109, 72, 0.8) 0, rgba(229, 109, 72, 0) 50%) no-repeat;
  mix-blend-mode: hard-light;
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}
@media (max-width: 1450px) {
  .baseBtn p {
    min-width: auto;
  }
  .baseBtn {
    padding: 3px 4px 3px 16px;
  }
  .baseBtn .icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
@media (max-width: 1250px) {
  .baseBtn .icon {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1000px) {
  .container {
    max-width: 100%;
  }
  .home-1 .list li {
    width: 50%;
  }
  .home-2 .Tit span {
    font-size: .8em;
  }
  .home-2 .slickBtn {
    display: none;
  }
  .home-5 .list li > div .moreBtn a {
    background-color: var(--color);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .home-5 .list li > div .moreBtn a img {
    opacity: 1;
  }
  #footer .footer-bottom .footer-block:nth-child(1) {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    width: 25%;
  }
  #footer .footer-bottom .footer-block:nth-child(2) {
    width: 45%;
  }
  #footer .footer-bottom .footer-block:nth-child(3) {
    width: 100%;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-4 .left {
    width: 100%;
  }
  .home-4 .right {
    width: 100%;
  }
  .home-4 .right > div {
    padding-left: 50px;
  }
  .style_block {
    padding-left: 0;
  }
  .style_point {
    left: -50px;
  }
  .style_progress {
    left: 0;
  }
  .style_holder {
    row-gap: 7em;
  }
}
@media (max-width: 700px) {
  #banner .container > div {
    padding-top: 35px;
  }
  .home-2 .content {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 40px 0;
  }
  #footer .footer-bottom .footer-block:nth-child(1) {
    width: 50%;
  }
  .hide-700 {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}




.mbx {
  padding: .8em 0;
  background-color: #f9f9f9;
}

.inner-banner {
  height: 330px;
  background-size: cover;
  background-position: center;
  background-color: var(--color);
  color: white;
}
.inner-page .sidebarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.inner-page .sidebarLeft .slide span.h6 {
  padding: 2% 4%;
  border: 1px solid #b1b1b1;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.inner-page .sidebarLeft .slide span.h6.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.inner-page .sidebarLeft .slide ul {
  padding: 6% 4%;
  border: 1px solid #b1b1b1;
  color: #9e9e9e;
  margin: -1px 0;
}
.inner-page .sidebarLeft .slide ul ul {
  padding: 3% 0;
  border: none;
}
.inner-page .sidebarLeft .slide ul ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebarLeft .slide ul li a:not([href]) {
  font-size: 1.2em;
  color: #444;
}
.inner-page .sidebarLeft .slide ul li {
  margin-bottom: 1.2em;
}
.inner-page .sidebarLeft .slide ul li i {
  width: 1.42857143em;
  height: 1.42857143em;
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sidebarLeft .slide ul li i:before {
  font-size: 1.4em;
  opacity: 0;
}
.inner-page .sidebarLeft .slide ul li.active > a i:before {
  opacity: 1;
}
.inner-page .sidebarLeft .info {
  background-color: #f1f2eb;
  padding: 12% 10%;
}
.inner-page .sidebarLeft .nav {
  border: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav span.h6 {
  background-color: var(--color);
  color: white;
  padding: 10px 20px;
  line-height: 1.2;
}
.inner-page .sidebarLeft .nav ul li {
  border-top: 1px solid #bebebe;
}
.inner-page .sidebarLeft .nav ul li:first-child {
  border-top: none;
}
.inner-page .sidebarLeft .nav ul li a {
  padding: .8em 20px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebarLeft .nav ul li a:hover {
  background-color: var(--color);
  color: white;
}

.inner-page .navlink .line {
  border-bottom: 1px solid #dfdfdf;
}
.inner-page .navlink a {
  padding: 0 1.5em 1.5em;
  position: relative;
}
.inner-page .navlink a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .navlink a.active:before {
  opacity: 1;
}
.inner-page .more {
  min-width: 15.625em;
}
.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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .7em;
}
.inner-page .m-page div a,
.inner-page .m-page div span {
  border: 1px solid #c6c6c6;
  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;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page div a:hover,
.inner-page .m-page div span.current {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}

.mold-page .mold-1 .text {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.mold-page .mold-2 {
  background-color: var(--color);
}
.mold-page .mold-2 img {
  filter: brightness(0) invert(1);
}
.mold-page .mold-4 {
  background-color: #f9f9f9;
}
.mold-page .mold-4 .big .slickBtn div {
  background-color: transparent;
  color: #333;
}
.mold-page .mold-4 .big .slickBtn div:hover {
  color: var(--color);
}
.mold-page .mold-4 .small {
  padding: 0 25%;
}
.mold-page .mold-4 .small a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.mold-page .mold-4 .small .slick-current a:before {
  opacity: 0;
}
.devel-page .devel-1 .text {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.devel-page .devel-1 .list ul li .box {
  position: relative;
  overflow: hidden;
}
.devel-page .devel-1 .list ul li .box .content {
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  width: 100%;
  /*padding: 20% 5% 5%;*/
  /*color: white;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(35, 81, 158, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(35, 81, 158, 0.8));
  background-image: -moz-linear-gradient(top, transparent, rgba(35, 81, 158, 0.8));
  background-image: linear-gradient(to bottom, transparent, rgba(35, 81, 158, 0.8));*/
  /*opacity: 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5%;
  /*-webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);*/
}
.devel-page .devel-1 .list ul li .box .content .text {
  line-height: 1.625;
}
/*.devel-page .devel-1 .list ul li .box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}*/
.devel-page .devel-2 {
  background-color: var(--color);
  color: white;
}
.devel-page .devel-4:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
.devel-page .devel-4 .slickDots {
  --color: var(--color);
}
.devel-page .devel-4 .slickDots li {
  border: none;
  background-color: #bebebe;
}
.devel-page .devel-4 .slickDots li.slick-active {
  background-color: var(--color);
}
.global-page .global-1 .ui.container {
  max-width: 1180px;
}
.global-page .global-2 {
  background-color: var(--color);
  color: white;
}
.global-page .global-2 .ui.container {
  max-width: 1150px;
}
.global-page .global-2 .more {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.global-page .global-3 .map {
  position: relative;
}
.global-page .global-3 .map .list li {
  position: absolute;
}
.global-page .global-3 .map .list li span {
  width: 4.5em;
  height: 4.5em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 1;
}
.global-page .global-3 .map .list li .content {
  width: 26.875em;
  padding: 2.5em 1.5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 50%;
  bottom: 50%;
  background-color: white;
  line-height: 2;
}
.global-page .global-3 .map .list li .content a {
  text-decoration: underline;
  color: var(--color);
}
.global-page .global-3 .map .list li:nth-child(1) {
  right: 64%;
  bottom: 20%;
}
.global-page .global-3 .map .list li:nth-child(2) {
  right: 22%;
  bottom: 35%;
}
.global-page .global-3 .map .list li:nth-child(3) {
  right: 16%;
  bottom: 46%;
}
.global-page .global-3 .map .list li:nth-child(3) .content {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
}
.global-page .global-3 .map:hover .list li .content {
  display: none;
}
.global-page .global-3 .map .list li:hover .content {
  display: block;
}
.global-page .global-3 .map .list li span.full:after,
.global-page .global-3 .map .list li span.full:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  z-index: -1;
  -webkit-animation:ks 2s linear infinite;
  -o-animation:ks 2s linear infinite;
  -ms-animation:ks 2s linear infinite;
  -moz-animation:ks 2s linear infinite;
  animation:ks 2s linear infinite;
  zoom: .5;
}
.global-page .global-3 .map .list li span.full:before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.global-page .global-4 {
  overflow: hidden;
}
.global-page .global-4 .text {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.global-page .global-4 .list {
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.global-page .global-4 .list ul {
  margin: -20px;
  -webkit-transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  -moz-transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  transform: rotate3d(1, 0, 0, 7deg) scaleY(0.77);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
}
.global-page .global-4 .list ul .slick-track {
  flex-wrap: wrap;
}
.global-page .global-4 .list ul .slick-track .slick-slide>div {
  height: auto;
}
.global-page .global-4 .list ul:before {
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
}
.global-page .global-4 .list ul li {
  padding: 20px;
}
.global-page .global-4 .list a {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.about-page .about-1 {
  padding: 5% 0 21%;
}
.about-page .about-1 .text {
  max-width: 660px;
  margin-left: auto;
  color: white;
}
.about-page .about-2 .left {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, transparent), color-stop(55%, var(--color)), color-stop(45%, var(--color)));
  background-image: -webkit-linear-gradient(bottom, transparent 15%, var(--color) 55%, var(--color) 45%);
  background-image: -moz-linear-gradient(bottom, transparent 15%, var(--color) 55%, var(--color) 45%);
  background-image: linear-gradient(to top, transparent 2%, var(--color) 55%, var(--color) 45%);
  padding: 5% 5% 35%;
  margin-top: -20%;
}
.about-page .about-2 .right .text {
  line-height: 2;
}
.about-page .about-3 .text {
  line-height: 2;
}
.about-page .about-4 {
  padding: 0 12%;
  overflow: hidden;
}
.about-page .about-4 .slick-list {
  overflow: unset;
}
.about-page .about-4 .box {
  position: relative;
  overflow: hidden;
}
.about-page .about-4 .box .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 20% 5% 5%;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 81, 158, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(35, 81, 158, 0.8), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(35, 81, 158, 0.8), transparent);
  background-image: linear-gradient(to top, rgba(229, 109, 72, 0.8), transparent);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-4 .box:hover .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-page .about-5 .left {
  margin-right: -14%;
  margin-left: -4%;
  position: relative;
  z-index: -1;
}
.about-page .about-6 {
  color: white;
}
.about-page .about-6 .flex {
  width: 100%;
}
.about-page .about-6 span.h2 {
  line-height: .7;
  font-weight: bold;
}
.about-page .about-6 .content {
  max-width: 380px;
  padding: 3% 2%;
  background-color: var(--color);
  margin-bottom: -3%;
}
.about-page .about-6 .content span.h2 {
  line-height: 1.2;
  font-weight: normal;
}
.about-page .about-6 .content a.link {
  text-decoration: underline;
}
.about-page .about-7 .text {
  line-height: 2;
}
.about-page .about-7 a.more {
  min-width: auto;
}
.about-page .about-7 span.h2 {
  font-weight: bold;
  line-height: 1;
}
.history-page ul {
  border-left: 1px solid #d3d5d6;
}
.history-page ul li {
  border-bottom: 1px solid #d3d5d6;
}
.history-page ul li time {
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: relative;
  left: -1.875em;
}
.sustainable-page .sustainable-1 {
  background-color: #e56d48;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: var(--color);
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color);
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 5% 4% 0;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: var(--color);
}
.sustainable-page .sustainable-7 {
  background-color: #f0f1f2;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.more {
  height: 2.77777778em;
  min-width: 11.11111111em;
}
.culture-page .culture-1 {
  -webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
}
.culture-page .culture-1 span.h1 {
  line-height: .8;
}
.culture-page .culture-1 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.culture-page .culture-1 .text p {
  margin-top: 1.66666667em;
}
.culture-page .culture-1 .text p:first-child {
  margin-top: 0;
}
.culture-page .culture-2 .left .text span {
  color: var(--color);
}
.culture-page .culture-2 .right .content {
  padding: 14% 10%;
  background-color: #f5f7f5;
}
.culture-page .culture-2 .right .content .text i {
  width: 1.44444444em;
  height: 1.44444444em;
  border-radius: 100%;
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
}
.culture-page .culture-2 .right .content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.download-page .ui.container {
  max-width: 1240px;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: var(--color);
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
.faq-page .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 1em;
}
.faq-page .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}
.faq-page .list ul li .text {
  line-height: 2;
}
.faq-page .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page #index-body .init-7 .form form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: 8px;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}
.faq-page #index-body .init-7 .form form button {
  color: var(--color);
}
.faq-page #index-body .init-7 .text a {
  color: var(--color);
}
.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}
.contact-page .contact-1 .left .text span {
  color: black;
}
.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}

.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .3em;
  opacity: .8;
}
.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}
.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}
.contact-page .contact-1 .right textarea {
  height: 200px;
}
.contact-page .contact-1 .right select {
  padding: 1em;
}
.contact-page .contact-1 .right button {
  width: auto;
}
.contact-page .contact-2 iframe {
  border: none;
  display: block;
}
@media screen and (max-width: 1700px) {
  .history-page ul {
    margin-left: 25px;
  }
  .global-page .global-3 .map .list li:nth-child(3) .content {
    left: auto;
    top: auto;
    right: 50%;
    bottom: 50%;
  }
  .global-page .global-3 .map .list li:nth-child(2) .content {
    left: auto;
    top: 50%;
    right: 50%;
    bottom: auto;
  }
  .about-page .about-5 .left {
    width: 50%;
    margin-left: -2%;
    margin-right: 0;
  }
  .about-page .about-6 .content {
    max-width: 300px;
  }
}

@media screen and (max-width: 1250px) {
  #nav-height {
    display: none;
  }
  .mbx {
    margin-top: 40px;
  }
  .mbx ~ .inner-banner,
  .mbx ~ #banner {
    margin-top: 0;
  }
  .inner-banner ~ .mbx {
    margin-top: 0;
  }
  .inner-banner {
    height: 240px;
  }
  .global-page .global-3 .map {
    zoom: .8;
  }
  .global-page .global-4 .list ul li {
    padding: 10px;
  }
  .global-page .global-4 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 200px;
  }
  .contact-page .contact-1 .left {
    position: static;
  }
  .contact-page .contact-2 iframe {
    height: 360px;
  }
  .about-page .about-5 .left {
    margin-left: 0;
  }
  .about-page .about-2 .left {
    display: none;
  }
  .about-page .about-1 {
    padding: 10% 0 20%;
  }
  .culture-page .culture-1 span.h1 em {
    font-size: 1.5em;
  }
  .global-3 {
    display: none;
  }
  .global-page .global-4 {
    padding-top: 40px;
  }
  .history-page ul li .content {
    width: 60%;
  }
  .history-page ul li .img {
    margin: 0 10px;
    width: 28%;
  }
  .mold-page .mold-4 .small {
    display: none;
  }
  .inner-page .sidebarLeft {
    display: none;
  }
  .inner-page .navlink a {
    padding: 0 .5em 1em;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 160px;
  }
  .history-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page ul li .img {
    width: 80%;
  }
  .history-page ul li .content {
    width: 100%;
    margin-top: 30px;
    padding-left: 5%;
  }
  .faq-page #index-body .init-7 .form form {
    border-radius: 1em;
  }
  .culture-page .culture-2 .right .content {
    padding: 8%;
  }
  .about-page .about-6 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .about-page .about-6 .content {
    max-width: none;
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 iframe {
    height: 280px;
  }
  .about-page .about-6 span.h2 em {
    font-size: 1.4em;
  }
  .culture-page .culture-1 span.h1 em {
    font-size: 1.2em;
  }
  .culture-page .culture-2 .right .content .text i {
    width: 1em;
    height: 1em;
    margin-top: .3em;
  }
  .devel-page .devel-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .devel-page .devel-2 ul li {
    width: 100%;
  }
  .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
  .history-page ul li .img {
    width: 70%;
  }
}





.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 45px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li .img img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.productList ul li .img img.on {
  opacity: 0;
  left: 0;
  top: 0;
}
.productList ul li .img:hover img.on {
  opacity: 1;
}
.productList ul li .img:hover img.def {
  opacity: 0;
}
.productList ul li .img .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  line-height: 47px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: var(--color);
  color: var(--white);
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 15;
  padding: 0;
}
.productList ul li .img .more::after{
  background: #f6f5f1;
}
.productList ul li .img .more:hover {
  color: #000;
}
.productList ul li .img:hover .more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--color);
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: -15px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: -15px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content h1{
   
  font-weight: bold;
}
.prodet-page .prodet-1 .box .right .content bt{
   padding-bottom: 20px;
   color: var(--color);
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 403px;
  padding-right: 20px;
  margin-top: 43px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: var(--white);
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  color: white;
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 17px;
  /*font-style: italic;*/
}
.prodet-page .prodet-2 form textarea {
  height: 170px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
   
  color: #FFFFFF;
  background-color: var(--color);
  border: none;
  padding: 10px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  /*margin-left: 130px;*/
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
        text-transform: uppercase;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: var(--color);
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 90px;
  padding-right: 90px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.prodet-page .prodet-2 .ret ul li .content.form form{
  margin: 0 auto;
}

.prodet-page .prodet-3 ul li .img img{
  width: 100%;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
    font-size: 20px;
line-height: 36px;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {

  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
   }
   .faq-page .container .content ul li .title{
    font-size: 18px!important;
    line-height: 1.8!important;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}




.product-page .slideBar {
    padding-top: 100px;
}

.product-page .slideBar .top {
    position: relative;
    display: flex;
    /*justify-content: space-between;*/
    padding-bottom: 60px;
}
.product-page .slideBar .top li{
  margin-right: 10px;
}
.product-page .slideBar .top li:last-child{
  margin-right: 0;
}
.product-page .slideBar .top li a.add {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    height: 56px;
    transition: .5s;
    background: #f3f3f3;
    padding: 3px 25px;
    position: relative;
    border-radius: 80px;
}

.product-page .slideBar .top li a.add:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-top: 8px solid var(--color);
    border-right: 8px solid transparent;
    opacity: 0;
    transition: .5s;
}

.product-page .slideBar .top li.active a.add,
.product-page .slideBar .top li:hover a.add {
    background: var(--color);
    color: var(--white);
}

.product-page .slideBar .top li.active a.add:after,
.product-page .slideBar .top li:hover a.add:after {
    opacity: 1;
}

.product-page .slideBar .top li a.active.add {
    background: var(--color);
    color: var(--white);
}

.product-page .slideBar .top li a.active.add:after {
    opacity: 1;
}

.product-page .slideBar .top li ul.children {
    display: none;
}

.product-page .slideBar .top li.active ul.children {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.product-page .slideBar .top li ul.children li {
    display: inline-block;
}

.product-page .slideBar .top li ul.children li a {
    font-size: 20px;
    transition: .5s;
    position: relative;
    margin-right: 60px;
    color: #767676;
}

.product-page .slideBar .top li ul.children li a.active,
.product-page .slideBar .top li ul.children li a:hover {
    color: var(--color);
}
.product-page .slideBar .top {
    flex-wrap: wrap;
}
.product-page .slideBar .top li {
    margin-bottom: 35px;
}
.tit1 {
  font-size: 36px;
   
  font-weight: bold;
}
.tit1.line::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: currentcolor;
}
.tit1.txt-center.line::after {
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .product-page .slideBar{
    display: none;
  }
  .tit1{
    font-size: 18px;
    line-height: 32px;
  }
}




.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  text-transform: uppercase;
   
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  /*background-color: var(--color);*/
  z-index: -1;
}
.news-page .content {
  margin-top: 50px;
}
.news-page .content ul li {
  position: relative;
}
.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}
.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  /*height: 290px;*/
  padding: 30px 50px;
  background-color: #fff;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.news-page .content ul li .box .title {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.news-page .content ul li .box .title::before{
  display: none;
}
.news-page .content ul li .box .title:hover {
  color: var(--color);
}
.news-page .content ul li .box .des {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2;
}
.news-page .content ul li .box .des:hover {
  color: var(--color);
}
.news-page .content ul li .box .info_c {
  margin-top: 30px;
}
.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background-color: var(--color);
  border-radius: 35px;
  padding: 4px 22px;
}
.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
.news-page .content ul li:hover {
  z-index: 2;
}
.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}
.newdet-page .init-1 .container .title {
  font-size: 30px;
}
.newdet-page .init-1 .container .title::before{
  display: none;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
  line-height: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2;
}
.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}
.newdet-page .init-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px;
}
.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}
.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}
.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}
.pro_public .init-related {
  background-color: #f7f7f7;
}
.pro_public .init-related .container .tips {
  text-align: center;
   
  font-weight: bold;
}
.pro_public .init-related .container .content {
  margin-top: 40px;
}
.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}
.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}
.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px;
}
.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
  line-height: 36px;
}
.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color);
}

@media screen and (max-width: 1500px) {
  .font-48 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center;
  }
  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }
  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
    height: unset;
  }
  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-page .content ul li .box .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }
}



.history2-page .about-4 .top {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.history2-page .about-4 .top .list ul a.img-box {
  max-width: 220px;
  margin-left: 20px;
}
.history2-page .about-4 .top .list ul .content {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
.history2-page .about-4 .top .list ul .content span.h6 {
  line-height: 1.8;
}
.history2-page .about-4 .top .list ul .content:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: var(--color);
  border-radius: 100%;
}
.history2-page .about-4 .top .list ul .content:after {
  content: '';
  width: 1px;
  height: 100%;
  top: 20px;
  position: absolute;
  left: 5px;
  background-color: var(--color);
  opacity: .5;
}
.history2-page .about-4 .top .list ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  margin-top: 120px;
}
.history2-page .about-4 .top .list ul .slick-current ~ div {
  margin-top: 0;
}
.history2-page .about-4 .top .list ul .slick-current + div,
.history2-page .about-4 .top .list ul .slick-current + div + div + div {
  margin-top: 60px;
}
.history2-page .about-4 .bottom .line {
  height: 2px;
  background-color: #eaeaea;
  position: relative;
  display: block;
}
.history2-page .about-4 .bottom .line i {
  height: 100%;
  position: absolute;
  left: 0;
  width: 0;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.history2-page .about-4 .bottom .list {
  color: #999;
}
.history2-page .about-4 .bottom .list li {
  cursor: pointer;
  cursor: hand;
}
.history2-page .about-4 .bottom .list .slick-current {
  color: var(--color);
}



.seoPublic .Auxil-news .list ul li .content {
  margin-top: 0;
}




.home-6 .list .box .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(transparent 50%, rgba(0,0,0,.3));
  pointer-events: none;
}
.home-6 .list .box .content{
  width: 90%;
  left: 5%;
  bottom: 5%;
}
.home-6 .list .box .content .name {
  color: #FFFFFF;
}
.home-6 .list .box .content .icon {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.home-6 .list .box .content .icon img {
  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%);
}


.home-6 .slickBtn div {
  background-color: #FFFFFF;
  color: #000000;
  opacity: .33;
}
.home-6 .slickBtn div:hover {
  opacity: 1;
}
.home-6 .slickBtn.pos div.prev {
  right: auto;
  left: 25px;
}
.home-6 .slickBtn.pos div.next {
  left: auto;
  right: 25px;
}



.prodet-page .prodet-2 .ret ul li .content .no-border table tbody {
  white-space: normal;
  table-layout: fixed;
}

.prodet-page .prodet-2 .ret ul li .content .no-border table td,
.prodet-page .prodet-2 .ret ul li .content .no-border table th {
  border: 0;
}

.prodet-page .prodet-2 .ret ul li .content .no-border table tr:nth-child(even) {
  background: transparent;
}



#cus-fun .item {
  background-color: #eeeeee;
}

#cus-fun .item .right > div {
  background-color: #ffffff;
  height: 100%;
}

@media (min-width:1001px) {
  #cus-fun .item:nth-child(odd) .right > div {
    margin-right: -30%;
  }
  
  #cus-fun .item:nth-child(even) .right > div {
    margin-left: -30%;
  }
}


#sidebar {
  right: 20px;
}

#sidebar ul li .child * {
  white-space: nowrap;
}

#sidebar ul li {
  margin-top: 5px;
  width: 2.9em;
  height: 2.9em;
  color: var(--color);
  background-color: #FFFFFF;
  border-radius: 50%!important;
  border: 0;
  box-shadow: 0 3px 3px rgba(0,0,0,.3);
}
#sidebar ul li:hover {
  background-color: var(--color);
}