@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: 'Orbitron';
  src: url('../fonts/Orbitron-Regular.eot');
  src: url('../fonts/Orbitron-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Regular.woff2') format('woff2'), url('../fonts/Orbitron-Regular.woff') format('woff'), url('../fonts/Orbitron-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Bold.eot');
  src: url('../fonts/Orbitron-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Bold.woff2') format('woff2'), url('../fonts/Orbitron-Bold.woff') format('woff'), url('../fonts/Orbitron-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/Orbitron-Black.eot');
  src: url('../fonts/Orbitron-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Orbitron-Black.woff2') format('woff2'), url('../fonts/Orbitron-Black.woff') format('woff'), url('../fonts/Orbitron-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #3e6baa;
  --font: 'Orbitron';
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font1 {
  font-family: var(--font);
}
.fw-900 {
  font-weight: 900;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header.inner {
  position: sticky;
}
#header.inner .nav,
#header.active .nav {
  background-color: var(--color);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header.inner .nav .ui.menu .menu-box ul.menu > li.active,
#header.inner .nav .ui.menu .menu-box ul.menu > li:hover,
#header.active .nav .ui.menu .menu-box ul.menu > li.active,
#header.active .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #FFFFFF;
}

#header.active .nav .ui.menu .slbox,
#header.inner .nav .ui.menu .slbox {
  background-color: #FFFFFF;
  color: var(--color);
}

#header.active .baseBtn,
#header.inner .baseBtn {
  background-color: #FFFFFF;
  color: var(--color);
}

#header.active .baseBtn:hover,
#header.inner .baseBtn:hover {
  color: #FFFFFF;
}

/*#header.active .ui.menu .menu-box ul.menu > li {
  color: var(--color);
}
#header.active .ui.menu .logo img:first-of-type {
  opacity: 0;
}
#header.active .ui.menu .logo img:last-of-type {
  opacity: 1;
}*/
#header .nav {
  color: white;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#header .nav .ui.menu > div {
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .logo img {
  grid-column: 1;
  grid-row: 1;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  border-top: 5px solid transparent;
  margin: 0 1.2em;
  padding: 0 10px;
  -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.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
}

#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .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 .slbox {
  background-color: var(--color);
  height: 2.7em;
  border-radius: 1.35em;
  z-index: 1;
  transition: .5s;
}
#header .nav .ui.menu .slbox .line {
  margin: 0 1em;
  height: 1em;
  border-left: 1px solid currentcolor;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
html[lang=sa] .search-box form input[type="submit"] {
  right: auto;
  left: 15px;
}
.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 .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: 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: 60px;
  line-height: 60px;
  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: 40px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 10px;
  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;
}
#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 .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
  color: #FFFFFF;
}
#banner h2 {
  line-height: 1.22857143;
}
#banner .slickDots {
  left: 2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .slickDots ul {
  -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;
}
#banner .slickDots ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  width: 1.4em;
  height: 1.4em;
  background-color: rgba(255, 255, 255, 0.3);
}
#banner .slickDots ul li::after {
  content: "";
  width: .4em;
  height: .4em;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
#banner .slickDots ul li.slick-active {
  background-color: transparent;
  border-color: #FFFFFF;
}
#banner .slickDots ul li.slick-active::after {
  opacity: 1;
}
.yuy {
  height: auto;
}
.baseBtn {
  position: relative;
  z-index: 1;
  background-color: var(--color);
  color: #FFFFFF;
  height: 2.7em;
  border-radius: 1.35em;
  border: 0;
  overflow: hidden;
  transition: .5s;
  cursor: pointer;
}
.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: #000000;
  border-radius: 25px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), -moz-transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.baseBtn: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;
}
.baseTit {
  line-height: 1.2;
}
.baseTit span {
  color: var(--color);
}
@-webkit-keyframes sc {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sc {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sc {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.home-1 .cates li .icon {
  margin: auto;
  width: 5.5em;
  position: relative;
}
.home-1 .cates li .icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 3.3em;
  height: 3.3em;
  background-color: var(--color);
  /* 浏览器不支持时显示 */
  background-image: -webkit-linear-gradient(45deg, #ffffff 20%, var(--color));
  background-image: -moz-linear-gradient(45deg, #ffffff 20%, var(--color));
  background-image: linear-gradient(45deg, #ffffff 20%, var(--color));
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .cates li .icon img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}
.home-1 .cates li .name {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-1 .cates li.active .icon::before,
.home-1 .cates .slick-current li .icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.home-1 .cates li.active .icon img,
.home-1 .cates .slick-current li .icon img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.home-1 .cates li.active .name,
.home-1 .cates .slick-current li .name {
  color: var(--color);
}
.home-1 .list .slick-list {
  overflow: visible;
}
.home-1 .list .left {
  aspect-ratio: 1.4;
}
.home-1 .list .left .img,
.home-1 .list .left .mask {
  grid-column: 1;
  grid-row: 1;
}
.home-1 .list .left .mask {
  margin: auto;
  width: 55%;
  aspect-ratio: 1;
  background-color: var(--color);
  /* 浏览器不支持时显示 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(#83b2db));
  background-image: -webkit-linear-gradient(var(--color), #83b2db);
  background-image: -moz-linear-gradient(var(--color), #83b2db);
  background-image: linear-gradient(var(--color), #83b2db);
  border-radius: 50%;
}
.home-1 .list .left .mask::before,
.home-1 .list .left .mask::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid var(--color);
  -webkit-animation: sc 2s linear infinite;
  -moz-animation: sc 2s linear infinite;
  animation: sc 2s linear infinite;
}
.home-1 .list .left .mask::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.home-1 .list .right {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.home-1 .list .right .name {
  line-height: 1.165125;
}
@media (min-width: 1001px) {
  .home-1 .list li > div {
    -webkit-transform: translateX(-45%);
    -moz-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%);
    opacity: 0.3;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    pointer-events: none;
  }
  .home-1 .list .slick-current li > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .home-1 .list .right {
    opacity: 0;
  }
  .home-1 .list .slick-current .right {
    opacity: 1;
  }
}
.home-2 {
  background-color: #f2f2f2;
}
.home-2 .list li .img,
.home-2 .list li .content {
  grid-column: 1;
  grid-row: 1;
}
.home-2 .list li .text {
  background-color: rgba(255, 255, 255, 0.85);
}
.home-2 .list li p {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-2 .list li .btns {
  margin-top: 10px;
}
.home-2 .list li .btns a {
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  border: 1px solid var(--color);
  color: var(--color);
  padding: 0 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-2 .list li .btns a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-2 .list li > div:hover p {
  max-height: 200px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 10px;
}
.home-3 .play {
  right: 5%;
  top: 5%;
}
.home-3 .list li {
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
.home-3 .list li .icon {
  width: 2em;
  position: relative;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
.home-3 .list li .icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color);
  /* 浏览器不支持时显示 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(#83b2db));
  background-image: -webkit-linear-gradient(var(--color), #83b2db);
  background-image: -moz-linear-gradient(var(--color), #83b2db);
  background-image: linear-gradient(var(--color), #83b2db);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.home-3 .list li .icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-3 .list li .num {
  line-height: 1;
}
.home-3 .list li .num span {
  display: block;
  font-size: .5235em;
}
.home-3 .list li:hover {
  border-color: var(--color);
}
.home-3 .list li:hover .icon::after {
  opacity: 1;
}
.home-3 .list li:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@-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);
  }
}
#my-circular-icon {
  font-size: 0;
  cursor: pointer;
}
#my-circular-icon text {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
.home-4 .content {
  height: 400vh;
}
.home-4 .content .list {
  -webkit-perspective: 20vw;
  -moz-perspective: 20vw;
  perspective: 20vw;
}
.home-4 .content .list .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.home-4 .content .list .item:nth-child(1) {
  position: relative;
}
.home-4 .content .list .item .card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-radius: 10px;
  color: #fff;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: clip;
  background: var(--color);
}
.home-4 .content .list .item .card .top .left .tit {
  line-height: 1.2;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home-4 .content .list .item .card .top .left .con {
  line-height: 1.7;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.home-4 .content .list .item .card .top .link {
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background: #fff;
  color: var(--color);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.home-4 .content .list .item .card .top .link:hover {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.home-4 .content .list .item .card .bottom .arrow {
  width: 23.3%;
}
.home-4 .content .list .item .card .bottom .arrow a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.3);
}
.home-4 .content .list .item .card .bottom .arrow a:hover {
  background-color: #FFFFFF;
  color: var(--color);
}
.home-4 .content .list .item .card .bottom .img {
  width: 76.7%;
}
.home-4 .content .list .item .card .bottom .img ul .slick-list {
  padding-right: 22%;
}
.home-4 .content .list .item:nth-child(2) .card {
  background-color: #145ba2;
}
.home-4 .content .list .item:nth-child(3) .card {
  background-color: #114d89;
}
.home-5 {
  background-color: #f2f2f2;
}
.home-5 .list li .top {
  background-color: var(--color);
  color: #FFFFFF;
}
.home-5 .list li .top .line {
  height: 20px;
  border-left: 1px solid #FFFFFF;
  opacity: .2;
}
.home-5 .list li .bottom {
  background-color: #FFFFFF;
}
.home-5 .list li .bottom p{
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;  

}
.home-5 .list li .bottom .line {
  border-bottom: 2px solid #929292;
  opacity: .2;
}
.home-5 .list li .bottom .icon {
  right: 5%;
  bottom: 10%;
}
#footer .footer-top {
  background-color: #08182e;
  color: #FFFFFF;
}
#footer .footer-top .logo-text {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: .6;
  opacity: .1;
}
#footer .footer-top .logo-text span {
  display: block;
  font-size: 1.523em;
}
#footer .footer-top .logo {
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#footer .footer-top .logo svg text {
  text-transform: uppercase;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: 10s ro linear infinite;
  -moz-animation: 10s ro linear infinite;
  animation: 10s ro linear infinite;
}
#footer .footer-top .form input,
#footer .footer-top .form textarea {
  padding: 1em;
  font-family: var(--font);
  width: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
}
#footer .footer-top .form ul {
  margin-right: -15px;
}
#footer .footer-top .form li {
  padding-right: 15px;
  margin-bottom: 20px;
}
#footer .footer-top .footer-block li {
  line-height: 1.9375;
}
#footer .footer-top .footer-block li i {
  width: 2.1875em;
}
#footer .footer-top .footer-block li p {
  padding-left: 3.125em;
  margin-top: 0.125em;
}
#footer .footer-bottom {
  background-color: var(--color);
  color: #FFFFFF;
}
#footer .footer-bottom img.login {
  height: 16px;
}
#goback {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background-color: #FFFFFF;
  color: var(--color);
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0;
  }
  #footer .footer-top .logo svg {
    width: 150px;
    height: 150px;
  }
  #footer .footer-top .form li:not(.wid-100) {
    width: 33.33%;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1em;
  }
}
@media (max-width: 1250px) {
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-3 .list li {
    width: 45%;
  }
  #footer .footer-top .form li {
    margin-bottom: 10px;
  }
  #footer .footer-top .form li {
    width: 100%!important;
  }
  #footer .footer-top .logo svg {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1000px) {
  #banner .slickDots {
    display: none;
  }
  .home-1 .list {
    width: 100%;
  }
  .home-2 .list li > div p {
    max-height: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 10px;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner > ul li {
    height: 400px;
  }
  #banner > ul li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-1 .list .left {
    width: 100%;
  }
  .home-1 .list .right {
    width: 100%;
  }
  .home-4 .content {
    height: auto;
  }
  .home-4 .content .list {
    -webkit-perspective: initial;
    -moz-perspective: initial;
    perspective: initial;
  }
  .home-4 .content .list .item {
    position: initial;
    margin-top: 30px;
    -webkit-transform-style: initial;
    -moz-transform-style: initial;
    transform-style: initial;
    -webkit-backface-visibility: initial;
    -moz-backface-visibility: initial;
    backface-visibility: initial;
    will-change: initial;
  }
  .home-4 .content .list .item:first-child {
    margin-top: 0;
  }
  .home-4 .content .list .item .card .top .left {
    width: 80%;
  }
  .home-4 .content .list .item .card {
    padding-left: 15px;
    grid-column-gap: inherit;
    grid-row-gap: inherit;
    aspect-ratio: inherit;
  }
  .home-4 .content .list .item .card .bottom .arrow {
    zoom: .7;
  }
  #footer .footer-top .form input,
  #footer .footer-top .form textarea {
    padding: 6px;
    border-radius: 5px;
  }
}
@media (max-width: 500px) {
  .home-3 .list li {
    width: 100%;
  }
  .home-3 .list li .icon {
    width: 3em;
  }
  .home-4 .content .list .item .card .top {
    padding-right: 15px;
  }
  .home-4 .content .list .item .card .top .left {
    width: 100%;
  }
  .home-4 .content .list .item .card .top .link {
    margin-top: 20px;
  }
  .home-4 .content .list .item .card .bottom .arrow {
    width: 30%;
  }
  .home-4 .content .list .item .card .bottom .img {
    width: 70%;
  }
}


.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@-moz-keyframes marquee {
  100% {
    -moz-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translateX(-3015.91px);
    -moz-transform: translateX(-3015.91px);
    transform: translateX(-3015.91px);
  }
}
@-webkit-keyframes marquee1 {
  0% {
    -webkit-transform: translateX(-2215.58px);
    transform: translateX(-2215.58px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes marquee1 {
  0% {
    -moz-transform: translateX(-2215.58px);
    transform: translateX(-2215.58px);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes marquee1 {
  0% {
    -webkit-transform: translateX(-2215.58px);
    -moz-transform: translateX(-2215.58px);
    transform: translateX(-2215.58px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

.i-init1 {
  background: var(--color);
  color: #fff;
  font-family: var(--font);
  overflow: hidden;
}
.i-init1.sy{
	margin-top: -2px;
}
.i-init1 p {
  white-space: nowrap;
  -webkit-animation: 49.35s linear 0s infinite normal none running marquee;
  -moz-animation: 49.35s linear 0s infinite normal none running marquee;
  animation: 49.35s linear 0s infinite normal none running marquee;
}


#index-body .i-init2 {
  padding: 174px 0 7.3%;
  position: relative;
}
#index-body .i-init2 .header {
  top: -66px;
  left: 0;
  width: 100%;
}
#index-body .i-init2 .i-title {
  width: 80%;
}
#index-body .i-init2 .left {
  width: 50%;
}
#index-body .i-init2 .left .img1 {
  width: 34.58%;
}
#index-body .i-init2 .left .img1 .bottom {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
#index-body .i-init2 .left .img2 {
  width: 65.42%;
}
#index-body .i-init2 .left .image {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-clip-path: polygon(0 0, 15% 0, 15% 100%, 0% 100%);
  clip-path: polygon(0 0, 15% 0, 15% 100%, 0% 100%);
}
#index-body .i-init2 .left .image.active {
  opacity: 1;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#index-body .i-init2 .right {
  width: 50%;
}
#index-body .i-init2 .right .con {
  color: #575757;
}
#index-body .i-init2 .data ul {
  margin: -12px;
}
#index-body .i-init2 .data ul li {
  padding: 12px;
}
#index-body .i-init2 .data ul li .ig {
  height: 100%;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#262a2d));
  background-image: -webkit-linear-gradient(top, #0b0b0b 0%, #262a2d 100%);
  background-image: -moz-linear-gradient(top, #0b0b0b 0%, #262a2d 100%);
  background-image: linear-gradient(180deg, #0b0b0b 0%, #262a2d 100%);*/
  background-color: #262a2d;
  border-radius: 20px;
  color: #fff;
  transition: background-color .5s;
}
#index-body .i-init2 .data ul li .ig .font-14 {
  line-height: 2;
}
#index-body .i-init2 .data ul li .ig .icon img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#index-body .i-init2 .data ul li .ig .num {
  line-height: 1.2;
}
#index-body .i-init2 .data ul li .ig .icon {
  height: 48px;
  border-bottom: 1px solid #fff;
}
#index-body .i-init2 .data ul li .ig:hover {
  background-color: var(--color);
}
#index-body .i-init2 .data ul li .ig:hover .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 1250px) {
  #index-body .i-init2 .data ul li {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  #index-body .i-init2 .header {
    position: initial;
  }
  #index-body .i-init2 .left .img1 .more {
    zoom: .6;
  }
}

@media (max-width: 700px) {
  #index-body .i-init2 {
    padding: 30px 0;
  }
  #index-body .i-init2 .i-title {
    width: 100%;
  }
  #index-body .i-init2 .left {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-init2 .right {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 500px) {
  #index-body .i-init2 .left {
    padding-right: 0;
  }
  #index-body .i-init2 .left .img1 {
    width: 43%;
  }
  #index-body .i-init2 .left .img2 {
    width: 56%;
  }
  #index-body .i-init2 .data ul {
    margin: -6px;
  }
  #index-body .i-init2 .data ul li {
    padding: 6px;
  }
  #index-body .i-init2 .data ul li .ig span {
    min-height: 56px;
    display: block;
  }
}

.about-page #index-body .i-init2 {
  background: url(../images/about-bgb.jpg) no-repeat center bottom;
  padding-top: 0;
  padding: 5.73% 0 5.26042% 0;
}
.about-page #index-body .i-init2 .left .img1 .bottom {
  width: 58.13%;
  margin: -60px auto 0;
}
.about-page #index-body .i-init2 .left .play {
  width: 4.75em;
  height: 4.75em;
}
.about-page #index-body .i-init2 .right .con p {
  margin-top: 30px;
}
.about-page #index-body .i-init2 .right .con p:first-child {
  margin-top: 0;
}
.about-page #index-body .i-init2 .data ul {
  margin: -26.5px;
}
.about-page #index-body .i-init2 .data ul li {
  padding: 26.5px;
}

@media (max-width: 700px) {
  .about-page #index-body .i-init2 .data ul {
    margin: -13px;
  }
  .about-page #index-body .i-init2 .data ul li {
    padding: 13px;
  }
}


#index-body .i-init6 {
  background: url(../images/faq-bg.png) no-repeat left 26px;
  padding: 8.4375% 0 6.146%;
}
#index-body .i-init6 .left {
  width: 45.23%;
}
#index-body .i-init6 .right {
  width: 51.97%;
}
#index-body .i-init6 .right ul li {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #f8f8f8 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, #f8f8f8 0%, #ffffff 100%);
  background-image: linear-gradient(90deg, #f8f8f8 0%, #ffffff 100%);
  border-radius: 45px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init6 .right ul li .top .icon {
  width: 2.7em;
  height: 2.7em;
  line-height: 2.7em;
  text-align: center;
  border-radius: 50%;
  background: var(--color);
  color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
/*#index-body .i-init6 .right ul li .top i img {
  width: 21px;
  height: 15px;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}*/
#index-body .i-init6 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-init6 .right ul li.active {
  background-color: #f8f8f8;
  border-radius: 20px;
}
#index-body .i-init6 .right ul li.active .top .icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 1000px) {
  #index-body .i-init6 .left {
    display: none;
  }
  #index-body .i-init6 .right {
    width: 100%;
  }
}





.faq-page #index-body .i-init6 {
  background: transparent;
  padding-top: 45px;
}
.faq-page #index-body .i-init6 .box {
  max-width: 1735px;
  padding-right: 15px;
}
.faq-page #index-body .i-init6 .box .left {
  width: 47.326%;
}
.faq-page #index-body .i-init6 .box .right {
  padding-top: 143px;
  width: 48.024%;
}
.faq-page .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.faq-page .item:last-child {
  margin-bottom: 0;
}



@media (max-width: 1700px) {
  .faq-page #index-body .i-init6 .box {
    max-width: 1420px;
  }

}
@media (max-width: 1450px) {
  .faq-page #index-body .i-init6 .box {
    max-width: 1220px;
  }

}
@media (max-width: 1250px) {

  .faq-page #index-body .i-init6 .box {
    max-width: 1020px;
  }

}
@media (max-width: 1000px) {
  .faq-page #index-body .i-init6 .box {
    padding: 0 15px;
  }
  .faq-page #index-body .i-init6 .box .right {
    width: 100%;
    padding-top: 0;
  }

}





.contact-page .contact-1 {
  padding: 4.8% 0 6.3542%;
}


.contact-page .contact-1 .right .currentTime {
  font-size: 165px;
  font-family: var(--font);
  font-weight: bold;
}
.contact-page .box {
  position: relative;
  z-index: 1;
}
.contact-page .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 69.832%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
  background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
}
.contact-page .contact-2 {
  padding-top: 7.35%;
}
.contact-page .contact-2 .con {
  line-height: 1.6;
}
.contact-page .contact-2 ul li i {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: solid 2px var(--color);
}
.contact-page .contact-3 {
  padding-top: 8.79%;
}
.contact-page .contact-3 ul {
  margin: -8px -14px;
}
.contact-page .contact-3 ul li {
  padding: 8px 14px;
}
.contact-page .contact-3 ul li input,
.contact-page .contact-3 ul li .box,
.contact-page .contact-3 ul li select,
.contact-page .contact-3 ul li textarea {
  width: 100%;
  height: 70px;
  background-color: #f5f5f5;
  border-radius: 35px;
  border: 0;
  font-size: 14px;
  font-family: var(--font);
  padding: 0 24px;
  color: #000;
}
.contact-page .contact-3 ul li input::-webkit-input-placeholder, .contact-page .contact-3 ul li .box::-webkit-input-placeholder, .contact-page .contact-3 ul li select::-webkit-input-placeholder, .contact-page .contact-3 ul li textarea::-webkit-input-placeholder {
  color: #afafaf;
}
.contact-page .contact-3 ul li input:-moz-placeholder, .contact-page .contact-3 ul li .box:-moz-placeholder, .contact-page .contact-3 ul li select:-moz-placeholder, .contact-page .contact-3 ul li textarea:-moz-placeholder {
  color: #afafaf;
}
.contact-page .contact-3 ul li input::-moz-placeholder, .contact-page .contact-3 ul li .box::-moz-placeholder, .contact-page .contact-3 ul li select::-moz-placeholder, .contact-page .contact-3 ul li textarea::-moz-placeholder {
  color: #afafaf;
}
.contact-page .contact-3 ul li input:-ms-input-placeholder, .contact-page .contact-3 ul li .box:-ms-input-placeholder, .contact-page .contact-3 ul li select:-ms-input-placeholder, .contact-page .contact-3 ul li textarea:-ms-input-placeholder {
  color: #afafaf;
}
.contact-page .contact-3 ul li input::placeholder,
.contact-page .contact-3 ul li .box::placeholder,
.contact-page .contact-3 ul li select::placeholder,
.contact-page .contact-3 ul li textarea::placeholder {
  color: #afafaf;
}
.contact-page .contact-3 ul li input[type="file"] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contact-page .contact-3 ul li textarea {
  height: 140px;
  border-radius: 20px;
  padding-top: 24px;
}
.contact-page .contact-3 ul li p {
  line-height: 1.6;
  color: #010101;
  opacity: 0.67;
}

.contact-page .contact-3 ul li .box::after {
  display: none;
}
.contact-page .contact-3 ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/xl.png) no-repeat right 32px center #f5f5f5;
}
.contact-page .contact-3 ul li select::-ms-expand {
  display: none;
}
.contact-page .contact-4 {
  padding: 5.625% 0 49px 0;
}

.contact-page .contact-4 .map iframe {
  border: 0;
}
.contact-page .contact-4 .add i {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: solid 2px #1c66b1;
}
.contact-page .contact-4 .add .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-page .contact-4 .add .text p {
  line-height: 1.6;
}

@media (max-width: 1250px) {
  .contact-page .contact-1 .right .currentTime {
    font-size: 130px;
  }
}

@media (max-width: 1000px) {
  .contact-page .contact-1 .right .currentTime {
    font-size: 80px;
  }
}

@media (max-width: 700px) {
  .contact-page .contact-1 .right {
    text-align: left;
    margin-top: 20px;
  }
  .contact-page .contact-2 ul {
    margin: -10px;
  }
  .contact-page .contact-2 ul li {
    padding: 10px;
  }
  .contact-page .contact-2 ul li .title {
    font-size: 20px;
  }
  .contact-page .contact-3 ul {
    margin: -6px;
  }
  .contact-page .contact-3 ul li {
    padding: 6px;
  }
  .contact-page .contact-4 .add .text .title {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .contact-page .contact-1 .right .currentTime {
    font-size: 70px;
  }

  .contact-page .contact-2 ul li {
    width: 100%;
  }
  .contact-page .contact-2 ul li i {
    width: 60px;
    height: 60px;
  }

  .contact-page .contact-4 .map {
    height: 300px;
  }
  .contact-page .contact-4 .add i {
    width: 60px;
    height: 60px;
  }
}




.factory-page {
  padding-top: 8.28125%;
  background: url(../images/factory-bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.factory-page .factory-1 {
  padding-bottom: 37px;
}
.factory-page .factory-2 .item {
  padding: 5.625% 0 7.5521% 0;
}
.factory-page .factory-2 .item .img-box {
  border-radius: 20px;
}
.factory-page .factory-2 .item .top {
  margin: 0 -300px;
}
.factory-page .factory-2 .item .top .slick-list {
  padding: 0 300px;
}
.factory-page .factory-2 .item .bottom {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.factory-page .factory-2 .item .bottom ul li .img {
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  overflow: hidden;
}
.factory-page .factory-2 .item .bottom ul .slick-current li .img {
  border-color: var(--color);
}
.factory-page .factory-2 .item:nth-child(even) {
  background-color: #f4f4f4;
}





.honor-page .honor-1 {
  background: url(../images/honor-bg.png) no-repeat center 90%;
}
.honor-page .honor-1 .header .left {
  width: 52%;
}
.honor-page .honor-1 .header .right {
  width: 46.2%;
}
.honor-page .honor-1 .icon ul {
  margin: -8px;
}
.honor-page .honor-1 .icon ul li {
  padding: 8px;
}
.honor-page .honor-1 .icon ul li .ig {
  background-color: #f6f6f6;
  border-radius: 20px;
  height: 130px;
}
.honor-page .honor-1 .content ul {
  margin: -23px -14.5px;
}
.honor-page .honor-1 .content ul li {
  padding: 23px 14.5px;
}

@media (max-width: 700px) {
  .honor-page .honor-1 .header .left {
    width: 100%;
  }
  .honor-page .honor-1 .header .right {
    width: 100%;
    margin-top: 20px;
  }
  .honor-page .honor-1 .icon ul li {
    width: 33.3333%;
  }
}

@media (max-width: 500px) {
  .honor-page .honor-1 .icon ul li {
    width: 50%;
  }
  .honor-page .honor-1 .content ul {
    margin: -12px 0;
  }
  .honor-page .honor-1 .content ul li {
    padding: 12px 0;
  }
}





.about-page .about-1 {
  padding: 6.3542% 0 3.542%;
}
.about-page .about-1 ul li {
  color: #010101;
  border-radius: 20px;
  margin-bottom: 12px;
}
.about-page .about-1 ul li .con {
  width: 63%;
  line-height: 1.6;
}
.about-page .about-1 ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-1 ul li:hover {
  background: var(--color);
  color: #fff;
}
.about-page .about-2 {
  padding: 5.73% 0 6.25%;
}
.about-page .about-2 .con {
  line-height: 1.6;
  color: #010101;
}
.about-page .about-2 .content {
  margin: 0 -300px;
}
.about-page .about-2 ul .slick-list {
  padding: 0 300px;
}
.about-page .about-2 ul li .img-box {
  border-radius: 20px;
}
.about-page .honor-1 {
  background: transparent;
  padding-bottom: 6.98%;
}
.about-page .about-3 {
  padding: 6.71875% 0 43px 0;
}
.about-page .about-3 .content .text {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 700px) {
  .about-page #index-body .i-init2 .data ul {
    margin: -13px;
  }
  .about-page #index-body .i-init2 .data ul li {
    padding: 13px;
  }
  .about-page .about-1 ul li {
    padding: 20px 15px;
  }
}

@media (max-width: 500px) {
  .about-page .about-1 ul li .con {
    width: 100%;
    margin-top: 20px;
  }

  #index-body .i-init2 .data ul li {
    width: 100%;
  }

  .about-page .about-2 .header .more {
    margin-top: 20px;
  }
  .about-page .about-3 .content .text {
    padding: 0 15px 20px;
    max-height: 80px;
    overflow-y: auto;
  }
}





.product-page .sidebox {
  padding: 7.04% 0 7.1053%;
}
.product-page .sidebox .sideleft {
  width: 23.62%;
  background: #fff;
  border-radius: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  -webkit-box-shadow: 6px 6px 36px 2px rgba(97, 97, 97, 0.14);
  box-shadow: 6px 6px 36px 2px rgba(97, 97, 97, 0.14);
}
.product-page .sidebox .sideleft ul li .yj {
  background-color: #f0f0f0;
  border-radius: 25px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft ul li .yj i {
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.product-page .sidebox .sideleft ul li .yj:hover,
.product-page .sidebox .sideleft ul li .yj.active {
  background: var(--color);
  color: #fff;
}
.product-page .sidebox .sideleft ul li .children {
  padding: 9px 0 0 20px;
  display: none;
}
.product-page .sidebox .sideleft ul li .children li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.product-page .sidebox .sideleft ul li .children li a {
  display: block;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft ul li .children li a:hover,
.product-page .sidebox .sideleft ul li .children li a.active {
  color: var(--color);
}



.product-page .sidebox .sideright {
  width: 76.38%;
}
.product-page .sidebox .sideright h1 {
  border-bottom: 1px solid rgba(114, 114, 114, 0.48);
}

.product-page .sidebox .sideright .desc {
  line-height: 1.6;
  color: #010101;
  opacity: 0.8;
  /*max-height: 210px;*/
  overflow-y: auto;
}
.m-page {
  padding-top: 5%;
}
.m-page a,
.m-page span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 3px;
  width: 2.5em;
  height: 2.5em;
  background-color: #f5f5f5;
  border-radius: 10px;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: #fff;
}


@media (max-width: 1000px) {
  .product-page .sidebox .sideleft {
    display: none;
  }
  .product-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
}





.prodet-page .prodet-1 {
  background-color: #f6f6f6;
  padding: 5.521% 0 5.89%;
}
.prodet-page .prodet-1 .left {
  width: 55.26%;
}
.prodet-page .prodet-1 .left .small {
  width: 14.645%;
}
.prodet-page .prodet-1 .left .small ul {
  margin-bottom: -22px;
}
.prodet-page .prodet-1 .left .small ul .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small ul li {
  padding-bottom: 22px;
}
.prodet-page .prodet-1 .left .small ul li .img {
  display: block;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .left .small ul li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small ul .slick-current li .img {
  border-color: #1b1a1a;
}
.prodet-page .prodet-1 .left .small ul .slick-current li .img::after {
  opacity: 0;
}
.prodet-page .prodet-1 .left .big {
  width: 85.355%;
}
.prodet-page .prodet-1 .left .big .play{
	top: 86%;
	left: 16%;
	padding-left: 6px;
}
.prodet-page .prodet-1 .right {
  width: 44.74%;
}
.prodet-page .prodet-1 .right h1 {
  line-height: 1.3;
}
.prodet-page .prodet-1 .right .price {
  opacity: .77;
  border-bottom: 1px solid #b1b1b1;
}
.prodet-page .prodet-1 .right .con {
  line-height: 1.6;
  /*max-height: 103px;*/
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .con2 {
  background-color: #FFFFFF;
}
.prodet-page .prodet-1 .right .form {
  border-top: 1px solid #b1b1b1;
}
.prodet-page .prodet-1 .right .form ul {
  margin: -5.5px -10px;
}
.prodet-page .prodet-1 .right .form ul li {
  padding: 5.5px 10px;
}
.prodet-page .prodet-1 .right .form ul li label {
  line-height: 2;
  margin-bottom: 9px;
}
.prodet-page .prodet-1 .right .form ul li button {
  border: 0;
  background: #000;
}
.prodet-page .prodet-1 .right .form ul li button::before {
  background: var(--color);
}
.prodet-page .prodet-1 .right .form ul li button:hover i {
  background: #fff;
}
.prodet-page .prodet-1 .right .form ul li button:hover i img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.prodet-page .prodet-1 .right .form ul li:last-child {
  width: auto;
  margin: 24px 0 0 auto;
}
.prodet-page .prodet-1 .right .form input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: 0;
  padding: 0 15px;
}
.prodet-page .prodet-1 .right .m-link {
  line-height: 2;
  margin-top: -9%;
  width: 66%;
}
.prodet-page .prodet-2 {
  padding-bottom: 6.9271%;
}
.prodet-page .prodet-2 .item {
  padding: 6.2% 0 0 0;
}
.prodet-page .prodet-2 .item .title {
  border-bottom: 1px solid #b1b1b1;
}
.prodet-page .prodet-2 .item .title .icon {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-2 .item .title .icon::before,
.prodet-page .prodet-2 .item .title .icon::after {
  content: '';
  position: absolute;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .item .title .icon::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .item .title .icon::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 52%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.prodet-page .prodet-2 .item .title .icon.active::after {
  opacity: 1;
}
.prodet-page .prodet-2 .item .content {
  font-size: 16px;
  line-height: 1.6;
  color: #010101;
}
.prodet-page .prodet-2 .item .content table {
  border: 0;
}
.prodet-page .prodet-2 .item .content table td {
  border: 0;
  padding: 17.5px 15px;
}
.prodet-page .prodet-2 .item .content table tr:nth-child(odd) {
  background: rgba(224, 224, 224, 0.35);
}
.prodet-page .prodet-2 .item .content table tr:nth-child(even) {
  background: #fff;
}


.prodet-page .prodet-2 .item .content video {
  width: 100%;
  border-radius: 20px;
}

@media (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 .item .title {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .m-page a,
  .m-page span {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .m-link {
    margin-top: 0;
    width: 100%;
  }
  .prodet-page .prodet-2 .item .title {
    font-size: 20px;
  }
}




.product-yd-page .yd .left {
  width: 78%;
}
.product-yd-page .yd .right {
  width: 22%;
  padding-left: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  font-weight: 500;
  padding-right: .7%;
}
.product-yd-page .yd .right:after {
  content: '';
  width: 1px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: black;
}
.product-yd-page .yd .right span.h3 {
  max-width: 3.5em;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 2em;
  line-height: 1.66666667;
  margin-top: -0.3em;
}
.product-yd-page .yd .right .nav {
  color: #727272;
}
.product-yd-page .yd .right .nav ul li {
  margin-bottom: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .yd .right .nav ul li:hover,
.product-yd-page .yd .right .nav ul li.active {
  font-size: 1.3em;
  color: var(--color);
}
.product-yd-page .list ul li a.img-box {
  padding-top: 55%;
}
.product-yd-page .list ul li.grid-span a.img-box {
  padding-top: 30%;
}
.product-yd-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li a.img-box:hover:before {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-yd-page .list ul li span.h6 {
  line-height: 1.2;
}
.product-yd-page .list ul li span.h6 i {
  font-size: 0.76470588em;
}
.product-yd-page .solutions ul li .textarea {
  width: 52%;
  padding-right: 6%;
}
.product-yd-page .solutions ul li .textarea span.h3 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .solutions ul li .textarea span.h3:hover {
  color: var(--color);
}
.product-yd-page .solutions ul li .textarea a.more {
  background-color: #545454;
}
.product-yd-page .solutions ul li .textarea a.more:hover {
  background-color: var(--color);
}
.product-yd-page .solutions ul li .img {
  width: 48%;
}
.product-yd-page .solutions ul li .img span.h6 {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .6em;
  background-color: rgba(0, 0, 0, 0.18);
  text-align: center;
  border-radius: inherit;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.2;
}
.product-yd-page .solutions ul li .img:hover span.h6 {
  background-color: black;
}

@media screen and (max-width: 1000px) {
  .product-yd-page .yd .right {
    display: none;
  }
  .product-yd-page .yd .left {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .product-yd-page .list ul li.grid-span a.img-box {
    padding-top: 55%;
  }

  .product-yd-page .solutions ul li .textarea {
    width: 100%;
    padding-right: 0;
  }
  .product-yd-page .solutions ul li .img {
    width: 100%;
  }
  .product-yd-page .solutions ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}


.inner-page .slideBox .slideBoxLeft {
  width: 22%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBox .slideBoxLeft .nav a {
  padding: .7em 0;
  border-bottom: 1px solid #707070;
}
.inner-page .slideBox .slideBoxLeft .nav a i {
  font-size: 1.3em;
  line-height: 1;
}
.inner-page .slideBox .slideBoxLeft .nav a.active,
.inner-page .slideBox .slideBoxLeft .nav a:hover {
  font-weight: bold;
}
.inner-page .slideBox .slideBoxLeft .nav a i.on {
  transform: rotate(45deg);
}
.inner-page .slideBox .slideBoxLeft .nav ul ul {
  padding-left: 1em;
  margin: 1em 0;
  display: none;
}
.inner-page .slideBox .slideBoxRight {
  width: 78%;
}

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

  .inner-page .slideBox .slideBoxRight {
    width: 100%;
  }
}



/*
    key-page
==============================================*/
.key-page .key-1 .text {
    width: 46.868%;
}

.key-page .key-1 .text .i-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 25px;
}

.key-page .key-1 .text .con {
    line-height: 1.67;
}

.key-page .key-1 .img {
    width: 53.132%;
}
.key-page .key-1 .img .inner{
  margin-right: calc((1520px - 100vw) / 2);
  border-radius: 0px 10px 10px 10px;
}

.key-page .key-1 .img .inner>img {
    width: 100%;
    
}

.key-page .key-1 .img .logo {
    bottom: 0;
    left: 0;
    background: var(--color);
    border-radius: 10px;
}

.key-page .key-1 .img .logo img{
  filter: brightness(0) invert(1);
}

.key-page .key-2 {
    padding: 6.25% 0 6.09375%;
}

.key-page .key-2 .box {
    position: relative;
    z-index: 1;
}

.key-page .key-2 .box .top .img {
    width: 48.3721%;
}

.key-page .key-2 .box .top .text {
    width: 51.6279%;
    background-color: var(--color);
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.key-page .key-2 .box .top .text .title {
    line-height: 1.25;
    font-family: var(--font);
    font-weight: bold;
}

.key-page .key-2 .box .top .text ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
    margin-bottom: 19px;
}

.key-page .key-2 .box .top .text ul li .tit {
    font-size: calc(0.3125vw + 14px);
    line-height: 1.5;
    font-family: var(--font);
    font-weight: bold;
}

.key-page .key-2 .box .top .text ul li .con {
    font-size: 15px;
    line-height: 1.67;
    margin-top: 3px;
}

.key-page .key-2 .box .top .text ul li:last-child {
    margin-bottom: 0;
}

.key-page .key-2 .box .bottom {
    background-color: #f7f7f7;
}

.key-page .key-2 .box .bottom ul li {
    width: 29%;
    position: relative;
}

.key-page .key-2 .box .bottom ul li i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color);
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
}

.key-page .key-2 .box .bottom ul li span {
    font-size: 15px;
    line-height: 1.67;
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.key-page .key-2 .box .bottom ul li::after {
    content: '';
    width: 1px;
    height: 69px;
    background: #333;
    opacity: 0.15;
    position: absolute;
    top: -12px;
    right: -20px;
}

.key-page .key-2 .box .bottom ul li:last-child::after {
    display: none;
}

.key-page .key-2 .box:nth-child(even) .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.key-page .key-2 .box:last-child {
    margin-bottom: 0;
}

@media (max-width: 1700px) {
    .key-page .key-1 .img .inner{
      margin-right: calc((1370px - 100vw) / 2);
    }
}

@media (max-width: 1450px) {
    .key-page .key-1 {
        max-width: 1230px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .key-page .key-1 .img .inner{
      margin-right: calc((1170px - 100vw) / 2);
    }
}

@media (max-width: 1250px) {
    .key-page .key-1 .img .inner{
      margin-right: calc((940px - 100vw) / 2);
    }
}

@media (max-width: 1000px) {
    .key-page .key-1 .img .inner{
      margin-right: 0;
    }

    .key-page .key-1 .img {
        width: 100%;
    }

    .key-page .key-1 .text {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .key-page .key-2 .box .top .img {
        width: 100%;
    }

    .key-page .key-2 .box .top .text {
        width: 100%;
    }

    .key-page .key-2 .box .bottom {
        padding: 30px 15px;
    }

    .key-page .key-2 .box .bottom ul li {
        width: 100%;
        margin-bottom: 12px;
    }

    .key-page .key-2 .box .bottom ul li::after {
        display: none;
    }

    .key-page .key-2 .box .bottom ul li:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
  .key-page .key-1 .img .logo{
    zoom: 0.8;
  }
}


.inner-banner .mbx a:first-of-type {
  color: var(--color);
}


@media (min-width:1001px) {
  .inner-banner .mbx {
    text-align: right;
  }
}




.h-nav{
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 101;
  background: #ffffff;
  max-height: 700px;
  overflow-y: auto;
  padding: 20px 0 30px;
  border-top: 1px solid #efefef;
    pointer-events: none;
   -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition: .5s;
  z-index: -3
}
.h-nav .pro_box{
  display: flex;
  justify-content: space-between;

}
.h-nav .pro_box .left{
  width: 25%;
  max-height: 650px;
  overflow-y: auto;
}
.h-nav .pro_box .left::-webkit-scrollbar{
  width: 0;
}
.h-nav .pro_box .left li{
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #efefef;
  transition: .5s;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 15px;
}
.h-nav .pro_box .left li .icon{
 width: 60px;
 height: 60px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.h-nav .pro_box .left li span{
  font-size: 18px;
  flex: 1;
  margin-left: 15px;
}
.h-nav .pro_box .left li:hover,.h-nav .pro_box .left li.active{
  background: var(--color);
  color: #ffffff;
}
.h-nav .pro_box .left li:hover img,.h-nav .pro_box .left li.active img{
  filter: brightness(100);
}
.h-nav .pro_box .right{
  width: 71%;
  max-height: 650px;
  overflow-y: auto;
}
.h-nav .pro_box .right::-webkit-scrollbar{
  display: none;
}
.h-nav .pro_box .right .img-box{
  border: 1px solid #efefef;
}
.h-nav .pro_box .right .item{
  display: none;
}
.h-nav .pro_box .right .item.active{
  display: block;
}

@media screen and (max-width: 1450px) {
  .h-nav .pro_box .right .img-box{
    padding: 20px;
  }
}





.product-page .sidebox .sideright .list ul li .box {
  background: white;
  border-radius: 10px;
  padding: 24px;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 36px 2px rgba(97, 97, 97, 0.14);
  box-shadow: 6px 6px 36px 2px rgba(97, 97, 97, 0.14);
}
.product-page .sidebox .sideright .list ul li .box .des {
  line-height: 20px;
  color: #575757;
}
.product-page .sidebox .sideright .list ul li .box .bottom {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.product-page .sidebox .sideright .list ul li .box .bottom .more {
  opacity: 0;
}
.product-page .sidebox .sideright .list ul li:hover .bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .sidebox .sideright .list ul li:hover .bottom .more {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .product-page .sidebox .sideright .list ul li .box .bottom {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .product-page .sidebox .sideright .list ul li .box .bottom .more {
    opacity: 1;
  }
}


.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-weight: bold;
}


@media (max-width:1700px) {
  .home-5.news-page .list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:1000px) {
  .home-5.news-page .list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}