@font-face {
  font-family: 'anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.font1 {
  font-family: 'anton';
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  --color: #e60012;
  height: auto;
  font-family: 'mon';
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
.container {
  width: 1670px;
}
#header {
  color: #000;
  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;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header > .nav > .menu .menu-box .shadow {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  height: -webkit-calc(80%);
  height: -moz-calc(80%);
  height: calc(100% - 20px);
  top: 10px;
  left: 0;
  border-radius: 10px;
  z-index: -1;
}
#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: 2;
  text-align: center;
  margin-left: auto;
}
#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: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: capitalize;
  z-index: 2;
  font-weight: 700;
  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: 0;
  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;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -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-radius: 2px;
  background-color: #f7f7f7;
}
#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 {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  width: 66px;
  border-radius: 8px;
  text-transform: uppercase;
  background-color: #363636;
  color: #fff;
  padding: 6px 4px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn {
  background-color: var(--color);
  color: #fff;
  border-radius: 8px;
  padding: 5px 28px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn .img {
  width: 15px;
  height: 15px;
}
#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 {
  -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,
#header.inner_active > .nav > .menu .menu-box {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header.active > .nav > .menu .menu-box .shadow,
#header.inner_active > .nav > .menu .menu-box .shadow {
  background-color: #1B263B;
  height: 100%;
  top: 0;
  left: -15%;
  width: 130%;
}
@-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);
  }
}

.b_right_nav {
  position: fixed;
  bottom: 240px;
  right: 15px;
  z-index: 10;
}
.b_right_nav .border_t_10 {
  border-top-left-radius: 10px;
}
.b_right_nav .border_b_10 {
  border-bottom-left-radius: 10px;
}
.b_right_nav .list {
  background-color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  position: relative;
  font-size: 24px;
  color: #7f7f7f;
}
.b_right_nav .list .img {
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.b_right_nav .list .cont {
  color: #000;
  border: 1px solid #ddd;
  position: absolute;
  right: 50px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  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;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  background-color: #fff;
  padding: 4px;
  font-size: 16px;
}
.b_right_nav .list:hover {
  color: #fff;
}
.b_right_nav .list:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
.b_right_nav .list:last-child {
  margin-top: 10px;
}
.b_right_nav .list:hover {
  background-color: #cd0021;
}
.b_right_nav .list:hover .img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.b_right_nav .list.email .cont {
  width: 250px;
}
.b_right_nav .list.code .cont {
  width: 120px;
  padding: 6px;
}
.moreCont {
  min-width: 210px;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  padding: 8px 20px;
  letter-spacing: 1px;
  border-radius: 6px;
}
.moreCont:focus {
  background-color: var(--color);
}
.moreCont .moreImg {
  width: 15px;
  height: 12px;
}
.moreCont:hover {
  background-color: #fa2d3e;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#banner {
  position: relative;
  z-index: 2;
  text-align: center;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 50vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  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 {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  max-width: 470px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title{
  letter-spacing: 2px;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .moreC {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img1 {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .more {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .sPage {
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 110px;
}
#banner .sPage .swiper-pagination-bullets {
  text-align: left;
}
#banner .sPage .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  margin: 2px 5px;
  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;
  padding: 0;
  background-color: transparent;
}
#banner .sPage .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
#banner .sPage .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--color);
  background-color: rgba(247, 247, 247, 0.2);
}
#banner .play {
  width: 180px;
  height: 180px;
  bottom: -20px;
  right: 14.6%;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  z-index: 3;
}
#banner .play .cir {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 25%;
  left: 25%;
  -webkit-animation: rotAni 20s linear infinite;
  -moz-animation: rotAni 20s linear infinite;
  -o-animation: rotAni 20s linear infinite;
  animation: rotAni 20s linear infinite;
}
#banner .border2 {
  height: 56px;
  border-radius: 40px 40px 0 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-position: right bottom;
  -o-background-size: 1920px auto;
  background-size: 1920px auto;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body .init1C {
  background-color: #040305;
}
#index-body .init1C .bgimg {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init1C .init1Cont {
  height: 100vh;
  width: 100%;
}
#index-body .init1C .init1Cont .init-1 {
  width: 630px;
  height: 630px;
  position: absolute;
  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 .init1C .init1Cont .init-1 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .init1C .init1Cont .init-2 {
  width: 630px;
  height: 630px;
  position: absolute;
  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 .init1C .init1Cont .init-2 .init-2C {
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#index-body .init1C .init1Cont .init-2 .init-2C .top {
  position: relative;
}
#index-body .init1C .init1Cont .init-2 .init-2C .top .text {
  line-height: 1;
  font-size: 100px;
  color: var(--color);
  padding-right: 38%;
}
#index-body .init1C .init1Cont .init-2 .init-2C .middle {
  margin-top: 20px;
  letter-spacing: 1px;
}
#index-body .init1C .init1Cont .init-2 .init-2C .bottom {
  max-width: 90%;
  margin: 10px auto 0;
}
#index-body .init1C .init1Cont .init-3 {
  top: 36.5%;
  left: 55%;
  width: 25%;
  position: absolute;
  width: 160px;
  height: 100px;
  -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: 3;
}
#index-body .init1C .init1Cont .init-3 .init-3C {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  border-radius: 20px;
  top: 50px;
  position: relative;
  height: 100%;
}
#index-body .init1C .init1Cont .init-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init1C .init1Cont .init-4 {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100vh;
}
#index-body .init1C .init1Cont .init-4 .container {
  height: 100%;
}
#index-body .init1C .init1Cont .init-4 .container .topC {
  width: 480px;
  max-width: 100%;
  top: 180px;
  left: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
  letter-spacing: 2px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .init1C .init1Cont .init-4 .container .topC.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init1C .init1Cont .init-4 .container .topC .sub {
  width: 250px;
  height: 250px;
  background-color: var(--color);
  top: -70px;
  left: -90px;
  z-index: -1;
  border-radius: 50%;
}
#index-body .init1C .init1Cont .init-4 .container .bottomC {
  position: absolute;
  bottom: 80px;
  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 .init1C .init1Cont .init-4 .container .bottomC.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init1C .init1Cont .init-4 .container .bottomC ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  min-width: 290px;
}
#index-body .init1C .init1Cont .init-4 .container .bottomC ul li .box .top {
  line-height: 1;
  letter-spacing: 1px;
}
#index-body .init1C .init1Cont .init-4 .container .bottomC ul li .box .top .sub2{
  margin-top: -2px;
}
#index-body .init1C .init1Cont .init-4 .container .bottomC ul li .box .bottom {
  color: rgba(255, 255, 255, 0.8);
}
#index-body .init-5 .tipsTitle{
  letter-spacing: 1px;
}
#index-body .init-5 .content ul li {
  width: 33.33%;
}
#index-body .init-5 .content ul li .box .img{
  background: #f0f0f0;
}
#index-body .init-5 .content ul li .box .img img {
  width: 100%;
}
#index-body .init-6 {
  color: #fff;
}
#index-body .init-6 .list {
  width: 100%;
  position: sticky;
  top: 92px;
}
#index-body .init-6 .container .topC {
  -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-6 .container .topC .titleC {
  width: -webkit-calc(-30%);
  width: -moz-calc(-30%);
  width: calc(100% - 130px);
}
#index-body .init-6 .container .topC .titleC .name{
  letter-spacing: 1px;
}
#index-body .init-6 .container .topC .titleC .tips span {
  padding: 10px 30px;
  border: 2px solid var(--color);
}
#index-body .init-6 .container .topC .num {
  color: var(--color);
  font-size: 110px;
  width: 110px;
  line-height: 1;
}
#index-body .init-6 .container .middle .img {
  display: inline-block;
}
#index-body .init-6 .container .bottom .left {
  max-width: 800px;
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .bottom .left b,
#index-body .init-6 .container .bottom .left strong {
  color: var(--color);
  font-size: 22px;
}
#index-body .init-7 {
  background-color: #ebebeb;
}
#index-body .init-7 .titleC .title{
  letter-spacing: 1px;
}
#index-body .init-7 .container .titleC .tipsDes {
  text-align: right;
  width: 620px;
  color: rgba(0, 0, 0, 0.8);
}
#index-body .init-7 .container .content .swiper {
  width: 1000px;
  overflow: unset;
}
#index-body .init-7 .container .content ul li {
  padding: 0 40px;
}
#index-body .init-7 .container .content ul li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-7 .container .content ul li .box .textC {
  opacity: 0;
  padding: 30px 20px 0 20px;
}
#index-body .init-7 .container .content ul li .box .textC .title {
  font-weight: 600;
}
#index-body .init-7 .container .content ul li .box .textC .more {
  border-radius: 24px;
  min-width: 1px;
  width: 140px;
  padding: 10px;
  text-transform: uppercase;
}
#index-body .init-7 .container .content ul li.swiper-slide-active .img {
  -webkit-box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.2);
}
#index-body .init-7 .container .content ul li.swiper-slide-active .textC {
  opacity: 1;
}
#index-body .init-8 .content .left {
  /*background-color: #000;*/
  min-height: 120px;
  -webkit-box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  width: 47%;
}
#index-body .init-8 .tipsTitle{
  letter-spacing: 1px;
}
#index-body .init-8 .content .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-8 .content .left .title {
  color: #fff;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 30px;
  padding: 0 30px 0 30px;
}
#index-body .init-8 .content .right {
  width: 52%;
}
#index-body .init-8 .content .right .swiper {
  margin: -10px;
}
#index-body .init-8 .content .right ul li {
  width: 50%;
  height: auto;
  padding: 10px;
}
#index-body .init-8 .content .right ul li .box {
  height: 100%;
  padding: 40px;
  background-color: #f3f3f3;
  min-height: 280px;
}
#index-body .init-8 .content .right ul li .box .time {
  color: rgba(0, 0, 0, 0.5);
}
#index-body .init-8 .content .right ul li .box .title {
  font-weight: 600;
}


#index-body .init-9 {
  z-index: 5;
  position: relative;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 80px;
}
#index-body .init-9 .bgImg{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  background-size: cover;
}
#index-body .init-9 .container {
  height: 100%;
}
#index-body .init-9 .container .topC {
  width: 480px;
  max-width: 100%;
  left: 0;
  color: #fff;
  z-index: 2;
  letter-spacing: 2px;
}
#index-body .init-9 .container .topC.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-9 .container .topC .sub {
  width: 250px;
  height: 250px;
  background-color: var(--color);
  top: -70px;
  left: -90px;
  z-index: -1;
  border-radius: 50%;
}
#index-body .init-9 .container .bottomC {
  color: #fff;
  margin-top: 260px;
  width: 100%;
}
#index-body .init-9 .container .bottomC.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-9 .container .bottomC ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  min-width: 290px;
}
#index-body .init-9 .container .bottomC ul li .box .top {
  line-height: 1;
  letter-spacing: 1px;
}
#index-body .init-9 .container .bottomC ul li .box .top .sub2{
  margin-top: -2px;
}
#index-body .init-9 .container .bottomC ul li .box .bottom {
  color: rgba(255, 255, 255, 0.8);
}

#footer {
  position: relative;
  z-index: 1;
  background-color: #1e2939;
  color: #fff;
}
#footer .fTop .container form {
  width: 1170px;
}
#footer .fTop .container input {
  border-radius: 5px;
  background-color: #fff;
  width: 190px;
  height: 54px;
  border: none;
  padding: 10px;
  color: #000;
}
#footer .fTop .container .content {
  width: 400px;
}
#footer .fTop .container .btn {
  cursor: pointer;
  background-color: var(--color);
  width: 156px;
  height: 54px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .fTop .container .btn:hover {
  background-color: #fa2d3e;
}
#footer .fMiddle .listCont .logoDes {
  max-width: 360px;
}
#footer .fMiddle .listCont .list .img {
  width: 24px;
  margin-top: 4px;
}
#footer .fMiddle .listCont .list .text {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}
#footer .fMiddle .listCont .first {
  color: var(--color);
  padding-bottom: 40px;
  letter-spacing: 1px;
}
#footer .fMiddle .listCont .list2:nth-child(2) {
  margin-top: 0;
}
#footer .fMiddle .listCont .list2 a {
  color: #b3b3b3;
}
#footer .fMiddle .listCont .list2 a:hover {
  color: var(--color);
}
#footer .fMiddle .listCont1 {
  width: 410px;
}
#footer .fMiddle .listCont2 {
  width: 200px;
}
#footer .fMiddle .listCont3 {
  width: 160px;
}
#footer .fMiddle .listCont4 {
  width: 160px;
}
#footer .fMiddle .listCont5 {
  width: 180px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  width: 100%;
  top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #index-body .init1C .init1Cont .init-3 {
    top: 37.5%;
    left: 55.9995%;
  }
  #footer .fTop .container form {
    width: 1030px;
  }
  #footer .fTop .container .content {
    width: 260px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 16px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #index-body .init1C .init1Cont .init-3 {
    left: 56.9988%;
  }
  #index-body .init-6 .list{
    top: 70px;
  }
  #index-body .init-6 .container .middle .img {
    -webkit-transform: scale(0.7) translateY(-50px);
    -moz-transform: scale(0.7) translateY(-50px);
    -ms-transform: scale(0.7) translateY(-50px);
    -o-transform: scale(0.7) translateY(-50px);
    transform: scale(0.7) translateY(-50px);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  #index-body .init-6 .container .bottom {
    top: -70px;
    position: relative;
  }
  #index-body .init-8 .content .left {
    width: 46%;
  }
  #index-body .init-9{
    padding-top: 110px;
  }
}
@media (max-width: 1250px) {
  .page-header01{
    position: fixed;
    width: 100%;
  }
  .mobile-menu-wrap01 ~ #innerMobileBanner, #menuFull ~ #innerMobileBanner, .mobile-menu-wrap01 ~ #indexMobileBanner, #menuFull ~ #indexMobileBanner, .mobile-menu-wrap01 ~ #banner, #menuFull ~ #banner, .mobile-menu-wrap01 ~ .inner-banner, #menuFull ~ .inner-banner{
    margin-top: 60px !important;
  }
  #innerMobileBanner{
    margin-top: 60px !important;
  }
  #index-body .init1C .init1Cont {
    height: auto;
    padding: 0 16px;
  }
  #index-body .init1C .init1Cont .init-1 {
    display: none;
  }
  #index-body .init1C .init1Cont .init-2 {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 40px 0 60px;
  }
  #index-body .init1C .init1Cont .init-2 .init-2C {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    padding: 0 16px;
  }
  #index-body .init1C .init1Cont .init-2 .init-2C .top .text {
    padding-right: 0;
    font-size: 70px;
  }
  #index-body .init1C .init1Cont .init-2 .init-2C .bottom {
    max-width: 100%;
  }
  #index-body .init1C .init1Cont {
    padding: 0;
  }
  #index-body .init1C .init1Cont .init-3 {
    opacity: 1;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 40px 16px 40px;
  }
  #index-body .init1C .init1Cont .init-3 .init-3C {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 0;
    left: 0;
    height: auto;
  }
  #index-body .init1C .init1Cont .init-4 {
    position: relative;
    opacity: 1;
    height: auto;
    padding-bottom: 40px;
  }
  #index-body .init1C .init1Cont .init-4 .container .topC {
    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);
    width: 100%;
    opacity: 1;
  }
  #index-body .init1C .init1Cont .init-4 .container .topC .sub {
    display: none;
  }
  #index-body .init1C .init1Cont .init-4 .container .bottomC {
    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);
    opacity: 1;
    margin-top: 40px;
  }
  #index-body .init1C .init1Cont .init-4 .container .bottomC ul li {
    width: 48%;
    margin-bottom: 40px;
    min-width: 0;
  }
  #index-body .init-6 .container .middle .img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  #index-body .init-6 .container .bottom {
    top: 0;
  }
  #index-body .init-6 .container .bottom .left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-6 .list{
    top: 60px;
  }
  #index-body .init-7 .container .titleC .tipsDes {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  #index-body .init-7 .container .content .swiper {
    width: 100%;
    overflow: hidden;
  }
  #index-body .init-7 .container .content ul li {
    padding: 0 5px;
  }
  #index-body .init-7 .container .content ul li.swiper-slide-active .img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #index-body .init-7 .container .content ul li .box .textC {
    padding: 0 0 20px;
  }
  #index-body .init-7 .container .content ul li .box .textC .title {
    width: 100%;
  }
  #index-body .init-7 .container .content ul li .box .textC .more {
    padding: 5px 10px;
  }
  #index-body .init-8 .content .right ul li .box {
    padding: 20px 10px;
  }
  #index-body .init-9 .container .bottomC ul li{
    min-width: 200px;
  }
  #footer .fTop .container .form {
    width: 100%;
  }
  #footer .fTop .container form {
    width: 100%;
  }
  #footer .fTop .container .content {
    width: 350px;
  }
  #footer .fTop .container .btn {
    margin-top: 10px;
  }
  #footer .fMiddle .listCont .first {
    padding-bottom: 20px;
  }
  #footer .fMiddle .listCont1 {
    width: 260px;
  }
  #footer .fMiddle .listCont2 {
    width: 160px;
  }
  #footer .fMiddle .listCont3 {
    width: 140px;
  }
  #footer .fMiddle .listCont5 {
    width: 150px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-6 .list{
    top: 0;
    position: relative;
  }
  #index-body .init-6 .container .topC {
    -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;
  }
  #index-body .init-6 .container .topC .num {
    font-size: 90px;
  }
  #index-body .init-6 .container .topC .titleC {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-8 .content .right {
    width: 100%;
  }
  #index-body .init-9{
    padding-top: 0;
    padding-bottom: 0;
  }
  #index-body .init-9 .bgImg{
    position: relative;
    height: 50vw;
  }
  #index-body .init-9 .container .topC{
    position: relative;
    top: 0;
    margin-top: 40px;
    color: #000;
    width: 100%;
  }
  #index-body .init-9 .container .topC .sub{
    display: none;
  }
  #index-body .init-9 .container .bottomC{
    width: 100%;
    margin-top: 40px;
    color: #000;
  }
  #index-body .init-9 .container .bottomC ul li{
    border-bottom: 1px solid #000;
    width: 48%;
    margin-top: 20px;
  }
  #index-body .init-9 .container .bottomC ul li .box .bottom{
    color: #000;
  }
  #footer .fTop .container input {
    width: 220px;
  }
  #footer .fTop .container .content {
    margin-top: 10px;
    width: 500px;
  }
  #footer .fMiddle .listCont1 {
    width: 100%;
  }
  #footer .fMiddle .listCont .logoDes {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init1C .init1Cont .init-2 .init-2C {
    text-align: left;
  }
  #index-body .init1C .init1Cont .init-2 .init-2C .top {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #index-body .init1C .init1Cont .init-2 .init-2C .top .text {
    font-size: 50px;
  }
  #index-body .init-6 .container .topC .num {
    font-size: 80px;
  }
  #footer .fTop .container input {
    width: 100%;
    margin-top: 10px;
  }
  #footer .fTop .container .content {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .b_right_nav {
    right: 4px;
  }
  .b_right_nav .list {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .b_right_nav .list .img {
    width: 16px;
    height: 16px;
  }
  .b_right_nav .list:last-child {
    margin-top: 4px;
  }
  .b_right_nav .list .cont {
    right: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  .moreCont {
    min-width: 150px;
  }
  #index-body .init1C .init1Cont .init-2 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  #index-body .init1C .init1Cont .init-2 .init-2C .top .text {
    font-size: 30px;
  }
  #index-body .init1C .init1Cont .init-4 .container .bottomC ul li {
    width: 100%;
  }
  #index-body .init-6 .container .topC .num {
    font-size: 70px;
  }
  #index-body .init-6 .container .topC .titleC .tips span {
    padding: 10px;
  }
  #index-body .init-8 .content .right ul li .box {
    min-height: 1px;
  }

  #index-body .init-9 .container .bottomC{
    margin-top: 20px;
  }
  #index-body .init-9 .container .bottomC ul li{
    width: 100%;
  }
}


/*inner-page*/
.rc{
  color: var(--color);
}
.inner-banner {
  color: white;
}
.inner-banner video {
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner hr {
  background-color: rgba(255, 255, 255, 0.3);
}
.inner-banner .text {
  color: inherit;
}


@-webkit-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
.about-page .about-1 .list {
  position: relative;
}
.about-page .about-1 .list span.h1 {
  font-size: 12.86458333vw;
  color: var(--color);
  position: absolute;
  top: 48%;
  left: 0;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
.about-page .about-1 .list span.h1 em {
  margin-right: .5em;
}
.about-page .about-1 .list ul {
  padding-left: 22.7%;
  padding-right: 22.7%;
  overflow: hidden;
}
.about-page .about-1 .list .slick-list {
  overflow: unset;
}
.about-page .about-1 .list .slick-list li {
  -webkit-transform: scale(0.76) translateX(10%);
  -moz-transform: scale(0.76) translateX(10%);
  -ms-transform: scale(0.76) translateX(10%);
  transform: scale(0.76) translateX(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list .slick-list .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-1 .list .slick-list .slick-current ~ div li {
  -webkit-transform: scale(0.76) translateX(-10%);
  -moz-transform: scale(0.76) translateX(-10%);
  -ms-transform: scale(0.76) translateX(-10%);
  transform: scale(0.76) translateX(-10%);
}
.about-page .about-1 span.h7 {
  font-weight: 500;
  padding: 1.2em;
  border-radius: 2em;
  border: 1px solid black;
}
.about-page .about-2 {
  background-image: -webkit-linear-gradient(130deg, #0c286c, #0c1937);
  background-image: -moz-linear-gradient(130deg, #0c286c, #0c1937);
  background-image: linear-gradient(320deg, #0c286c, #0c1937);
  color: white;
}
.about-page .about-2 .text {
  color: inherit;
}
.about-page .about-2 .list {
  padding-right: 22%;
  margin-right: -20%;
  position: relative;
  left: -20%;
  border-top-right-radius: 15.625vw;
  border-bottom-right-radius: 15.625vw;
  overflow: hidden;
}
.about-page .about-2 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
.about-page .about-3 .list {
  padding-right: 29%;
  margin-right: -10%;
  overflow: hidden;
  font-size: 0;
}
.about-page .about-3 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  height: 100%;
}
.about-page .about-3 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px var(--color);
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
}
.about-page .about-3 .list .text {
  margin-bottom: auto;
}
.about-page .about-3 .list .slick-current span.h2 {
  color: var(--color);
}
.about-page .about-4 .text {
  max-width: 1100px;
}
.about-page .about-5 {
  background-position: center top;
}


.support-page .support-1 .text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .list li {
  padding: 4% 7%;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
.support-page .support-1 .list li i {
  width: 1em;
  height: 1em;
  background-color: #f6f8fa;
}
.support-page .support-1 .list li:hover {
  top: -10px;
}
.support-page .support-2 .left {
  direction: rtl;
}
.support-page .support-2 .left .img {
  width: 130%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.support-page .support-2 .left .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-page .support-2 .right .content {
  padding-left: 10%;
  background-color: #f5f5f7;
  height: 94%;
  position: relative;
}
.support-page .support-2 .right .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-2 .right .content .list {
  font-weight: 500;
}
.support-page .support-2 .right .content .list span.num {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(330deg, #0c1937, #0c286c);
  background-image: -moz-linear-gradient(330deg, #0c1937, #0c286c);
  background-image: linear-gradient(120deg, #0c1937, #0c286c);
  color: white;
}
.support-page .support-2 .right .content .list .text {
  color: #333;
}
.support-page .support-4 .content {
  margin-left: auto;
  padding-left: 5%;
  background-color: var(--color);
  color: white;
  position: relative;
}
.support-page .support-4 .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-4 .content .check {
  font-weight: normal;
}
.support-page .support-4 .content .check p:before {
  background-color: white;
  color: var(--color);
}
.support-page .support-5 .right {
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -ms-transform: translateX(8%);
  transform: translateX(8%);
}
.support-page .support-5 .right .list span.h6 {
  cursor: pointer;
  cursor: hand;
  color: #333;
}
.support-page .support-5 .right .list span.h6 em {
  width: 1.7em;
}
.support-page .support-5 .right .list span.h6 i {
  margin-left: auto;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li.active {
  background-color: #f3f3f3;
}
.support-page .support-5 .right .list li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 1450px) {
  .support-page .support-5 .right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1000px) {
  .support-page .support-2 .left .img{
    width: 100%;
  }
  .support-page .support-2 .right .content:before{
    display: none;
  }
  .support-page .support-2 .right .content {
    padding: 30px 10px;
    height: auto;
  }
  .support-page .support-4 .content {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .support-page .support-2 .right .content .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .support-page .support-2 .right .content .list ul li{
    padding: 10px 0;
  }
}


.honor-page .navList a{
  padding: 5px 30px;
  background: #1B263B;
  border-radius: 6px;
  color: #fff;
  margin-right: 10px;
  transition: all .5s;
}
.honor-page .navList a.active,
.honor-page .navList a:hover{
  background: var(--color);
}
.honor-page .list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.honor-page .list li span.h6 {
  padding: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list li:hover span.h6 {
  color: white;
  background-color: var(--color);
}


.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.inner-page .sideBarLeft .nav a {
  padding: .8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}

@media screen and (max-width: 1250px) {
  .inner-page .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarRight{
    width: 100%;
  }
}

.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    color: #fff;
    background-color: var(--color);
}


.newdet-page .sideBarRight hr {
  background-image: -webkit-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: -moz-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to left, black 0, black 5px, transparent 5px, transparent 10px);
  background-size: 10px auto;
  background-color: transparent;
}
.newdet-page .sideBarRight .text {
  line-height: 1.8;
}
.newdet-page .newdet-2 {
  background-color: #f6f6f6;
}
.newdet-page .newdet-2 .tag{
  color: var(--color);
}
.newdet-page .newdet-2 ul li{
  text-align: center;
}
.newdet-page .newdet-2 ul li .img-box{
  background: #fff;
}
.newdet-page .newdet-2 ul li .img-box{
  max-width: 400px;
  margin: auto;
}


.contact-page .form input,
.contact-page .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page .form textarea {
  height: 120px;
}
.contact-page .form button {
  border: none;
}
.contact-page .form .more{
  min-width: 140px;
}
.contact-page .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page iframe {
  height: 20.83333333vw;
  border: none;
  background-color: #f8f8f8;
}

@media screen and (max-width: 1000px) {
  .contact-page iframe {
    height: 32vw;
  }
}

@media screen and (max-width: 500px) {
  .contact-page iframe {
    height: 44vw;
  }
}


.inner-page.pro-page .bottom .left {
    border-right: 1px solid #f1f1f1;
}

.inner-page.pro-page .top {
    border-bottom: 1px solid #f1f1f1;
}

.inner-page.pro-page .bottom .right .list ul li .pr-box {
    background-color: rgba(242, 242, 242, 0.8);
}

.inner-page.pro-page .bottom .right .list ul li .pr-box .img{
  transform: scale(1.1);
}

.inner-page.pro-page .bottom .right .list ul li .pr-box .con .biao{
  width: 100%;
}

.inner-page.pro-page .bottom .right .list ul li:hover img {
      -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    transform: translate3d(10px, 10px, 20px);
    filter:drop-shadow(1.5rem 0.5rem 2px rgba(0,0,0,0.1));
}



.inner-page.pro-page .bottom .right .list ul li img {
 transition: all .5s ease;
}


.inner-page.pro-page .bottom .left ul li a.active {
  color: var(--color);
}


.sear form {
    font-size: 16px;
    padding: 5px 0;
    border-radius: 0.25em;
    background-color: #f2f1ec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.sear form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.5em;
}
.sear form button {
    width: 4.375em;
    background-color: transparent;
    border: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

@media (max-width: 1250px) {
  .inner-page.pro-page .bottom .left {
    display: none;
  }
  .inner-page.pro-page .bottom .right{
    width: 100%;
  }
}

@media (max-width: 500px) {
  .inner-page.pro-page .bottom .right .list ul li .pr-box .img{
    order: -1;
    width: 100%;
  }
  .inner-page.pro-page .bottom .right .list ul li .pr-box .con{
    width: 100%;
    margin-top: 20px;
  }
}


.inner-page.prodet-page .prodet-1 {
    background: #f5f5f5;
}
.inner-page.prodet-page .prodet-1 .small li .img{
  background: #fff;
  display: block;
}
.inner-page.prodet-page .prodet-1 .big li .img{
  background: #fff;
  display: block;
}
.prodet-2 .tab-content .tab-pane p {
    line-height: 28px;
        padding: 15px 0;
}
.prodet-3 {
   background: url('../images/tab-bg.jpg') center center no-repeat;
   background-size: cover;
}

.prodet-3 .tab {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    line-height: 2;
}
.prodet-3 .tab table {
    border: 0;
}
.prodet-3 .tab table tr td {
    border: 0px solid #888;
}
@media (max-width:1250px) {

  .prodet-3 .tab table tr td {
    padding: 10px 30px;
  }
}

@media (max-width:1000px) {
  .prodet-3 .tab{
    margin-top: 20px;
    padding: 20px 10px !important;
  }
}

.download-page .download .top {
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}
.download-page .download .top h2 {
    position: relative;
}
.download-page .download .top form {
    position: relative;
    width: 365px;
}
.download-page .download .top form input {
    width: 100%;
    background: #f5f7fa;
    border: none;
    padding: 0 60px 0 15px;
    font-size: 16px;
    height: 57px;
}
.download-page .download .top form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    background: url(../images/tc-zoom.png) no-repeat center;
}
.download-page .download .top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 280px;
    height: 2px;
    background: var(--color);
}
.download-page .download ul li{
  margin-top: 20px;
}
.download-page .download ul li .box {
    background: #efefef;
    padding: 20px;
}
.download-page .download ul li .box .img-box {
    padding-right: 30px;
}
.download-page .download ul li .box .more{
  min-width: 160px;
}

@media (max-width:1000px) {
  .download-page .download .top form{
    width: 100%;
    margin-top: 10px;
  }
  .download-page .download ul li{
    width: 100%;
  }
}

@media (max-width: 500px) {
  .download-page .download ul li{
    width: 100%;
  }
  .download-page .download ul li .box .img-box{
    padding-right: 0;
    width: 100%;
  }
  .download-page .download ul li .box .content{
    width: 100%;
    margin-top: 20px;
  }
}


.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}
.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i:before {
  font-size: 1.4em;
}
.faq-page .text {
  color: #333;
}
.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  .faq-page span.h6 i {
    zoom: .7;
  }
}


.Advertising {
    position: fixed;
    font-size: 10px;
    width: 15%;
    padding: 3em 2em;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    max-width: 90%;
    z-index: 22;
    background-color: #fff
}

.Advertising .close {
    font-size: 1.5em;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    cursor: hand
}

.Advertising .close:hover {
    background-color: #000
}

.Advertising .content {
    max-height: 70vh;
    overflow: auto
}

.Advertising.lt {
    left: 0;
    top: 2em;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.Advertising.lc {
    left: 0;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.Advertising.lb {
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.Advertising.rt {
    left: auto;
    right: 0;
    top: 2em;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.Advertising.rc {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.Advertising.rb {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset
}
@media (max-width: 1250px) {
  .Advertising{
    width: 24%;
  }
}
@media (max-width: 700px) {
  .Advertising{
    width: 96%;
    max-width: 280px;
  }
}