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

.wc {
  color: #FFFFFF;
}

.font1 {
  font-family: var(--font);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.active .nav {
  background-color: var(--color);
}
#header .nav {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 110px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 20px;
}
#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.8em;
  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.cus .nav .ui.menu .menu-box ul.menu > li {
  color: #000000;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  padding: 1em 0;
  display: block;
}
#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 .box {
  height: 3em;
  padding: 0 1em 0 1.2em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.57142857em;
  color: var(--color);
}
#header .nav .ui.menu .box .yuy ul {
  left: -0.5em;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search i {
  font-size: 1.2em;
}
#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;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color);
  -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: var(--color);
  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;
  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;
}
.bannerScroll {
  height: 150vh;
}
.banner-play {
  width: 80px;
  text-transform: uppercase;
  letter-spacing: .37em;
  position: relative;
  cursor: pointer;
  cursor: hand;
  margin-left: auto;
  margin-right: auto;
}
.banner-play i {
  left: 55%;
  top: 50%;
}
.banner-play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.banner-play path {
  fill: transparent;
}
.banner-play textPath {
  font-family: "Century751 SeBd BT";
}
#banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
#banner li {
  height: 100%;
  position: relative;
}
#banner li > .img {
  height: 100%;
  -webkit-transform: scale(0.52);
  -moz-transform: scale(0.52);
  -ms-transform: scale(0.52);
  transform: scale(0.52);
  font-size: 0;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  color: white;
}
#banner li .content span.h2 {
  font-family: var(--font);
  font-weight: bold;
  line-height: 1.75;
}
#banner li .content span.h2.left {
  top: -5.2em;
  position: relative;
  margin-right: auto;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
#banner li .content span.h2.right {
  top: -5.2em;
  position: relative;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
/*#banner li .content .play {
  margin-top: 20%;
}*/
#banner li .content .play svg text {
  font-size: 11px;
  letter-spacing: 0;
}
#banner .dotsText {
  position: absolute;
  left: 11%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner .dotsText dd {
  cursor: pointer;
  cursor: hand;
}
#banner .dots {
  position: absolute;
  right: 11%;
  bottom: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner .dots dd {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  cursor: hand;
}
#banner .dots dd.active {
  border-bottom-color: white;
}
@-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);
  }
}
.slickBtn {
  gap: 6px;
}
.slickBtn div {
  width: 3em;
  height: 3em;
  border-radius: 0;
  background-color: #7a7a7a;
  color: white;
  margin: 0 !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slickBtn div i {
  font-size: 1.5em;
}
.slickBtn div:hover {
  background-color: var(--color);
}
.baseBtn {
  line-height: 2.1875;
  border: 1px solid currentcolor;
  border-radius: 37px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.color {
  color: var(--color);
}
.baseBtn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFFFFF;
}
#index-body > .mask {
  left: 0;
  top: 58%;
  width: 46%;
  z-index: -1;
}
.ca-word{
      text-transform: capitalize;
}
.home-1 .bg {
  width: 68%;
  left: 40%;
  bottom: 0;
  z-index: -1;
}
.home-1 .Tit {
  line-height: 1.11111111;
}
.home-1 .text {
  line-height: 2.05882353;
}
.home-1 .list {
  color: var(--color);
}
.home-1 .list .num::after {
  content: "";
  display: block;
  width: 17px;
  border-bottom: 3px solid var(--color);
}
.home-2 .box {
  color: #FFFFFF;
}
.home-2 .box .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/home2-mask.png);
  background-position: center;
  background-size: auto 100%;
}
.home-2 .box .content {
  width: 100%;
  left: 0;
  bottom: 0;
}
.home-3 .Tag {
  color: #9c9c9c;
  line-height: 2.22222222;
}
.home-3 .Tit {
  line-height: 1.11111111;
}
.home-3 .list .slick-list {
  overflow: visible;
}
.home-3 .box {
  color: #FFFFFF;
}
.home-3 .box .content {
  width: 100%;
  left: 0;
  bottom: 16%;
}
.home-3 .box .content .name {
  line-height: 1.11111111;
}
.home-4 .text {
  line-height: 2.1875;
}
.home-4 .box {
  background-color: #000000;
  color: #FFFFFF;
}
.home-4 .box .content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-4 .box .content > div {
  height: 100%;
}
.home-5 .Tag {
  color: #9c9c9c;
  line-height: 2.22222222;
}
.home-5 .Tit {
  line-height: 1.11111111;
}
.home-5 .box .video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-5 .box .video > div {
  height: 100%;
}
.home-5 .box .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-5 .box .mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-5 .box .mask > div {
  height: 100%;
}
.home-5 .box .mask span.cate {
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--color);
}
.home-5 .box .mask time {
  color: #FFFFFF;
}
.home-5 .box:hover .video > div {
  opacity: 1;
}
#footer {
  color: #FFFFFF;
}
#footer .form ul {
  margin: -5px;
}
#footer .form li {
  padding: 5px;
}
#footer .form input {
  padding: 0 1em;
  width: 100%;
  height: 64px;
  border-radius: 5px;
  background-color: transparent;
  border: 0;
  background-color: #f1f5f9;
  color: #000000;
}
#footer .form input[type="submit"] {
  font-size: 18px;
  color: #FFFFFF;
  background-color: rgba(26, 178, 175, 0.5);
}
#footer .footer-center li {
  color: #bbbbbb;
  line-height: 2.05882353;
}
#footer .footer-center li i {
  width: 25px;
  text-align: center;
}
#footer .footer-center li i img {
  vertical-align: middle;
}
#footer .footer-bottom .social-links a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(26, 178, 175, 0.5);
}
#footer .footer-bottom img.login {
  height: 18px;
}
#ewm {
  width: 160px;
  border: 8px solid #FFFFFF;
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5em;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .content .box {
    zoom: .7;
  }
  #footer .form li {
    width: 25%;
  }
  #footer .form input {
    height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .bannerScroll {
    height: auto;
  }
  #banner li > img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  #banner .dotsText,
  #banner .dots {
    display: none;
  }
  #banner li .content span.h2 {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    top: 0 !important;
    display: block;
    text-align: center;
  }
  /*#banner li .content .play {
    margin-top: 10% !important;
  }*/
  .home-1 .bg {
    position: static;
    width: 100%;
  }
  #footer .form li {
    width: 50%;
  }
  #footer .footer-center .footer-block {
    width: 100%;
  }
  .hide-1000 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .home-2 li:last-of-type .box {
    color: #000000;
  }
  .home-2 li:last-of-type .box .content {
    position: static;
  }
}
@media screen and (max-width: 500px) {
  #footer .form li {
    width: 100%;
  }
}


.inner-wen-banner {
  
font-family: var(--font);
}

.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%);
}

.txt-tran {
    text-transform: capitalize;
}

.news-page01 .new-top ul li .right h3 {
    line-height: 1.3;
}








/* sus */
.sus-1 {
  background-color: #f8f8f8;
}
.sus-1 .box {

}
.sus-1 .left .top {
  margin: auto 0;
}
.sus-1 .right .video {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sus-1 .right .video video {
  transform-origin: right center;
  transition: transform .5s ease;
}


@media (min-width:1001px) {
  .sus-1 .right .video video:hover {
    transform: scale(2);
  }
}

.sus-2 {
  background-color: #FFFFFF;
}

.sus-2 .left .list {
  background-color: #f8f8f8;
}
.sus-2 .left .list li {
  color: var(--color);
  line-height: 2;
}
.sus-4 {
  background-color: #EEEEEE;
}
.sus-4 .list {
  max-width: 1725px;
  margin-left: auto;
  padding-left: 15px;
}
.sus-4 .list .slick-list {
  padding-right: 10%;
}
.sus-4 .list li .box {
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.sus-4 .list li .box .name a {
  color: var(--color);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.sus-4 .list li .box:hover {
  background-color: #D0D0D0;
}
.sus-4 .list li .box:hover .name a {
  background-size: 100% 1px;
}
.sus-4 .list .next {
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
}
.sus-4 .list .next > div {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.sus-4 .progress {
  height: 6px;
  background-color: #D0D0D0;
  border-radius: 3px;
}
.sus-4 .progress em {
  height: 100%;
  background-color: #000000;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 0;
  -webkit-transition: width .5s linear;
  -moz-transition: width .5s linear;
  transition: width .5s linear;
}
.sus-5 {
  background-color: #FFFFFF;
}
.sus-5 li .box {
  height: 100%;
  background-color: #f8f8f8;
}
.sus-5 li .box .btns {
  color: var(--color);
}
@media (max-width: 1000px) {
  .sus-1 .box {
    min-height: auto;
    padding: 0 5%;
  }
  .sus-1 .right .bg {
    display: none;
  }
  .sus-1 .right .video {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
}

.newdet-page-01 .news_contents p {
    line-height: 1.8;
    margin-bottom: 20px;
}
.newdet-page-01 .news_contents img.wscnph.wid-100 {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.cus.active .logo {
    filter: grayscale(100%) brightness(1000%);
}

.cus.active .menu-box ul.menu > li {
    color: #fff !important;
}
.inner-wen-banner .top,
.inner-wen-banner .bottom {
    font-family: Arial;
}

.sus-3-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.sus-3-1 .box {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(6px);
    color: #fff;
}

/*sus-7*/



.sus-7 {
  background-color: #fbfbfb;
}
.sus-7 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sus-7 .box .left {
  vertical-align: middle;
}
.sus-7 .box .left .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color);
  height: 100%;
  color: white;
}
.sus-7 .box .left .box2 .img {
  background-size: cover;
  background-position: center;
      width: 60%;
}
.sus-7 .box .left .box2 .content {
  padding: 65px 4% 60px;

}
.sus-7 .box .left .box2 .content span.h3 {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
}
.sus-7 .box .left .box2 .content span.h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: white;
  margin-top: 1.2em;
  display: block;
}
.sus-7 .box .left .box2 .content .list {
  font-size: 17px;
}
.sus-7 .box .left .box2 .content .list ul li {
  margin-top: 1.4em;
}
.sus-7 .box .left .box2 .content .list ul li span.h6 {
  display: block;
  margin-bottom: .5em;
}
.sus-7 .box .right {
  vertical-align: middle;
  padding: 70px 0 70px;
}
.sus-7 .box .right .box2 {
  max-width: 760px;
  padding-left: 8%;
}
.sus-7 .box .right .box2 .text {
  margin-top: 1.3em;

}
.sus-7 .box .right .box2 .list {
  font-size: 24px;
  margin: 1.7em 0 2em;
}
.sus-7 .box .right .box2 .list ul li {
  margin-bottom: 2em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
     padding: 10px 3%;
}

.sus-7 .box .right .box2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.sus-7 .box .right .box2 .list ul li:last-child {
  margin-bottom: 0;
}
.sus-7 .box .right .box2 .list ul li i {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 12px;
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.sus-7 .box .right .box2 .list ul li i img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sus-7 .box .right .box2 .list ul li .content span.h6 {

  font-weight: bold;
  color: black;
  line-height: 2;
  display: block;
}
.sus-7 .box .right .box2 .list ul li .content .text {

  color: #bbb;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.sus-7 .box .right .box2 .list ul li:hover:before {
  opacity: 1;

}
.sus-7 .box .right .box2 .list ul li:hover i {

  background-color: #0A5CA4;
}
.sus-7 .box .right .box2 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1600px) {
.sus-7 .box .left .box2 .content {
    padding: 80px 4% 40px;
  }
  .sus-7 .box .right {
    padding: 80px 0 60px;
  }
  .sus-7 .box .right .box2 {
    padding-left: 10%;
    padding-right: 3%;
  }
  .sus-7 .box .right .box2 .list {
    font-size: 20px;
  }
  .sus-7 .box .right .box2 .list ul li .content span.h6 {
    font-size: inherit;
  }
  .sus-7 .box .right .box2 .list ul li .content .text {
    font-size: 14px;
  }

}

@media screen and (max-width: 1450px) {
  .sus-7 .box .left .box2 .content span.h3 {
    font-size: 28px;
  }
  .sus-7 .box .left .box2 .content .list {
    font-size: 15px;
  }
}


@media screen and (max-width: 1250px) {
  .sus-7 .box .right .box2 .list {
    font-size: 18px;
  }
}


@media screen and (max-width: 1000px) {

.sus-7 .box {
    display: block;
  }
  .sus-7 .box .left {
    width: 100%;
  }
  .sus-7 .box .right {
    width: 100%;
    padding: 20px 15px;
  }
  .sus-7 .box .right .box2 {
    padding: 0;
  }
  .sus-7 .box .left .box2 .content {
    padding: 30px 15px;
  }
  .sus-7 .box .left .box2 .content span.h3 {
    font-size: 24px;
  }
  .sus-7 .box .left .box2 .content span.h3:after {
    margin-top: .5em;
  }
  }


@media screen and (max-width: 500px) {

  .sus-7 .box .left .box2 .content {
    width: 100%;
    padding: 30px 15px;
  }
  .sus-7 .box .left .box2 .img {
    width: 100%;
    display: none;
  }
  .sus-7 .box .left .box2 {
    display: block;
  }
  }
  .sus-7 .box .right .box2 .text p {
    font-size: 15px;
    line-height: 1.8;
}
.sus-7 .box .right .box2 span.h2 {
    text-transform: capitalize;
    font-weight: bold;
        font-size: 24px;
}





/* 关于我们 */
.about-page .about-1 {
  max-height: 50vh;
}


.about-1.o-hide .ui.container {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.about-1.o-hide {
    position: relative;
}

.about-2 .box .left ul li span.h6 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;

}
.about-2 .box .left ul li span.h6:after {
    content: '';
    width: 40px;
    height: 5px;
    background-color: var(--color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-2 .box .left ul li .text {
	    text-transform: capitalize;
}
.tect {
    position: absolute;
    z-index: 1;
     top: 30%;
    color: #fff;
}

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


.about-page .about-3 {
  max-height: 100vh;
}


.about-page .about-3 .play {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


.about-page .about-3 .play:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}


.about-page .about-4 .list li {
  border-bottom: 1px solid #eee;
}
.about-page .about-5 li {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-page .about-5 li .mask {

}

@media screen and (max-width: 1000px) {
  .about-2 .left ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

	.about-page .about-5 li .tect {
		position:static;
		color:block;
		background-color:black;
	}
	.about-page .about-5 li {
		flex-direction:column;
		position:static;
	}
	.about-page .about-5 li > img {
		transform:unset !important;
	}
}

@media screen and (max-width: 700px) {
  .about-2 .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-2 .left ul li {
    width: 48%;
  }

  .about-page .about-5 li .tect {
		width:100%;
		padding:15px;
	}
	.about-page .about-5 li > img {
		height:280px;
	}
	.about-page .about-5 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;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    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;
  }
  #index-body .init-1 .text {
    padding-right: 0;
  }
}



.app-3 .arrow {
  cursor: pointer;
}

.app-3 .left .bottom {
 width: 54%;
    left: 73%;
  bottom: 0;
}

.app-3 .left .bottom .ll {
  background-color: rgba(26,178,175,.8);
  color: #FFFFFF;
}

.app-4 .form input {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--color);
  padding: 10px 0;
}

.app-3 .left .bottom .rr * {
  height: 100%;
}

.app-3 .left .bottom .rr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-3 .left .bottom .rr .slick-slide {
  transform: translateX(-100%);
}

.inner.border .xian {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.inner.border .xian:after {
    content: "";
    background: #000;
    height: 1px;
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.about-2 .box .left ul li {
    color: var(--color);
}

.about-6 {
    background: #f5f5f5;
}





.element .text span.meta {
    font-size: 14px;
}
.element .text h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.element .text .right {
    font-size: 17px;
}

.element .text .left p {
    font-size: 16px;
    padding: 5px 0;
}
.element .text {
    position: relative;
    z-index: 9;
text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
    /*border-bottom: 1px solid rgb(0, 0, 0);*/
        transition: all .5s ease;
}
.element {

    position: relative;
    overflow: hidden
}


.element .text .left {
    color: #fff;
}
.application-4 ul li .box:hover .text .left {
    color: #000;
        opacity: 0;
}
.application-4 ul li .box .text .left{
  transition: all .3s ease;
}
.application-4 ul li .box.has-vid::after {
  display: none;
}

.application-4 ul li .box.has-vid:hover .img {
  opacity: 0;
}

.application-4 ul {
  margin: -10px;
}

.application-4 ul li {
    padding: 10px;
}
.application-4 ul li .box {
    position: relative;
    overflow: hidden;
}
.application-4 ul li .box:after {
   content: '';
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
        transform: rotate(0deg) translateY(-100%);
}
.application-4 ul li .box:hover:after {
   background: #E8E8E8;
    transform: rotate(-12deg);
    transition: all 0.5s ease-out;
}
.application-4 ul li .box:hover{
   color: #000;
}
.application-4 ul li .box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.application-4 li.element:hover {
    color: #fff;
}
.application-4 {
    padding: 100px 0;
}

.application-4 li.element {
    color: #fff;
}




#costom-fixed-body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  transform: translateX(100%);
  opacity: 0;
  transition: 1s ease;
}

#costom-fixed-body.active {
  transform: translateX(0);
  opacity: 1;
}

.costom-fixed-box {
  width: 100%;
  background-color: #ffffff;
}
.costom-fixed-left {
  background-color: #f5f5f5;
  position: sticky;
    top: 0;
  height: 100vh;
}

.costom-fixed-close {
  left: calc(100% - 1.5em);
  top: 10%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background-color: var(--color);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}


.costom-fixed-content em {
  color: var(--color);
  padding-left: 1em;
  position: relative;
  font-size: 24px;
  font-style: normal!important;
}

.costom-fixed-content em::before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: .4em;
  height: .4em;
  background-color: currentColor;
}

@media (max-width:1000px) {
  .costom-fixed-left {
    position: relative;
    height: auto;
  }

  .costom-fixed-close {
    left: auto;
    right: 0;
    top: 0;
  }

  .costom-fixed-right > div {
    padding: 0 5%;
  }
}

.app-2 {
    position: relative;
}

.app-2:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    top: 0;
}

.app-2 .container {
    z-index: 9;
}
.weiyi {
    position: relative;
    z-index: 9;
}

.app-8 {
  padding: 110px 0;
  background-color: #f8f7f7;
}
.app-8 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.app-8 .left .text {
  max-width: none;
  line-height: 2.22222222;
}
.app-8 .right {
  margin: 0 auto;
  width: 30%;
}
.app-8 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -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;
  padding: 0 10%;
}
.app-8 .right .info i.iconfont {
  color: var(--color);
  margin-right: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}
.app-8 .options .right .info i.iconfont {
  /*color: transparent;*/
  color: var(--color);
  /*border: 1px solid var(--color);*/
}
.app-8 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}

.app-8 .flex .left {
    width: 65%;
    padding-right: 140px;
}
.app-8 .flex .right {
    width: 35%;
}
.app-8 .left span.h2{
  line-height: 1.5;
}
.app-8 .flex .right p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
        cursor: pointer;
            padding: 10px;
                line-height: 2;
                max-width: 100%;
}
.app-8 .options .right .info p.active{
  background: var(--color);
  color: #fff;
}

.app-8 .left .text {
      min-height: 280px;
}


    @media screen and (max-width: 1000px) {


  .app-8 .flex .left {
    width: 100%;
    padding-right: 0;
  }
  .app-8 .flex .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .app-8 .flex {
    flex-wrap: wrap;
  }
  .app-8 .left .text {
    min-height: auto;
  }
  .app-8 .right .info {
    padding: 5%;
  }
    }





.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;
}




.inner-page .sideBarBox .sideBarTop form, 
.inner-page .sideBarBox .sideBarBottom .sideBarRight form {
  width: 100%;
  max-width: 100%;
  height: 2.25em;
  background-color: #f2f1ec;
  border-radius: 0.25em;
}
.inner-page .sideBarBox .sideBarTop form input, 
.inner-page .sideBarBox .sideBarBottom .sideBarRight form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.2em;
}
.inner-page .sideBarBox .sideBarTop form button, 
.inner-page .sideBarBox .sideBarBottom .sideBarRight form button {
  border: none;
  background-color: transparent;
  width: 3em;
}
.inner-page .sideBarBox .sideBarTop h1 {
  line-height: 1;
}
.inner-page .sideBarBox .sideBarBottom {
  border-top: 1px solid #f5f5f5;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight {
  border-left: 1px solid #f5f5f5;
  position: sticky;
    top: 120px;

}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav {
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav i.active {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > a {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > a i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > a i.active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li.active > ul {
  display: block;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav span.h6 {
  color: var(--color);
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}

/*.product-page .product-box {
  height: 26.04166667vw;
  padding: 2% 5%;
}*/
.product-page .product-box .content {
  padding: 2% 4%;
  border-left: 10px solid #046353;
  background-color: rgba(4, 99, 83, 0.2);
  color: white;
  max-width: 75%;
}
.product-page .product-box .content span.h6 {
  line-height: 1.2;
}
.product-page .product-box .content .text {
  line-height: 1.47058824;
      max-height: 80px;
    overflow: overlay;
}

.prodet-page .prodet-1 .right {
  padding: 1% 0 5%;
}
.prodet-page .prodet-1 .right .small {
  margin: auto 0;
}
.prodet-page .prodet-1 .right .small a {
	pointer-events: none;
}
.prodet-page .prodet-1 .right .small img {
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .small .slick-current img {
  opacity: 1;
}
.prodet-page .prodet-1 .right .m-link {
  color: #5c5c5c;
}
.prodet-page .prodet-2 {
  color: white;
  z-index: 1;
}
.prodet-page .prodet-2 .mask {
  position: absolute;
  width: 100%;
  height: 200%;
  top: -25%;
  z-index: -1;
}
.prodet-page .prodet-2 .mask i {
  background-color: rgba(255, 255, 255, 0.1);
  width: 2px;
  height: 100%;
}
.prodet-page .prodet-2 .table {
  padding: 3.5%;
  background-color: white;
  color: black;
}
.prodet-page .prodet-2 .table table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.prodet-page .prodet-2 .table table td {
  border: none;
  padding: .9em 2em;
}
.prodet-page .prodet-2 .table table td:first-child {
  width: 30% !important;
}
.prodet-page .prodet-2 .table table td:last-child {
  width: 70% !important;
}
.prodet-page .prodet-3 .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-3 .text p:before {
  content: '';
  width: 0.41176471em;
  height: 0.41176471em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .7em;
  margin-right: 1.41176471em;
}
.prodet-page .prodet-4 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-4 .list .box {
  background-color: white;
  padding: 5%;
}
.prodet-page .prodet-4 .list .box a.link {
  color: var(--color);
}
.prodet-page .prodet-4 .list .box a.link i {
  font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarBottom .sideBarRight {
    display: none;
  }
}



.shaixuan .cp {
    border: 1px solid var(--color);
    border-radius: 5px;
    color: var(--color);
    position: relative;
}
.shaixuan .cp ul {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  padding: 10px;
  display: none;
  color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 1px;
      z-index: 9;
}
.shaixuan .cp:hover> ul {
  display: block;
}
.shaixuan .cp ul li a {
  padding: .5em 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.shaixuan .cp ul li a:hover {
  border-color: var(--color);
}
.pack-page .pack-1 .ret {
  position: relative;
}



.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle{
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent{
    display: none;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent p{
  display: inline;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i{
  position: absolute;
  right: 20px;
  top: .5em;
}

@media (max-width:1000px) {
  .prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i {
    right: 10px;
  }
}




/* new-header */

#header .nav .menu-menu-container>.menu>.menu-item.menu-about {
    position: unset !important;
    transform-style:unset !important;
    perspective:unset !important;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    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);
    transform-origin: top;
    opacity: 0;
    color: black;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about:hover .menu-content {
    transform: rotate3d(0,0,0,-90deg);
    -webkit-transform: rotate3d(0,0,0,-90deg);
    -moz-transform: rotate3d(0,0,0,-90deg);
    -ms-transform: rotate3d(0,0,0,-90deg);
    -o-transform: rotate3d(0,0,0,-90deg);
    opacity: 1
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .container {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one {
    width: 40%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutTitle {

    color: #111;

    margin-bottom: 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutDesc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    width: 80%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore {
    font-size: 14px;
    line-height: initial
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore:hover {
    color: var(--color)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two {
    width: 30%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link {
    margin-top: 16px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link:first-child {
    margin-top: 0
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    position: relative
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .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
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:hover:before {
    width: 100%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three {
    width: 30%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three img {
    width: 100%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three .shipingbiaoti {
    margin-top: 10px;
    font-size: 16px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product {
    position: unset!important;
    transform-style:unset !important;
    perspective:unset !important;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content {
    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);
    transform-origin: top;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    color: black;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product:hover .menu-content {
    transform: rotate3d(0,0,0,-90deg);
    -webkit-transform: rotate3d(0,0,0,-90deg);
    -moz-transform: rotate3d(0,0,0,-90deg);
    -ms-transform: rotate3d(0,0,0,-90deg);
    -o-transform: rotate3d(0,0,0,-90deg);
    opacity: 1
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left {
    /*width: 70%;
     border-right: 1px solid #ccc;*/
    position: relative;
   
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product {
    font-size: 14px;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title {
    font-weight: 700;

    margin-bottom: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
    color: var(--color)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-img {
      width: 100%;
    object-fit: cover;
    height: 235px;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul {
    font-size: 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li {
    margin-top: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
    color: var(--color);
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right {
    width: 30%;
    padding: 0 23px 20px;
    font-size: 14px;
    top: 0;
    color: #333
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li {

}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .container {
    background: #fff;
    padding: 40px 30px
}

#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right .child-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}
.t_1 {
  transition: .5s;
}


#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .news-one {
    width: 70%;
}
.sus-5 .left ul li .box{
transition: all .6s ease;
    overflow: hidden;
}
.sus-5 .left ul li:hover .box {
    background-color: var(--color);
    color: #fff;
    border-radius: 10px;
}

.sus-5 .left ul li:hover .box img {
    filter: drop-shadow(0 100px #fff);
    position: relative;
    top: -100px;
}



.dobule-img img {
  grid-column: 1;
  grid-row: 1;
}

.dobule-img:hover img:last-of-type {
  opacity: 1;
}


.guanlian ul li .box {
    background: #f8f8f8;
    padding: 15px;
}

.pro-img video {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.pro-img .content.pos {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}






/* video */
.hero {
  background-color: #FFFFFF;
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    justify-content: center;
    justify-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.hero h2 em {
  font-size: 1.2em;
}

.hero {
    min-height: 100dvh;
}

.hero .wrapper,
.hero__attachment {
    grid-column: 1;
    grid-row: 1;
    transition: 1s ease-in-out;
    transition-delay: .5s;
}

.hero__attachment {
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    width: 100%;
}

.hero__attachment video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .wrapper {
    transform: translateY(0);
}

.hero.ready .hero .wrapper,
.hero.ready .hero__attachment {
    transition: none;
    transition-delay: 0s;
}

.home-3 .box video {
    max-height: 653px;
    width: 100%;
    object-fit: cover;
}


.fixed-video {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.su-01 {
  background-color: #FFFFFF;
}


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

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

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

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