@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
.font-24{
  line-height: 44px;
}
.font-18{
  line-height: 32px;
}
.font-14{
  line-height: 2;
}
.font-16{
  line-height: 30px;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-SemiBold.eot');
  src: url('../fonts/Unbounded-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-SemiBold.woff2') format('woff2'), url('../fonts/Unbounded-SemiBold.woff') format('woff'), url('../fonts/Unbounded-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Bold.eot');
  src: url('../fonts/Unbounded-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Bold.woff2') format('woff2'), url('../fonts/Unbounded-Bold.woff') format('woff'), url('../fonts/Unbounded-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}

#nav-height {
  height: 90px;
}

body {
  font-family: "Inter";
  max-width: 1920px;
  --color: #e60012;
  --font: 'Unbounded';
  font-weight: normal;
  margin: 0 auto;
}
.font1 {
  font-family: 'Unbounded';
}
.container {
  width: 100%;
  max-width: 1600px;
}
.ui.container {
  max-width: 1350px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.body-overflow-box.home {
  height: 100%;
}
.yuy span {
  height: 36px;
  color: #FFFFFF;
  background-color: #29201e;
  padding: 0 14px 0 7px;
  border-radius: 36px;
}
.yuy i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
}
#header.text-white .nav > .menu .menu-box ul.menu > li {
  color: #FFFFFF;
}
#header.moveT {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header.inner .nav {
  background-color: #FFFFFF;
}
#header.inner.active .nav {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#header .nav {
  transition: box-shadow .5s ease;
}
#header .nav > .menu {
  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;
  margin: 0 auto;
  height: 90px;
}
#header .nav > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav > .menu .menu-box > div {
  height: 100%;
}
#header .nav > .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 > .menu .menu-box ul.menu > li {
  margin: 0 23px;
  font-size: 16px;
  font-weight: bold;
  -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 > .menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav > .menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav > .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 > .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 > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav > .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 > .menu .h-search {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  font-size: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--color);
  vertical-align: middle;
  margin-left: auto;
  margin-right: 22px;
  cursor: pointer;
  cursor: hand;
}
#header .nav > .menu .h-search img {
  vertical-align: middle;
}
#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;
  line-height: 36px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  line-height: 30px;
  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: 18px;
  color: inherit;
  text-transform: uppercase;
  line-height: 32px;
}
#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: 16px;
  line-height: 30px;
}
#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;
  line-height: 2;
}
#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: 1250px) {
  #nav-height {
    display: none;
  }
  #banner {
    margin-top: 0;
  }
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
@-webkit-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }
  22% {
    opacity: .8;
  }
  40% {
    opacity: .48;
  }
  58% {
    opacity: .6;
  }
  80% {
    opacity: .36;
  }
  100% {
    opacity: .2;
  }
}
@-moz-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }
  22% {
    opacity: .8;
  }
  40% {
    opacity: .48;
  }
  58% {
    opacity: .6;
  }
  80% {
    opacity: .36;
  }
  100% {
    opacity: .2;
  }
}
@keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }
  22% {
    opacity: .8;
  }
  40% {
    opacity: .48;
  }
  58% {
    opacity: .6;
  }
  80% {
    opacity: .36;
  }
  100% {
    opacity: .2;
  }
}
@-webkit-keyframes foglayer_02_opacity {
  0% {
    opacity: .7;
  }
  25% {
    opacity: .2;
  }
  50% {
    opacity: .1;
  }
  80% {
    opacity: .4;
  }
  100% {
    opacity: .7;
  }
}
@-moz-keyframes foglayer_02_opacity {
  0% {
    opacity: .7;
  }
  25% {
    opacity: .2;
  }
  50% {
    opacity: .1;
  }
  80% {
    opacity: .4;
  }
  100% {
    opacity: .7;
  }
}
@keyframes foglayer_02_opacity {
  0% {
    opacity: .7;
  }
  25% {
    opacity: .2;
  }
  50% {
    opacity: .1;
  }
  80% {
    opacity: .4;
  }
  100% {
    opacity: .7;
  }
}
#banner {
  height: 100%;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
}
#banner h2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: var(--font);
  line-height: 1.2;
}
#banner h2 span {
  line-height: 1.5;
  display: block;
  background: -webkit-linear-gradient(var(--color) 40%, transparent 80%);
  -webkit-background-clip: text;
  color: transparent;
}
#banner .mask {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 100%;
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#banner .mask .img1 {
  background: url(../images/smoke-2.png) center center no-repeat transparent;
  background-size: cover;
  width: 50%;
  height: 100%;
  z-index: 2;
  float: left;
}
#banner .mask .img2 {
  background: url(../images/smoke-2.png) no-repeat center center transparent;
  background-size: cover;
  width: 50%;
  height: 100%;
  float: left;
  z-index: 1;
}
#banner .mask .bg3,
#banner .mask .bg2 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}
.baseBtn {
  border: 1px solid currentcolor;
  border-radius: 6px;
  position: relative;
}
.baseBtn::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: currentcolor;
  opacity: .1;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.baseBtn span {
  min-width: 120px;
  text-align: center;
}
.baseBtn i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover::before {
  width: 100%;
}
.baseBtn:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.baseBtn.white {
  color: #FFFFFF;
}
#index-body {
  height: 100%;
}
#index-body > .swiper-wrapper {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#index-body > .swiper-wrapper > .swiper-slide {
  background-color: #FFFFFF;
}
.inset-0 {
  inset: 0;
}
.section-brush {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.section-brush--0 .section-brush__order-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFFFFF;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.section-brush--1 .section-brush__order-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #EEEEEE;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.section-brush--2 .section-brush__order-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.section-brush--3 .section-brush__order-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #FFFFFF;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.section-brush--4 .section-brush__order-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.section-brush--5 .section-brush__order-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #000000;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.our-product {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
}
.our-product .name {
  margin-left: -20%;
  margin-right: -20%;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% -webkit-calc(100% - 20px), -webkit-calc(100% - 20px) 100%, 20px 100%, 0% -webkit-calc(100% - 20px));
  clip-path: polygon(0 0, 100% 0, 100% -moz-calc(100% - 20px), -moz-calc(100% - 20px) 100%, 20px 100%, 0% -moz-calc(100% - 20px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px));
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  pointer-events: none;
}
.our-product .swiper-slide-active .name {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  pointer-events: unset;
}
.our-product span.arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #000000;
  top: 0;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.our-product span.arrow.arrow_l {
  left: -80px;
}
.our-product span.arrow.arrow_r {
  right: -80px;
}
.our-product span.arrow:hover {
  background-color: var(--color);
}
.our-about {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20%;
}
.our-about .left {
  width: 30%;
}
.our-about h3 {
  font-weight: 500;
}
.our-about .text {
  font-weight: 500;
}
.our-about .text h1{
  display: inline;
}
.our-about .num {
  color: var(--color);
}
.our-about .num span {
  vertical-align: text-top;
}
.aboutBg {
  width: 65%;
  left: 35%;
  -webkit-clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
}
.aboutBg .list {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(230, 0, 18, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(230, 0, 18, 0.8) 70%, transparent);
  background-image: -moz-linear-gradient(left, rgba(230, 0, 18, 0.8) 70%, transparent);
  background-image: linear-gradient(to right, rgba(230, 0, 18, 0.8) 70%, transparent);
}
@media (min-width: 1001px) {
  .case-index__bg {
    display: none;
  }
  .case-index__content {
    display: none;
  }
}
.our-advantage {
  height: 100%;
}
.our-advantage > div {
  height: 100%;
}
.our-advantage .box {
  height: 100%;
}
.our-advantage .swiper-container {
  height: 83.025%;
}
.case-list {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.case-list > svg {
  position: absolute;
  width: 0;
  height: 0;
}
.case-list__moving-box {
  -webkit-clip-path: url(#caselist-moving-box-clip);
  clip-path: url(#caselist-moving-box-clip);
  opacity: 0;
  position: absolute;
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  height: 100%;
  top: 0;
  left: -webkit-calc(100% / 4* -1);
  left: -moz-calc(100% / 4* -1);
  left: calc(100% / 4* -1);
  overflow: hidden;
}
.case-list__moving-box-background {
  position: absolute;
  width: 100%;
  height: 71.71%;
  top: 0;
  left: 0;
  z-index: 1;
}
.case-list__moving-box-background--1 {
  background: url(../images/case-bg-1.jpg) no-repeat center / cover;
}
.case-list__moving-box-background--2 {
  background: url(../images/case-bg-2.jpg) no-repeat center / cover;
}
.case-list__moving-box-background--3 {
  background: url(../images/case-bg-3.jpg) no-repeat center / cover;
}
.case-list__moving-box-background--4 {
  background: url(../images/case-bg-4.jpg) no-repeat center / cover;
}
.attachment {
  background: var(--color);
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 28.3%;
  bottom: 0;
}
.case-list__item-content {
  position: absolute;
  left: 14.285%;
  top: 26.38%;
  width: 71.42%;
  bottom: 33.24%;
}
.case-list__item-icon {
  width: -webkit-calc(60* 100vw / 1920);
  width: -moz-calc(60* 100vw / 1920);
  width: calc(60* 100vw / 1920);
  height: -webkit-calc(60* 100vw / 1920);
  height: -moz-calc(60* 100vw / 1920);
  height: calc(60* 100vw / 1920);
}
.case-icon {
  width: 100%;
  height: 100%;
}
.pattern {
  width: 100%;
  height: 100%;
  position: relative;
}
.case-list__item-title {
  margin: 12% auto 14.66%;
  height: 37.5%;
}
.case-list__item-description-illus {
  width: -webkit-calc(6* 100vw / 1920);
  width: -moz-calc(6* 100vw / 1920);
  width: calc(6* 100vw / 1920);
  height: -webkit-calc(13* 100vw / 1920);
  height: -moz-calc(13* 100vw / 1920);
  height: calc(13* 100vw / 1920);
  position: absolute;
  left: 0;
  bottom: 105%;
  -webkit-transform: translateX(100%) rotate(90deg);
  -moz-transform: translateX(100%) rotate(90deg);
  -ms-transform: translateX(100%) rotate(90deg);
  transform: translateX(100%) rotate(90deg);
}
.case-list__item-description-illus svg {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
use.case-list__item-description-illus-unit {
  fill: #e7e7e7;
}
.case-list__item-description {
  color: rgba(0, 0, 0, 0.5);
}
.case-list__item-order {
  position: absolute;
  bottom: -50.5%;
  width: 100%;
  left: 0;
}
.font-20{
  line-height: 36px;
}
.case-list__item-order-slash {
  display: inline-block;
  width: -webkit-calc(8* 100vw / 1920);
  width: -moz-calc(8* 100vw / 1920);
  width: calc(8* 100vw / 1920);
  height: -webkit-calc(8* 100vw / 1920);
  height: -moz-calc(8* 100vw / 1920);
  height: calc(8* 100vw / 1920);
  position: relative;
}
.case-list__item-order-slash::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 4px;
  width: 100%;
  height: 2px;
  background: #7b7b7b;
}
.case-list__item-order-denominator {
  color: #7b7b7b;
}
.our-news {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-news .list {
  margin: -15px -20px;
}
.our-news .swiper-slide {
  padding: 15px 20px;
}
.our-news .Tit {
  color: #FFFFFF;
}
.our-news .box {
  color: #FFFFFF;
  background-color: rgba(25, 25, 25, 0.45);
}
.our-news .box .date {
  width: 65px;
  height: 65px;
  background-color: var(--color);
}
.our-news .box .name {
  line-height: 36px;
}
.our-news .box .line {
  border-bottom: 2px solid #FFFFFF;
  opacity: .45;
}
.our-news .box .btns i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer {
  height: 100%;
  color: #FFFFFF;
  background-color: #191919;
  position: relative;
}
#footer.inner {
  height: auto;
}
#footer::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 10.24vw;
  font-family: var(--font);
  background: -webkit-linear-gradient(#2f2f2f 40%, transparent 80%);
  -webkit-background-clip: text;
  color: transparent;
}
#footer .msg {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  color: #000000;
  background-color: #FFFFFF;
  cursor: pointer;
}
#footer .msg i {
  line-height: 1;
  color: var(--color);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer > div {
  height: 100%;
}
#footer .formBox {
  border: 1px solid #303030;
}
#footer .formBox .Tit {
  line-height: 44px;
}
#footer .formBox .form ul {
  margin: -3px;
}
#footer .formBox .form li {
  padding: 3px;
}
#footer .formBox .form input {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  width: 100%;
  height: 70px;
  background-color: #000000;
  border: 0;
  border-radius: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
#footer .formBox .form input[name="content"] {
  padding-right: 70px;
}
#footer .formBox .form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  background-image: url(../images/send-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--color);
}
#footer .social-links a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #666666;
  background-color: #262626;
}
#footer .foot-top {
  margin-top: auto;
}
#footer .foot-top .foot-block {
  max-width: 285px;
}
#footer .foot-top .foot-block li:last-of-type {
  margin-bottom: 0;
}
#footer .foot-bottom p span {
  /*color: var(--color);*/
}
#ewm {
  width: 165px;
  border-radius: 6px;
  border: 7px solid #FFFFFF;
}
.basefade {
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
.basefadeY {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
.ani-slide .basefade {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.ani-slide .basefadeY {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.case-index__bg {
  height: 70%;
}
.case-index__bg--1 {
  background: url(../images/case-bg-1.jpg) no-repeat center;
  background-size: cover;
}
.case-index__bg--2 {
  background: url(../images/case-bg-2.jpg) no-repeat center;
  background-size: cover;
}
.case-index__bg--3 {
  background: url(../images/case-bg-3.jpg) no-repeat center;
  background-size: cover;
}
.case-index__bg--4 {
  background: url(../images/case-bg-4.jpg) no-repeat center;
  background-size: cover;
}
.case-index__content {
  background: #D70A1D;
  -webkit-clip-path: url(#case-index__content-clip);
  clip-path: url(#case-index__content-clip);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.33%;
  color: #fff;
}
#adv .swiper-slide > svg {
  position: absolute;
  width: 0;
  height: 0;
}
@media (max-width: 1800px) {
  .our-product span.arrow.arrow_l {
    left: 0;
  }
  .our-product span.arrow.arrow_r {
    right: 0;
  }
}
@media (max-width: 1700px) {
  #footer > div {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #footer .foot-top {
    margin-top: 0;
  }
  #footer .foot-bottom img {
    height: 18px;
  }
}
@media (max-width: 1250px) {
  #banner .mask {
    display: none;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .our-product {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #footer .formBox .form input {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .foot-bottom img {
    height: 16px;
  }
}
@media (max-width: 1000px) {
  .case-list__item-content {
    top: 20%;
    bottom: auto;
    left: 10%;
    width: 80%;
  }
  .our-news .box .name{
    line-height: 2;
  }
  .font-36{
    font-size: 18px;
    line-height: 32px;
  }
  .font-48{
    font-size: 20px!important;
    line-height: 36px;
  }
  .case-list__item-icon {
    display: none;
  }
  .case-list__item-description-illus {
    width: .35em;
    height: 1em;
  }
  .case-list__item-order-numerator {
    color: #FFFFFF;
  }
  .case-list__item-order-slash::before {
    background: #FFFFFF;
  }
  .case-list__item-order-denominator {
    color: #FFFFFF;
    font-size: .9em;
  }
  .case-list__item-title {
    color: #FFFFFF;
  }
  .case-list__item-description {
    color: #FFFFFF;
  }
  .body-overflow-box {
    display: block;
    margin-bottom: 0;
  }
  .our-product .name {
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: unset;
  }
  .our-about {
    top: 50%;
    padding: 40px 0;
  }
  .our-about .left {
    width: 100%;
  }
  .aboutBg {
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
  .aboutBg .list {
    padding: 20px 5%;
  }
  .aboutBg .list li .icon {
    width: 25%;
    max-width: 90px;
  }
  .our-advantage .swiper-container {
    height: 100%;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-top .foot-block {
    max-width: 100%;
  }
  #footer .formBox .left {
    width: 100%;
  }
  #footer .formBox .right {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  #banner .left {
    width: 100%;
  }
  #banner .right {
    display: none;
  }
  .hide-700 {
    display: none!important;
  }
  .our-about {
    padding: 30px 0;
  }
  #footer .formBox .form li {
    width: 100%;
  }
  #footer .formBox .form input {
    height: 45px;
  }
  #footer .formBox .form input[type="submit"] {
    width: 45px;
    background-size: 40%;
  }
}





.more {
  font-size: 20px;
  text-transform: uppercase;
  height: 2.5em;
  line-height: 2.5em;
  padding-right: 4em;
  position: relative;
  display: inline-block;
  letter-spacing: .1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.more:before,
.more:after {
  content: '';
  height: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  transform: skewX(-32deg);
  right: 0;
  top: 0;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:before {
  width: 4.5em;
  margin-right: 1.5em;
}
.more:after {
  width: 1em;
}
.more:hover {
  padding: 0 1em;
  color: white;
}
.more:hover:after {
  background-color: var(--color) !important;
  width: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.more:hover:before {
  margin-right: 0;
  width: 100%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
span.h2 {
  font-size: 58px;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 1800px) {
  span.h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1450px) {
  span.h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1250px) {
  span.h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  span.h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  span.h2 {
    font-size: 24px;
    line-height: 44px;
  }
}

.inner-banner {
  text-align: center;
}
.inner-banner span.h2 {
  margin-top: .8em;
}
.inner-banner .mbx {
  font-size: 16px;
  color: #696969;
  margin: 1.2em 0;
  line-height: 30px;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page .m-page {
  font-size: 18px;
  margin-top: 3em;
}
.inner-page .m-page div {
  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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  margin: .2em;
  background-color: #eee;
  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;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.inner-page .public-down {
  padding: 60px 0;
  position: relative;
}
.inner-page .public-down:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e1e1e1;
}
.inner-page .public-down i.fa {
  font-size: 24px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  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;
  color: white;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  position: relative;
}
.about-page .about-1 i.mask {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: inherit;
  height: 100vh;
  display: block;
  background-image: url("../images/about-1-bg.jpg");
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.about-page .about-1 .box {
  padding: 18% 0 5.5%;
}
.about-page .about-1 .right {
  padding-left: 3%;
}
.about-page .about-1 .right .text p {
  margin-bottom: 2em;
}
.about-page .about-1 .right .text p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 {
  padding: 140px 0 50px;
  background-color: #f7f7f7;
}
.about-page .about-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-2 .list {
  width: 26%;
  padding: 0 2%;
}
.about-page .about-2 .list ul {
  height: 100%;
  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-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  padding-bottom: 20%;
}
.about-page .about-2 .list ul li {
  width: 100%;
  font-style: italic;
}
.about-page .about-2 .list ul li span.h2 {
  color: var(--color);
}
.about-page .about-2 .list ul li span.h6 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  display: block;
  line-height: 36px;
}
.about-page .about-2 .center {
  width: 48%;
  padding-right: 2%;
}
.about-page .about-2 .center .img {
  margin-left: -8%;
}
.about-page .about-3 .ui.container {
  max-width: 1540px;
}
.about-page .about-3 .box .left {
  padding-right: 6%;
  vertical-align: top;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
  margin: 5% 0;
}
.about-page .about-3 .box .right {
  padding-left: 4%;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.about-page .about-3 .box .right:before,
.about-page .about-3 .box .right:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.about-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%);
}
.about-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%);
}
.about-page .about-3 span.h2 {
  line-height: 1.2;
}
.about-page .about-3 .text {
  margin: 2em 0;
}
.about-page .about-3 .text p {
  margin-bottom: 2em;
}
.about-page .about-3 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -14px;
}
.about-page .about-3 .list ul li {
  padding: 14px;
}
.about-page .about-3 .list ul li img {
  width: 100%;
}
.about-page .about-3 .list ul:last-child {
  position: absolute;
  top: 100%;
  left: 0;
}
.about-page .about-3 .list div {
  width: 50%;
  position: relative;
}
.about-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;
}
.about-page .about-3 .list div:last-child ul:nth-child(2) {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.about-page .about-3 .list div:last-child ul:last-child {
  bottom: 200%;
  top: auto;
}
.about-page .about-4 {
  padding-top: 100px;
  overflow: hidden;
}
.about-page .about-4 span.h2 {
  opacity: .24;
  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;
  white-space: nowrap;
  margin-bottom: 1em;
}
.about-page .about-4 span.h2 em {
  font-size: 2em;
  -webkit-animation: zy 15s linear infinite;
  -moz-animation: zy 15s linear infinite;
  animation: zy 15s linear infinite;
  padding: 0 .5em;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-page .about-4 .list {
  position: relative;
}
.about-page .about-4 .list:before,
.about-page .about-4 .list:after {
  content: '';
  width: 100%;
  height: 53px;
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: url("../images/about-4-mask.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.about-page .about-4 .list:before {
  top: 0;
}
.about-page .about-4 .list:after {
  bottom: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.about-page .about-4 .list ul {
  margin: 0 -8px;
}
.about-page .about-4 .list ul li {
  padding: 0 8px;
}
.about-page .about-4 .list ul li .img {
  height: 510px;
  background-size: cover;
  background-position: center;
  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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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 15%;
  color: white;
  text-align: center;
}
.about-page .about-4 .list ul li .img span.h6 {
  width: 100%;
  font-size: 30px;
  font-family: var(--font);
  margin-bottom: 1em;
  line-height: 1.2;
  display: block;
}
.about-page .about-4 .list ul li .img .content {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul .slick-current li .img .content {
  opacity: 1;
}
.about-page .about-5 {
  padding: 140px 0 120px;
  text-align: center;
}
.about-page .about-5 .ui.container {
  max-width: 1540px;
}
.about-page .about-5 span.h2 {
  margin-bottom: 1em;
}
.about-page .about-5 .list ul {
  margin: -25px;
}
.about-page .about-5 .list ul li {
  padding: 25px;
}
.about-page .about-5 .list ul li a.img-box {
  display: block;
}
.about-page .about-5 .list ul li img {
  width: 100%;
}
@-webkit-keyframes sx {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes sx {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes sx {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes zy {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes zy {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes zy {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.product-page {
  padding-bottom: 120px;
}
.product-page .ui.container {
  max-width: 1540px;
}
.product-page .product-nav {
  font-size: 18px;
  margin: 1.5em 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
  z-index: 2;
}
.product-page .product-nav ul {
  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;
}
.product-page .product-nav ul li {
  position: relative;
}
.product-page .product-nav ul li a {
  display: block;
  padding: 1em 0;
  font-weight: bold;
  color: #9e9e9e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-nav ul li:hover > a {
  color: black;
}
.product-page .product-nav ul li ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: white;
  padding: .1em .7em;
  z-index: 1;
  display: none;
  border-top: 1px solid var(--color);
  box-shadow:  0 5px 5px rgba(0, 0, 0, 0.1);
}
.product-page .product-nav ul li ul li {
  border-top: 1px #a9a9a9 dashed;
}
.product-page .product-nav ul li ul li a {
  font-weight: normal;
  font-size: 0.88888889em;
}
.product-page .product-nav ul li ul li a:hover {
  color: var(--color);
}
.product-page .product-nav ul li ul li:first-child {
  border-top: none;
}
.product-page .product-nav ul li:hover ul {
  display: block;
}
.product-page .product-List {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-page .product-List ul {
  margin: -40px -60px;
  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;
}
.product-page .product-List ul li {
  padding: 40px 60px;
}
.product-page .product-List ul li .box {
  display: block;
  background-color: white;
  padding: 0 15px;
  height: 100%;
}
.product-page .product-List ul li .box .top {
  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;
  position: relative;
  z-index: 2;
}
.product-page .product-List ul li .box .top .title {
  padding-top: 10px;
  color: #444;
  font-style: italic;
  padding-right: 10px;
  max-width: 65%;
}
.product-page .product-List ul li .box .top .title span.h5 {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  line-height: 30px;
}
.product-page .product-List ul li .box .top .title span.ai {
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: 100%;
}
.product-page .product-List ul li .box .top .tag {
  font-size: 18px;
  background-color: #f5f5f5;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  overflow: hidden;
  margin-right: 1.5em;
}
.product-page .product-List ul li .box .top .tag a {
  width: 3.77777778em;
  height: 2.77777778em;
  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;
  border-top: 1px #d9d9d9 dashed;
  color: #6f6f6f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box .top .tag a:first-child {
  border-top: none;
}
.product-page .product-List ul li .box .top .tag a:hover {
  background-color: var(--color);
  color: white;
}
.product-page .product-List ul li .box a.img-box {
  display: block;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.product-page .product-List ul li .box span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  line-height: 36px;
  padding: 1em 0;
  border-top: 1px solid #f0f0f0;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box span.h6:hover {
  color: var(--color);
}
.inner-page .ui.container,
.seoPublic .ui.container {
  max-width: 1540px;
}
.service-page span.h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 1em;
}
.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.66%;
  padding-right: 4%;
}
.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;
}
.service-page .service-2 .box .left .img > img {
  display: block;
  margin-left: auto;
  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: 32px;
  margin-bottom: 2em;
}
.service-page .service-2 .box .right .list li {
  margin-bottom: 2em;
  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 .service-3 {
  padding: 120px 0 150px;
}
.service-page .service-3 .top {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .service-3 .top span.h2 {
  margin-bottom: 0;
}
.service-page .service-3 .top .text {
  max-width: 55%;
}
.service-page .service-3 .list {
  margin-top: 70px;
}
.service-page .service-3 .list ul {
  margin: -20px;
}
.service-page .service-3 .list ul li {
  padding: 20px;
}
.service-page .service-3 .list ul li .box {
  padding: 40px;
  background-color: #2d2c28;
  color: white;
  height: 100%;
}
.service-page .service-3 .list ul li .box i {
  display: block;
  height: 89px;
  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;
}
.service-page .service-3 .list ul li .box i img {
  max-height: 100%;
}
.service-page .service-3 .list ul li .box span.h6 {
  font-size: 26px;
  font-weight: bold;
  margin: .8em 0;
  display: block;
  line-height: 1.2;
}
.prodet-1 {
  padding: 80px 0 0;
}
.prodet-1 .ui.container #gallery {
  width: 100%;
  overflow: hidden;
}
.prodet-1 .ui.container #gallery ul .slick-current li {
  opacity: 1;
}
.prodet-1 .ui.container #gallery ul .slick-current li img {
  width: 550px;
}
.prodet-1 .ui.container #gallery ul li {
  opacity: .5;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  min-height: 360px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -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;
  padding: 0 20px;
}
.prodet-1 .ui.container #gallery ul li img {
  width: 194px;
}
.prodet-2 {
  padding: 20px 0 80px;
}

.prodet-2 .ui.container .left {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-2 .ui.container .left .navbox {
  width: 165px;
  max-height: 604px;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 50px;
}
.prodet-2 .ui.container .left .navbox li {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  opacity: .6;
  transition: .5s;
}
.prodet-2 .ui.container .left .navbox li span {
  display: block;
  margin-top: .5em;
}
.prodet-2 .ui.container .left .navbox li img {
  max-width: 126px;
}
.prodet-2 .ui.container .left .navbox li.active {
  opacity: 1;
}
.prodet-2 .ui.container .left .imgbox {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
.prodet-2 .ui.container .right h1 {
  color: #000;
  line-height: 36px;
  margin-bottom: 20px;
}
.prodet-2 .ui.container .right ul.conlist {
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
.prodet-2 .ui.container .right ul.conlist li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.prodet-2 .ui.container .right ul.conlist li .title {
  color: #000;
  position: relative;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.prodet-2 .ui.container .right ul.conlist li .title i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.prodet-2 .ui.container .right ul.conlist li .content {
  padding: 15px 0;
  display: none;
}
.prodet-2 .ui.container .right a.more3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #000;
  display: block;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-2 .ui.container .right a.more3:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: #ec6c00;
}
.pro .m-link {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #767676;
  font-size: 18px;
}
.pro .m-link a:hover {
  color: #000;
}
.prodet-3 .title {
  color: #000;
  margin-bottom: 85px;
}
.prodet-3 form {
  width: 100%;
}
.prodet-3 form ul {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.prodet-3 form ul li {
  width: 100%;
  padding: 0 30px;
}
.prodet-3 form ul li:nth-child(5) {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.prodet-3 form ul li.wid30 {
  width: 33.33%;
  margin-bottom: 60px;
}
.prodet-3 form ul li input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: 0 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li textarea {
  width: 100%;
  height: 140px;
  line-height: 2;
  font-size: 18px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li input[type=submit] {
  width: 100%;
  max-width: none;
  line-height: 60px;
  height: 60px;
  color: #fff;
  background: #000;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
.prodet-3 form ul li input[type=submit]:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: var(--color);
}
.prodet-5 .title {
  color: #000;
}
.prodet-5 ul.newslist {
  margin: 0 -50px;
  margin-top: 60px;
}
.prodet-5 ul.newslist li {
  padding: 0 50px;
  text-align: left;
}
.prodet-5 ul.newslist li span.time {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prodet-5 ul.newslist li .title {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 22px!important;
  line-height: 40px!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 6.5em;
}
.prodet-5 ul.newslist li .title:hover {
  color: var(--color);
}
.font-45 {
  font-size: 45px;
  font-weight: bold;
}
.font-106 {
  font-size: 106px;
  font-weight: bold;
}
.seoPublic .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2em;
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 400px;
  overflow: auto;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 5.5em;
}
.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--color);
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  line-height: 28px;
  margin-top: .5em;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin: 1em 0;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--color);
  color: var(--color);
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--color);
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type=submit] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--color);
  color: #f5f5f5;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type=submit]:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.seoPublic .text a {
  color: var(--color);
}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: 0 0 !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: #000;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background: var(--color);
  color: #fff;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: #fff;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: .5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: #fff;
  background: var(--color);
}
@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .Auxil-industry{
    display: none!important;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
    color: #fff;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .seoPublic .Auxil-about .box {
    display: block;
  }
  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }
  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }
  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }
  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}
.prodet-page .product-2 ul {
  margin: 0 -80px;
}
.prodet-page .product-2 ul li {
  padding: 0 80px;
  text-align: center;
  margin-bottom: 75px;
}
.prodet-page .product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  top: 0;
}
.prodet-page .product-2 ul li .item .img-box {
  position: relative;
}
.prodet-page .product-2 ul li .item .img-box .hoverbox {
  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;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}

.prodet-page .product-2 ul li .item .img-box .hoverbox a {
  background-color: var(--color);
}

.prodet-page .product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 2;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .product-2 ul li .item .pname:hover {
  color: #000;
}
.pd70 {
  padding: 70px 0;
}
.m-link {
  font-size: 14px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-link a:hover {
  color: #111;
}
.bortop {
  border-top: 1px solid #000;
}
.contact-page .contact-4 {
  padding: 100px 0;
}
.contact-page .contact-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-4 .left {
  padding-top: 40px;
  width: 30%;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: 400;
  margin-top: 20px;
}
.contact-page .contact-4 .left ul {
  margin-top: 30px;
}
.contact-page .contact-4 .left ul li {
  margin-top: 20px;
}
.contact-page .contact-4 .left ul li .content {
  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;
  width: 100%;
}
.contact-page .contact-4 .left ul li h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #aaa;
  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-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-4 .left ul li h6 i {
  font-size: 20px;
  color: #222;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-4 .left ul li p {
  margin-top: 0;
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-weight: 400;
  width: 100%;
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px 90px;
  width: 100%;
}
.contact-page .contact-4 .right form .tips2 {
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.contact-page .contact-4 .right form .tips {
  margin-top: 16px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-4 .right form .list input,
.contact-page .contact-4 .right form .list textarea,
.contact-page .contact-4 .right form .list .input_cont {
  width: 100%;
  margin-top: 4px;
  padding: 8px 20px;
  border: 1px solid #898989;
  font-size: 14px;
  line-height: 2;
}
.contact-page .contact-4 .right form .phone .intl-tel-input.inside .flag-dropdown {
  left: 16px;
}
.contact-page .contact-4 .right form .list .submit {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 36px;
  background-color: var(--color);
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: none;
  color: white;
}
.contact-page .contact-4 .right form .list .submit:hover {
  background: #000;
}
.contact-page .contact-4 .right form .list .submit img,
.contact-page .contact-4 .right form .list .submit span {
  vertical-align: middle;
}
.contact-page .contact-4 .right form .list .submit:hover img {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}
.contact-page .contact-4 .right form .list .submit span {
  margin-left: 14px;
  color: #fff;
}
.contact-page .contact-5 iframe {
  display: block;
  border: none;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 0.7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type=submit] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("/template/en/images/icon-search-black.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  padding: .5em 0;
  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-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  width: 34%;
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  padding: 2em;
}
.news-page .marginBox {
  padding: 90px 0 70px;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: auto;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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;
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
  line-height: 2;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 50px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.newdet-page .marginBox {
  padding: 90px 0;
}
.newdet-page .sideBarLeft time {
  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;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  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;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
  max-width: none;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: 0.5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  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;
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  margin-bottom: 0.5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type=submit] {
  border: none;
  background: var(--color);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .form ul li input[type=submit]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .newdet-page .marginBox,
  .contact-page .contact-4 {
    padding: 50px 0;
  }
  .newdet-page .sideBarLeft time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
  }
  .newdet-page .sideBarLeft .content,
  .inner-page .sideBarBox .sideBarRight .nav ul li,
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .contact-page .contact-4 .left ul li p {
    font-size: 16px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 40px;
  }
  .contact-page .contact-4 .left ul li h6 {
    width: 60px;
    height: 60px;
  }
  .font-30 {
    font-size: 24px;
  }
  .prodet-2 .ui.container .right ul.conlist li {
    padding: 10px 0;
  }
  .font-22 {
    font-size: 18px;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 18px;
  }
  .m-link,
  .product-page .product-nav {
    font-size: 16px;
  }
  .font-45 {
    font-size: 36px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 30px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 50px;
  }
  .prodet-page .product-2 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-2 .list ul li span.h6,
  .product-page .product-List ul li .box span.h6 {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .about-5 {
    padding: 90px 0;
  }
  .service-page span.h2 {
    font-size: 48px;
  }
  .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 span.h2 {
    font-size: 36px;
  }
  .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;
  }
  .m-link,
  .product-page .product-nav {
    font-size: 14px;
  }
  .product-page .product-List {
    margin-top: 50px;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 16px;
  }
  .product-page .product-List ul li {
    padding: 30px;
  }
  .product-page .product-List ul {
    margin: -30px;
  }
  .product-page {
    padding-bottom: 80px;
  }
  .product-page .product-List ul li .box .top .title span.ai {
    font-size: 24px;
  }
  .product-page .product-List ul li .box .top .tag a {
    width: 3em;
  }
  .newdet-page .sideBarLeft .content,
  .inner-page .sideBarBox .sideBarRight .nav ul li,
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .contact-page .contact-4 .left ul li p {
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .marginBox {
    padding: 50px 0;
  }
  .contact-page .contact-4 .right form {
    padding: 30px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 32px;
  }
  .contact-page .contact-4 .left p {
    font-size: 16px;
  }
  .contact-page .contact-5 iframe {
    height: 360px;
  }
  .prodet-1 {
    padding-top: 40px;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 400px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 150px;
  }
  .prodet-2 .ui.container .left .navbox {
    padding-top: 30px;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 50px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-45 {
    font-size: 28px;
  }
  .prodet-3 .title {
    margin-bottom: 40px;
  }
  .pd70 {
    padding: 40px 0;
  }
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 16px;
  }
  .prodet-3 form ul li input[type=submit] {
    font-size: 18px;
  }
  .font-22 {
    font-size: 16px;
  }
  .prodet-5 ul.newslist li .title {
    font-size: 18px !important;
    line-height: 32px;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
  .about-page .about-4 .list ul li .img {
    height: 440px;
    padding: 0 6%;
  }
  .about-page .about-4 .list ul li .img span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    padding-top: 10px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-2 .list ul {
    padding-bottom: 5%;
  }
  .about-page .about-2 .list ul li span.h6,
  .product-page .product-List ul li .box span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-3 .box .left {
    top: 10%;
  }
  .about-page .about-4 .list ul li .img {
    height: 360px;
  }
  .about-page .about-5 .list ul li {
    padding: 15px;
  }
  .about-page .about-5 .list ul {
    margin: -15px;
  }
  .about-page .about-3 .box .left {
    padding-right: 0;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 320px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 120px;
  }
  .prodet-1 .ui.container #gallery ul li {
    min-height: 280px;
  }
  .font-18 {
    font-size: 14px;
  }
  .prodet-2 .ui.container .left .navbox {
    max-height: 460px;
  }
  .prodet-2 .ui.container .left .imgbox img {
    padding-left: 0 !important;
  }
  .font-30 {
    font-size: 20px;
  }
  .prodet-2 .ui.container .right ul.conlist li .title i {
    top: 3px;
    font-size: 14px;
  }
  .prodet-2 .ui.container .right ul.conlist {
    margin-bottom: 30px;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  .prodet-page .product-2 ul li {
    padding: 0 40px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -40px;
  }
  .prodet-5 ul.newslist li .title {
    line-height: unset !important;
  }
  .seoPublic .title {
    margin-bottom: .8em;
  }
  .prodet-5 ul.newslist {
    margin-top: 30px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 28px;
  }
  .contact-page .contact-4 .left p,
  .contact-page .contact-4 .left ul li p,
  .news-page .sideBarLeft .list ul li .content span.h3 {
    line-height: normal;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .inner-page .sideBarBox .sideBarRight form.search {
    font-size: 16px;
    line-height: 30px;
  }
  .inner-page .sideBarBox .sideBarRight form.search {
    height: 40px;
    line-height: 40px;
  }
  .inner-page .sideBarBox .sideBarRight span.h5 {
    font-size: 18px;
    line-height: 32px;
    margin: 1em 0 .5em;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox .text {
    padding: 1em;
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox {
    height: 280px;
  }
  .inner-page .m-page {
    font-size: 15px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 15px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0;
  }
  .newdet-page .form ul li input[type=submit] {
    font-size: 16px;
  }
  .product-page .product-nav {
    display: none;
  }
  .product-page .product-List ul li {
    padding: 10px;
  }
  .product-page .product-List ul {
    margin: -10px;
  }
  .product-page .product-List ul li .box .top .tag a {
    height: 2em;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 14px;
    margin-right: 0;
  }
  .product-page .product-List ul li .box .top .title span.h5 {
    font-size: 14px;
    line-height: 2;
  }
  .service-page span.h2 {
    font-size: 28px;
  }
  .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%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul li .box {
    padding: 25px;
  }
  .service-page .service-3 .list ul li .box i {
    height: 50px;
  }
  .service-page .service-3 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
}
@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 span.h2 {
    font-size: 24px;
  }
  .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 .service-3 .top {
    display: block;
  }
  .service-page .service-3 .top .text {
    max-width: none;
    margin-top: 1em;
  }
  .service-page .service-3 .list ul li {
    padding: 10px;
    width: 100%;
  }
  .service-page .service-3 .list ul {
    margin: -10px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .product-page .product-List ul li {
    width: 50% !important;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .inner-page .sideBarBox .sideBarRight form.search {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-4 .left {
    width: 100%;
    padding-top: 0;
  }
  .contact-page .contact-4 .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-4 .left ul li h6 {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-4 .right form .tips2 {
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-2 .ui.container .left {
    width: 100%;
  }
  .prodet-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  .m-link {
    max-width: none;
  }
  .seoPublic .about-1 .left {
    width: 100%;
    padding-top: 40px !important;
  }
  .seoPublic .about-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .font-45 {
    font-size: 24px;
  }
  .about-page .about-1 i.mask {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    display: none;
  }
  .about-page .about-1 {
    background-image: url("../images/about-1-bg.jpg");
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .list ul li span.h6,
  .product-page .product-List ul li .box span.h6 {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-2 .list ul li span.h6 {
    margin-top: .5em;
  }
  .about-page .about-3 .box .right {
    display: none;
  }
  .about-page .about-3 .box .left {
    width: 100%;
  }
  .about-page .about-4 {
    padding-top: 50px;
  }
  #cp-Nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 {
    display: none;
  }
  .prodet-1 .ui.container #gallery ul li {
    min-height: auto;
  }

  .prodet-2 .ui.container .left .navbox {
    width: 20%;
    max-height: 400px;
  }

  .prodet-2 .ui.container .left .imgbox {
    width: 70%;
  }

  .prodet-2 .ui.container .left .navbox li img {
    max-width: 100%;
  }

  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 30px;
  }
  .prodet-2 {
    padding: 20px 0 50px;
  }
  .prodet-3 {
    overflow: hidden;
  }
  .prodet-3 form ul li.wid30 {
    width: 100%;
  }
  .prodet-page .product-2 ul li {
    padding: 0 15px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -15px;
  }
  .font-22 {
    font-size: 14px;
  }
  .prodet-5 ul.newslist li {
    padding: 0 15px;
  }
  .prodet-5 ul.newslist {
    margin: 0 -15px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 24px;
  }
  .contact-page .contact-5 iframe {
    height: 280px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    display: none;
  }
  .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 span.h2 {
    font-size: 20px;
  }
  .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;
  }
  .product-page .product-List ul li {
    width: 100% !important;
  }
  .product-page {
    padding-bottom: 50px;
  }
  .newdet-page .form ul li {
    padding: 5px;
  }
  .newdet-page .form ul {
    margin: -5px;
  }
  .inner-page .m-page {
    margin-top: 1em;
  }
  .contact-page .contact-4 .right form {
    padding: 15px;
  }
  .contact-page .contact-4 .right form .list input,
  .contact-page .contact-4 .right form .list textarea,
  .contact-page .contact-4 .right form .list .input_cont {
    padding: 5px;
  }
  .contact-page .contact-4 .right form .tips {
    margin-top: 10px;
  }
  .prodet-2 .ui.container .left .navbox {
    max-height: 250px;
    padding-top: 0;
    padding-right: 10px;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 15px;
  }
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 14px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 15px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 30px;
  }
  .about-page .about-5 .list ul li {
    padding: 5px;
  }
  .about-page .about-5 .list ul {
    margin: -5px;
  }
}

.aboutnews-1 {
    padding-top: 110px
}

.aboutnews-1 .top {
    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;
    padding-left: 100px
}

.aboutnews-1 .top .i-title {
    margin-left: 40px
}

.aboutnews-1 .box {
    position: relative;
    background: -webkit-gradient(linear,right top,left top,color-stop(66%,#fafafa),color-stop(66%,transparent));
    background: -webkit-linear-gradient(right,#fafafa 66%,transparent 66% 100%);
    background: -moz-linear-gradient(right,#fafafa 66%,transparent 66% 100%);
    background: linear-gradient(to left,#fafafa 66%,transparent 66% 100%);
    padding: 100px 0;
    margin-top: 65px
}

.aboutnews-1 .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0
}

.aboutnews-1 .box ul li {
    width: 30%;
    background: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    padding: 25px 20px 60px
}

.aboutnews-1 .box ul li .h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 34px 0 3px
}

.aboutnews-1 .box ul li .h3 em {
    font-size: 49px
}

.aboutnews-1 .box ul li p {
    font-size: 16px;
    line-height: 30px;
}

.aboutnews-1 .box ul li:first-child {
    background: var(--color)
}

.aboutnews-1 .box .play {
    width: 165px;
    height: 165px;
    border-radius: 100%;
    text-align: center;
    line-height: 165px;
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: -110px
}

.aboutnews-1 .box .play img {
    vertical-align: middle
}

.aboutnews-1 .box .play:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/template/en/images/about-page-circle.png) no-repeat;
    -webkit-animation: 20s .3s rotate linear infinite;
    -moz-animation: 20s .3s rotate linear infinite;
    animation: 20s .3s rotate linear infinite
}
@keyframes rotate {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}

.aboutnews-1 .box .wrap .left {
    width: 40%
}

.aboutnews-1 .box .wrap .right {
    width: 60%;
    padding-left: 50px;
    padding-right: 260px
}

.aboutnews-1 .box .wrap .right .content {
    opacity: .73
}
.i-tag {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: var(--color)
}

.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color);
    width: 40px;
    height: 1px;
    margin-right: 20px
}
.faq-page {
  padding: 100px 0;
}
.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}
.faq-page .right ul li .content {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 1700px) {
  .aboutnews-1 .box ul li .h3 em {
    font-size: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .aboutnews-1 .box .wrap .right {
    padding-right: 3%;
  }
  .aboutnews-1 .box ul li .h3 em {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .aboutnews-1 .box .wrap .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .aboutnews-1 .box .wrap .left {
    width: 100%;
    display: none;
  }
  .aboutnews-1 .box .play,.aboutnews-1 .box ul {
    display: none;
  }
  .aboutnews-1 .box {
    padding: 0 15px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .aboutnews-1 .top {
    flex-direction: column;
    padding-left: 0;
    align-items: unset;
  }

  .aboutnews-1 .top .i-title {
    margin-left: 0;
  }
}



.service-page .service-4 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}
.service-page .service-4 .container ul {
  margin-top: 45px;
}
.service-page .service-4 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service-page .service-4 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service-page .service-4 .container ul li:first-child span {
  background-color: var(--color);
    color: #fff;
    font-family: var(--font);
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
}
.service-page .service-4 .container ul li span {
  display: block;
  width: 50%;
  height: 50px;
  line-height: 58px;
}
.service-page .service-4 .container ul li span:last-child {
  text-align: center;
}
.service-page .service-4 .container ul li span:nth-child(n + 2) a {
  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;
  height: 100%;
}


@media (max-width: 500px) {
  .service-page .service-4 .content {
    overflow-x: auto;
    width: 100%;
  }
  .service-page .service-4 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service-page .service-4 .content ul {
    width: 500px;
  }
  .service-page .service-4 .content ul li {
    min-width: 250px;
  }
}




.my-bullet-active{
  background: var(--color);
  opacity: 1;
}