@font-face {
  font-family: 'unb';
  src: url('../fonts/Unbounded-Medium.eot');
  src: url('../fonts/Unbounded-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Medium.woff2') format('woff2'), url('../fonts/Unbounded-Medium.woff') format('woff'), url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'unb';
  src: url('../fonts/Unbounded-Regular.eot');
  src: url('../fonts/Unbounded-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Unbounded-Regular.woff2') format('woff2'), url('../fonts/Unbounded-Regular.woff') format('woff'), url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'unb';
  src: url('../fonts/Unbounded-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
#sidebar ul li{
      white-space: nowrap;
}
.page-header01{
  position: fixed;
  width: 100%;
}

.cursor {
  position: fixed;
  background-color: var(--color);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cursor.active {
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.cursor.menu-active {
  opacity: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.cursor.hovered {
  opacity: 1;
}
.cursor-follower {
  position: fixed;
  border: 0.5px solid var(--color);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999;
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
.cursor-follower.active {
  opacity: 1;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.cursor-follower.menu-active {
  opacity: 1;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.cursor-follower.hovered {
  opacity: 1;
}

html,
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  --color: #d71412;
  height: auto;
  font-family: 'unb';
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
.container {
  width: 1630px;
}
.moreCont {
  cursor: pointer;
}
.moreCont .moreText {
  min-width: 140px;
  padding: 8px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 22px;
  text-transform: uppercase;
  z-index: 1;
}
.moreCont .moreText::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.moreCont .moreCir {
  z-index: 2;
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-color: var(--color);
  border-radius: 50%;
  margin-left: -5px;
}
.moreCont .moreCir .moreImg {
  width: 18px;
  height: 18px;
}
.moreCont .moreCir .moreImg.w17 {
  width: 17px;
  height: 17px;
}


.moreCont:hover .moreText {
  background-color: #000;
  color: #fff;
}
.moreCont:hover .moreText::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.moreCont:hover .moreCir {
  -webkit-transform: scale(1.1) rotate(45deg);
  -moz-transform: scale(1.1) rotate(45deg);
  -ms-transform: scale(1.1) rotate(45deg);
  -o-transform: scale(1.1) rotate(45deg);
  transform: scale(1.1) rotate(45deg);
}
.moreCont.wtb:hover .moreText{
  background: #000;
}
.moreCont.wtb .moreText::before{
  background: #000;
}
.moreCont.black .moreText {
  background-color: #000;
  color: #fff;
}

.moreCont.black .moreText::before{
  background: #fff;
}

.moreCont.black:hover .moreText{
  background: #fff;
  color: #000;
}

.moreCont2 {
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
.moreCont2 .moreImg {
  width: 18px;
  height: 18px;
}
.moreCont2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: -1;
}
.moreCont2:hover {
  background-color: var(--color);
}
.moreCont2:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.moreCont2:hover .moreImg {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.follow-ball {
  z-index: 20;
    width: 20px;
    height: 20px;
    background-color: #00ffcc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    box-shadow: 0 0 15px #00ffcc;
    transform: scale(1);
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
    will-change: transform, left, top;
}

.follow-ball.is-hovered {
    transform: scale(2.5);
}

.ads {
  word-break: break-word;
}
.ads span {
  display: inline-block;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  color: #000;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  width: 1820px;
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 1;
  position: relative;
  text-align: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child::before {
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 2;
  padding: 10px 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  border-radius: 5px;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  padding: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
  margin-bottom: 2px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .search:hover .moreText{
  background: #000;
}
#header > .nav > .menu .menu-box .right .search .moreText::before{
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
}
#header > .nav > .menu .menu-box .right .search .moreText {
  /*border: 1px solid rgba(189, 189, 189, 0);*/
}
#header > .nav > .menu .menu-box .right .search:hover .moreCir{
  transform: rotate(90deg);
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #d71412;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active,
#header.inner_active {
  top: 10px;
}
#header.active > .nav,
#header.inner_active > .nav {
  padding: 0;
}
#header.active > .nav > .menu .menu-box,
#header.inner_active > .nav > .menu .menu-box {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #000;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a,
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a {
  color: var(--color);
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .img,
#header.inner_active > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active > .nav > .menu .menu-box .right .search .moreText,
#header.inner_active > .nav > .menu .menu-box .right .search .moreText {
  border: 1px solid #000;
}
.moveAni {
  -webkit-animation: moveAni 0.5s linear forwards;
  -moz-animation: moveAni 0.5s linear forwards;
  -o-animation: moveAni 0.5s linear forwards;
  animation: moveAni 0.5s linear forwards;
}
@-webkit-keyframes moveAni {
  0% {
    -webkit-transform: translateY(-50px) scale(0.8, 1.2);
    transform: translateY(-50px) scale(0.8, 1.2);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(0) scale(1.2, 0.8);
    transform: translateY(0) scale(1.2, 0.8);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(-8px) scale(0.95, 1.05);
    transform: translateY(-8px) scale(0.95, 1.05);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.05, 0.95);
    transform: translateY(0) scale(1.05, 0.95);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes moveAni {
  0% {
    -moz-transform: translateY(-50px) scale(0.8, 1.2);
    transform: translateY(-50px) scale(0.8, 1.2);
    opacity: 0;
  }
  45% {
    -moz-transform: translateY(0) scale(1.2, 0.8);
    transform: translateY(0) scale(1.2, 0.8);
    opacity: 1;
  }
  65% {
    -moz-transform: translateY(-8px) scale(0.95, 1.05);
    transform: translateY(-8px) scale(0.95, 1.05);
  }
  80% {
    -moz-transform: translateY(0) scale(1.05, 0.95);
    transform: translateY(0) scale(1.05, 0.95);
  }
  100% {
    -moz-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
}
@-o-keyframes moveAni {
  0% {
    -o-transform: translateY(-50px) scale(0.8, 1.2);
    transform: translateY(-50px) scale(0.8, 1.2);
    opacity: 0;
  }
  45% {
    -o-transform: translateY(0) scale(1.2, 0.8);
    transform: translateY(0) scale(1.2, 0.8);
    opacity: 1;
  }
  65% {
    -o-transform: translateY(-8px) scale(0.95, 1.05);
    transform: translateY(-8px) scale(0.95, 1.05);
  }
  80% {
    -o-transform: translateY(0) scale(1.05, 0.95);
    transform: translateY(0) scale(1.05, 0.95);
  }
  100% {
    -o-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
}
@keyframes moveAni {
  0% {
    -webkit-transform: translateY(-50px) scale(0.8, 1.2);
    -moz-transform: translateY(-50px) scale(0.8, 1.2);
    -o-transform: translateY(-50px) scale(0.8, 1.2);
    transform: translateY(-50px) scale(0.8, 1.2);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(0) scale(1.2, 0.8);
    -moz-transform: translateY(0) scale(1.2, 0.8);
    -o-transform: translateY(0) scale(1.2, 0.8);
    transform: translateY(0) scale(1.2, 0.8);
    opacity: 1;
  }
  65% {
    -webkit-transform: translateY(-8px) scale(0.95, 1.05);
    -moz-transform: translateY(-8px) scale(0.95, 1.05);
    -o-transform: translateY(-8px) scale(0.95, 1.05);
    transform: translateY(-8px) scale(0.95, 1.05);
  }
  80% {
    -webkit-transform: translateY(0) scale(1.05, 0.95);
    -moz-transform: translateY(0) scale(1.05, 0.95);
    -o-transform: translateY(0) scale(1.05, 0.95);
    transform: translateY(0) scale(1.05, 0.95);
  }
  100% {
    -webkit-transform: translateY(0) scale(1, 1);
    -moz-transform: translateY(0) scale(1, 1);
    -o-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner {
  position: relative;
  z-index: 2;
  padding: 20px;
}
#banner .baC {
  border-radius: 20px;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 50vw;
  max-height: 900px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  width: 1820px;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  color: #fff;
  padding-bottom: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box span {
  display: inline-block;
  opacity: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .title {
  text-transform: uppercase;
  font-size: 174px;
  line-height: 1;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .des {
  text-transform: uppercase;
  font-size: 56px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .des p {
  display: inline-block;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .des em {
  color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont {
  width: 360px;
  height: 350px;
  z-index: 5;
  top: 50%;
  right: 10%;
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont .cir {
  width: 26px;
  height: 26px;
  margin-left: 55px;
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont .line {
  width: 200px;
  height: 166px;
  margin-top: -14px;
  margin-left: 78px;
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont .cont {
  width: 330px;
  border: 2px solid;
  margin-top: -1px;
  padding: 14px;
  border-radius: 20px;
  border: none;
  font-weight: 300;
  color: #fff;
  margin-left: auto;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: rgba(255, 255, 255, 0.2);
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont .cont .shadow {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont .cont .svg-box {
  pointer-events: none;
  position: absolute;
  top: -2px;
  left: -2px;
  width: -webkit-calc(104%);
  width: -moz-calc(104%);
  width: calc(100% + 4px);
  height: -webkit-calc(104%);
  height: -moz-calc(104%);
  height: calc(100% + 4px);
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont .cont .svg-box svg {
  width: 100%;
  height: 100%;
  display: block;
}
#banner .swiper .swiper-wrapper .swiper-slide .textCont .cont .more {
  margin-left: auto;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .textCont {
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}
#banner .rightCont {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  color: #fff;
}
#banner .rightCont .container {
  height: 100%;
}
#banner .rightCont .container .cont .topC {
  pointer-events: all;
}
#banner .rightCont .container .cont .topC p.sec {
  margin-top: -3px;
}
#banner .rightCont .container .cont .topC p span {
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 9px 10px 4px;
  display: inline-block;
  position: relative;
  line-height: 1;
}
#banner .rightCont .container .cont .topC .list2 p span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 6px 8px 6px;
}
#banner .rightCont .container .cont .text1 {
  pointer-events: all;
}
#banner .rightCont .container .cont .fyCont {
  pointer-events: all;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 18px 13px;
  margin-left: auto;
  color: var(--color);
}
#banner .rightCont .container .cont .fyCont .line {
  width: 24px;
  height: 2px;
  background-color: var(--color);
}
#banner .rightCont .container .cont .btnC .btn {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
}
#banner .rightCont .container .cont .btnC .btn:hover {
  background-color: #000;
}
.slick-list .slick-track {
  margin-left: 0;
}
.c-333 {
  color: #333;
}
.c-444 {
  color: #444;
}
.c-666 {
  color: #666;
}
.font1 {
  text-transform: uppercase;
  font-weight: bold;
}
#wap-bottom .left a,
#wap-bottom .right a {
  font-size: 14px;
}
#index-body .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
#index-body .init-1 .tipsTitle .container {
  width: 1820px;
  font-size: 180px;
  text-transform: uppercase;
}
#index-body .init-1 .contentC {
  position: relative;
  margin-top: -200px;
  z-index: 2;
  padding-top: 80px;
}
#index-body .init-1 .contentC .left {
  width: 80%;
}
#index-body .init-1 .contentC .left .swiper ul{
  height: auto;
  align-items: flex-end;
}
#index-body .init-1 .contentC .left .textC {
  width: 40%;
}
#index-body .init-1 .contentC .left .imgC {
  width: 60%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 40px;
}
#index-body .init-1 .contentC .right {
  padding-bottom: 80px;
  width: 300px;
}
#index-body .init-1 .contentC .right ul li .box {
  min-height: 180px;
  padding-top: 30px;
}
#index-body .init-1 .contentC .right ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: -webkit-calc(70%);
  height: -moz-calc(70%);
  height: calc(100% - 30px);
  bottom: 0;
  left: 0;
  background-color: #e5e5e5;
  border-radius: 10px;
}
#index-body .init-1 .contentC .right ul li .box .img {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
#index-body .init-1 .contentC .right ul li .box .img img {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}
#index-body .init-1 .contentC .right ul li .box .text {
  position: relative;
  padding: 10px 16px;
  text-transform: uppercase;
  width: 150px;
}
#index-body .init-1 .contentC .right ul li:hover .shadow,
#index-body .init-1 .contentC .right ul li.active .shadow {
  background-color: var(--color);
}
#index-body .init-1 .contentC .right ul li:hover .text,
#index-body .init-1 .contentC .right ul li.active .text {
  color: #fff;
}
#index-body .init-2C {
  border-radius: 50px 50px 0 0;
  background-color: #020000;
  -o-background-size: cover;
  background-size: cover;
  color: #fdfcfd;
  position: relative;
  z-index: 1;
}
#index-body .init-2C .init-2 .left {
  width: 37%;
}
#index-body .init-2C .init-2 .left .des{
  line-height: 2;
}
#index-body .init-2C .init-2 .left .listCont ul li .box .top {
  line-height: 1;
  color: var(--color);
}
#index-body .init-2C .init-2 .left .listCont ul li .box .top .sub {
  color: #fff;
}
#index-body .init-2C .init-2 .right {
  width: 58%;
}
#index-body .init-2C .init-2 .right img {
  border-radius: 20px;
}
#index-body .init-2C .init-2 .right .play {
  width: 98px;
  height: 98px;
  background-color: #000;
  border-radius: 50%;
  left: -10px;
  top: 58%;
  cursor: pointer;
}
#index-body .init-2C .init-2 .right .play .cont {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color);
  font-size: 30px;
  cursor: pointer;
  z-index: 2;
}
#index-body .init-2C .init-2 .right .play .cont i {
  margin-left: 4px;
}
#index-body .init-2C .init-2 .right .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-2C .init-3 {
  color: #fff;
}
#index-body .init-2C .init-3 .container .title {
  font-size: 150px;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-2C .init-3 .container .rightC {
  top: 0;
  z-index: 2;
  right: 16px;
  width: 740px;
  padding: 20px 30px;
}
#index-body .init-2C .init-3 .container .rightC .bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: top center;
}
#index-body .init-2C .init-3 .container .rightC form {
  width: 420px;
  margin-left: auto;
}
#index-body .init-2C .init-3 .container .rightC form input {
  margin-top: 10px;
  border-radius: 30px;
  background-color: #fff;
  padding: 16px 24px;
  width: 100%;
  border: none;
  color: #000;
}
#index-body .init-2C .init-3 .container .rightC form .mail {
  padding-right: 70px;
}
#index-body .init-2C .init-3 .container .rightC form .more {
  right: 10px;
  bottom: 6px;
  background-color: var(--color);
}
#index-body .init-2C .init-3 .container .rightC form .more::before {
  background-color: #000;
}
#index-body .init-2C .init-3 .container .rightC form .more:hover {
  background-color: #000;
}
#index-body .init-2C .init-3 .container .rightC form .more:hover .moreImg {
  -webkit-filter: invert(0);
  filter: invert(0);
}
#index-body .init-2C .init-4 {
  z-index: 1;
  padding-bottom: 140px;
}
#index-body .init-2C .init-4 .line {
  background-color: rgba(255, 255, 255, 0.4);
  height: 1px;
}
#index-body .init-2C .init-4 .img1 {
  width: 38%;
  bottom: 50px;
  left: 0;
  height: 770px;
  z-index: -1;
  background-position: bottom left;
}
#index-body .init-2C .init-4 .contentC {
  width: 53%;
  margin-left: auto;
  text-transform: uppercase;
}
#index-body .init-2C .init-4 .contentC .box{
  text-transform: none;
}
#index-body .init-2C .init-4 .contentC .box .cont img{
  height: 70px;
}
#index-body .init-2C .init-4 .contentC .title .bg1 {
  border-radius: 40px;
  padding: 8px 14px;
  background-color: var(--color);
}
#index-body .init-2C .init-4 .contentC .title .bg2 {
  border-radius: 40px;
  padding: 8px 14px;
  border: 2px solid var(--color);
}
#index-body .init-2C .init-4 .contentC .content3 .swiper {
  width: 1020px;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper {
  height: 270px;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide {
  cursor: pointer;
  overflow: hidden;
  width: 180px;
  height: 210px;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide .box {
  height: 210px;
  width: 180px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide .box svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide .box .text{
  padding: 0 10px;
  line-height: 1.5;
  min-height: 60px;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide.active {
  width: 240px;
  pointer-events: none;
  height: 270px;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide.active .box {
  -webkit-transform: scale(1.28);
  -moz-transform: scale(1.28);
  -ms-transform: scale(1.28);
  -o-transform: scale(1.28);
  transform: scale(1.28);
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide.active .box svg {
  opacity: 1;
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide.active .box .text {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide.move {
  pointer-events: none;
}
#index-body .init-2C .init-4 .contentC .sPage .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 2px 5px;
}
#index-body .init-2C .init-4 .contentC .sPage .swiper-pagination-bullet-active {
  background-color: #fff;
}
#index-body .init-5 {
  margin-top: -50px;
  z-index: 2;
  border-radius: 50px 50px 0 0;
  background-color: #fff;
}
#index-body .init-5 .titleC .left {
  width: 50%;
}
#index-body .init-5 .titleC .right {
  width: 50%;
}
#index-body .init-5 .content .swiper {
  padding: 100px 0;
}
#index-body .init-5 .content ul li .box {
  z-index: 2;
  border-radius: 20px;
}
#index-body .init-5 .content ul li .box .img img {
  width: 100%;
}
#index-body .init-5 .content ul li .box .shadow {
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
#index-body .init-5 .content ul li .box .text {
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 30px 40px;
  color: #fff;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
#index-body .init-5 .content ul li.swiper-slide-active .box {
  -webkit-transform: scale(1.33);
  -moz-transform: scale(1.33);
  -ms-transform: scale(1.33);
  -o-transform: scale(1.33);
  transform: scale(1.33);
}
#index-body .init-5 .content ul li.swiper-slide-active .box .shadow {
  opacity: 1;
}
#index-body .init-5 .content ul li.swiper-slide-active .box .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-5 .sPage .line {
  height: 1px;
  background-color: #bfbfbf;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-5 .sPage .btnC .btn {
  width: 70px;
  height: 70px;
  background-color: #000;
}
#index-body .init-5 .sPage .btnC .btn .moreImg {
  -webkit-filter: invert(0);
  filter: invert(0);
  width: 26px;
  height: 18px;
}
#index-body .init-5 .sPage .btnC .btn:hover {
  background-color: var(--color);
}
#index-body .init-6 .container .content {
  padding-right: 10px;
  max-height: 500px;
  overflow-y: auto;
}
#index-body .init-6 .container .content .contentC {
  border-top: 1px solid #bfbfbf;
}
#index-body .init-6 .container .content ul li {
  z-index: 2;
  border-bottom: 1px solid #bfbfbf;
}
#index-body .init-6 .container .content ul li .sub {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-6 .container .content ul li .box {
  padding: 20px 0;
}
#index-body .init-6 .container .content ul li .box .time {
  color: #bfbfbf;
  width: 180px;
  margin-top: 14px;
}
#index-body .init-6 .container .content ul li .box .textC {
  margin-top: 14px;
  width: 1120px;
}
#index-body .init-6 .container .content ul li .box .textC .desC {
  display: none;
}
#index-body .init-6 .container .content ul li .box .btn {
  margin-left: auto;
  width: 60px;
  height: 60px;
  background-color: #e5e5e5;
}
#index-body .init-6 .container .content ul li .box .btn .moreImg {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}
#index-body .init-6 .container .content ul li.active .sub {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
#index-body .init-6 .container .content ul li.active .box .textC .title {
  color: var(--color);
}
#index-body .init-6 .container .content ul li.active .box .btn {
  background-color: var(--color);
}
#index-body .init-6 .container .content ul li.active .box .btn::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-6 .container .content ul li.active .box .btn .moreImg {
  -webkit-filter: invert(0) brightness(1);
  filter: invert(0) brightness(1);
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px;
}
#footer .fC {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
}
#footer .fC .fTop .container .left .contactInfo .list .cir {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #4c4c4c;
}
#footer .fC .fTop .container .left .contactInfo .list .cir .cirImg {
  width: 30px;
  height: 30px;
}
#footer .fC .fTop .container .left .contactInfo .list .cir .phoneImg {
  width: 26px;
  height: 26px;
}
#footer .fC .fTop .container .left .contactInfo .list .cir .emailImg {
  width: 22px;
  height: 16px;
}
#footer .fC .fTop .container .right {
  width: 480px;
}
#footer .fC .fTop .container .right form {
  color: #000;
}
#footer .fC .fTop .container .right form input {
  padding: 16px 24px;
  border-radius: 30px;
  background-color: #fff;
  width: 100%;
  border: none;
}
#footer .fC .fTop .container .right form textarea {
  border-radius: 20px;
  background-color: #fff;
  padding: 16px 24px;
  width: 100%;
}
#footer .fC .fTop .container .right form .btn {
  right: 6px;
  bottom: 6px;
  width: 46px;
  height: 46px;
  background-color: var(--color);
  border: 1px solid #fff;
}
#footer .fC .fTop .container .right form .btn::before {
  background-color: #000;
}
#footer .fC .fTop .container .right form .btn:hover {
  background-color: #000;
}
#footer .fC .fTop .container .right form .btn:hover .moreImg {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#footer .fC .fBottom .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
#footer .fC .fBottom .fV {
  padding: 26px 0;
}
#footer .fC .fBottom .fV .left .menu-menu-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .fC .fBottom .fV .left .menu-menu-container ul li {
  margin-right: 30px;
}
#footer .fC .fBottom .fV .left .menu-menu-container ul li a {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fC .fBottom .fV .left .menu-menu-container ul li a:hover {
  color: var(--color);
}
#footer .fC .fBottom .fV .left .menu-menu-container ul li ul {
  display: none;
}
#footer .fC .fBottom .fV .left .menu-menu-container ul li:last-child {
  margin-right: 0;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #fff;
}
#footer .copyright .cont {
  width: 100%;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  top: 0;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box {
    width: 1400px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .textCont {
    width: 23%;
    right: 16%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .textCont .line {
    height: 100px;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .textCont .cont {
    margin-top: -17px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .title {
    font-size: 7vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .des {
    font-size: 3vw;
  }
  #index-body .init-1 .contentC .left{
    width: 76%;
  }
  #index-body .init-1 .tipsTitle .container {
    font-size: 8vw;
  }
  #index-body .init-2C .init-3 .container .title {
    font-size: 116px;
    padding-top: 60px;
  }
  #index-body .init-6 .container .content ul li .box .textC {
    width: 1020px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box {
    width: 1200px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .textCont {
    zoom: 0.8;
  }
  #index-body .init-1 .contentC .left{
    width: 64%;
  }
  #index-body .init-2C .init-2 .left .listCont ul li {
    width: 49%;
  }
  #index-body .init-2C .init-3 .container .title {
    font-size: 90px;
    padding-top: 90px;
  }
}
@media (max-width: 1250px) {
  .mobile-menu-wrap01 ~ #banner,
  #innerMobileBanner .banner2{
    margin-top: 60px !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .textCont {
    zoom: 0.68;
  }
  #index-body .init-1 .contentC {
    margin-top: 20px;
    padding-top: 0;
  }
  #index-body .init-1 .contentC .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .init-1 .contentC .right ul {
    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;
  }
  #index-body .init-1 .contentC .right ul li {
    padding: 0 10px;
    margin-top: 20px;
    width: 25%;
  }
  #index-body .init-1 .contentC .right ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  #index-body .init-1 .contentC .right ul li .box .img {
    height: auto;
    position: relative;
    bottom: unset;
    left: 0;
  }
  #index-body .init-1 .contentC .right ul li .box .img img {
    height: auto;
    position: relative;
    bottom: unset;
    left: 0;
  }
  #index-body .init-1 .contentC .right ul li .box .text {
    width: 100%;
  }
  #index-body .init-1 .contentC .left {
    width: 100%;
  }
  #index-body .init-2C .init-2 .right .play {
    top: 53%;
  }
  #index-body .init-2C .init-3 .container .rightC {
    width: 100%;
    right: 0;
    margin-top: 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
  }
  #index-body .init-2C .init-3 .container .rightC .bg {
    display: none;
  }
  #index-body .init-2C .init-3 .container .rightC form {
    width: 100%;
  }
  #index-body .init-2C .init-3 .container .title {
    padding-top: 40px;
  }
  #index-body .init-2C .init-4 .img1 {
    display: none;
  }
  #index-body .init-2C .init-4 .contentC {
    width: 100%;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper {
    width: 100%;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide {
    width: 196px;
  }
  #index-body .init-5 .content ul li .box .text {
    padding: 10px 10px;
  }
  #index-body .init-6 .container .content ul li .box .textC {
    width: 820px;
  }
  #footer .fC .fTop .container .left {
    width: 100%;
  }
  #footer .fC .fTop .container .right {
    margin-top: 20px;
    width: 100%;
  }
  #footer .fC .fBottom .fV .left {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .fC .fBottom .fV .right {
    width: 100%;
  }
  #footer .fC .fBottom .fV .left {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
  }
}
@media (max-width: 1000px) {
  #index-body .init-1 {
    padding-bottom: 0;
  }
  #index-body .init-1 .contentC .right ul li {
    width: 50%;
  }
  #index-body .init-1 .contentC .right ul li .box {
    padding-top: 0;
  }
  #index-body .init-1 .contentC .right ul li .box .shadow {
    height: 100%;
  }
  #index-body .init-2C .init-2 .left .listCont ul li {
    width: auto;
  }
  #index-body .init-2C .init-2 .right {
    margin-top: 20px;
  }
  #index-body .init-2C .init-3 .container .title {
    font-size: 60px;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide {
    width: 200px;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide .box {
    height: 100%;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide .box svg {
    opacity: 1;
    z-index: 2222222;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide .box svg {
    display: none;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide .box {
    width: 100%;
  }
  #index-body .init-2C .init-4 .contentC .content3 .swiper ul.swiper-wrapper li.swiper-slide.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-2C .init-4 .contentC .title p {
    margin-top: 10px;
  }
  #index-body .init-5 .titleC .right {
    margin-top: 10px;
  }
  #index-body .init-5 .content .swiper {
    padding: 0;
  }
  #index-body .init-5 .content ul li.swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #footer {
    padding: 0;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .contentC .left .imgC {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 300px;
  }
  #index-body .init-1 .contentC .left .imgC img {
    max-height: 300px;
  }
  #index-body .init-1 .contentC .left .textC {
    width: 100%;
  }
  #index-body .init-2C .init-2 .right .play {
    width: 12vw;
    height: 12vw;
    top: 56%;
  }
  #index-body .init-2C .init-2 .right .play .cont {
    width: 80%;
    height: 80%;
    font-size: 20px;
  }
  #index-body .init-2C .init-3 .container .title {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .init-2C .init-4 {
    padding-bottom: 80px;
  }
  #index-body .init-5 .content {
    padding: 0 16px;
  }
  #index-body .init-5 .content .swiper {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner {
    padding: 10px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .title {
    font-size: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .des {
    font-size: 20px;
    margin-top: 5px;
  }
  #index-body .init-1 .contentC {
    margin-top: 0;
  }
  #index-body .init-1 .contentC .right ul li .box {
    min-height: auto;
  }
  #index-body .init-1 .contentC .right ul li .box .text {
    padding: 5px;
    margin-top: 10px;
    font-size: 16px;
  }
  #index-body .init-1 .contentC .right ul li {
    padding: 0 5px;
  }
  #index-body .init-2C .init-2 .left .listCont ul li .box .top .sub {
    font-size: 14px;
  }
  #index-body .init-2C .init-3 .container .title {
    font-size: 24px;
    padding-top: 20px;
  }
  #index-body .init-2C .init-3 .container .rightC {
    padding: 20px 10px;
  }
  #index-body .init-5 {
    border-radius: 20px;
  }
  #index-body .init-5 .sPage .btnC .btn {
    width: 38px;
    height: 38px;
  }
  #index-body .init-5 .sPage .btnC .btn .moreImg {
    width: 20px;
  }
  #index-body .init-6 .container .content ul li .box .btn {
    width: 38px;
    height: 38px;
  }
  #footer .fC .fTop .container .left .contactInfo .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }
  #footer .fC .fTop .container .left .contactInfo .list .cir {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-top: -8px;
  }
  #footer .fC .fTop .container .left .contactInfo .list .text {
    font-size: 16px;
  }
}


/*inner-page*/
.i-tag {
  font-size: 18px;
  color: var(--color);
  text-transform: uppercase;
  display: block;
}
.i-tag::before {
  /*content: '— —';*/
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.inner-banner {
  height: 615px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.inner-banner .text {
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.inner-banner .text .box {
  max-width: 920px;
  margin: 0 auto;
}
.inner-banner .text .more:last-child {
  background: #fff;
}
.inner-banner .text .more:last-child span {
  color: var(--color);
}
.inner-banner .text .more:last-child i {
  background: var(--color);
}
.inner-banner .text .more:last-child i img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.inner-banner .text .more:last-child:hover span {
  color: #fff;
}
.inner-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
}

@keyframes marquee {
  100% {
    -webkit-transform: translateX(-2400px);
    -moz-transform: translateX(-2400px);
    transform: translateX(-2400px);
  }
}
.i-init1 {
  background: var(--color);
  color: #fff;
  font-size: 35px;
}
.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;
}


.product-page {
  background-color: #f3f3f3;
}
.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: 120px;
}
.product-page .sidebox .sideleft ul li .yj {
  background-color: #f0f0f0;
  border-radius: 25px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 40px;
}
.product-page .sidebox .sideleft ul li .yj i {
  position: absolute;
  top: 12px;
  right: 11px;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.product-page .sidebox .sideleft ul li .yj i.active{
  transform: rotate(90deg);
}
.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.active .children{
  display: block;
}
.product-page .sidebox .sideleft ul li .children li{
  margin-top: 10px;
}
.product-page .sidebox .sideleft ul li .children li:first-child{
  margin-top: 0;
}
.product-page .sidebox .sideleft ul li .children li.active a{
  background: var(--color);
  color: #fff;
}
.product-page .sidebox .sideleft ul li .children li a {
  display: block;
  font-size: 14px;
  background-color: #f0f0f0;
  border-radius: 25px;
  -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 {
  background: var(--color);
  color: #fff;
}
.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 ul {
  margin: -40px -13px;
}
.product-page .sidebox .sideright ul li {
  padding: 40px 13px;
}
.product-page .sidebox .sideright ul li .ig .img-box {
  background: #fff;
  -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);
  border-radius: 20px;
}
.product-page .sidebox .sideright ul li .ig .text {
  top: 0;
  left: 0;
  width: 100%;
}
.product-page .sidebox .sideright ul li .ig .more {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideright ul li .ig:hover .more {
  opacity: 1;
}
.product-page .sidebox .sideright .desc {
  line-height: 1.6;
  color: #000;
  opacity: 0.8;
  max-height: 210px;
  overflow-y: auto;
}

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


.public-seo .public-about {
  padding: 6% 0 5%;
}
.public-seo .public-about .left {
  width: 30.2%;
  border-radius: 20px;
  overflow: hidden;
}
.public-seo .public-about .left > img{
  width: 100%;
}
.public-seo .public-about .left .play {
  width: 4.75em;
  height: 4.75em;
}
.public-seo .public-about .right {
  width: 69.8%;
}
.public-seo .public-about .right .con {
  color: #000;
}
.public-seo .public-about .right .con p {
  margin-top: 27px;
}
.public-seo .public-about .right .con p:first-child {
  margin-top: 0;
}
.public-seo .public-honor {
  padding: 4% 0 6% 0;
  background-color: #f3f3f3;
}
.public-seo .public-honor .header .left {
  width: 45%;
}
.public-seo .public-honor .header .right {
  line-height: 1.6;
  color: #010101;
  width: 41%;
}
.public-seo .public-news {
  padding: 5% 0 5% 0;
}

.public-seo .public-know{
  padding: 5.15625% 0 24px 0;
}

.popup:hover .icon-view {
    opacity: 0.8;
}
.popup .icon-view {
  z-index: 2;
  transition: all .5s;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 48px;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    opacity: 0;
    visibility: visible;
}
.popup .overlay {
    visibility: hidden;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    transition: all 0.5s linear;
    border-radius: 10px;
}
.popup:hover .overlay {
    visibility: visible;
    background: #000;
}

.prodet-page .prodet-1 {
  background-color: #f3f3f3;
  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: 16px;
}
.prodet-page .prodet-1 .left .small ul li a{
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.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 .left .big ul li a{
  display: block;
  background: #fff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .big ul li a .imgText{
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #000;
  text-align: center;
}
.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: 280px;
  overflow-y: auto;
}
.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: 0 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-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;
  word-break: keep-all;
}
.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 .list {
  margin: 0 -300px;
}
.prodet-page .prodet-2 .item .content .list .slick-list {
  padding: 0 400px;
}
.prodet-page .prodet-2 .item .content video {
  width: 100%;
  border-radius: 20px;
}
.m-link a{
  display: block;
}
@media (max-width: 1700px) {

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

}

@media (max-width: 1250px) {

  .product-page .sidebox .sideleft {
    display: none;
  }
  .product-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .public-seo .public-about .left{
    width: 100%;
    max-width: 700px;
  }
  .public-seo .public-about .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  } 
}

@media (max-width: 1000px) {

  .public-seo .public-about .right .con {
    max-height: 200px;
    overflow-y: auto;
  }
  .public-seo .public-honor .header .left {
    width: 100%;
  }
  .public-seo .public-honor .header .right {
    width: 100%;
    margin-top: 10px;
  }

  .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: 700px) {
  .prodet-page .prodet-1 .right .form ul li{
    width: 100%;
  }
  .prodet-page .prodet-1 .right .form ul li:last-child{
    margin-top: 10px;
  }
  .public-seo .public-about .left {
    width: 100%;
  }
  .public-seo .public-about .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .public-seo .public-news .header .more {
    margin: 20px 0 0 0;
  }
  .public-seo .public-news .time {
    margin-left: 0;
  }
  .public-seo .public-news .title {
    line-height: 2;
  }
}

@media (max-width: 500px) {
  .i-init1{
    font-size: 24px;
  }
  .m-page a,
  .m-page span {
    font-size: 14px;
  }
  .product-page .sidebox .sideright ul{
    margin: -20px -10px;
  }
  .product-page .sidebox .sideright ul li{
    padding: 20px 10px;
  }
  .product-page .sidebox .sideright ul li .ig .more{
    position: relative;
    margin-top: 10px;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .product-page .sidebox .sideright ul li .ig .text{
    position: relative;
  }

  .prodet-page .prodet-2 .item .title {
    font-size: 20px;
  }
}


#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: 53%;
}
#index-body .i-init2 .left .img1 {
  width: 28%;
}
#index-body .i-init2 .left .img1 .bottom {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
#index-body .i-init2 .left .img2 {
  width: 50%;
}
#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: 55%;
    margin-left: -8%;
}
#index-body .i-init2 .right .con {
  color: #575757;
  max-height: 540px;
  overflow-y: auto;
  padding-right: 8px;
}
#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%);
  border-radius: 20px;
  color: #fff;
}
#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 .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.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: 80%;
  margin: -20px 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;
}


.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 .title{
  font-weight: bold;
}
.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;
}

.tr_5{
  transition: all .5s;
}


.honor-page .honor-1 {
  background: url(../images/about-bgb.jpg) 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: 1250px) {
  #index-body .i-init2 .left {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-init2 .right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .flex-4 > * {
    width: 33.3333%;
  }
  #index-body .i-init2 .header {
    position: initial;
  }
  #index-body .i-init2 .left .img1 .more {
    zoom: .6;
  }
}

@media (max-width: 700px) {
  .flex-4 > *,
  .flex-3 > * {
    width: 50%;
  }
  #index-body .i-init2 {
    padding: 30px 0;
  }
  #index-body .i-init2 .i-title {
    width: 100%;
  }

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

  .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) {
  .flex-4 > *,
  .flex-3 > *,
  .flex-2 > * {
    width: 100%;
  }
  #index-body .i-init2 .left {
    padding-right: 0;
  }
  #index-body .i-init2 .left .img1 {
    width: 43%;
  }
  #index-body .i-init2 .left .img2 {
    width: 56%;
  }
  .font-18 {
    line-height: 2 !important;
  }
  #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 .about-1 ul li .con {
    width: 100%;
    margin-top: 20px;
  }
  .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;
  }

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


.factory-page {
  background: url(../images/about-bgb.jpg) no-repeat center top;
  background-size: 100% auto;
}
.factory-page .factory-1 {
  padding-bottom: 37px;
}
.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: #f3f3f3;
}


#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: #f3f3f3;
  border-radius: 45px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init6 .right ul li .top i {
  width: 54px;
  height: 54px;
  min-width: 54px;
  margin-left: 10px;
  border-radius: 50%;
  background: var(--color);
}
#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: #f3f3f3;
  border-radius: 20px;
}
#index-body .i-init6 .right ul li.active .top i img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.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: 23%;
  position: sticky;
  top: 120px;
  left: 7%;
}
.faq-page #index-body .i-init6 .box .right {
  padding-top: 143px;
  width: 64%;
}
.faq-page .left {

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

  #index-body .i-init6 .left {
    display: none;
  }
  #index-body .i-init6 .right {
    width: 100%;
  }

}

@media (max-width: 500px) {
    #index-body .i-init6 .right ul li .top i {
    zoom: .8;
    height: 49px;
  }
}


.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li a.img{
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.project-page ul li .t1:hover{
  color: var(--color);
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}

.jectdet-page .sidebar-box .content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.jectdet-page .sidebar-box .content  .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.jectdet-page .sidebar-box .content .left img{
  border-radius: 20px;
}
.jectdet-page .sidebar-box .content .right .cont{
  max-height: 280px;
  overflow-y: auto
}
.jectdet-page .app-related-pro ul li a.img{
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1000px){
  .jectdet-page .sidebar-box .content .right{
    margin-top: 30px;
  }
}


.resource-page .resource-1 {
  padding: 4.2% 0;
  background: #F8FAFC;
}
.resource-page .resource-1 .container {
  width: 1130px;
}
.resource-page .resource-1 .left {
  width: 23.3%;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.resource-page .resource-1 .left .ig {
  background: var(--color);
  color: #fff;
  padding: 24px;
}
.resource-page .resource-1 .left .icon {
  width: 64px;
  height: 64px;
  margin: 30px auto 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.resource-page .resource-1 .left .bottom {
  background: #fff;
  padding: 20px 0;
}
.resource-page .resource-1 .left .bottom i {
  height: 1px;
  display: block;
  background: #b1b1b1;
}
.resource-page .resource-1 .right {
  width: 55%;
}
.resource-page .resource-1 .right .title {
  line-height: 1.4;
}
.resource-page .resource-1 .right .form {
  padding: 24px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.resource-page .resource-1 .right .form input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
.resource-page .resource-1 .right .form input:focus {
  border-color: var(--color);
}
.resource-page .resource-1 .right .form button {
  text-align: center;
  border: 0;
  background: var(--color);
  color: #fff;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 20px;
}
.resource-page .resource-1 .right .form p {
  color: #575757;
}
.resource-page .resource-2 {
  padding: 4.2% 0;
}
.resource-page .resource-2 .con {
  color: #575757;
}
.resource-page .resource-2 video {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.resource-page .resource-2 .desc {
  color: #575757;
}
.resource-page .resource-2 ul li:hover .title {
  color: var(--color);
}
.resource-page .resource-3 {
  background: #F8FAFC;
  padding: 4.2% 0;
}
.resource-page .resource-3 .con {
  color: #575757;
}
.resource-page .resource-3 .content {
  max-width: 800px;
  margin: 48px auto 0;
}
.resource-page .resource-3 .content ul li {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 16px;
  cursor: pointer;
}
.resource-page .resource-3 .content ul li i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.resource-page .resource-3 .content ul li .bottom {
  line-height: 1.6;
  color: #575757;
  border-left: 2px solid var(--color);
}
.resource-page .resource-3 .content ul li:hover {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
.resource-page .resource-3 .content ul li:last-child {
  margin-bottom: 0;
}
.resource-page .resource-3 .content ul li.active i {
  color: var(--color);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.resource-page .resource-3 .btn a:first-child {
  color: #575757;
}
.resource-page .resource-3 .btn a:last-child {
  color: var(--color);
}
.resource-page .resource-3 .btn a:last-child:hover {
  text-decoration: underline;
}

@media (max-width: 1250px) {
  .resource-page .resource-1 .container {
    width: 1000px;
  }
}

@media (max-width: 1000px) {
  .resource-page .resource-1 .container {
    width: 700px;
  }
  .resource-page .resource-1 .left {
    width: 32%;
  }
  .resource-page .resource-1 .right {
    width: 60%;
  }
}

@media (max-width: 700px) {
  .resource-page .resource-1 .container {
    width: 100%;
  }
  .resource-page .resource-1 .left {
    width: 50%;
    margin: 0 auto;
  }
  .resource-page .resource-1 .left .title {
    font-size: 20px;
  }
  .resource-page .resource-1 .left .title em {
    font-size: 30px;
  }
  .resource-page .resource-1 .left .tit {
    font-size: 16px;
  }
  .resource-page .resource-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .resource-page .resource-1 .left {
    width: 70%;
  }
  .resource-page .resource-1 .right .form {
    padding: 12px;
  }
}

.news-page .tags {
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 31px;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
  height: 100%;
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
        border-radius: 20px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}
.news-page .news-1 .list ul li .content:hover{
  background: var(--color) url(../images/lg.png) no-repeat right bottom;
  color: #ffffff;
}
.news-page .news-1 .list ul li .content:hover .tags{
  color: #ffffff;
  border: solid 1px #ffffff;
}
.news-page .news-1 .list ul li .content:hover a.link img{
  filter: brightness(1);
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .h6{
  min-height: 108px;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}
.news-page .news-1 .list ul li .content a.link:hover{
  color: #ffffff;
}
.news-page .news-1 .list ul li .content a.link:before{
  background: #ffffff;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .more{
  margin-top: -30px;
}
.news-page .news-1 .list ul li .content .more .moreCir{
  background: #000;
}
.news-page .news-1 .list ul li:hover .content .cont {
    padding-bottom: 30px;
}

@media screen and (max-width: 1700px) {
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 18px;
    }
}

@media screen and (max-width: 1450px) { 
  .news-page .news-1 .list ul li .content .pre .h6{
    min-height: 90px;
  }
  .news-page .news-1 .list ul li:hover .content .more{
    margin-top: -38px;
  }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .cont {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
}

@media screen and (max-width: 1250px) { 
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
    .news-page .news-1 .list ul li:hover .content .more{
      margin-top: 0;
    }
     .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .cont {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
}

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

}

@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
    
}


.inner-page .slideBarBox .slideBarLeft {
    width: 30%;
    position: sticky;
    top: 100px;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 4%;
    padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 50px;
    background-color: #fff;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    display: block;
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
    width: 4em;
    background-image: url("../images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: var(--color);
    color: white;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));  
     background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
     background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;
    overflow: hidden;*/
    line-height: 30px;
    height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    background-color: #007aff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: white;
    color: black;
    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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
     background-image: -webkit-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: -moz-linear-gradient(315deg, var(--color), var(--color2));   
    background-image: linear-gradient(170deg, var(--color), var(--color2));
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0;
        border-radius: 20px;
}
.inner-page .slideBarBox .slideBarRight {
    width: 76.38%;
    padding-left: 4%;
}

.inner-page .slideBarBox .sider-left {
  width: 23.62%;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}
.inner-page .slideBarBox .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .category .catelist {
  margin-top: 16px;
}
.inner-page .slideBarBox .sider-left .category .catelist ul li a {
  border-radius: 25px;
  margin-bottom: 10px;
  transition: all .5s;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li{
  position: relative;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li i {
      position: absolute;
    top: 12px;
    right: 11px;
    text-align: center;
    line-height: 28px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
font-size: 16px;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li:hover > a,
.inner-page .slideBarBox .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li:hover > i,
.inner-page .slideBarBox .sider-left .category .catelist > ul > li.active > i{
  color: #fff;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a {
  background-color: #f0f0f0;
}
.inner-page .slideBarBox .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
/*.inner-page .slideBarBox .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}*/
.inner-page .slideBarBox .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .quote .form {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit{
  margin: 24px auto 0;
}
.inner-page .slideBarBox .sider-left .quote .form form .submit .more{
  border: none
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'],
.inner-page .slideBarBox .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.inner-page .slideBarBox .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.inner-page .slideBarBox .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.inner-page .slideBarBox .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.inner-page .slideBarBox .sider-left .quote .form .more{
  margin-top: 30px;
}

.inner-page .slideBarBox .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.inner-page .slideBarBox .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.inner-page .slideBarBox .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.inner-page .slideBarBox .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .hot-news .list {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.inner-page .slideBarBox .sider-left .hot-news .list time {
  color: #858585;
}
.inner-page .slideBarBox .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.inner-page .slideBarBox .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info {
    margin-bottom: 4.7rem;
    padding: 8rem 3rem 8.5rem;
    border-radius: 20px;
    background: url(/wxhhcable/2025/10/27/us.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}
.inner-page .slideBarBox .sider-left  .sidebar-info h5 {
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.inner-page .slideBarBox .sider-left  .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.inner-page .slideBarBox .sider-left .sidebar-info{
  display: none;
}
.inner-page .slideBarBox .sider-left .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
@media screen and (max-width: 1700px) {
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
}
@media screen and (max-width: 1450px) {
  .inner-page .slideBarBox .sider-left  .sidebar-info .icon a{
      margin: 0 20px
    }
      .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1250px) {
  .inner-page .slideBarBox .sider-left {
    display: none
  }
  .inner-page .slideBarBox .slideBarRight{
    padding-left: 0
  }
  .inner-page .slideBarBox .slideBarRight{
    width: 100%
  }
}

.newdet-page .tags{
  color: var(--color);
}
.newdet-page .Auxil-related .box{
  background: #ffffff;
}
.newdet-page .Auxil-related .box .content{
  padding: 0 20px 20px;
  text-align: center;
}
.newdet-page {
    padding: 50px 0;
        background-color: #faf9f9;
}

.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: bold;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--color);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}
.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}
/*.newdet-page .slideBarRight .text ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #000;
    font-size: 1.2em;
}*/
.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-right: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}
.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}
.newdet-page .slideBarRight .text table td, .newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}
.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}
.newdet-page .slideBarRight .text ul li {
    margin-left: 20px;
}
@media screen and (max-width: 1700px) {
    .newdet-page .slideBarRight h1{
      font-size: 32px;
    }
}

@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
      font-size: 28px;
    }
}

@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
      font-size: 24px;
    }
}



.relatedPro .swiper{
  padding-bottom: 40px;
  padding-top: 20px;
  margin: 0 -20px;
}
.relatedPro ul li{
  padding: 0 20px;
}
.relatedPro ul li .ig .img-box {
    background: #fff;
    -webkit-box-shadow: 6px 6px 20px 2px rgba(97, 97, 97, 0.14);
    box-shadow: 6px 6px 20px 2px rgba(97, 97, 97, 0.14);
    border-radius: 20px;
}
.relatedPro ul li .ig .text2 {
    top: 0;
    left: 0;
    width: 100%;
}
.relatedPro ul li .ig .more {
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.relatedPro ul li .ig:hover .more {
    opacity: 1;
}
@media screen and (max-width: 500px) {
  .relatedPro ul li .ig .text2{
    position: relative;
    
  }
  .relatedPro ul li .ig .more{
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    opacity: 1;
    margin-top: 10px;
  }
}


.contact-page .contact-1 {
  padding: 4.8% 0 6.3542%;
}
.contact-page .contact-1 .left .bottom span {
  line-height: 1;
}
.contact-page .contact-1 .left .bottom p {
  line-height: 1.4;
}
.contact-page .contact-1 .right .currentTime {
  font-size: 165px;
  line-height: 1;
  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(#f3f3f3), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background-image: linear-gradient(180deg, #f3f3f3 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{
  padding: 10px 5px;
  max-width: 460px;
}
.contact-page .contact-2 ul li i {
  width: 89px;
  height: 89px;
  border-radius: 50%;
  border: solid 2px var(--color);
}
.contact-page .contact-2 ul li i img{
  max-width: 40px;
}
.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 select{
  font-family: 'unb';
}
.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: #f3f3f3;
  border-radius: 35px;
  border: 0;
  font-size: 14px;
  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: #000;
  opacity: 0.67;
}
.contact-page .contact-3 ul li button {
  border: 0;
  padding: 14px 9px 15px 54px;
}
.contact-page .contact-3 ul li button i {
  width: 41px;
  height: 41px;
  line-height: 41px;
  margin-left: 35px;
}
.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 {
  height: 456px;
}
.contact-page .contact-4 .map iframe {
  height: 100%;
  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: 110px;
  }
}

@media (max-width: 1000px) {
  .contact-page .contact-2 ul li{
    width: 48%;
  }
  .contact-page .contact-1 .right .currentTime {
    font-size: 60px;
  }
}

@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: 40px;
  }
  .contact-page .contact-2 ul li {
    width: 100%;
  }
  .contact-page .contact-2 ul li i {
    width: 60px;
    height: 60px;
  }
  .contact-page .contact-2 ul li i img{
    max-width: 30px;
  }
  .contact-page .contact-4 .map {
    height: 300px;
  }
  .contact-page .contact-4 .add i {
    width: 60px;
    height: 60px;
  }
}