@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@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: 500;
  font-style: normal;
  font-display: swap;
}
.f1 {
  font-family: 'unb';
}
#cp-Nav{
  color: #000;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  --color: #fe5712;
  height: auto;
  font-family: 'mon';
  font-weight: 500;
  color: #000;
  overflow-x: hidden;
}
.container {
  width: 1750px;
}
.seoPublic .title{
  font-weight: 400;
}
.font-170 {
  font-size: 170px;
  line-height: 1;
}
.font-120 {
  font-size: 120px;
  line-height: 1;
}
.moreCont {
  padding: 16px 32px;
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 75%, 87% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 75%, 87% 100%, 0 100%, 0 0);
}
.moreCont .moreImg {
  width: 50px;
  height: 16px;
}
.moreCont:hover {
  background-color: #161616;
}
#header {
  position: fixed;
  top: 0;
  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: 20px;
  padding-bottom: 20px;
  color: #fff;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  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;
  margin-left: 60px;
}
#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: 60px;
}
#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::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;
  z-index: 2;
  padding: 5px 0;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  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: 2px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#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;
  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;
  margin-left: auto;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .line {
  width: 1px;
  height: 20px;
  background-color: #fff;
}
#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 #333333;
}
#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 > .nav,
#header.inner_active > .nav {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
@-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;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 58vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .left {
  width: 60%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .left .title {
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .left .desC {
  max-width: 900px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .left .desC .des {
  width: 490px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .left .img2 {
  width: 610px;
  height: 120px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .right {
  width: 35%;
  bottom: -150px;
  right: 5%;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title {
  -webkit-animation: fadeInLeftSmall 1.5s linear forwards;
  -moz-animation: fadeInLeftSmall 1.5s linear forwards;
  -o-animation: fadeInLeftSmall 1.5s linear forwards;
  animation: fadeInLeftSmall 1.5s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des {
  -webkit-animation: fadeInRightSmall 1.5s linear forwards;
  -moz-animation: fadeInRightSmall 1.5s linear forwards;
  -o-animation: fadeInRightSmall 1.5s linear forwards;
  animation: fadeInRightSmall 1.5s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more {
  -webkit-animation: fadeInLeftSmall 1.5s linear forwards;
  -moz-animation: fadeInLeftSmall 1.5s linear forwards;
  -o-animation: fadeInLeftSmall 1.5s linear forwards;
  animation: fadeInLeftSmall 1.5s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img2 {
  -webkit-animation: fadeInUpSmall 1.5s linear forwards;
  -moz-animation: fadeInUpSmall 1.5s linear forwards;
  -o-animation: fadeInUpSmall 1.5s linear forwards;
  animation: fadeInUpSmall 1.5s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .right {
  -webkit-animation: fadeInRightSmall 1.5s linear forwards;
  -moz-animation: fadeInRightSmall 1.5s linear forwards;
  -o-animation: fadeInRightSmall 1.5s linear forwards;
  animation: fadeInRightSmall 1.5s linear forwards;
}
.slick-list .slick-track {
  margin-left: 0;
}
.c-333 {
  color: #333;
}
.c-444 {
  color: #444;
}
.c-666 {
  color: #666;
}
#index-body {
  z-index: 3;
  position: relative;
}
#index-body .init-1 {
  z-index: 2;
}
#index-body .init-1 .imgList,
#index-body .init-1 ul,
#index-body .init-1 li {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-1 .imgList ul li {
  opacity: 0;
}
#index-body .init-1 .imgList ul li.active {
  opacity: 1;
}
#index-body .init-1 .content ul li .box .left img {
  width: 100%;
}
#index-body .init-1 .content ul li .box .right {
  padding: 20px 60px;
}
#index-body .init-1 .content ul li .box .right .cat {
  color: var(--color);
}
#index-body .init-1 .content .swiperBtn .btn {
  cursor: pointer;
}
#index-body .init-1 .content .swiperBtn .btn .jx {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.05);
}
#index-body .init-1 .content .swiperBtn .btn .jt {
  width: 126px;
  height: 16px;
  margin-right: 20px;
  margin-left: -36px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.2;
}
#index-body .init-1 .content .swiperBtn .btn .te {
  color: rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
}
#index-body .init-1 .content .swiperBtn .btn:hover .jx {
  background: rgba(254, 89, 18, 0.1);
}
#index-body .init-1 .content .swiperBtn .btn:hover .jt {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
#index-body .init-1 .content .swiperBtn .btn:hover .te {
  color: var(--color);
}
#index-body .init-1 .content .swiperBtn .btn.next .jt {
  margin-left: 20px;
  margin-right: -36px;
}
#index-body .init-2 {
  background-color: #00000b;
  background-repeat: repeat;
}
#index-body .init-2 .container .tipsTitle {
  color: var(--color);
}
#index-body .init-2 .container .titleC {
  color: #fff;
}
#index-body .init-2 .container .titleC .left .more:hover {
  background-color: #ee8254;
}
#index-body .init-2 .container .titleC .right {
  width: 47%;
}
#index-body .init-2 .container .imgC img {
  width: 100%;
}
#index-body .init-2 .container .imgC .play {
  width: 80px;
  height: 80px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color);
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  cursor: pointer;
}
#index-body .init-2 .container .imgC .play i {
  margin-left: 6px;
}
#index-body .init-2 .container .imgC .play:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 {
  color: #fff;
  background-color: #00000b;
  background-repeat: repeat;
}
#index-body .init-3 .tipsTitle {
  color: var(--color);
}
#index-body .init-3 .tipsTitle2 {
  max-width: 870px;
  margin: 10px auto 0;
}
#index-body .init-3 .container {
  z-index: 4;
}
#index-body .init-3 .img2 {
  width: 1540px;
  height: 240px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
#index-body .init-3 .content {
  z-index: 3;
  margin-top: -230px;
}
#index-body .init-3 .content ul {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#index-body .init-3 .content ul li {
  z-index: 1;
  cursor: pointer;
}
#index-body .init-3 .content ul li .box .cir {
  z-index: 3;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-3 .content ul li .box .cir .cir2 {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color);
  font-size: 30px;
}
#index-body .init-3 .content ul li .box .cir .cir2 i {
  font-weight: bold;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-3 .content ul li .box .cont1 {
  color: #000;
  padding: 26px;
  background-color: #fff;
  width: 450px;
  right: 0;
  top: 10px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  opacity: 0;
}
#index-body .init-3 .content ul li .box .cont2 {
  color: #000;
  padding: 0 60px;
  width: auto;
  white-space: nowrap;
  right: 0;
  top: 10px;
}
#index-body .init-3 .content ul li .box .cont2 .title {
  color: #fff;
  background-color: var(--color);
  padding: 14px 20px;
}
#index-body .init-3 .content ul li.active {
  z-index: 2;
}
#index-body .init-3 .content ul li.active .box .cir {
  background-color: rgba(254, 89, 18, 0.3);
}
#index-body .init-3 .content ul li.active .box .cir .cir2 {
  color: #fff;
  background-color: var(--color);
}
#index-body .init-3 .content ul li.active .box .cont1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
#index-body .init-3 .content ul li.active .box .cont2 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  pointer-events: none;
}
#index-body .init-3 .content ul .li1 {
  top: 34%;
  left: 34%;
}
#index-body .init-3 .content ul .li2 {
  top: 65%;
  left: 38%;
}
#index-body .init-3 .content ul .li3 {
  top: 33%;
  left: 65%;
}
#index-body .init-3 .content ul .li3 .box .cont1 {
  right: unset;
  left: 0;
}
#index-body .init-3 .content ul .li3 .box .cont2 {
  right: unset;
  left: 0;
}
#index-body .init-3 .content ul .li4 {
  top: 54%;
  left: 60%;
}
#index-body .init-3 .content ul .li4 .box .cont1 {
  right: unset;
  left: 0;
}
#index-body .init-3 .content ul .li4 .box .cont2 {
  right: unset;
  left: 0;
}
#index-body .init-3 .content .info {
  max-width: 570px;
  bottom: 90px;
  z-index: 1;
  right: 100px;
}
#index-body .init-4 {
  background-color: #f3f5f6;
}
#index-body .init-4 .tipsTitle {
  color: var(--color);
}
#index-body .init-4 .content .swiper {
  padding-bottom: 30px;
}
#index-body .init-4 .content ul li .box {
  background-color: #fff;
}
#index-body .init-4 .content ul li .box .img {
  padding: 20px;
}
#index-body .init-4 .content ul li .box .title {
  padding: 0 20px;
}
#index-body .init-4 .content ul li .box .moreC {
  top: 30px;
}
#index-body .init-4 .content .swiperDots .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  background-color: #e5e5e5;
  width: 14px;
  height: 14px;
  margin: 4px 15px;
}
#index-body .init-4 .content .swiperDots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-5 {
  color: #fff;
}
#index-body .init-5 .tipsTitle {
  color: var(--color);
  z-index: 3;
}
#index-body .init-5 .tipsTitle1 {
  max-width: 640px;
  z-index: 3;
}
#index-body .init-5 .content .swiper {
  margin-top: -180px;
  padding-bottom: 140px;
}
#index-body .init-5 .content ul li .box {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-5 .content ul li .box .cir {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid var(--color);
  background-color: #0f0e0e;
}
#index-body .init-5 .content ul li .box .cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .init-5 .content ul li .box .cont .num {
  width: 120px;
  font-size: 150px;
  line-height: 1;
  color: #2d2d2d;
  top: -20px;
}
#index-body .init-5 .content ul li .box .cont .textC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-5 .content ul li.swiper-slide-active .box {
  -webkit-transform: translateY(140px);
  -moz-transform: translateY(140px);
  -ms-transform: translateY(140px);
  -o-transform: translateY(140px);
  transform: translateY(140px);
}
#index-body .init-5 .content ul li.swiper-slide-next .box {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
#index-body .init-5 .content .more {
  bottom: 0;
  right: 0;
  z-index: 2;
}
#index-body .init-6 {
  background-color: #0a0a0a;
  color: #fff;
}
#index-body .init-6 .container .tips {
  color: var(--color);
}
#index-body .init-6 .container .titleC .left .title {
  max-width: 640px;
}
#index-body .init-6 .container .titleC .right .des {
  max-width: 750px;
}
#index-body .init-6 .container ul li .box .img {
  -webkit-clip-path: polygon(16% 0, 100% 0, 100% 90%, 84% 100%, 0 100%, 0% 16%);
  clip-path: polygon(16% 0, 100% 0, 100% 90%, 84% 100%, 0 100%, 0% 16%);
}
#index-body .init-6 .container ul li .box .timeC .time {
  color: rgba(255, 255, 255, 0.5);
}
#index-body .init-6 .container ul li .box .timeC .more {
  width: 50px;
  height: 16px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-6 .container ul li .box .timeC .more:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#footer {
  color: #fff;
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
}
#footer .fTop .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#footer .fTop .container .right {
  max-width: 660px;
}
#footer .fTop .container .right .des {
  text-transform: uppercase;
}
#footer .fMiddle .listCont .menu-menu-container ul li a {
  font-size: 18px;
  font-family: 'unb';
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  -moz-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
}
#footer .fMiddle .listCont .menu-menu-container ul li a:hover {
  -webkit-text-decoration-color: #fff;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
#footer .fMiddle .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fMiddle .listCont .list a {
  font-size: 18px;
  font-family: 'unb';
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  -moz-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
}
#footer .fMiddle .listCont .list a:hover {
  -webkit-text-decoration-color: #fff;
  -moz-text-decoration-color: #fff;
  text-decoration-color: #fff;
}
#footer .fMiddle .listCont .list2 {
  margin-top: 10px;
}
#footer .fMiddle .listCont #ewm {
  width: 170px;
  padding: 6px;
  background-color: #fff;
  margin-top: 10px;
}
#footer .fMiddle .listCont1 {
  width: 180px;
}
#footer .fMiddle .listCont2 {
  width: 400px;
}
#footer .fMiddle .listCont3 {
  width: 430px;
}
#footer .fBottom .sub {
  width: -webkit-calc(-30%);
  width: -moz-calc(-30%);
  width: calc(100% - 130px);
}
#footer .fBottom .goTop {
  cursor: pointer;
  margin-left: 60px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  color: #5e5e5e;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: -5px;
}
#footer .copyright .container {
  overflow: unset;
}
#footer .copyright .cont {
  width: 100%;
}
#footer .copyright .cont .right ul li {
  cursor: pointer;
  margin-left: 10px;
}
#footer .copyright .cont .right ul li .imgC .img {
  width: 24px;
  height: 24px;
}
#footer .copyright .cont .right ul li .imgC .img2 {
  width: 100px;
  height: 100px;
  bottom: 100%;
  left: 50%;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0) translateX(-50%);
  -moz-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  -o-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .copyright .cont .right ul li:hover .imgC .img2 {
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #5e5e5e;
  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: 1800px) {
  .font-170 {
    font-size: 150px;
  }
  .font-120 {
    font-size: 80px;
  }
  #header > .nav > .menu .menu-box .menu_c {
    margin-left: 0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 0;
  }
  #header > .nav > .menu .menu-box .right .openBtn {
    display: none;
  }
  #index-body .init-5 .content .swiper {
    margin-top: -166px;
  }
}
@media (max-width: 1450px) {
    .font-170 {
    font-size: 126px;
  }
  .font-120 {
    font-size: 68px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .left .desC .des {
    width: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .more {
    margin-left: 0;
    margin-top: 20px;
  }
  #index-body .init-3 .content {
    zoom: 0.8;
  }
  #index-body .init-3 .content .info {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 8px;
    border-radius: 5px;
    right: 20px;
    bottom: 10px;
  }
  #index-body .init-5 .content .swiper {
    margin-top: -140px;
  }
  #index-body .init-5 .content ul li .box .cont .num {
    font-size: 100px;
    width: 90px;
  }
  #index-body .init-5 .content ul li.swiper-slide-active .box {
    -webkit-transform: translateY(104px);
    -moz-transform: translateY(104px);
    -ms-transform: translateY(104px);
    -o-transform: translateY(104px);
    transform: translateY(104px);
  }
}
@media (max-width: 1250px) {
  .font-170 {
    font-size: 100px;
  }
  .font-120 {
    font-size: 60px;
  }
  #index-body .init-3 .content {
    zoom: 0.7;
  }
  #index-body .init-5 .content .subImg {
    display: none;
  }
  #index-body .init-5 .content .swiper {
    margin-top: 20px;
    padding-bottom: 0;
  }
  #index-body .init-5 .content ul li.swiper-slide-active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .init-5 .content ul li.swiper-slide-next .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .init-5 .content ul li .box .cont .num {
    display: none;
  }
  #index-body .init-5 .content .more {
    position: relative;
    margin-top: 20px;
  }
  #index-body .init-6 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-6 .container .titleC .left .title {
    max-width: 100%;
  }
  #index-body .init-6 .container .titleC .right {
    width: 100%;
  }
  #footer .fMiddle .listCont2 {
    width: 300px;
  }
  #footer .fTop .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer .fTop .container .right {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .font-170 {
    font-size: 70px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .left {
    width: 100%;
  }
  #index-body .init-1 li .box .left {
    width: 100%;
  }
  #index-body .init-1 li .box .right {
    width: 100%;
  }
  #index-body .init-1 .content ul li .box .right {
    padding: 20px 5px;
  }
  #index-body .init-3 .content {
    zoom: 1;
    margin-top: 0;
    margin: auto;
    width: 700px;
    max-width: -webkit-calc(68%);
    max-width: -moz-calc(68%);
    max-width: calc(100% - 32px);
  }
  #index-body .init-3 .content .c1 {
    display: none;
  }
  #index-body .init-3 .content ul {
    position: relative;
    margin-top: 20px;
  }
  #index-body .init-3 .content ul li {
    position: relative;
    width: 100%;
    left: 0 !important;
    top: 0 !important;
  }
  #index-body .init-3 .content ul li .box {
    border-bottom: 1px solid #fff;
  }
  #index-body .init-3 .content ul li .box .cir {
    display: none;
  }
  #index-body .init-3 .content ul li .box .cont1 {
    width: 100%;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    background-color: transparent;
    color: #fff;
    padding: 20px 0;
  }
  #index-body .init-3 .content ul li .box .cont2 {
    display: none;
  }
  #index-body .init-3 .content .info {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 10px 0 30px;
  }
  #footer .fMiddle .listCont3 {
    width: 100%;
    margin-top: 10px;
  }
  #footer .fMiddle .listCont #ewm {
    width: 100px;
  }
  #footer .copyright {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .font-170 {
    font-size: 50px;
  }
  #index-body .init-1 .content .swiperBtn .btn .jx {
    width: 30px;
    height: 30px;
  }
  #index-body .init-1 .content .swiperBtn .btn .jt {
    width: 50px;
    margin-left: -18px;
  }
  #index-body .init-1 .content .swiperBtn .btn.next .jt {
    margin-right: -18px;
  }
  #index-body .init-4 .content .swiperDots .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 4px;
  }
}
@media (max-width: 500px) {
  .font-170{
    font-size: 40px;
  }
  .moreCont {
    padding: 8px 16px;
  }
  .moreCont .moreImg {
    width: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 130vw;
  }
  #index-body .init-2 .container .imgC img {
    min-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .init-2 .container .imgC .play {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  #footer .fTop .container .left .lo {
    width: 200px;
    display: block;
  }
}


/*inner-page*/
.font-150 {
  font-size: 150px;
  line-height: 1.1;
}
.inner-banner {
  position: relative;
  margin-top: 60px;
  color: white;
  text-align: center;
}
.inner-banner .mbxC{
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: left;
  color: #494949;
  z-index: 2;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 3;
}
.inner-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-lt.png) no-repeat;
  background-size: contain;
}
.inner-page {
  background-color: #000000;
  color: white;
}
.about-page .about-1 {
  background: url(../images/about-1-bg.jpg) no-repeat #161616;
  position: relative;
  background-size: 50% 100%;
}
.about-page .about-1 .left .title {
  line-height: 1.2;
}
.about-page .about-1 .left .des {
  line-height: 26px;
  opacity: 0.77;
}
.about-page .about-1 .right {
  position: relative;
}
.about-page .about-1 .right .btn {
  position: absolute;
  left: 40px;
  bottom: -58px;
  z-index: 5;
}
.about-page .about-1 .right .btn a {
  min-width: 220px;
  text-align: center;
}
.about-page .about-1 .right .btn a:nth-child(2) {
  background-color: #161616;
  border-color: transparent;
  transform: translateX(100%);
}
.about-page .about-1 .right .btn a:nth-child(2):hover {
  background: var(--color);
}
.about-page .about-1 .right-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.about-page .about-1 .right-bg img {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.about-page .about-2 {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.about-page .about-2 .left {
  position: relative;
  z-index: 2;
}
.about-page .about-2 .left::after {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60%;
  height: 186px;
  background-color: var(--color);
  z-index: -1;
}
.about-page .about-2 .right .des {
  line-height: 26px;
  opacity: 0.77;
}
.about-page .about-3 {
  background-color: #161616;
}
.about-page .about-3 .play {
  cursor: pointer;
}
.about-page .about-3 .play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.about-page .about-4 {
  background: url(../images/news-bg.png) no-repeat left center #161616;
}
.about-page .about-4 ul li p {
  background-color: #000000;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
}
.about-page .about-4 ul li p span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background-color: #262626;
  height: 100%;
  text-align: center;
  line-height: 50px;
}
.about-page .about-4 ul li p span i {
  display: block;
}
.about-page .about-4 ul li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.about-page .about-4 ul li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-page .about-4 ul li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.about-page .about-4 ul li:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.about-page .about-4 ul li:nth-child(4) p span i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.about-page .about-4 ul li:nth-child(5) {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.about-page .about-4 ul li:nth-child(5) p span i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-4 ul li:nth-child(6) {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.about-page .about-4 ul li:nth-child(6) p span i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-4 ul li:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.about-page .about-4 ul li:nth-child(7) p span i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-4 ul li:nth-child(8) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.about-page .about-4 ul li:nth-child(8) p span i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-5 .right {
  padding-right: 15.5%;
}
.about-page .about-5 .des {
  line-height: 26px;
  opacity: 0.77;
}
.about-page .about-6 {
  background-color: #161616;
}
.inner-page .top-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inner-page .top-nav ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .top-nav ul li.active,
.inner-page .top-nav ul li:hover {
  color: var(--color);
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  font-size: 18px;
  color: white;
  display: inline-block;
  width: 37px;
  height: 37px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 10px 0 10px;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
}
.m-link {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m-link a {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-link a:hover {
  opacity: 1;
}
.news-page .news-1 .left {
  width: 23%;
}
.news-page .news-1 .right {
  width: 77%;
}
.news-page .news-1 .right ul li {
  overflow: hidden;
}
.news-page .news-1 .right ul li .img-box{
  clip-path: polygon(16% 0, 100% 0, 100% 90%, 84% 100%, 0 100%, 0% 16%);
}
.news-page .news-1 .right ul li .time {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.news-page .news-1 .right ul li .more {
  min-width: 220px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.news-page .news-1 .right ul li:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.prodet-page .prodet-1 {
  background-color: #000;
}
.prodet-page .prodet-1 .left{
  position: sticky;
  top: 100px;
}
.prodet-page .prodet-1 .left .tag{
  color: rgba(110,110,110,0.4);
}
.prodet-page .prodet-1 .left .big li img{
  width: 100%;
}
.prodet-page .prodet-1 .des {
  line-height: 2;
  padding-right: 8px;
  overflow-y: auto;
  max-height: 500px;
}
.prodet-page .prodet-1 .des .tips1{
  color: var(--color);
}
.prodet-page .prodet-1 .right {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.prodet-page .prodet-1 .right table{
  margin-bottom: 0;
  border: none;
}
.prodet-page .prodet-1 .right table tr td{
  border: none;
  width: inherit !important;
  vertical-align: top;
  padding: 12px 10px;
}
.prodet-page .prodet-1 .right table tr td:nth-child(1){
  color: var(--color);
  width: 40% !important;
}
.prodet-page .prodet-1 .right table tr td:nth-child(2){
  width: 60% !important;
}
.prodet-page .prodet-1 .right table tr:nth-child(even){
  background: transparent;
}
.product-page .about-page .h2,
.prodet-page + .about-page .h2 {
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-page .about-page .h2 span,
.prodet-page + .about-page .h2 span {
  white-space: nowrap;
  display: inline-block;
}
.service-page {
  background-color: #0a0a0a;
}
.service-page .ml30 {
  margin-left: 30%;
}
.service-page .title {
  line-height: 1.2;
}
.service-page .title em {
  color: var(--color);
}
.service-page .txt {
  line-height: 26px;
  opacity: 0.77;
}
.service-page .txt em {
  color: var(--color);
}
.service-page .service-1 {
  background-color: #161616;
}
.service-page .service-1 .top {
  max-width: 660px;
}
.service-page .service-1 ul li .box {
  border: 1px solid white;
  padding: 50px 17px 65px;
  position: relative;
}
.service-page .service-1 ul li .box .num {
  line-height: 1;
  color: #333333;
  font-size: 50px;
}
.service-page .service-1 ul li .box .num .sub{
  font-size: 20px;
}
.service-page .service-1 ul li .box p {
  line-height: 20px;
}
.service-page .service-1 ul li .box::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
.service-page .service-1 ul li:nth-child(1) .box {
  height: 280px;
}
.service-page .service-1 ul li:nth-child(2) .box {
  height: 300px;
}
.service-page .service-1 ul li:nth-child(3) .box {
  height: 320px;
}
.service-page .service-1 ul li:nth-child(4) .box {
  height: 340px;
}
.service-page .service-1 ul li:nth-child(5) .box {
  height: 360px;
}
.service-page .service-2 .top {
  max-width: 885px;
}
.service-page .service-2 .top p {
  max-width: 600px;
}
.service-page .service-2 .list .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-page .service-2 .list .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-page .service-2 .list .line svg {
  width: 100%;
  height: 100%;
}
.service-page .service-2 .list ul li:nth-child(2) {
  margin-left: 24%;
  margin-top: 170px;
}
.service-page .service-2 .list ul li:nth-child(3) {
  margin-top: 180px;
}
.service-page .service-2 .list ul li:nth-child(4) {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .service-3 .wrap {
  /*border: 1px solid rgba(255, 255, 255, 0.2); */
  position: relative;
  z-index: 3;
}
.service-page .service-3 .wrap::after{
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  right: 50px;
  bottom: 0;
  border: 1px solid white;
  z-index: -1;
}
.service-page .service-3 .box {
  margin-left: auto;
  background-color: white;
  text-align: center;
  padding: 60px;
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-3 .box .h3 {
  color: black;
  line-height: 1.2;
  text-align: left;
}
.service-page .service-4 {
  background-color: #0a0a0a;
}
.service-page .service-4 .top {
  max-width: 760px;
}
.service-page .service-4 ul li .box {
  background-color: #181818;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 60px 35px;
}
.service-page .service-4 ul li .box .h4 {
  line-height: 35px;
}
.service-page .service-4 ul li .box .des {
  line-height: 26px;
  color: #b4b4b4;
}
.service-page .service-4 ul li .box .img img {
  margin: auto;
}
.service-page .service-4 ul li:hover .box {
  background-color: white;
}
.service-page .service-4 ul li:hover .box .h4,
.service-page .service-4 ul li:hover .box .des {
  color: black;
}
.service-page .service-5 {
  background-color: #161616;
}
.service-page .service-5 ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.service-page .service-5 ul li a {
  line-height: 1;
  display: block;
  padding: 55px 0;
  position: relative;
}
.service-page .service-5 ul li .pre {
  display: inline-block;
}
.service-page .service-5 ul li .time {
  font-size: 14px;
  position: absolute;
  left: -webkit-calc(100% + 30px);
  left: -moz-calc(100% + 30px);
  left: calc(100% + 30px);
  top: 10px;
  color: #aaaaaa;
}
.service-page .service-5 ul li::after {
  background-color: #000;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-5 ul li:hover::after {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  .font-150 {
    font-size: 110px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-5 .right {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1450px) {
  .font-150 {
    font-size: 66px;
  }
  .service-page .service-1 ul li .box .num{
    font-size: 40px;
  }
  .about-page .about-2 .right {
    padding-right: 0;
  }
  .about-page .about-2 .left::after {
    height: 120px;
  }
  .service-page .service-3 .box {
    width: 83%;
  }
  .service-page .ml30 {
    margin-left: 18%;
  }
}
@media screen and (max-width: 1250px) {
  
  #innerMobileBanner{
    margin-top: 60px;
  }
  .font-150 {
    font-size: 50px;
  }
  .about-page .about-1 .right .btn{
    bottom: 0;
  }
  .about-page .about-1 .right .btn a {
    min-width: 200px;
  }
  .about-page .about-1 .right .btn a:nth-child(2){
    transform: translateX(0);
  }
  .service-page .service-1 ul li {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .service-page .service-1 ul li .box {
    padding: 30px 17px 45px;
  }
  .service-page .service-1 ul li:nth-child(1) .box {
    height: 210px;
  }
  .service-page .service-1 ul li:nth-child(2) .box {
    height: 230px;
  }
  .service-page .service-1 ul li:nth-child(3) .box {
    height: 250px;
  }
  .service-page .service-1 ul li:nth-child(4) .box {
    height: 270px;
  }
  .service-page .service-1 ul li:nth-child(5) .box {
    height: 290px;
  }
  .service-page .service-4 ul li .box {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .font-150 {
    font-size: 38px;
  }
  .about-page .about-1 .right .btn{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .about-page .about-1 .right img {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-1 .right .btn {
    position: relative;
    left: 0;
  }
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-4 ul li {
    width: 33.33%;
  }
  .about-page .about-4 ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-page .about-4 ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-page .about-4 ul li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about-page .about-4 ul li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .about-page .about-4 ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .about-page .about-4 ul li:nth-child(6) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .about-page .about-4 ul li:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .about-page .about-4 ul li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .about-page .about-4 ul li:nth-child(6) p span i,
  .about-page .about-4 ul li:nth-child(3) p span i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .about-page .about-4 ul li:nth-child(4) p span i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .about-page .about-4 ul li:nth-child(7) p span i,
  .about-page .about-4 ul li:nth-child(8) p span i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .about-page .about-5 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .left {
    width: 100%;
  }
  .about-page .about-5 {
    padding: 0 50px;
  }
  .news-page .news-1 .right {
    width: 100%;
  }
  .news-page .news-1 .left {
    display: none;
  }
  .news-page .news-1 .right ul li .more {
    min-width: 150px;
  }
  .more {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
  .news-page .news-1 .right ul li {
    width: 50%;
  }
  .inner-page .top-nav {
    display: none;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    position: relative;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .service-page .ml30 {
    margin-left: 0;
  }
  .service-page .service-3 .left {
    width: 100%;
    padding: 0;
  }
  .service-page .service-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-3 .right .box {
    margin-left: 0;
    width: 100%;
  }
  .service-page .service-3 .wrap::after{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 ul li {
    width: 50%;
  }
  .about-page .about-4 ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-page .about-4 ul li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-page .about-4 ul li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .about-page .about-4 ul li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about-page .about-4 ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .about-page .about-4 ul li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .about-page .about-4 ul li:nth-child(7) {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .about-page .about-4 ul li:nth-child(8) {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .about-page .about-4 ul li:nth-child(4) p span i,
  .about-page .about-4 ul li:nth-child(2) p span i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .about-page .about-4 ul li:nth-child(7) p span i,
  .about-page .about-4 ul li:nth-child(8) p span i,
  .about-page .about-4 ul li:nth-child(3) p span i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .about-page .about-4 ul li:nth-child(5) p span i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .about-page .about-5 {
    padding: 0 15px;
  }
  .news-page .news-1 .right ul li {
    width: 100%;
  }
  .news-page .news-1 .right ul li .more {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .service-page .service-1 ul li {
    width: 50%;
  }
  .service-page .service-1 ul li .box {
    height: 210px !important;
  }
  .service-page .service-6 .title,
  .service-page .service-6 .txt,
  .service-page .service-5 .title,
  .service-page .service-5 .txt {
    width: 100%;
  }
  .service-page .service-3 .box {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .left {
    padding: 0;
  }
  .about-page .about-1 .right .btn{
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .about-page .about-1 .right .btn a {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 10px;
  }
  .about-page .about-2 .left::after {
    width: 990%;
    height: 70px;
  }
  .service-page .service-1 ul li{
    width: 100%;
  }
  .service-page .service-2 .list ul li:nth-child(2){
    margin-top: 30px;
    margin-left: 0;
  }
  .service-page .service-2 .list ul li:nth-child(3){
    margin-top: 20px;
  }
}




.product-page .product_cont .product_left {
  width: -webkit-calc(-300%);
  width: -moz-calc(-300%);
  width: calc(100% - 400px);
}
.product-page .product_cont .product_left .cat_cont {
  border-bottom: 2px solid #282828;
  padding-bottom: 20px;
}
.product-page .product_cont .product_left .cat_cont .cat_name {
  /*font-weight: bold;*/
}
.product-page .product_cont .product_left .cat_cont .cat_des {
  color: #aaaaaa;
  margin-top: 20px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 6px;
}
.product-page .product_cont .product_left .product_list ul {
  margin: -20px -20px 0;
}
.product-page .product_cont .product_left .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .product_cont .product_left .product_list ul li {
  padding: 0 20px;
  margin-top: 90px;
}
.product-page .product_cont .product_left .product_list ul li .box {
  border-bottom: 2px solid #393939;
  padding-bottom: 10px;
}
.product-page .product_cont .product_left .product_list ul li .box .cat {
  color: #aaaaaa;
}
.product-page .product_cont .product_left .product_list ul li .box .title {
  display: block;
  margin-top: 16px; 
}
.product-page .product_cont .product_left .product_list ul li .box .title:hover {
  color: var(--color);
}
.product-page .product_cont .product_left .product_list ul li .box .img {
  display: block;
}
.product-page .product_cont .product_left .product_list ul li .box .img img {
  width: 100%;
}
.product-page .product_cont .product_left .product_list ul li .box .more_c {
  margin-top: 40px;
}
.product-page .product_cont .product_left .product_list ul li .box .more_c .price {
  width: 100px;
  vertical-align: middle;
}
.product-page .product_cont .product_left .product_list ul li .box .more_c .more{
  height: auto;
  background: transparent;
  border: none;
  color: white;
  line-height: unset;
}
.product-page .product_cont .product_left .product_list ul li .box .more_c .more:hover{
  color: var(--color);
}
.product-page .product_cont .product_right {
  width: 400px;
  padding-left: 80px;
}
.product-page .product_cont .product_right .list {
  margin-top: 50px;
  /*font-weight: bold;*/
}
.product-page .product_cont .product_right .list:first-child {
  margin-top: 0;
}
.product-page .product_cont .product_right .cat_cont ul {
  margin-top: 10px;
}
.product-page .product_cont .product_right .cat_cont ul li {
  padding: 8px 0;
  font-weight: normal;
}
.product-page .product_cont .product_right .cat_cont ul li li{
  padding-left: 20px;
}
.product-page .product_cont .product_right .cat_cont ul li a span {
  display: inline-block;
  max-width: calc(100% - 30px);
}
 
.product-page .product_cont .product_right .cat_cont ul li a .sub {
  width: 28px;
  height: 28px;
  background-color: var(--color);
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  float: right;
}
.product-page .product_cont .product_right .cat_cont ul li.active ul{
  display: block;
}
.product-page .product_cont .product_right .cat_cont ul li a .sub.active{
  transform: rotate(90deg);
}
.product-page .product_cont .product_right .cat_cont ul li a.active,
.product-page .product_cont .product_right .cat_cont ul li a:hover {
  color: var(--color);
}
.product-page .product_cont .product_right .cat_cont ul li a.active .sub,
.product-page .product_cont .product_right .cat_cont ul li a:hover .sub {
  background-color: var(--color);
  color: #fff;
}
.product-page .product_cont .product_right .tags_cont .content {
  margin-top: 10px;
}
.product-page .product_cont .product_right .tags_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .tags_cont .content ul li {
  display: inline-block;
  margin: 7px;
  background-color: #ebebeb;
  padding: 9px 10px 4px;
  font-size: 14px;
  /*color: #aaaaaa;*/
}
.product-page .product_cont .product_right .tags_cont .content ul li:hover {
  color: #fff;
  background-color: #0d85c6;
}
.product-page .product_cont .product_right .app_img_cont .content {
  margin-top: 20px;
}
.product-page .product_cont .product_right .app_img_cont .content ul {
  margin: 0 -7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li {
  padding: 7px;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img {
  display: block;
}
.product-page .product_cont .product_right .app_img_cont .content ul li .img img {
  width: 100%;
}
.product-page .product_cont .product_right .form_cont .des {
  color: #aaaaaa;
  margin-top: 14px;
  line-height: 2;
  font-weight: normal;
}
.product-page .product_cont .product_right .form_cont form {
  margin-top: 20px;
  position: relative;
}
.product-page .product_cont .product_right .form_cont form input,
.product-page .product_cont .product_right .form_cont form textarea {
  padding: 8px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-top: 6px;
  width: 100%; 
  font-weight: normal;
}
.product-page .product_cont .product_right .form_cont form input::-webkit-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-moz-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-moz-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input:-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea:-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::-ms-input-placeholder,
.product-page .product_cont .product_right .form_cont form textarea::-ms-input-placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form input::placeholder,
.product-page .product_cont .product_right .form_cont form textarea::placeholder {
  color: #ccc;
}
.product-page .product_cont .product_right .form_cont form .submit_btn {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
}
.product-page .product_cont .product_right .form_cont form .submit_btn:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1250px) {
  .product-page .product_cont .product_left {
    width: 100%;
  }
  .product-page .product_cont .product_right {
    display: none;
  }
}
@media (max-width: 1000px){
   .product-page .product_cont .product_left .product_list ul li .box .more_c .more {
     
    margin-top: 10px;
  }
  .product-page .product_cont .product_left .product_list ul li{
    width: 50%;
  }
}
@media (max-width: 700px){
  .product-page .product_cont .product_left .product_list ul li{
    width: 100%;
  }
}
@media (max-width: 500px){
  .product-page .product_cont .product_left .product_list ul {
    margin-top: 0;
  }
  .product-page .product_cont .product_left .product_list ul li {
    margin-top: 40px;
  }
}

.seoPublic>div:nth-child(odd){
  background: transparent !important;
}

.market-page .service-1 .text {
  max-width: 1080px;
  margin: 1em auto;
}
.market-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.market-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), to(#000));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0), #000);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0), #000);
  background-image: linear-gradient(to top, rgba(0,0,0,0), #000);
  z-index: 2;
  top: 0;
}
.market-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.market-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.market-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important
}
.market-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  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;
  background: white;
}
.market-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.market-page .service-2 .ui.container {
  width: auto;
  max-width: 1700px;
}
.market-page .service-2 .box {
  height: 700px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
}
.market-page .service-2 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.market-page .service-2 .box .mask i.active {
  opacity: 1;
}
.market-page .service-2 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
  color: black;
}
.market-page .service-2 .box .content span.tag {
  display: block;
  color: var(--color);
  margin-bottom: .5em;
  font-weight: 500;
}
.market-page .service-2 .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
}
.market-page .service-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.market-page .service-3 .swiper .swiper-slide {
  padding: 100px 3%;
  border-radius: 250px;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.market-page .service-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.market-page .service-3 .swiper .swiper-slide i {
  display: block;
}
.market-page .service-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.market-page .service-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.market-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.market-page .service-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.market-page .service-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.market-page .service-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.market-page .service-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.market-page .service-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
@media screen and (max-width: 1450px) {
   .market-page .service-1 .list {
    height: 450px;
  }
  .market-page .service-1 .list ul li a.img {
    height: 90px;
  }
   .market-page .service-2 .box {
    height: 600px;
  }
}
@media screen and (max-width: 1250px){
   .market-page .service-2 .box {
    height: 500px;
  }
  .market-page .service-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .market-page .service-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}
@media screen and (max-width: 1000px){
   .market-page .service-1 .list {
    height: 300px;
  }
  .market-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .market-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .market-page .service-1 .list ul li {
    width: 25%;
  }
  .market-page .service-2 .box {
    height: 420px;
  }
  .market-page .service-3 .swiper .swiper-slide {
    border-radius: 150px;
  }
}
@media screen and (max-width: 700px){
  .market-page .service-1 .list {
    height: 200px;
  }
  .market-page .service-1 .list ul li {
    width: 33.33%;
  }
  .market-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .market-page .service-2 .box .content {
    max-width: 100%;
  }
  .market-page .service-2 .box {
    height: auto;
  }
  .market-page .service-2 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 500px) {
   .market-page .service-3 .swiper .swiper-slide {
    border-radius: 100px;
  }
  .market-page .service-1 .list ul li {
    width: 50%;
  }
  .market-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}


.factory-page .factory-1 .ui.container {
  width: auto;
  max-width: 1700px;
}
.factory-page .factory-2 .top .left span.h6 {
  color: var(--color);
  line-height: 1.1;
}
.factory-page .factory-2 .top .left span.h6 sub {
  font-size: 0.6em;
  vertical-align: baseline;
}
.factory-page .factory-2 .top .right {
  max-width: 53%;
}
.factory-page .factory-2 .top .right .text {
  margin-bottom: 3.75em;
}
.factory-page .factory-2 .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.factory-page .factory-2 .swiper-wrapper a.img-box {
  border-radius: 18px;
}
.factory-page .factory-2 .swiper-wrapper span.h6 {
  margin: .5em 0;
  display: block;
  text-align: center;
}
.factory-page .factory-3 span.h2 {
  margin-bottom: 1.2em;
}
.factory-page .factory-3 a.img-box {
  border-radius: 15px;
}
.factory-page .factory-3 span.h6 {
  margin: .9em 0;
  display: block;
}
.factory-page .factory-3 .swiper {
  position: relative;
  padding-bottom: 10px;
}
.factory-page .factory-3 .swiper:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.factory-page .factory-3 .swiper-slide:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e60012;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
@media screen and (max-width: 1000px){
   .factory-page .factory-2 .top .right {
    max-width: 65%;
  }
}
@media screen and (max-width: 700px){
   .factory-page .factory-2 .top .right {
    max-width: none;
    width: 100%;
  }
  .factory-page .factory-2 .top .left {
    width: 100%;
  }
  .factory-page .factory-2 .top .left .slide {
    margin-bottom: 15px;
  }
  .factory-page .factory-2 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.newdet-page{
  background: #161616;
}

.newdet-page .marginBox .content{
  color: #8f8f8f;
}

.contact-page {
  padding-bottom: 0;
  background: #161616;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .right ul li {
  /*max-width: 160px;*/
  padding-right: 20px;
}
.contact-page .contact-1 .top .right ul li:nth-child(3n){
  margin-right: 0;
}
.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px; 
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  height: 780px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px; 
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form 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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px; 
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px; 
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px; 
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color); 
  text-align: center;
  font-size: 16px;
  color: white;  
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 29px 0 29px;
  border: 1px solid transparent;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: transparent;
  border-radius: 29px 0 29px 0;
  border-color: var(--color);
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px; 
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1250px){
   .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
}
@media (max-width: 1000px){
   .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
   .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
  }
}
@media (max-width: 700px){
   .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
}
.faq-page .right ul li .img{
  flex: none;
  margin-right: 20px;
}
.faq-page .right ul li .box{
  cursor: pointer;
  background: #303030;
  padding: 20px 30px;
  flex: 1;
}

.faq-page .right ul li .box .title .btn{
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;

}
.faq-page .right ul li .box .title .btn i{
  top: 50%;
  left: 50%;
  font-size: 20px;
  font-weight: bold;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.faq-page .right ul li .box .title .btn .i2{
  opacity: 0;
}
.faq-page .right ul li.active .box .title .btn .i1{
  opacity: 0;
}
.faq-page .right ul li.active .box .title .btn .i2{
  opacity: 1;
}


#index-body .i-news {
  background-color: #1e1e1e;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .i-news .i-title {
  color: white;
  line-height: 1;
}
#index-body .i-news .img-box{
  clip-path: polygon(16% 0, 100% 0, 100% 90%, 84% 100%, 0 100%, 0% 16%);
}
#index-body .i-news .more {
  min-width: 220px;
  text-align: center;
}
#index-body .i-news ul li .time {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
}
#index-body .i-news ul li .des {
  line-height: 20px;
  color: white;
}
#index-body .i-news .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 80%;
  inset: 0;
  z-index: -1;
  background: -webkit-radial-gradient(circle, rgba(255, 99, 47, 0.6) 0%, rgba(255, 99, 47, 0.3) 35%, transparent 80%);
  background: -moz-radial-gradient(circle, rgba(255, 99, 47, 0.6) 0%, rgba(255, 99, 47, 0.3) 35%, transparent 80%);
  background: radial-gradient(circle, rgba(255, 99, 47, 0.6) 0%, rgba(255, 99, 47, 0.3) 35%, transparent 80%);
  -webkit-filter: blur(35px);
  filter: blur(35px);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -moz-transition: transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out, -moz-transform 0.1s ease-out;
  transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
  #index-body .i-news .i-title {
    margin-bottom: 20px;
  }
}