@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-Light.eot');
  src: url('../fonts/IBMPlexSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-Light.woff2') format('woff2'), url('../fonts/IBMPlexSans-Light.woff') format('woff'), url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans.eot');
  src: url('../fonts/IBMPlexSans.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans.woff2') format('woff2'), url('../fonts/IBMPlexSans.woff') format('woff'), url('../fonts/IBMPlexSans.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-Medium.eot');
  src: url('../fonts/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-Medium.woff2') format('woff2'), url('../fonts/IBMPlexSans-Medium.woff') format('woff'), url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-SemiBold.eot');
  src: url('../fonts/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('../fonts/IBMPlexSans-SemiBold.woff') format('woff'), url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'IBMPlexSans';
  src: url('../fonts/IBMPlexSans-Bold.eot');
  src: url('../fonts/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/IBMPlexSans-Bold.woff2') format('woff2'), url('../fonts/IBMPlexSans-Bold.woff') format('woff'), url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "IBMPlexSans";
  max-width: 1920px;
  --color: #f30606;
  --font: 'Poppins';
  font-weight: normal;
  margin: 0 auto;
  /*background-image: url(/template/en/images/home1-bg.jpg);*/
}
.container {
  width: 100%;
  max-width: 1730px;
  color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fpop {
  font-family: var(--font);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active .nav {
  background-color: #000000;
}
#header .nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 90px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 0.75em;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1em 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  color: #FFFFFF;
  vertical-align: middle;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .p-search {
  padding: .375em 1em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 18px;
}
#header .nav .ui.menu .p-search input {
  width: 15em;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  vertical-align: top;
}
#header .nav .ui.menu .p-search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#header .nav .ui.menu .p-search input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#header .nav .ui.menu .p-search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#header .nav .ui.menu .p-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#header .nav .ui.menu .p-search input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#header .nav .ui.menu .p-search button {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  vertical-align: top;
}
#header .nav .ui.menu .line {
  height: 100%;
  width: 1px;
  background-color: #ffffff;
  opacity: .3;
}
#header .nav .ui.menu .msg {
  color: #FFFFFF;
  cursor: pointer;
}
#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);
}
html[lang=sa] #header .nav .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
#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 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: 4em;
  height: 2px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 0;
  border: 0;
  background-color: #686868;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #f30606;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
html[lang=sa] #mobile .menu-content .mob-search form input[type="submit"] {
  right: auto;
  left: 0;
}
html[lang=sa] #mobile.white .menu-content .mob-search form input[type="submit"] {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 26%;
}
#banner h2 {
  margin-bottom: -1em;
}
#banner h2 span {
  -webkit-text-stroke: 1px black;
  color: transparent;
  opacity: .24;
}
#banner p {
  line-height: 1.2;
}
#banner .page {
  left: 10%;
  top: 80%;
}
#banner .page .line {
  width: 2.26em;
  border-bottom: 1px solid var(--color);
  opacity: .3;
}
#banner .page span.arrow {
  cursor: pointer;
}
#banner .page .arrow_l {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#banner .down {
  left: 3%;
  bottom: 6%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.yuy {
  height: auto;
}
.yuy span {
  color: #FFFFFF;
}
.yuy span:after {
  content: "\e768";
  font-family: "iconfont";
  position: absolute;
}
.baseBtn {
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 4em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.baseBtn:hover {
  background-color: #000000;
}
.home-1 .cates {
  width: 13%;
  left: 87%;
  top: 10%;
  z-index: 1;
}
.home-1 .cates li {
  color: #595959;
  position: relative;
}
.home-1 .cates li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .cates li.active {
  color: #000000;
}
.home-1 .cates li.active::before {
  opacity: 1;
}
.home-1 .cates .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 8.4em;
  background-color: #e5e5e5;
}
.home-1 .cates .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--color);
}
.home-1 .cates .line.active::before {
  height: 100%;
  -webkit-transition: 4.5s linear;
  -moz-transition: 4.5s linear;
  transition: 4.5s linear;
}
.home-1 .Tit {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.home-1 .text {
  line-height: 1.875;
  min-height: 9.375em;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.home-1 .btns {
  margin-bottom: -1.5em;
}
.home-1 .btns a {
  width: 3em;
  height: 3em;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 50%;
}
.home-1 .slick-current .Tit {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.home-1 .slick-current .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.home-2::before {
  content: "";
  position: absolute;
  width: 33%;
  height: 95%;
  left: 0;
  bottom: 0;
  background-color: #edf7f9;
  border-radius: 0 50px 0 0;
}
.home-2::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: -7%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  font-size: 6.8vw;
  font-weight: 500;
  line-height: .8;
  color: #ddebee;
  text-transform: uppercase;
}
.home-2 .desc {
  line-height: 1.75;
}
.home-2 .text {
  line-height: 1.6875;
}
.home-2 .btns a {
  color: var(--color);
  border-radius: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-2 .btns a:hover {
  padding-left: 3em;
  padding-right: 3em;
  background-color: var(--color);
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}
.home-2 .slickBtn div {
  width: 4em;
  height: 4em;
  background-color: transparent;
  color: #8a8a8a;
  border: 2px solid currentcolor;
}
.home-2 .slickBtn div:hover {
  color: var(--color);
}
.home-2 .slickBtn.pos div.prev {
  right: 100%;
}
.home-2 .slickBtn.pos div.next {
  left: 100%;
}
.home-3 {
  background-color: #edf7f9;
}
.home-3 .top .Tit {
  font-size: 8.35vw;
  font-weight: 600;
}
.home-3 .bottom {
  margin-top: -8%;
}
.home-3 .bottom .Tit {
  font-size: 9.375vw;
}
.home-3 .bottom .line {
  border-bottom: 1px solid #000000;
  opacity: .3;
}
.home-3 .bottom .text {
  line-height: 1.75;
}
.home-4 .img {
  width: 22%;
  margin-left: 59%;
  margin-bottom: -5%;
}

.home-4 .img img,
.home-4 .img span {
  grid-column: 1;
  grid-row: 1;
}

.home-4 .img span {
  border-radius: 50%;
}


@keyframes ks2 {
  from {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.home-4 .img span:first-of-type {
  background-color: var(--color);
  -webkit-animation: ks2 2s linear infinite;
  -o-animation: ks2 2s linear infinite;
  -ms-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.home-4 .img span:nth-of-type(2) {
  width: 25%;
  height: 25%;
  border: 2px solid #FFFFFF;
  margin: auto;
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.home-4 .img span:last-of-type {
  width: 20%;
  height: 20%;
  background-color: #FFFFFF;
  margin: auto;
}

.home-4 .line::before,
.home-4 .line::after {
  content: "";
  border-bottom: 2px solid #000000;
  opacity: .5;
}
.home-4 .line::before {
  width: 74%;
}
.home-4 .line::after {
  width: 23%;
}
.home-4 .Tit {
  line-height: 1.2;
}
.home-4 .btns a {
  background-color: #FFFFFF;
  color: var(--color);
  border-radius: 3em;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .btns a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-4 .list .box {
  padding-left: 75px;
}
.home-4 .list .box .icon {
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  border-radius: 50%;
}
.home-4 .list .box p {
  line-height: 1.78571429;
}
.home-5 .left .img {
  width: 100%;
  height: 100%;
}
.home-5 .right li + li {
  margin-top: 10px;
}
.home-5 .right .play {
  background-color: #e9e9e9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .right .content {
  background-color: #f0f0f0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .right a:hover .play {
  border-radius: 0 10em 10em 0;
  background-color: var(--color);
  color: #FFFFFF;
}
.home-5 .right a:hover .content {
  border-radius: 10em 0 0 10em;
  background-color: var(--color);
  color: #FFFFFF;
}
#footer .footer-top {
  border-bottom: 2px solid rgba(92, 92, 92, 0.25);
}
#footer .form ul {
  margin: -5px;
}
#footer .form li {
  padding: 5px;
}
#footer .form input,
#footer .form button {
  border-radius: 10px;
  padding: 0 15px;
  height: 3.4375em;
  width: 100%;
  background-color: transparent;
  border: 1px solid #8a8a8a;
}
#footer .form button {
  color: var(--color);
  border-color: var(--color);
}
#footer img.login {
  height: 16px;
}
#ewm {
  width: 140px;
  border: 10px solid #FFFFFF;
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  #banner .down {
    left: 0;
    bottom: 10%;
  }
  #banner .page {
    top: 90%;
  }
  .home-1 .cates {
    width: 15%;
    left: 85%;
  }
}
@media (max-width: 1250px) {
  #footer .form li {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner .down {
    display: none;
  }
  #banner .page {
    display: none;
  }
  .home-1 {
    background-image: none!important;
  }
  .home-1 .cates {
    position: static;
    width: 100%;
    text-align: left;
  }
  .home-1 .cates li {
    display: inline-block;
  }
  .home-1 .cates .line {
    position: relative;
    width: 100%;
    height: 2px;
  }
  .home-1 .cates .line::before {
    height: 100%;
    width: 0;
  }
  .home-1 .cates .line.active::before {
    width: 100%;
  }
  .home-2::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .home-2::after {
    display: none;
  }
  .home-2 .list {
    padding: 0;
  }
  .home-2 .slickBtn {
    display: none;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner .left {
    width: 100%;
    padding-left: 0;
  }
  .home-2 .slickBtn.pos {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-2 .slickBtn.pos div {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 1em;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    line-height: 1;
    margin-bottom: 0;
  }
  #banner h2 span {
    font-size: 1em;
  }
  #banner p {
    font-size: 20px;
  }
  .home-2 .list .img {
    width: 100%;
  }
  .home-2 .list .content {
    width: 100%;
  }
  #footer .form li {
    width: 100%;
  }
}



.tag {
  color: var(--color);
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 30px;
}

.inner-banner {
  position: relative;
  color: white;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-banner .box .ui.container {
  height: 100%;
}
.inner-banner .box p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1000px;
  margin: auto;
  color: #fff;
}
.inner-banner .box .mbx {
  position: absolute;
  left: 0;
  bottom: 45px;
  line-height: 1.6;
  color: #fff;
}
.inner-banner .box .Auxil-crumbs{
  line-height: 1.8;
}
.inner-banner .box .arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 75px;
  position: absolute;
  right: 0%;
  bottom: 8%;
  color: black;
}
.inner-banner .box .arrow i {
  font-size: 30px;
}
.pt-250 {
  padding-top: 250px;
}
.pb-270 {
  padding-bottom: 270px;
}
.flex-dcr {
  -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;
}

.faq-page ul li {
  position: relative;
  padding-left: 160px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 55px;
  padding-top: 55px;
  cursor: pointer;
}
.faq-page ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page ul li .des {
  line-height: 36px;
  color: #666666;
  display: none;
}
.faq-page ul li .h4 {
  position: relative;
}
.faq-page ul li .h4 i {
  position: absolute;
  right: 0;
  top: 11px;
  width: 16px;
  height: 16px;
}
.faq-page ul li .h4 i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li .h4 i::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li.active .h4 i::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}
.faq-page .bottom p em {
  color: var(--color);
  position: relative;
}
.faq-page .bottom p em::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color);
}
.gallery-page ul {
  margin: -10px;
}
.gallery-page ul li {
  padding: 10px;
}
.m-page {
  font-size: 20px;
}
.m-page a,
.m-page span {
  margin: 0 5px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.m-page span {
  background-color: var(--color);
  color: #FFFFFF;
}
.product-page .product-1 .des {
  line-height: 32px;
}
.product-page .product-1 ul li img {
  margin: auto;
}
.product-page .product-1 ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
}
.product-page .product-1 ul.slick-dots li {
  padding: 0;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #d6d6d6;
  width: auto;
  border-radius: 0;
  border: none;
  margin: 0;
}
.product-page .product-1 ul.slick-dots i {
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-2 .top ul {
  height: 55px;
  background-color: #f6f6f6;
  border-radius: 28px;
  padding: 7px;
}
.product-page .product-2 .top ul li {
  margin: 0 10px;
}
.product-page .product-2 .top ul 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;
  padding: 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
}
.product-page .product-2 .top ul li:hover a,
.product-page .product-2 .top ul li.active a {
  background-color: #333333;
  color: white;
}
.product-page .product-2 .top form {
  height: 55px;
  background-color: #f6f6f6;
  border-radius: 28px;
  margin-left: 25px;
  position: relative;
  width: 245px;
}
.product-page .product-2 .top form input {
  height: 100%;
  background-color: inherit;
  border: none;
  width: 100%;
  border-radius: inherit;
  padding: 0 15px;
  font-size: 14px;
}
.product-page .product-2 .top form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 50px;
  background: url(../images/search.png) no-repeat center;
  -webkit-filter: invert(1);
  filter: invert(1);
  padding: 0;
}
.product-page .product-2 .center h1 {
  width: 30%;
}
.product-page .product-2 .center .Auxil-catdes {
  width: 70%;
  line-height: 32px;
  color: #666666;
}
.product-page .product-2 .center .Auxil-catdes .des{
  max-height: 165px;
  overflow: auto;
}
.product-page .product-2 .list ul {
  margin: -5px;
}
.product-page .product-2 .list ul li {
  padding: 5px;
}
.product-page .product-2 .list ul li .box {
  height: 100%;
  padding: 40px;
  position: relative;
}
.product-page .product-2 .list ul li .box .img-box img{
   -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-2 .list ul li .box .img-box .img2{
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-page .product-2 .list ul li:hover .box .img-box .img1{
  opacity: 0;
}
.product-page .product-2 .list ul li:hover .box .img-box .img2{
  opacity: 1;
}
.product-page .product-2 .list ul li .box a {
  z-index: 3;
  position: relative; 
  line-height: 1.8;
  font-size: 20px;
}
.product-page .product-2 .list ul li .box a.h4{
  display: block;
  line-height: 1.5;
  min-height: 2.5em;
}
.product-page .product-2 .list ul li .box .text {
  line-height: 1.5;
  max-height: 15em;
  overflow-y: auto;
}
.product-page .product-2 .list ul li .box .mores span {
  position: relative;
}
.product-page .product-2 .list ul li .box .mores span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background-color: black;
}
.product-page .product-2 .list ul li .box .mores i {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: white;
  background-color: #f00221;
  font-size: 15px;
  margin-left: 13px;
}
.product-page .product-2 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-page .product-2 .list ul li:hover .box::after {
  background-color: white;
  -webkit-box-shadow: 0px 10px 46px 0px rgba(51, 51, 51, 0.32);
  box-shadow: 0px 10px 46px 0px rgba(51, 51, 51, 0.32);
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
}
.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #cccccc;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .right .tag {
  letter-spacing: 0;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .content {
  line-height: 32px;
  color: #666666;
  max-height: 224px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .gallery {
  padding: 0 0px;
}
.prodet-page .prodet-1 .right .gallery ul li a {
  display: block;
  border: 1px solid #cccccc;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div {
  border-radius: 0;
  background-color: #f3f3f3;
  height: 100%;
  color: black;
  width: 36px;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div.prev {
  left: 0;
  right: auto;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div.next {
  right: 0;
  left: auto;
}
.prodet-page .prodet-1 .right .gallery .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .right .line {
  height: 1px;
  background-color: #f0f0f0;
  width: 100%;
}
.prodet-page .prodet-1 .right .more {
  background-color: #333333;
  padding: 0 70px;
  font-weight: normal;
}
.prodet-page .prodet-2 ul.options {
  border-bottom: 1px solid #d6d6d6;
}
.prodet-page .prodet-2 ul.options li {
  color: #999999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.prodet-page .prodet-2 ul.options li.active,
.prodet-page .prodet-2 ul.options li:hover {
  color: black;
}
.prodet-page .prodet-2 .content {
  padding-top: 40px;
}
.prodet-page .prodet-2 .content .item2 .des {
  line-height: 32px;
  color: #666666;
}
.prodet-page .prodet-2 .content .item3 form ul li {
  margin-bottom: 17px;
  position: relative;
}
.prodet-page .prodet-2 .content .item3 form ul li.wid-100{
  width: 100%;
}
.prodet-page .prodet-2 .content .item3 form ul li input,
.prodet-page .prodet-2 .content .item3 form ul li textarea {
  width: 100%;
  border: 1px solid #cccccc;
  height: 70px;
  padding: 0 20px;
}
.prodet-page .prodet-2 .content .item3 form ul li textarea {
  padding: 15px 20px;
  height: 215px;
}
.prodet-page .prodet-2 .content .item3 form ul li button {
  border: none;
}

.prodet-page .prodet-2 .content .item3 form ul li > i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  opacity: 0.4;
}


.service-page .service-1 p.text {
  /*max-width: 1000px;*/
  line-height: 30px;
      background-image: url(/template/en/images/home1-bg.jpg);
  max-width: 980px;
    /*margin-left: auto;
    margin-right: auto;
    text-align: center;*/
}

.service-page .service-2 {
  position: relative;
}
.service-page .service-2 .ui.container {
  z-index: 3;
}
.service-page .service-2 p.text {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 ul li > div {
  height: 270px !important;
}
.service-page .service-2 ul li .content {
  background-color: #f9f9f9;
}
.service-page .service-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .service-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100px;
  background-color: #edf7f9;
}
.service-page .service-3 .right ul li {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #f4f4f4;
}
.service-page .service-3 .right ul li em {
  color: var(--color);
  margin-right: 30px;
}
.service-page .service-3 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}
.service-page .service-3 .right ul li:hover::after {
  width: 60%;
}
.service-page .service-4 {
  background-image: url(../images/service-3-bg.jpg);
  background-size: cover;
}
.service-page .service-4 .left ul {
  margin: -7px;
}
.service-page .service-4 .left ul li {
  padding: 7px;
}
.service-page .service-4 .left ul li .box {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  height: 250px;
  text-align: center;
}
.service-page .service-4 .left ul li:nth-child(2n) {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.service-page .service-4 .right {
  color: white;
}
.service-page .service-4 .right .h2 {
  color: white;
}
.manufacture-page .manu-1 .left {
  width: 40%;
}
.manufacture-page .manu-1 .right {
  width: 60%;
}
.manufacture-page .manu-1 .right .des {
  line-height: 30px;
}
.manufacture-page .manu-1 .right .box {
  position: relative;
}
.manufacture-page .manu-1 .right .box .h4 img {
  vertical-align: middle;
  margin-right: 35px;
}
.manufacture-page .manu-1 .right .box ul li {
  color: var(--color);
  opacity: 0.7;
  -webkit-transition: 0.3;
  -moz-transition: 0.3;
  transition: 0.3;
  font-weight: 600;
}
.manufacture-page .manu-1 .right .box ul li em {
  font-weight: 900;
  font-size: 35px;
  margin-right: 30px;
  vertical-align: middle;
  position: relative;
}
.manufacture-page .manu-1 .right .box ul li em::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
  background-color: white;
}
.manufacture-page .manu-1 .right .box ul li:hover {
  opacity: 1;
}
.manufacture-page .manu-1 .right .box::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 160px;
  height: 120%;
  background-color: white;
}
.manufacture-page .manu-2 {
  position: relative;
}
.manufacture-page .manu-2 .ui.container {
  z-index: 3;
}
.manufacture-page .manu-2 p.text {
  line-height: 30px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.manufacture-page .manu-2 .bottom .more {
  background-color: white;
  color: black;
}
.manufacture-page .manu-2 .bottom .more span {
  background-color: var(--color);
  color: white;
}
.manufacture-page .manu-2 .bottom .more:hover {
  background-color: var(--color);
  color: white;
}
.manufacture-page .manu-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background-color: #edf7f9;
}
.manufacture-page .manu-3 ul li {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
.manufacture-page .manu-3 ul li .icon {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 102px;
  margin: 25px auto;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  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;
}
.manufacture-page .manu-3 ul li .icon img {
  vertical-align: middle;
}
.manufacture-page .manu-3 ul li .icon::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 350%;
  height: 1px;
  background-color: #e7e7e7;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}
.manufacture-page .manu-3 ul li .icon::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 350%;
  height: 1px;
  background-color: #e7e7e7;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
}
.manufacture-page .manu-3 ul li p {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.manufacture-page .manu-3 ul li:hover {
  color: var(--color);
}
.manufacture-page .manu-3 ul li:hover p {
  opacity: 1;
}
.manufacture-page .manu-3 ul li:hover .icon {
  background-color: var(--color);
}
.manufacture-page .manu-4 .ui.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.manufacture-page .manu-4 .left {
  width: 47%;
  padding-left: 7%;
}
.manufacture-page .manu-4 .left .text {
  line-height: 30px;
}
.manufacture-page .manu-4 .left ul li {
  position: relative;
  padding-right: 60px;
  margin-bottom: 40px;
}
.manufacture-page .manu-4 .left ul li img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manufacture-page .manu-4 .right {
  width: 53%;
}
.manufacture-page .manu-4 .right img {
  width: 100%;
}
.manufacture-page .manu-5 .text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
      text-align: center;
}
.manufacture-page .manu-5 ul li img {
  margin: auto;
}
@media screen and (max-width: 1450px) {
  .pb-270 {
    padding-bottom: 150px;
  }
  .pt-250 {
    padding-top: 150px;
  }
  .m-page {
    font-size: 22px;
  }

  .manufacture-page .manu-4 .left {
    padding-left: 3%;
  }
  .manufacture-page .manu-1 .right .box::after {
    width: 110px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .box p {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .inner-banner .box .arrow {
    width: 60px;
    height: 60px;
    line-height: 65px;
  }
  .service-page .service-4 .left {
    padding-left: 0;
  }
  .service-page .service-4 .left ul li:nth-child(2n) {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
  .manufacture-page .manu-1 .left {
    width: 100%;
  }
  .manufacture-page .manu-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manufacture-page .manu-4 .right {
    display: none;
  }
  .manufacture-page .manu-4 .left {
    width: 100%;
    text-align: left;
  }
  .manufacture-page .manu-4 .left ul li {
    padding-left: 60px;
    padding-right: 0;
  }
  .manufacture-page .manu-4 .left ul li img {
    left: 0;
  }

  .product-page .product-2 .list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {

  .inner-banner .box .arrow{
    display: none;
  }
  .pt-250 {
    padding-top: 75px;
  }
  .pb-270 {
    padding-bottom: 65px;
  }

  .product-page .product-2 .top ul {
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .product-page .product-2 .top form {
    margin-left: 0;
  }
  .product-page .product-2 .center h1 {
    width: 100%;
    padding-right: 0;
    line-height: 30px;
  }
  .product-page .product-2 .center .Auxil-catdes {
    width: 100%;
  }
  .product-page .product-2 .list ul li .box {
    padding: 20px;
  }
  .prodet-page .prodet-2 .content .item3 form ul li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content .item3 form ul li:nth-child(3){
    width: 100%;
  }


  .service-page .service-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-3 .left {
    width: 100%;
  }
  .service-page .service-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 .left ul li:nth-child(2n) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .manufacture-page .manu-3 ul li p {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {


  .prodet-page .prodet-1 .right h1.Auxil-h1{
    line-height: 2;
  }
  .product-page .product-2 .list ul li .box a.h4.font-24,
  .product-page .product-2 .list ul.flex li .box a{
    line-height: 2;
  }
  #index-body .i-about .top .left .font-40,
  #index-body .i-manufacture .left .h2{
    line-height: 30px;
  }
  #index-body .i-product ul li .h5,
  #index-body .i-news ul li .h5{
    line-height: 2;
  }
  .inner-banner .box p {
    padding: 0 15px;
  }
  .inner-banner .box .mbx {
    left: 15px;
    bottom: 10px;
  }

  .inner-banner .box p{
    top: 30%;
  }
  .inner-banner .box .arrow {
    width: 45px;
    height: 45px;
    line-height: 50px;
  }

  .faq-page ul li .icon {
    width: 65px;
  }
  .faq-page ul li {
    padding-left: 90px;
  }
  .gallery-page ul li {
    width: 50%;
  }
  .product-page .product-2 .list ul li {
    width: 50%;
  }
  .product-page .product-1 .des {
    padding: 0;
  }
  .product-page .product-2 .top ul {
    display: none;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 ul.options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content .item3 form ul li{
    width: 100%;
  }

  .service-page .service-1 .center {
    display: none;
  }
  .service-page .service-1 .list ul {
    width: 50%;
  }
  .service-page .service-1 .list ul li {
    margin-bottom: 20px;
  }
  .service-page .service-2 ul li > div {
    height: 170px !important;
  }
  .manufacture-page .manu-3 .top .left {
    width: 100%;
  }
  .manufacture-page .manu-3 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .manufacture-page .manu-1 .right .box ul li {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .manufacture-page .manu-1 .right .box ul li em {
    font-size: 28px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .inner-banner > img{
    min-height: 200px;
    object-fit: cover;
  }

  .gallery-page ul li {
    width: 100%;
  }
  .product-page .product-2 .list ul li {
    width: 100%;
  }
  .service-page .service-4 .left ul li .box {
    height: 175px;
  }
  .service-page .service-3 .right ul li em {
    margin-right: 10px;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-2 ul li .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .service-page .service-2 ul li .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .service-page .service-2 ul li.flex-dcr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}




.contact-page .contact-1 .share {
  line-height: 1;
}
.contact-page .contact-1 .box2 {
  background-color: white;
}
.contact-page .contact-1 .box2 .text {
  color: #858585;
}
.contact-page .contact-1 .box2 input,
.contact-page .contact-1 .box2 textarea {
  width: 100%;
  padding: .6em .8em;
  border-radius: 0.70588235em;
  border: none;
  background-color: #f7f7f7;
}
.contact-page .contact-1 .box2 textarea {
  height: 7.05882353em;
}
.contact-page .contact-1 .box2 button {
  height: 2.70588235em;
  padding: 0 2em;
  border: none;
      background: var(--color);
    color: #fff;
}
.contact-page .contact-2 {
  background-color: #fcfcfc;
}
.contact-page .contact-2 span.icon {
  line-height: 1;
  color: var(--color);
}
.contact-page .contact-2 hr {
  background-color: #c1cbd5;
  position: relative;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: inherit;
}
.contact-page .contact-2 span.h6 {
  line-height: 1.2;
}
.contact-page .contact-2 a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #efefef;
  background-color: white;
  margin-left: auto;
  position: relative;
  left: 4%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 li {
  padding: 8% 4% 0;
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 li:before {
  content: '';
  background-image: url("../images/contact-2-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-page .contact-2 li:hover hr {
  background-color: var(--color);
}
.contact-page .contact-2 li:hover a.link {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.contact-page iframe {
  border: none;
}


.news-page-top ul li.active {
  background: var(--color);
  color: #fff;
}
.news-page-top ul li {
  border-radius: 45px;
  background: #eaeef7;
}

.news-page-top {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.news-page-top:after {
  content: "";
  background: #000;
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.news-page01 .new-top ul li .right h3 {
  line-height: 1.3;
}



.tect {
  position: absolute;
  z-index: 1;
  top: 65%;
  color: #fff;
}

.tect a.more {
  border: 2px solid #fff;
  margin: 0 10px;
}

.solution-page .solution-1 li {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


.solution-page .solution-1 li .mask > div {
  grid-column: 1;
  grid-row: 1;
  transition: opacity .5s ease;
}

.solution-page .solution-1 li:hover .vid {
 opacity: 1;
}

.solution-page .solution-1 li .mask > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.solution-page .solution-1 li:hover .mask.grid:after {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    width: 100%;
    height: 100%;
}*/


@media screen and (max-width: 1000px) {
  .solution-page .solution-1 li .tect {
    width: 100%;
		position:static;
		color:block;
		background-color:black;
	}
	.solution-page .solution-1 li {
		flex-direction:column;
		position:static;
	}
	.solution-page .solution-1 li > img {
		transform:unset !important;
	}
}

@media screen and (max-width: 700px) {
  .solution-page .solution-1 li .tect {
		width:100%;
		padding:15px;
	}
	.solution-page .solution-1 li > img {
		height:280px;
	}
	.solution-page .solution-1 li .tect .more {
		margin-bottom:.5em;
	}
}




@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#index-body .init-1 .play {
    width: 6.5em;
    height: 6.5em;
    border-radius: 100%;
    background-color: #f8f9ff;
    padding: 0.8em;
    cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .play svg {
  fill: black;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .init-1 .play svg path {
  fill: transparent;
}
#index-body .init-1 .play i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: #626365;
  color: white;
}

@media screen and (max-width: 500px) {
  #index-body .init-1 .play {
    font-size: 10px;
    letter-spacing: .55em;
  }
}






.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  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;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}
.about-page .about-1 .box .slide:nth-child(n + 2) {
  width: calc((100% - 480px)/2);
}
.about-page .about-1 .box span.h6 {
  color: #000;
  line-height: 1.6;
}
.about-page .about-1 .box span.h6 em {
  color: var(--color);
}
.about-page .about-1 .box span.h6 i {
  color: black;
}
.about-page .about-2 {
  background-color: #edf7f9;
  color: white;
  overflow: hidden;
}
.about-page .about-2 .ui.container {
  max-width: 1000px;
}
.about-page .about-2 .list {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul {
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.about-page .about-2 .list ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-page .about-2 .list ul li .box {
  background-color: white;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .left {
  padding: 4%;
}
.about-page .about-2 .list ul li .left span.tag {
  color: black;
  margin-bottom: .5em;
  text-transform: unset;
}
.about-page .about-2 .list ul li .left span.h6 {
  color: var(--color);
  margin-bottom: 1em;
  display: block;
}
.about-page .about-2 .list ul li .left .text {
  color: #545454;
}
.about-page .about-2 .list ul li .right {
  padding-left: 8%;
}
.about-page .about-2 .list ul li .right .img {
  height: 360px;
  background-size: cover;
  background-position: center;
}
.about-page .about-2 .list ul li:first-child {
  position: relative;
}
.about-page .about-2 .list ul li.off .box {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.about-page .about-2 .scrollPage {
  margin-top: 4.75em;
  z-index: 2;
  position: relative;
}
.about-page .about-3 {
  background-color: #fff;
  color: white;
  position: relative;
  z-index: 1;
  text-align: right;
}
.about-page .about-3 .mask {
  position: relative;
  z-index: -1;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 50%;
  overflow: hidden;
  top: 7px;
}
/*.about-page .about-3 .mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #221100;
  opacity: .21;
  z-index: 1;
}*/
.about-page .about-3 .box {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.about-page .about-3 .box .options {
  font-weight: bold;
}
.about-page .about-3 .box .options span {
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  padding-left: 60px;
}
.about-page .about-3 .box .options span i {
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .options span.active {
  color: var(--color);
}
.about-page .about-3 .box .options span.active i {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-3 .box .ret {
  max-width: 44%;
  position: relative;
}
.about-page .about-3 .box .ret span.h6 {
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
  color: var(--color);
}
.about-page .about-3 .box .ret .slide {
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
}
.about-page .about-3 .box .ret .slide.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
.about-page .about-4 {
  background-color: #223115;
}
.about-page .about-4 .slide {
  height: 800px;
  background-size: cover;
  background-position: center;
  padding: 0 8%;
  color: white;
  text-align: 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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 1;
  position: relative;
}
.about-page .about-4 .slide span.h6 {
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.about-page .about-4 .slide .text {
  margin-top: 2em;
  display: none;
}
.about-page .about-4 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f20605;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .slide:hover .text {
  display: block;
}
.about-page .about-4 .slide:hover:before {
  opacity: .6;
}
.about-page .about-5 .h-title{
  margin-bottom: 80px;
}
.about-page .about-5 .left {
  width: 45%;
  padding-right: 8%;
}
.about-page .about-5 .left .scrollPage > div {
  background-color: #f3f3f3;
}
.about-page .about-5 .left .scrollPage > div.page {
  background-color: var(--color);
}
.about-page .about-5 .left .scrollPage > div:hover {
  background-color: var(--color);
}
.about-page .about-5 .right {
  width: 55%;
  position: relative;
  top: -35px;
}
.about-page .about-5 .right .list .slick-list {
  padding-bottom: 10%;
  margin-bottom: -10%;
}
.about-page .about-5 .right .list ul {
  margin: -10px;
}
.about-page .about-5 .right .list ul li {
  padding: 10px;
}
.about-page .about-5 .right .list ul .slick-slide {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right .list ul .slick-current li img {
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
}
.about-page .about-5 .right .list ul .slick-current ~ div {
  -webkit-transform: rotate(12deg) scale(0.8);
  -moz-transform: rotate(12deg) scale(0.8);
  -ms-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
}
.about-page .about-5 .msg {
  font-weight: bold;
  height: 2.61111111em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.30555556em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 3.33333333em;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-5 .msg:hover {
  background-color: #221100;
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .slide {
    width: 48% !important;
  }
  .about-page .about-1 .box .slide:nth-child(1) {
    display: none;
  }
  .about-page .about-1 span.h2 {
    text-align: left;
  }
  .about-page .about-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-page .about-1 .box .text p:last-child {
    margin-top: 1em;
  }
  .about-page .about-2 .scrollPage {
    margin-top: 3em;
  }
  .about-page .about-3 .box .options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .about-page .about-3 .box .options i {
    max-width: 25px;
  }
  .about-page .about-4 .slide {
    height: 300px;
  }
  .about-page .about-4 .slide:before {
    opacity: .8;
  }
  .about-page .about-5 .right {
    top: 0;
  }
  .about-page .about-5 span.h2 {
    margin-bottom: .5em;
  }
  .scrollPage .page span.line {
    display: none;
  }
  .about-page .about-5 .left {
    padding-right: 3%;
  }
  .about-page .about-5 .right .list ul .slick-current ~ div {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-5 .right .list {
    padding-right: 30%;
    overflow: hidden;
  }
  .about-page .about-5 .right .list .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: unset;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .right .img {
    height: 300px;
  }
  .about-page .about-2 .list ul li .right {
    padding-left: 0;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .box {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-3 .mask {
    display: none;
  }
  .about-page .about-3 .box .ret {
    max-width: none;
  }
  .about-page .about-4 .slide {
    height: auto;
    padding: 5%;
  }
  .about-page .about-4 .slide .text {
    display: block;
  }
  .about-page .about-5 .h-title {
    margin-bottom: 10px;
  }
  .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-5 .left .scrollPage {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .right .list {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .box .slide {
    width: 100% !important;
  }
  .about-page .about-4 .slide {
    width: 100%;
  }
  .about-page .about-4 .flex {
    flex-wrap: wrap;
  }
  .about-page .about-2 .list ul li .left {
    width: 100%;
    padding: 3%;
  }
  .about-page .about-2 .list ul li .right {
    width: 100%;
  }
  .about-page .about-2 .list ul li .right .img {
    height: 120px;
  }
  .about-page .about-2 .list ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}




.product-page .product-2 .list ul li .no-link .box {
  grid-row: 1;
  grid-column: 1;
}

.product-page .product-2 .list ul li:hover .no-link .box:first-child {
  opacity: 0;
}

.product-page .product-2 .list ul li:hover .no-link .box:last-child {
  opacity: 1;
}


#sidebar {
  right: 25px;
}

#sidebar ul {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2em;
}

#sidebar ul li {
  border-top: 0;
  box-shadow: unset;
  background-color: transparent;
  border-radius: 0 2em 2em 0!important;
}

#sidebar ul li:hover {
  background-color: var(--color);
}

#sidebar ul li .child {
  white-space: nowrap;
  margin-right: 0;
  border-radius: 2em 0 0 2em;
  line-height: 2.5em;
  padding: 0 15px;
  background-color: var(--color);
  color: white;
  box-shadow: unset;
}

#sidebar ul li .child a {
  color: inherit;
  font-size: inherit;
}

#sidebar ul li .child:before {
  display: none;
}

/*#sidebar ul li:first-child {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

#sidebar ul li:last-child {
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
}*/






.home-6 .Tag {
  color: var(--color);
}
.home-6 .Tit {
  line-height: 1.2;
}
.home-6 .text {
  line-height: 1.75;
}
.home-6 .btns a {
  padding-left: 3em;
  padding-right: 3em;
  background-color: var(--color);
  color: #ffffff;
  border-radius: 3em;
}

.home-7 .desc span {
  color: var(--color);
}

.home-7 .btns a {
  padding-left: 3em;
  padding-right: 3em;
  background-color: #ffffff;
  color: #000000;
  border-radius: 3em;
}

.home-7 .list {
  max-width: 1200px;
  margin: auto;
}

.home-7 .list li > div {
  background-color: #2a2a2a;
  color: #ffffff;
}
.home-7 .list li.even > div {
  background-color: var(--color);
}
.home-7 .list li > div .icon img {
  margin: auto;
}
.home-7 .list li > div .name {
  line-height: 1.5;
  min-height: 3em;
}


.about-6 .bg {
  width: 100%;
  height: 85%;
  left: 0;
  top: 0;
}

.about-6 .Tag {
  color: var(--color);
}

.about-6 .Tit {
  line-height: 1.2;
}

.about-6 .text {
  line-height: 1.75;
}


.about-6 .right .num {
  font-weight: 600;
  color: var(--color);
}

.about-6 .right .icon {
  border-radius: 50%;
  box-shadow: 0 3px 2px rgba(0,0,0,.5);
}


.about-6 .slickBtn.pos div.prev {
  right: auto;
  left: 0;
}

.about-6 .slickBtn.pos div.next {
  right: 0;
  left: auto;
}

@media (min-width:1001px) {
  .about-6 .left {
    position: sticky;
    top: 120px;
  }
}



.manu-6 {
  background-color: #f7f7f7;
}

.manu-6 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.manu-6 .left .text {
  margin: 2.5em 0;
}
.manu-6 .left .text p {
  margin-top: 2em;
}
.manu-6 .left .list {
  text-align: center;
  font-weight: bold;
}
.manu-6 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.manu-6 .left .list 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;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.manu-6 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.manu-6 .left .list li:first-child {
  margin-top: 0;
}
.manu-6 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.manu-6 .left .list li span {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manu-6 .left .list li.active span {
  opacity: 1;
}
.manu-6 .left .list li:last-child:before {
  display: none;
}
.manu-6 .right {
  padding-left: 2%;
}
.manu-6 .right .list ul {
  margin: -20px 0;
}
.manu-6 .right .list ul li {
  padding: 20px 0;
}
.manu-6 .right .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.manu-6 .right .list ul li .box .img {
  width: 60%;
  height: 310px;
  border-radius: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.manu-6 .right .list ul li .box .content {
  margin-left: 5%;
  width:40%;
}
.manu-6 .right .list ul li .box .content span.h6 {
  font-weight: bold;
}
.manu-6 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.manu-6 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

@media screen and (max-width: 1000px) {
  .manu-6 .left {
    width: 100%;
    padding-right: 0;
  }
  .manu-6 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manu-6 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manu-6 .left {
    position: static;
  }
  .manu-6 .left .list {
    display: none;
  }
  .manu-6 .right .list ul li .box .img {
    height: 250px;
  }
}

@media screen and (max-width: 700px) {
  .manu-6 .right .list ul li .box .content {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .manu-6 .right .list ul li .box .img {
    height: 250px;
    width: 100%;
  }
  .manu-6 .right .list ul li .box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .manu-6 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: 15px !important;
  }
  .manu-6 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .manu-6 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


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