@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Light.eot');
  src: url('../fonts/Grift-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Light.woff2') format('woff2'), url('../fonts/Grift-Light.woff') format('woff'), url('../fonts/Grift-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Regular.eot');
  src: url('../fonts/Grift-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Regular.woff2') format('woff2'), url('../fonts/Grift-Regular.woff') format('woff'), url('../fonts/Grift-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Bold.eot');
  src: url('../fonts/Grift-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Bold.woff2') format('woff2'), url('../fonts/Grift-Bold.woff') format('woff'), url('../fonts/Grift-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Grift";
  max-width: 1920px;
  --color: #0075c2;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1530px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.fw-900 {
  font-weight: bold;
}

#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active .nav {
  background-color: #FFFFFF;
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: #000000;
}
#header .nav {
  -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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  filter: brightness(0) invert(1);
  transition: .5s;
}
#header.active .nav .ui.menu .logo img {
  filter: brightness(1) invert(0);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  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 1.61111111em;
  font-weight: bold;
  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;
}
#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 .p-search {
  width: 7.2em;
  height: 2.1em;
  border-radius: 1.05em;
  background-color: rgba(255, 255, 255, 0.8);
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
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 .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;
}
.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: 20;
  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: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
@-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);
  }
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  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 .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
#banner .slick-slide .content {
  left: 10%;
  -webkit-transition: 0s .3s left,.3s opacity;
  -moz-transition: 0s .3s left,.3s opacity;
  transition: 0s .3s left,.3s opacity;
  opacity: 0;
  position: relative;
}
#banner .slick-slide.slick-current .content {
  left: 0;
  opacity: 1;
  -webkit-transition: 1s .5s;
  -moz-transition: 1s .5s;
  transition: 1s .5s;
}
#banner > ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#banner .content {
  color: #FFFFFF;
}
#banner .left {
  background-color: rgba(0, 117, 194, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#banner .left .text {
  max-width: 240px;
}
#banner .page {
  font-style: italic;
}
#banner .page span {
  line-height: 2;
  vertical-align: top;
}
#banner span.h2 {
  line-height: 1.32352941;
}
#banner .play {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .play svg {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#banner .play i {
  color: white;
  font-size: 30px;
}
#banner .dots {
  left: 10%;
  bottom: 5%;
}
#banner .dots ul li {
  margin: 0 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#banner .dots ul li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 50%;
}
#banner .dots ul li button {
  display: none;
}
#banner .dots ul li.slick-active {
  background-color: rgba(255, 255, 255, 0.2);
}
#canvasImg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#canvasImg img {
  position: absolute;
  height: 0;
}
.yuy {
  height: auto;
}
.baseBtn {
  background-color: var(--color);
  border-radius: 35px;
  border: 0;
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.baseBtn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: calc(100% + 4px);
  background: var(--color);
  border-radius: 35px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.baseBtn span {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn span:first-of-type {
  font-family: var(--font);
  color: #FFFFFF;
}
.baseBtn span:last-of-type {
  width: 2.3em;
  height: 2.3em;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--color);
}
.baseBtn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.baseBtn.white {
  background-color: #FFFFFF;
}
.baseBtn.white span:first-of-type {
  color: #000000;
}
.baseBtn.white span:last-of-type {
  background-color: var(--color);
  color: #FFFFFF;
}
.baseBtn.white:hover span:first-of-type {
  color: #FFFFFF;
}
.baseBtn.white:hover span:last-of-type {
  background-color: #FFFFFF;
  color: #000000;
}
.baseTag {
  color: var(--color);
}
.baseTit {
  line-height: 1.42857143;
}
.baseTit span {
  color: #929292;
}
.baseTit2 {
  line-height: 1.32352941;
}
.home-1 {
  background-color: #f8f9ff;
}
.home-1 .Tit {
  left: 40%;
  top: 0;
}
.home-1 .Tit > div {
  line-height: .9;
  opacity: .05;
}
.home-1 .Tit > div span {
  font-size: 1.4702em;
}
.home-1 .arrows span {
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  cursor: pointer;
}
.home-1 .arrows span::after {
  content: attr(data-text);
  display: inline;
}
.home-1 .arrows span:hover {
  background-color: var(--color);
}
.home-1 .list li > div {
  background-color: #FFFFFF;
}
.home-2 span.sidebar {
  right: 0;
  top: 15%;
  -webkit-writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  line-height: .7;
}
.home-2 .play {
  cursor: pointer;
}
.home-2 .play::after,
.home-2 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.home-2 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.home-2 .baseBtn {
  border: 2px solid var(--color);
}
.home-2 .text {
  line-height: 1.76470588;
}
.home-3 {
  height: 770px;
  color: #FFFFFF;
}
.home-3 span.sidebar {
  left: 0;
  bottom: 0;
  line-height: .7;
  opacity: .05;
}
.home-3 span.sidebar span {
  font-size: 1.47em;
}
.home-3 .baseBtn {
  background-color: transparent;
  border: 2px solid #FFFFFF;
}
.home-3 .baseBtn::after {
  background: #FFFFFF;
}
.home-3 .baseBtn:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.home-3 .baseBtn:hover span:first-of-type {
  color: var(--color);
}
.home-3 .baseBtn:hover span:last-of-type {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-3 .titbox {
  width: 35%;
  left: 65%;
}
.home-3 .list {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70vw;
  height: 70vw;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
.home-3 .cates {
  width: 30%;
  right: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-3 .cates .slick-track {
  display: block;
}
.home-3 .cates li {
  margin: 1.8vw 0;
}
.home-3 .cates li > div {
  height: 3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .cates li > div span:last-of-type {
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-color: #191b1e;
}
.home-3 .cates li > div span:last-of-type::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-color: #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .cates .slick-current li > div span:last-of-type::after {
  opacity: 1;
}
.home-3 .cates .prev0 li > div,
.home-3 .cates .next2 li > div {
  -webkit-transform: translateX(-17%);
  -moz-transform: translateX(-17%);
  -ms-transform: translateX(-17%);
  transform: translateX(-17%);
}
.home-3 .cates .slick-current li > div,
.home-3 .cates .next1 li > div {
  -webkit-transform: translateX(-27%);
  -moz-transform: translateX(-27%);
  -ms-transform: translateX(-27%);
  transform: translateX(-27%);
}
.home-3 .cates .next0 li > div {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
}
.home-3 .left .name {
  font-weight: 600;
  font-style: italic;
}
.home-3 .left .text {
  line-height: 1.66666667;
  font-style: italic;
}
@media (min-width: 1001px) {
  .home-3 .left .icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .home-3 .left .name {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .home-3 .left .text {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .home-3 .left .btns {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .home-3 .left .slick-current .icon {
    -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;
  }
  .home-3 .left .slick-current .name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s;
  }
  .home-3 .left .slick-current .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    transition-delay: .7s;
  }
  .home-3 .left .slick-current .btns {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s;
  }
}
.home-4 {
  background-color: #fafafa;
}
.home-4 span.sidebar {
  left: 0;
  bottom: 0;
  line-height: 1;
  opacity: .05;
}
.home-4 span.sidebar span {
  font-size: 1.6707em;
}
.home-4 .left {
  width: 490px;
}
.home-4 .left ul li a {
  color: #474747;
  display: block;
  margin-top: 10px;
  padding: 5px 16px;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  min-width: 146px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .left ul li a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.home-4 .right {
  width: 900px;
}
.home-4 .right .baseBtn::after {
  background: #FFFFFF;
}
.home-4 .right .swiper {
  width: -webkit-calc(100% + 190px);
  width: -moz-calc(100% + 190px);
  width: calc(100% + 190px);
}
.home-4 .right .swiper .slick-track {
  display: block;
}
.home-4 .right .swiper .box {
  padding: 10px 190px 10px 10px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.home-4 .right .swiper .box .img {
  width: 32%;
}
.home-4 .right .swiper .box .img img {
  width: 100%;
}
.home-4 .right .swiper .box .middle {
  width: 52%;
  padding: 10px 50px;
}
.home-4 .right .swiper .box .middle .title {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .right .swiper .box .middle .des {
  color: #7a7a7a;
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .right .swiper .box .right {
  width: 16%;
  padding: 10px 10px;
  color: #7a7a7a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .right .swiper .box .line {
  width: 1px;
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #bababa;
  right: -webkit-calc(13% + 190px);
  right: -moz-calc(13% + 190px);
  right: calc(13% + 190px);
  top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .right .swiper .box:hover {
  background-color: var(--color);
}
.home-4 .right .swiper .box:hover .baseBtn::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.home-4 .right .swiper .box:hover .baseBtn span:first-of-type {
  color: var(--color);
}
.home-4 .right .swiper .box:hover .baseBtn span:last-of-type {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-4 .right .swiper .box:hover .middle .title {
  color: #fff;
}
.home-4 .right .swiper .box:hover .middle .des {
  color: #fff;
}
.home-4 .right .swiper .box:hover .right {
  color: #fff;
}
.home-4 .right .swiper .box:hover .line {
  background-color: #fff;
}
@media (max-width: 1700px) {
  .home-4 .container .right {
    width: 870px;
  }
}
@media (max-width: 1450px) {
  .home-4 .container .left {
    width: 420px;
  }
  .home-4 .container .right {
    width: 670px;
  }
}
@media (max-width: 1250px) {
  .home-4 .container .left {
    width: 100%;
  }
  .home-4 .container .left .cont {
    padding: 0;
  }
  .home-4 .container .left .more {
    margin-top: 20px;
  }
  .home-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .home-4 .container .right .swiper {
    width: 100%;
  }
  .home-4 .container .right .swiper .box {
    padding: 10px;
    position: relative;
  }
  .home-4 .container .right .swiper .box .line {
    right: 16%;
  }
  .home-4 .container .right {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .home-4 .container .right {
    margin-top: 20px;
  }
  .home-4 .container .right .swiper {
    height: auto;
  }
  .home-4 .container .right .swiper .box .img {
    width: 100%;
  }
  .home-4 .container .right .swiper .box .middle {
    width: 100%;
    padding: 10px 0;
  }
  .home-4 .container .right .swiper .box .right {
    width: 100%;
    text-align: left;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 0;
  }
  .home-4 .container .right .swiper .box .line {
    display: none;
  }
}
#footer {
  color: #FFFFFF;
}
#footer .footer-top .form ul {
  margin-right: -1em;
}
#footer .footer-top .form li {
  padding-right: 1em;
}
#footer .footer-top .form input {
  width: 100%;
  height: 3.625em;
  border-radius: 1em;
  border: 0;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0 1em;
}
#footer .footer-top .form input[type="submit"] {
  background-color: var(--color);
  color: #FFFFFF;
  text-transform: uppercase;
}
#footer .footer-center .footer-block .line {
  position: relative;
  height: 1px;
  max-width: 120px;
  background-color: rgba(255, 255, 255, 0.66);
}
#footer .footer-center .footer-block .line::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #FFFFFF;
  top: -1px;
  left: 0;
}
#footer .footer-center .footer-block li {
  line-height: 2;
}
#footer .footer-bottom img.login {
  height: 16px;
}
#ewm {
  width: 140px;
  border: 2px solid #FFFFFF;
}
@media (max-width: 1250px) {
  .home-3 {
    height: 600px;
  }
  #footer .footer-top .form {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #banner .play {
    display: none;
  }
  #banner .dots {
    display: none;
  }
  .home-1 .Tit {
    position: static;
  }
  .home-3 {
    height: auto;
    padding-bottom: 102px;
  }
  .home-3 .titbox {
    position: static;
  }
  .home-3 .list {
    display: none;
  }
  #footer .footer-top .form li {
    width: 50%;
    margin-bottom: 1em;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner #canvasImg {
    height: 50vh;
  }
  #banner #canvasImg canvas {
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #banner .left .text {
    display: none;
  }
  #footer .footer-top .form li {
    width: 100%;
  }
  #footer .footer-top .form input {
    height: 3em;
    border-radius: 5px;
  }
}



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

.inner-banner {
  padding-top: 30%;
  color: #FFFFFF;
}
.inner-banner .content {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .robtn {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.inner-banner .robtn text {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
@media (max-width: 1450px) {
  .inner-banner {
    background-attachment: unset;
    background-position-y: center!important;
    background-size: cover!important;
  }
}
@media (max-width: 700px) {
  .inner-banner {
    padding-top: 300px;
  }
}
.about-1 {
  background-attachment: fixed;
  color: #FFFFFF;
}
.about-1 .Tag {
  font-style: italic;
}
.about-1 .Tit {
  line-height: 1.38888889;
}
.about-1 .play {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.about-1 .play text {
  text-transform: uppercase;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
.about-1 .bottom li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 10%;
  height: 80%;
  width: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(white), to(transparent));
  background-image: -webkit-linear-gradient(transparent, white, transparent);
  background-image: -moz-linear-gradient(transparent, white, transparent);
  background-image: linear-gradient(transparent, white, transparent);
  opacity: .6;
}
.about-1 .bottom li::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
.about-1 .bottom li .text {
  font-style: italic;
}

@media (min-width:1001px) {
  .about-1 .left {
    position: sticky;
    top: 35%;
  }
}

.about-2 .Tag {
  font-style: italic;
}
.about-2 .arrows span.arrow {
  width: 2.75em;
  height: 2.75em;
  line-height: 2.75;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-2 .arrows span.arrow:hover {
  background-color: #000000;
}
.about-2 .right li .img {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-2 .right .slick-current li .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-3 {
  background-color: #f8f8f8;
}
.about-3 .list li .icon {
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-3 .list li p {
  line-height: 1.76470588;
  color: #707070;
}
.about-3 .list li:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-3 .right .img {
  margin-right: -30%;
  height: 100%;
}
.about-3 .right .img ul {
  height: 100%;
}
.about-3 .right .img li {
  height: 100%;
}
.about-3 .right .img li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-3 .right .img .slick-list {
  height: 100%;
}
.about-3 .right .img .slick-track {
  height: 100%;
}
.about-3 .right .img .slick-track .slick-slide {
  height: 100%;
}
.about-3 .right .page {
  width: 25%;
  aspect-ratio: 1;
  left: -12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-3 .right .page > div {
  height: 100%;
  color: #FFFFFF;
  font-style: italic;
  line-height: 1;
}
.about-4 .Tit span {
  display: inline-block;
  background-color: var(--color);
  color: #FFFFFF;
  padding: 0 .5em;
}
.about-4 .list .img-box {
  border: 2px solid #FFFFFF;
}
@media (max-width: 1000px) {
  .about-1 .play {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .about-2 .right ul {
    margin: -10px;
  }
  .about-2 .right li {
    padding: 10px;
  }
  .about-2 .right li .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-3 .right .img {
    margin-right: 0;
  }
  .about-3 .right .page {
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.contact-1 .left {
  background-color: #fafafa;
}
.contact-1 .left .Tag {
  font-style: italic;
}
.contact-1 .left .Tit {
  line-height: 1.25;
}
.contact-1 .left .text {
  line-height: 1.75;
  color: #585858;
}
.contact-2 .Tag {
  font-style: italic;
}
.contact-2 .left li {
  padding-left: 80px;
  position: relative;
      overflow: hidden;
}
.contact-2 .left li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-2 .form input,
.contact-2 .form textarea {
  width: 100%;
  padding: .5em 1em;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 10px;
}
.contact-3 {
  background-color: #fafafa;
}
.contact-3 .text {
  font-style: italic;
  color: #717171;
}
.contact-3 .robtn {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-3 .robtn text {
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
.robtn text {
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .robtn {
    display: none;
  }
}
@media (max-width: 500px) {
  .contact-2 .left li {
    width: 100%;
  }
}
.news-1 .Tit {
  line-height: 1.33333333;
}
.news-1 .cates a {
  text-align: center;
  min-width: 6.5em;
  padding: .6em 1em;
  border: 1px solid #b3b3b3;
  border-radius: 2em;
  font-family: var(--font);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-1 .cates a:hover,
.news-1 .cates a.active {
  background-color: var(--color);
  border-color: #a6ce39;
  color: #FFFFFF;
}
.news-1 .left .bg,
.news-1 .left .content {
  grid-column: 1;
  grid-row: 1;
}
.news-1 .left span.Tag {
  background-color: #FFFFFF;
  padding: .4em 1.6em;
  border-radius: 2em;
}
.news-1 .left .text {
  color: #FFFFFF;
  font-style: italic;
}
.news-1 .left .search {
  border: 1px solid #FFFFFF;
  border-radius: 1.63em;
}
.news-1 .left .search input {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  width: 100%;
  font-family: var(--font);
}
.news-1 .left .search input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.news-1 .left .search input:-moz-placeholder {
  color: #FFFFFF;
}
.news-1 .left .search input::-moz-placeholder {
  color: #FFFFFF;
}
.news-1 .left .search input:-ms-input-placeholder {
  color: #FFFFFF;
}
.news-1 .left .search input::placeholder {
  color: #FFFFFF;
}
.news-1 .left .search input[type="submit"] {
  width: auto;
  background-color: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  padding: .4em 1.25em;
  border-radius: 2em;
}
.news-1 .right .slick-track {
  display: block;
}
.news-1 .right ul {
  margin: -10px;
}
.news-1 .right li {
  padding: 10px;
}
.news-1 .right .box {
  width: 100%;
  background-color: #f8f8f8;
}
.news-1 .right .box .img {
  aspect-ratio: 1;
}
.news-1 .right .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-1 .right .box .content .date {
  color: #979797;
  font-style: italic;
}
.news-1 .right .box .content p {
  color: #979797;
}
@media (min-width: 1001px) {
  .news-1 .cates {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.news-2 .list .box {
  background-color: #f8f8f8;
}
.news-2 .list .box .content .date {
  color: #979797;
  font-style: italic;
}
.news-2 .list .box .content p {
  color: #979797;
}
@media (max-width: 1000px) {
  .news-1 .left .bg {
    padding-top: 80%;
  }
  .news-1 .left .search input::-webkit-input-placeholder {
    font-size: 0;
  }
  .news-1 .left .search input:-moz-placeholder {
    font-size: 0;
  }
  .news-1 .left .search input::-moz-placeholder {
    font-size: 0;
  }
  .news-1 .left .search input:-ms-input-placeholder {
    font-size: 0;
  }
  .news-1 .left .search input::placeholder {
    font-size: 0;
  }
}
@media (max-width: 500px) {
  .news-1 .right .box {
    display: block;
  }
  .news-1 .right .box .img {
    width: 100%;
    aspect-ratio: auto;
  }
  .news-1 .right .box .content {
    width: 100%;
  }
}
.m-page span,
.m-page a {
  margin: 5px;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: .75em;
}
.m-page a {
  background-color: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.m-page span {
  background-color: var(--color);
  color: #FFFFFF;
}
.newdet-page {
  background-color: #f8f8f8;
}
.newdet-content h1 {
  line-height: 1.42857143;
}
.newdet-content .date {
  line-height: 1.5;
  font-style: italic;
  color: #979797;
}
.newdet-content .content {
  line-height: 1.76470588;
}
.newdet-content .m-link {
  color: #979797;
}
.newdet-content .m-link span {
  color: black;
}
.fixed-slide {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.slideBox {
  background-color: #FFFFFF;
}
.slideBox .search {
  background-color: #f8f8f8;
  height: 2.7em;
  border-radius: 1.5em;
}
.slideBox .search input,
.slideBox .search button {
  background-color: transparent;
  border: 0;
}
.slideBox .search input {
  width: 100%;
  font-family: var(--font);
}
.slideBox .search input::-webkit-input-placeholder {
  color: #dedede;
}
.slideBox .search input:-moz-placeholder {
  color: #dedede;
}
.slideBox .search input::-moz-placeholder {
  color: #dedede;
}
.slideBox .search input:-ms-input-placeholder {
  color: #dedede;
}
.slideBox .search input::placeholder {
  color: #dedede;
}
.slideBox .search button {
  color: #dedede;
}
.slideBox .newsCates li span {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slideBox .newsCates li span.icon {
  width: 2.5em;
}
.slideBox .newsCates li span.icon img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slideBox .newsCates li span.arrow,
.drop.cpdd .newsCates li span.arrow{
  width: 16px;
  height: 16px;
  border: 1px solid currentcolor;
  line-height: 14px;
  text-align: center;
  border-radius: 5px;
}
.slideBox .newsCates li span.line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid currentColor;
  opacity: .3;
}
.slideBox .newsCates li span.num {
  color: #cacaca;
}
.slideBox .newsCates li.active,
.slideBox .newsCates li:hover,
.factory-page.inner-page .factory-1 .left ul li.active,
.factory-page.inner-page .factory-1 .left ul li:hover,
.drop.cpdd .newsCates li:hover{
  color: var(--color);
}
.slideBox .newsCates li.active span.icon img,
.slideBox .newsCates li:hover span.icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.slideBox .newsCates li.active span.arrow,
.slideBox .newsCates li:hover span.arrow,
.drop.cpdd .newsCates li:hover span.arrow {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFFFFF;
}
.slideBox .newsCates li.active span.line,
.slideBox .newsCates li:hover span.line {
  opacity: 1;
}
.slideBox .newsCates li.active span.num,
.slideBox .newsCates li:hover span.num {
  color: var(--color);
}
.slideBox .hotList .date {
  color: #979797;
  font-style: italic;
}
.slideBox .hotList p {
  color: #979797;
}
@media (max-width: 1000px) {
  .fixed-slide {
    display: none;
  }
}
.product-page {
  background-color: #f8f8f8;
}
.product-1 {
  color: #FFFFFF;
}
.product-1 .Tag {
  font-style: italic;
}
.product-1 .Tit {
  line-height: 1.38888889;
}
.product-1 .text {
  line-height: 1.76470588;
}
.product-1 .play {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}
.product-1 .play text {
  text-transform: uppercase;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
.product-2 {
  background-color: #f8f8f8;
}
.product-2 .Tag {
  font-style: italic;
}
.product-2 .text {
  color: #5b5b5b;
}
.product-2 .arrows span.arrow {
  width: 2.75em;
  height: 2.75em;
  line-height: 2.75;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.product-2 .arrows span.arrow:hover {
  background-color: #000000;
}
.product-2 .right li .img {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-2 .right .next0 li .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1000px) {
  .product-2 .right ul {
    margin: -10px;
  }
  .product-2 .right li {
    padding: 10px;
  }
  .product-2 .right li .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.prodet-1 {
  background-color: #f8f8f8;
}
.prodet-1 .left .box {
  background-color: #FFFFFF;
  margin-top: -35%;
}
.prodet-1 .right .text {
  line-height: 1.76470588;
}
.prodet-2 {
  margin-bottom: -2%;
}
.prodet-2 .img {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}


@media (min-width:1001px) {
  .prodet-1 .left {
    position: sticky;
    top: 37%;
  }

  .prodet-3 .left {
    position: sticky;
    top: 100px;
  }
}
.prodet-3 .Tit {
  line-height: 1.11111111;
  color: #FFFFFF;
}
.prodet-3 .text {
  line-height: 1.76470588;
  color: #FFFFFF;
}
.prodet-3 .content {
  background-color: #FFFFFF;
}
.prodet-4 .Tit span {
  display: inline-block;
  background-color: var(--color);
  color: #FFFFFF;
  padding: 0 5px;
}
.prodet-4 .list {
  max-width: 1200px;
  margin: auto;
}
.prodet-4 .list li {
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.prodet-4 .list li.active .title i::before {
  content: "\e7b8";
}
.prodet-4 .list .title i::before {
  content: "\e7b9";
  font-family: "iconfont";
}
.prodet-4 .list .text {
  line-height: 1.76470588;
}
.prodet-4 .list .content {
  display: none;
}
@media (max-width: 1250px) {
  .prodet-1 .left .box {
    margin-top: 0;
  }
}





.history .content .historyBox ul li {
  height: 150px;
  margin-bottom: 15px;
  padding-right: 4px;
  overflow-y: auto;
}

.history .content .historyBox {
  max-width: 450px
}

.history .content .historyBox h4 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.history .content .historyBox p {
  font-size: 16px
}

.history .content .historyBox .arrow-l,
.history .content .historyBox .arrow-r {
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: 0;
  background: 0 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin-top: 1.5rem
}

.history .content .historyBox .arrow-l:hover,
.history .content .historyBox .arrow-r:hover {
  color: #d9b765
}

.history .content .historyBox .arrow-l {
  left: 0
}

.history .content .historyBox .arrow-r {
  right: 0
}

.history .content .right {
  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: 40%;
}

.history .content .right .text {
  /*margin-left: 10%;*/
  position: absolute;
  color: #000;
  display: flex;
  align-items: center
}

.history .content .right .text h3 {
  font-size: 100px;
  color: #fed61e;
  margin-right: 10px
}

.history .content .right .text h5 {
  font-size: 4rem;
  line-height: 1;
  color: #000;
  font-weight: 700
}

.history .content .right .text h5 span {
  display: block;
  font-weight: 700
}


.historySideBar .historySideRight .list {
  position: relative;
}
.historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.historySideBar .historySideRight .list ul li time {
font-size: 24px;
    color: var(--color);
    font-weight: bold;
    line-height: 1.2;
    width: 8%;
}
.historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
      width: 92%;
      align-items: flex-start;
}
.history .left p {
    line-height: 1.8;
        color: #7e7f81;
}
.historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 130%;
  position: absolute;
  left: 0;
  top: -15%;
  background: #e5e5e5;
}
.historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
}
.historySideRight.column .text {
    width: 100%;
}
.historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--color);
  font-size: 120%;
}

.history .left {
    width: 30% !important;
        position: sticky;
    top: 200px;
}

.history-1 .left {
    position: sticky;
    top: 150px;
}

@media (max-width:1000px) {
  .historySideBar .historySideRight .list ul li {
    flex-wrap: wrap;
  }

  .historySideBar .historySideRight .list ul li time {
    width: 25%;
  }

  .historySideBar .historySideRight .list ul li .slide {
    width: 75%;
    margin-left: 0;
  }


  .history-1 .left {
    position: static;
  }
}






.drop {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
}

.fixedBox .menu-content {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08)
}

.fixedBox .link a {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative
}
.fixedBox .link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
.fixedBox a:hover:before {
    width: 100%
}

.fixedBox .left-nav-product .child-img {
  padding-top: 50%;
}

.fixedBox .aboutDesc {
  color: #666;
}

.fixedBox .aboutMore:hover {
  color: var(--color)
}

.t_1 {
  transition: .5s;
}




.img-hover:hover img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}
.img-hover img {
    transition: all .5s ease;
}

.prodet2Cont .prodetCont2Btn{
  border-bottom: 1px solid #eee;
}
.prodet2Cont .prodetCont2Btn ul li{
  cursor: pointer;
  margin-right: 35px;
  padding-bottom: 10px;
  position: relative;
}
.prodet2Cont .prodetCont2Btn ul li.active{
  color: var(--color);
}
.prodet2Cont .prodetCont2Btn ul li::before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 2px;
  transition: all .5s;
  transform: scaleX(0);
  opacity: 0;
}
.prodet2Cont .prodetCont2Btn ul li.active::before{
  transform: scaleX(1);
  opacity: 1;
}



.service-2 {
  background-color: #f8f8f8;
}


.service-2 .left .top {
  margin: auto 0;
}

.service-2 .right .video {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-2 .right .video video {
  transform-origin: right center;
  transition: transform .5s ease;
}

.service-3 {
    padding-top: 15%;
    padding-bottom: 15%;
}

.backImg-100 {
    background-size: 100%;
    padding-top: 40%;
}
.color-w {
    color: #fff;
}

.productyd-page ul li:after {
    content: '';
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
      transition: all .5s ease;
}

.productyd-page ul li:hover:after {
    background: rgba(0,0,0,0);
      transition: all .5s ease;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 18px;
}

@media (max-width:1000px) {
  .service-2 .box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-3 {
    background-attachment: unset;
    background-position: left 40% center!important;
    background-size: cover;
  }
}


@media (min-width:1001px) {
  .factory-1 .left {
    position: sticky;
    top: 140px;
  }
}




.home-5 .container {
  position: static;
}
.home-5 .img {
  left: 0;
  top: 12%;
}
@media (max-width:1660px) {
.home-5 .img {

  top: 14%;
}
  }

  @media (max-width:1550px) {
.home-5 .img {

  top: 20%;
}
  }


    @media (max-width:1440px) {
.home-5 .img {

  top: 40%;
}
  }



.home-5 .list li .icon {
  background-color: #f8f8f8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-5 .list li p {
  line-height: 1.76470588;
  color: #707070;
}
.home-5 .list li:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.home-5 .text {
  color: #686868;
  line-height: 1.76470588;
}

.home-1 .list ul li:hover .baseBtn{
  border: 2px solid var(--color);
  background-color: #FFFFFF;
}

.home-1 .list ul li:hover .baseBtn span:first-of-type{
  color: #000000;
}
.home-1 .list ul li:hover .baseBtn span:last-of-type {
    background-color: var(--color);
    color: #FFFFFF;
}

.home-1 .list ul li:hover .baseBtn::after{
  background: #fff;
}



.prodet-3 table tbody {
    table-layout: fixed;
}

table tr:nth-child(even) {
  background-color: transparent;
}


.contact-2 .left li img {
    filter: drop-shadow(0 -100px var(--color));
    position: relative;
    top: 100px;
}


.faq-page .list{
  padding: 20px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.faq-page .list .con{
  line-height: 28px;
  color: #666666;
}


.adv ul li .box {
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(6px);
        min-height: 325px;
}


@media (min-width:1001px) {
  .prodet-app .right ul {
    width: 130%;
  }
}