/*@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Regular.eot');
  src: url('../fonts/Grift-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Regular.woff2') format('woff2'), url('../fonts/Grift-Regular.woff') format('woff'), url('../fonts/Grift-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Italic.eot');
  src: url('../fonts/Grift-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Italic.woff2') format('woff2'), url('../fonts/Grift-Italic.woff') format('woff'), url('../fonts/Grift-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Grift';
  src: url('../fonts/Grift-Bold.eot');
  src: url('../fonts/Grift-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Grift-Bold.woff2') format('woff2'), url('../fonts/Grift-Bold.woff') format('woff'), url('../fonts/Grift-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}*/
@font-face {
    font-family: 'Grift';
    src: url('../fonts/Grift-Italic.eot');
    src: url('../fonts/Grift-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Grift-Italic.woff2') format('woff2'),
        url('../fonts/Grift-Italic.woff') format('woff'),
        url('../fonts/Grift-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Grift';
    src: url('../fonts/Grift-Regular.eot');
    src: url('../fonts/Grift-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Grift-Regular.woff2') format('woff2'),
        url('../fonts/Grift-Regular.woff') format('woff'),
        url('../fonts/Grift-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grift';
    src: url('../fonts/Grift-Bold.eot');
    src: url('../fonts/Grift-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Grift-Bold.woff2') format('woff2'),
        url('../fonts/Grift-Bold.woff') format('woff'),
        url('../fonts/Grift-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Grift';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  height: auto;
  --color: #0075c2;
}
.container {
  width: 1565px;
  padding: 0 15px;
}
.bigContainer {
  width: 1665px;
}
.col {
  color: var(--color);
}
.h-100 {
  height: 100%;
}
.Hbtn,
.inner-page .Hbtn {
  background-color: var(--color);
  border-radius: var(--px23) var(--px23) var(--px23) 0;
}
.Hbtn img.arr,
.inner-page .Hbtn img.arr {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: #1f1f1f;
}
.Hbtn:hover img,
.inner-page .Hbtn:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
#header {
  position: fixed;
  top: 0;
  right: 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;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  padding-top: 23px;
  padding-bottom: 25px;
}
#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;
}
#header > .nav > .menu .menu-box .menuR {
  flex-shrink: 0;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  height: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
  height: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-right: var(--px59);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  height: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-right: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > 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: right;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 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: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  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: right;
  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 {
  right: 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: 1;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 19px;
  height: 19px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 8px;
  height: 7px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-right: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#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%;
  left: 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: right;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#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-right: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #1f1f1f;
}
#banner {
  color: #fff;
  position: relative;
}
#banner .bigSwiper .swiper ul li img.pcImg,
#banner .bigSwiper .swiper ul li img.phoneImg {
  min-height: 350px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
#banner .bigSwiper .swiper ul li .container {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50.0%,-50%);
  padding-top: var(--px120);
  z-index: 5;
}
#banner .bigSwiper .swiper ul li .container .textBox {
  max-width: 590px;
}
#banner .bigSwiper .swiper ul li .container .textBox .titl {
  padding-bottom: 175px;
  min-height: 325px;
}
#banner .bigSwiper .swiper ul li.swiper-slide-active .container .textBox .titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .bigSwiper .swiper ul li.swiper-slide-active .container .textBox .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .bigSwiper .pageContainer {
  position: absolute;
  right: 50%;
  bottom: var(--px90);
  transform: translate(50.0%,-50%);
  z-index: 6;
}
#banner .bigSwiper .pageContainer .swiper-pagination {
  width: auto;
  bottom: auto;
  top: 0;
  right: 15px;
}
#banner .bigSwiper .pageContainer .swiper-pagination span {
  width: var(--px26);
  height: 6px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
#banner .bigSwiper .pageContainer .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: var(--px43);
}
#banner .bigSwiper .pageNumContainer {
  position: absolute;
  z-index: 5;
  top: 28%;
  right: 50%;
  transform: translateX(50.0%);
  font-size: 24px;
}
#banner .bigSwiper .pageNumContainer span.total {
  padding-top: 8px;
}
#banner .bigSwiper .swiperBtn {
  position: absolute;
  z-index: 6;
  right: 50%;
  top: 50%;
  transform: translate(50.0%,-50%);
}
#banner .bigSwiper .swiperBtn .btn {
  position: absolute;
  z-index: 7;
}
#banner .bigSwiper .swiperBtn .btn img {
  width: var(--px57);
  min-width: 30px;
}
#banner .bigSwiper .swiperBtn .btn:hover {
  opacity: 0.8;
}
#banner .bigSwiper .swiperBtn .btn.prev {
  right: var(--npx50);
}
#banner .bigSwiper .swiperBtn .btn.next {
  left: var(--npx50);
}
#banner .small {
  position: absolute;
  right: 50%;
  transform: translateX(50.0%);
  bottom: calc(28% + 30px);
  z-index: 2;
}
#banner .small .smallSwiper {
  width: 586px;
  margin: 0;
}
#banner .small .smallSwiper ul li img {
  border-radius: 10px;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 .top {
  border-bottom: solid 1px #e4e4e4;
  position: relative;
}
#index-body .init_1 .top::after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background-color: var(--color);
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init_1 .top .tabBox {
  background-color: var(--color);
  align-items: stretch;
  /*width: 77.5%;*/
  color: #fff;
  border-radius: 0 0 15px 0;
}
#index-body .init_1 .top .tabBox .tab {
  flex-shrink: 0;
  position: relative;
  height: 100%;
  cursor: pointer;
}
#index-body .init_1 .top .tabBox .tab i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .init_1 .top .tabBox .tab span::after {
    position: absolute;
    content: '';
    width: 0;
     height: 2px;
    background-color: #fff;
    bottom: -10px;
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#index-body .init_1 .top .tabBox .tab:last-child {
  margin-left: 0;
}
#index-body .init_1 .top .tabBox .tab:hover span::after,
#index-body .init_1 .top .tabBox .tab.active span::after {
  width: 100%;
}
#index-body .init_1 .top .tabBox .tab.active {
  font-weight: bold;
}
#index-body .init_1 .bot .swiperBox {
  display: none;
}
#index-body .init_1 .bot .swiperBox:first-child {
  display: block;
}
#index-body .init_1 .bot .swiperBox .swiper ul li {
  width: 33%;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list {
  background-color: #f9f9f9;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .por {
  z-index: 2;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .cont {
  color: #a4a4a4;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .cont h3 {
  padding-right: 20px;
  position: relative;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .cont h3::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url('../images/init_1Icon1.png');
  top: 7px;
  right: 0;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .proBtn {
  color: #22252a;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .proBtn img.arr {
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -ms-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0);
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .proBtn:hover {
  color: var(--color);
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .proBtn:hover img.arr {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list .blueBg {
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: var(--color);
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list:hover .imgBox img {
  /*-webkit-box-reflect: below -8px linear-gradient(transparent, transparent 30%, rgba(255, 255, 255, 0.3));*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init_1 .bot .swiperBox .swiper ul li .list:hover .blueBg {
  height: 195px;
}
#index-body .init_2 .top {
  max-width: 714px;
  width: 40%;
  height: auto;
  border-radius: 15px 0 0 0;
  background-color: var(--color);
  margin-bottom: var(--npx118);
  position: relative;
  z-index: 2;
}
#index-body .init_2 .bot {
  align-items: stretch;
}
#index-body .init_2 .bot .left {
  width: 42.56%;
  flex-shrink: 0;
}
#index-body .init_2 .bot .left .play {
  background-color: transparent;
  width: var(--px90);
  height: var(--px90);
  min-width: 60px;
  min-height: 60px;
}
#index-body .init_2 .bot .left .play::before,
#index-body .init_2 .bot .left .play::after {
  /*display: none;*/
}
#index-body .init_2 .bot .right {
  flex: 1;
}
#index-body .init_2 .bot .right .bigTilt {
  color: #5d6065;
  font-size: var(--px120);
}
#index-body .init_2 .bot .right .text {
  color: #5d6065;
}
#index-body .init_2 .bot .right .box {
  color: #fff;
  align-items: stretch;
  background-image: linear-gradient(45deg, #595c61 0%, #2e3136 100%);
}
#index-body .init_2 .bot .right .box .textBox {
  width: 52.87%;
}
#index-body .init_2 .bot .right .box .textBox .titl {
  border-bottom: 2px solid #86888d;
}
#index-body .init_2 .bot .right .box .imgR {
  width: 47.13%;
}
#index-body .init_3 {
  background-color: #f9f9f9;
}
#index-body .init_3 .swiper ul li {
  height: auto;
}
#index-body .init_3 .swiper ul li .list {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#index-body .init_3 .swiper ul li .list .icon {
  width: var(--px56);
  min-width: 35px;
      z-index: 1;
    position: relative;
}
#index-body .init_3 .swiper ul li .list .titl {
  width: 100%;
  position: relative;
      z-index: 1;
}
#index-body .init_3 .swiper ul li .list .titl .line {
  right: 50%;
  transform: translateX(50.0%);
  bottom: 0;
  width: var(--px44);
  min-width: 30px;
  height: 2px;
  background-color: var(--color);
}
#index-body .init_3 .swiper ul li .list .txt {
  color: #494949;
      z-index: 1;
    position: relative;
}
#index-body .init_3 .swiper ul li .list:hover .icon img {
  transform: rotateY(360deg);
}
#index-body .init_3 .number {
  width: 100%;
  background-color: var(--color);
  border-radius: 10px;
  position: relative;
  bottom: var(--npx100);
  z-index: 2;
}
#index-body .init_3 .number .list {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#index-body .init_3 .number .list .numBox .line {
  right: 0;
  bottom: 0;
  width: var(--px45);
  min-width: 30px;
  height: 3px;
  background-color: #ffffff;
}
#index-body .init_3 .number .list:last-child {
  padding-left: var(--xp50);
  border-left: none;
}
#index-body .init_4 .swiperBig {
  color: #fff;
}
#index-body .init_4 .swiperBig .swiper ul li .container {
  position: absolute;
  right: 50%;
  transform: translateX(50.0%);
  top: 10.4166vw;
}
#index-body .init_4 .swiperBig .swiper ul li .container .textBox {
  max-width: 850px;
  width: 100%;
  margin: auto;
  padding-top: 15px;
}
#index-body .init_4 .swiperBig .swiper ul li.swiper-slide-active .textBox .titl {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#index-body .init_4 .swiperBig .swiper ul li.swiper-slide-active .textBox .txt {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#index-body .init_4 .swiperBig .swiper ul li.swiper-slide-active .textBox .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#index-body .init_4 .swiperSmall {
  position: absolute;
  bottom: 6.5625vw;
  right: 0;
  width: 100%;
}
#index-body .init_4 .swiperSmall .swiper {
  width: 53.645833vw;
}
#index-body .init_4 .swiperSmall .swiper ul li img.img {
  border-radius: 10px;
}
#index-body .init_5 .top .tabBox {
  align-items: stretch;
}
#index-body .init_5 .top .tabBox .tab {
  flex-shrink: 0;
  border-radius: 15px;
}
#index-body .init_5 .top .tabBox .tab .round {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}
#index-body .init_5 .top .tabBox .tab:last-child {
  margin-left: 0;
}
#index-body .init_5 .top .tabBox .tab.active,
#index-body .init_5 .top .tabBox .tab:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .init_5 .top .tabBox .tab.active .round,
#index-body .init_5 .top .tabBox .tab:hover .round {
  background-color: #fff;
}
#index-body .init_5 .bot .swiperBox {
  display: none;
}
#index-body .init_5 .bot .swiperBox:first-child {
  display: block;
}
#index-body .init_5 .bot .swiperBox .swiper {
  height: 510px;
}
#index-body .init_5 .bot .swiperBox .swiper ul li {
  min-height: 170px;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list {
  align-items: stretch;
  border-radius: 15px 0 0 15px;
  height: 100%;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list .date {
  flex-shrink: 0;
  width: 134px;
  border-left: 1px solid #000;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list .textBox {
  width: calc(100% - 134px);
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list .textBox .box {
  width: calc(100% - 40px);
  max-width: 1110px;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list .textBox .newsBtn {
  width: 30px;
  height: 30px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list .textBox .newsBtn img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list .textBox .titl {
  display: inline-block;
  width: 100%;
  max-width: 400px;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list:hover {
  color: #fff;
  background-color: var(--color);
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list:hover .date {
  border-color: #fff;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list:hover .textBox .newsBtn {
  background-color: #fff;
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list:hover .textBox .newsBtn img {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
#index-body .init_5 .bot .swiperBox .swiper ul li .list:hover .textBox .newsBtn:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url('../images/footerBg.jpg');
  color: #fff;
}
#footer .footerTop form {
  width: 100%;
  margin: 0 auto;
  max-width: 1065px;
}
#footer .footerTop form input {
  background-color: #fff;
  border: none;
  border-radius: var(--px29);
  height: var(--px57);
  min-height: 40px;
  width: 22.3%;
  color: #000;
}
#footer .footerTop form input.inquery {
  width: auto;
  background-color: var(--color);
  color: #fff;
}
#footer .footerTop form input.inquery:hover {
  opacity: .9;
}
#footer .footerTop form input.cont {
  width: 38.41%;
}
#footer .footerCent .item1 {
  width: 306px;
}
#footer .footerCent .item1 .cont {
  width: 100px;
  height: 100px;
  background-color: #fff;
  padding: 3px;
}
#footer .footerCent .item1 .share a:hover {
  color: var(--color);
}
#footer .footerCent .item3 {
  max-width: 130px;
}
#footer .footerCent .item4 {
  width: 326px;
}
#footer .footerCent .item .line {
  max-width: 232px;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.66);
  position: relative;
}
#footer .footerCent .item .line p {
  width: 25px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -1px;
}
#footer .footerCent .item p.linkA a {
  display: inline-block;
}
#footer .footerCent .item p.linkA a:hover {
  color: var(--color);
}
#footer .copyright {
  position: relative;
  overflow: hidden;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 28px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: relative;
  top: 0;
  color: #ffffff;
}
@media (max-width: 1700px) {
  #banner .bigSwiper .pageNumContainer {
    top: 24%;
  }
  #index-body .init_4 .swiperSmall {
    bottom: 3vw;
  }
}
@media (max-width: 1450px) {
  #banner .bigSwiper .pageNumContainer {
    top: 20%;
  }
  #banner .small {
    bottom: calc(23% + 30px);
  }
}
@media (max-width: 1250px) {
  #banner .bigSwiper .pageNumContainer {
    top: 12%;
  }
  #index-body .init_2 .top {
    margin-bottom: -20px;
    width: 50%;
  }
  #index-body .init_4 .swiperBig .swiper ul li .container {
    top: 6.5vw;
  }
  #index-body .init_5 .bot .swiperBox .swiper {
    height: 378px;
  }
  #index-body .init_5 .bot .swiperBox .swiper ul li {
    min-height: 126px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li img.phoneImg {
    display: block;
  }
  #banner .bigSwiper .swiper ul li .container .textBox .titl {
    padding-bottom: 20px;
    min-height: auto;
  }
  #banner .small {
    position: static;
    transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #banner .small .smallSwiper {
    margin: auto;
  }
  #banner .small .smallSwiper ul li {
    text-align: center;
  }
  #banner .small .smallSwiper ul li img {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  #index-body .init_1 {
    padding-top: 20px;
  }
  #index-body .init_1 .top::after {
    display: none;
  }
  #index-body .init_1 .top .tabBox {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  #index-body .init_2 .bot .left {
    height: 80px;
  }
  #index-body .init_2 .bot .right .bigTilt,
  #index-body .init_2 .bot .right .text {
    color: #fff;
    text-shadow: 2px 3px 6px #000;
    padding-right: 15px;
    padding-left: 15px;
  }
  #index-body .init_3 .number {
    bottom: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #index-body .init_3 .number .list {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #index-body .init_3 .number .list:last-child {
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  #index-body .init_4 .swiperBig .swiper ul li img.bgImg {
    min-height: 380px;
    object-fit: cover;
    object-position: center;
  }
  #index-body .init_4 .swiperBig .swiper ul li .container {
    top: 50%;
    transform: translate(50.0%,-50%);
  }
  #index-body .init_4 .swiperSmall {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #index-body .init_4 .swiperSmall .swiper {
    width: 100%;
  }
  #index-body .init_5 .bot .swiperBox .swiper ul li .list .date {
    width: 100px;
  }
  #index-body .init_5 .bot .swiperBox .swiper ul li .list .textBox {
    width: calc(100% - 100px);
  }
  #footer .footerTop form input {
    width: 49%;
  }
  #footer .footerTop form input.cont {
    width: 100%;
  }
  #footer .footerCent .item1,
  #footer .footerCent .item4 {
    width: 49%;
  }
}
@media (max-width: 700px) {
  #banner .bigSwiper .swiper ul li .container .textBox .titl {
    font-size: 18px;
    text-shadow: 2px 3px 6px #000;
  }
  #banner .small .smallSwiper {
    width: 100%;
  }
  #index-body .init_2 .top {
    width: 80%;
  }
  #index-body .init_2 .bot .right .box .textBox {
    width: 100%;
  }
  #index-body .init_2 .bot .right .box .imgR {
    width: 90%;
    max-width: 500px;
    display: block;
    margin: 20px auto 0;
  }
  #index-body .init_5 .bot .swiperBox .swiper {
    height: 236px;
  }
  #index-body .init_5 .bot .swiperBox .swiper ul li {
    min-height: 118px;
  }
  #footer .footerCent .item1,
  #footer .footerCent .item4 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init_3 .number {
    padding-right: 0;
    padding-left: 0;
  }
  #index-body .init_3 .number .list {
    border-left: none;
  }
  #index-body .init_3 .number .list:last-child {
    border: none;
  }
  #index-body .init_5 .bot .swiperBox .swiper {
    height: 350px;
  }
  #index-body .init_5 .bot .swiperBox .swiper ul li .list .date {
    width: 100%;
    border: none;
  }
  #index-body .init_5 .bot .swiperBox .swiper ul li .list .textBox {
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
  }
  #footer .footerTop form input {
    width: 100%;
  }
}
.inner-wen-banner {
  color: #fff;
}
.inner-wen-banner h2 {
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .inner-wen-banner{
    display: none;
  }
}
.about-page .about-1 {
  max-height: 50vh;
}
.about-1.o-hide .ui.container {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50.0%,-50%);
  text-align: center;
  color: #fff;
}

.about-1.o-hide {
  position: relative;
}

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

}

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

.about-2 .box .left ul li .text {
  text-transform: capitalize;
}

.tect {
  position: absolute;
  z-index: 1;
  top: 30%;
  color: #fff;
}

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


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


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


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


.about-page .about-4 .list li {
  border-bottom: 1px solid #eee;
}

.about-page .about-5 li {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.about-2 .box .left ul li {
  color: var(--color);
}

.about-6 {
  background: #f5f5f5;
}

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

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

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

.about-page .about-5 li:hover .mask.grid:after {
  content: "";
  background: rgba(0, 0, 0, .2);
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .about-2 .left ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-page .about-5 li .tect {
    position: static;
    color: block;
    background-color: black;
  }

  .about-page .about-5 li {
    flex-direction: column;
    position: static;
  }

  .about-page .about-5 li>img {
    transform: unset !important;
  }
}
@media screen and (max-width: 700px) {
  .about-2 .left ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-2 .left ul li {
    width: 48%;
  }

  .about-page .about-5 li .tect {
    width: 100%;
    padding: 15px;
  }

  .about-page .about-5 li>img {
    height: 280px;
  }

  .about-page .about-5 li .tect .more {
    margin-bottom: .5em;
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

.costom-fixed-box {
  width: 100%;
  background-color: #ffffff;
}

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

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


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

.costom-fixed-content em::before {
  content: "";
  position: absolute;
  right: 0;
  top: .4em;
  width: .4em;
  height: .4em;
  background-color: currentColor;
}
@media (max-width:1000px) {
  .costom-fixed-left {
    position: relative;
    height: auto;
  }

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

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

.element .text span.meta {
  font-size: 14px;
}

.element .text h2 {
  font-weight: 700;
  text-transform: capitalize;
}

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

.element .text .left p {
  font-size: 16px;
  padding: 5px 0;
}

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

.element {

  position: relative;
  overflow: hidden
}


.element .text .left {
  color: #fff;
}

.application-4 ul li .box:hover .text .left {
  color: #000;
  opacity: 0;
}

.application-4 ul li .box .text .left {
  transition: all .3s ease;
}

.application-4 ul li .box.has-vid::after {
  display: none;
}

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

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

.application-4 ul li {
  padding: 10px;
}

.application-4 ul li .box {
  position: relative;
  overflow: hidden;
}

.application-4 ul li .box:after {
  content: '';
  width: 300%;
  height: 300%;
  position: absolute;
  right: -100%;
  top: -100%;
  transform: rotate(0deg) translateY(-100%);
}

.application-4 ul li .box:hover:after {
  background: #E8E8E8;
  transform: rotate(-12deg);
  transition: all 0.5s ease-out;
}

.application-4 ul li .box:hover {
  color: #000;
}

.application-4 ul li .box>a {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

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

.application-4 {
  padding: var(--px100) 0;
}

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

.gallery-page .container .gallery-list ul li {
  padding: 15px;
}

.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}

.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}

.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}

.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  padding: 5px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .gallery-page .container .gallery-list ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .container .gallery-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .container .gallery-list ul li {
    padding: 15px 2px;
    width: 100%;
  }
}
.faq-page .init-1 .container .list {
  margin-bottom: var(--px20);
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}

.faq-page .init-1 .container .list h4 {
  font-size: var(--px20);
  line-height: 1.8;
}

.faq-page .init-1 .container .list .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: var(--px17);
  line-height: 1.8;
}


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

.inner-page.pro-page .bottom .left ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
}

.inner-page.pro-page .bottom .left ul li a em {
  position: absolute;
  top: 2px;
  left: 0;

}

.inner-page.pro-page .top {
  border-bottom: 1px solid #f1f1f1;
}
.inner-page.pro-page .bottom .right .list ul {
  align-items: stretch;
}
.inner-page.pro-page .bottom .right .list ul li {
  flex-shrink: 0;
}
.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: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:1000px) {
  .inner-page.pro-page .bottom .right .list ul li .pr-box .con {
    width: 100%;
  }

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

  .inner-page.pro-page .bottom .left {
    display: none;
  }

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

.inner-page .m-page>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .5em;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 3em;
  height: 3em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}

.inner-page.prodet-page .prodet-1 {
  background: #f5f5f5;
  /*margin-top: var(--px90);*/
}
.prodet-page .prodet-1 .left .big li img {
  display: block;
  margin: auto;

}

.prodet-page .prodet-1 .left li img{
  background: #fff;
}


.prodet-page .prodet-3 {
  background: url('../images/pr-bg.jpg') center center no-repeat;
  background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.prodet-page .prodet-3 .tab {
  background: #fff;
  padding: var(--px25);
  border-radius: 15px;
  line-height: 2;
}

.prodet-page .prodet-3 .tab .tab2 {
  max-height: 400px;
  overflow: hidden;
}

.prodet-page .prodet-3 .tab .tab2.active {
  max-height: unset;
}

.prodet-page .prodet-3 .openCont {
  margin-right: auto;
}

.prodet-page .prodet-3 .openCont .openBtn {
  background: #fff;
  padding: 4px var(--px20);
  cursor: pointer;
  border-radius: 10px;
}

.prodet-page .prodet-3 .openCont .openBtn:hover {
  background: #dcf2ff;
}

.prodet-page .prodet-3 .openCont .openBtn.active i {
  transform: rotateX(180deg);
  display: inline-block;
}

.prodet-page .prodet-3 .tab table {
  border: 0;
  width: 100% !important;
  overflow-x: auto;
  white-space: nowrap;
}

.prodet-page .prodet-3 .tab table tr td {
  border: 1px solid #888;
}

@media (min-width:1251px) {
  .prodet-page .prodet-3 .tab table tr td {
    padding: 10px var(--px30);
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-3 .tab {
    padding: 10px !important;
  }
}

#index-body .init-about .play {
  width: 6.5em;
  height: 6.5em;
  border-radius: 100%;
  background-color: #f8f9ff;
  bottom: 50%;
  right: 50%;
  transform: translate(50.0%,50%);
  padding: 0.8em;
  cursor: pointer;
  cursor: hand;
}

#index-body .init-about .play svg {
  fill: black;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}

#index-body .init-about .play svg path {
  fill: transparent;
}

#index-body .init-about .play i {
  width: 2.7em;
  height: 2.7em;
  border-radius: 100%;
  background-color: #626365;
  color: white;
}
@media screen and (max-width: 1000px) {
  #index-body .init-about .box .left {
    margin-top: 20px;
  }

  #index-body .init-about .box .right {
    position: relative !important;
    top: 0 !important;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-about .play {
    font-size: 10px;
    letter-spacing: .55em;
  }

  #index-body .init-about .text {
    padding-left: 0;
  }
}   

.app-page .app-8 {
  padding: var(--px110) 0;
  background-color: #f8f7f7;
}

.app-page .app-8 .flex {
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.app-page .app-8 .left .text {
  max-width: none;
  line-height: 2;
}

.app-page .app-8 .right {
  margin: 0 auto;
  width: 30%;
}

.app-page .app-8 .right .info {
  font-size: 18px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10%;
}

.app-page .app-8 .right .info i.iconfont {
  color: var(--color);
  margin-left: 1.5em;
  border-radius: 100%;
  flex-shrink: 0;
}

.app-page .app-8 .options .right .info i.iconfont {
  /*color: transparent;*/
  color: var(--color);
  /*border: 1px solid var(--color);*/
}

.app-page .app-8 .options .right .info p.active i.iconfont {
  color: #fff;
  border-color: transparent;
}

.app-page .app-8 .flex .left {
  width: 60%;
  padding-left: 90px;
}

.app-page .app-8 .flex .right {
  width: 40%;
}

.app-page .app-8 .left span.h2 {
  line-height: 1.5;
}

.app-page .app-8 .flex .right p {
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  line-height: 2;
  max-width: 100%;
}

.app-page .app-8 .options .right .info p.active {
  background: var(--color);
  color: #fff;
}

.app-page .app-8 .left .text {
  min-height: 280px;
}
@media screen and (max-width: 1000px) {
  
  .app-page .app-8 .flex .left {
    width: 100%;
    padding-left: 0;
  }

  .app-page .app-8 .flex .right {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }

  .app-page .app-8 .flex {
    flex-wrap: wrap;
  }

  .app-page .app-8 .left .text {
    min-height: auto;
  }

  .app-page .app-8 .right .info {
    padding: 5%;
  }
}

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

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

.app-page .app-3 .left .bottom .ll {
  background-color: var(--color);
  color: #FFFFFF;
}

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

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

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

.app-page .app-3 .left .bottom .rr .slick-slide {
  transform: translateX(100.0%);
}
@media screen and (max-width: 1000px) {
  .app-page .app-3 .left .bottom {
    width: 100%;
    position: relative;
    right: 0;
  }

  .app-page .app-3 .left .bottom .rr {
    display: none;
  }

  .app-page .app-3 .left .bottom .ll {
    width: 100% !important;
  }

  .app-page .app-3 .right {
    order: -1;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.app-page .app-14 li .box {
  height: 100%;
  background-color: #fff;
}
.app-page .app-14 ul li .box {
  transition: all .6s ease;
  overflow: hidden;
      min-height: 300px;
}
.app-page .app-14 ul li:hover .box {
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
}
.app-page .app-14 ul li:hover .box img {
  filter: drop-shadow(0 100px #fff);
  position: relative;
  top: -100px;
}
.app-page .app-14 ul li .box img {
  filter: drop-shadow(0 100px var(--color));
  position: relative;
  top: -100px;
}
@media screen and (max-width: 1000px) {
  .app-page .app-14 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .app-page .app-14 ul li {
    width: 100%;
  }
  .app-4 .form ul li {
    width: 100%;
  }
}


.news-page-top ul li.active {
  background: var(--color);
  color: #fff;
}

.news-page-top ul li {
  border-radius: 45px;
  background: #eaeef7;
}

.news-page-top {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.news-page-top:after {
  content: "";
  background: #000;
  height: 1px;
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50.0%,50%);
}

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

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

.newdet-page-01 .news_contents p {
  line-height: 1.8;
  margin-bottom: 20px;
}

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


.contact-page .contact-1 .share {
  line-height: 1;
}

.contact-page .contact-1 .box2 {
  background-color: white;
}

.contact-page .contact-1 .box2 .text {
  color: #858585;
}

.contact-page .contact-1 .box2 input,
.contact-page .contact-1 .box2 textarea {
  width: 100%;
  padding: .6em .8em;
  border-radius: 0.70588235em;
  border: none;
  background-color: #f7f7f7;
}

.contact-page .contact-1 .box2 textarea {
  height: 7.05882353em;
}

.contact-page .contact-1 .box2 button {
  height: 2.70588235em;
  padding: 0 2em;
  border: none;
  background: var(--color);
  color: #fff;
}

.contact-page .contact-2 {
  background-color: #fcfcfc;
}

.contact-page .contact-2 span.icon {
  line-height: 1;
  color: var(--color);
}

.contact-page .contact-2 hr {
  background-color: #c1cbd5;
  position: relative;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-2 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: inherit;
}

.contact-page .contact-2 span.h6 {
  line-height: 1.2;
}

.contact-page .contact-2 a.link {
  width: 1.7em;
  height: 1.7em;
  border-radius: 100%;
  border: 1px solid #efefef;
  background-color: white;
  margin-right: auto;
  position: relative;
  right: 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-2 li {
  padding: 8% 4% 0;
  position: relative;
  z-index: 1;
}

.contact-page .contact-2 li:before {
  content: '';
  background-image: url("../images/contact-2-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.contact-page .contact-2 li:hover hr {
  background-color: var(--color);
}

.contact-page .contact-2 li:hover a.link {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.contact-page iframe {
  border: none;
}


/*设计*/

#index-body .init_2 .bot .left .play:after, #index-body .init_2 .bot .left .play:before {
    background-color: white;
}


.play-btn:before, .play-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}

.play-btn:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
#index-body .init_3 .swiper ul li .list:hover,
#index-body .init_3 .swiper ul li .list:hover .txt {
    color: #fff;
}

#index-body .init_3 .swiper ul li .list:hover .titl .line{
      background-color: #FFF;
}

#index-body .init_3 .swiper ul li .list .blueBg {
  position: absolute;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: var(--color);
}

#index-body .init_3 .swiper ul li .list:hover .blueBg {
height: 100%;
}


#index-body .init_3 .swiper ul li .list:hover .icon.m-auto img{
  filter: drop-shadow(0 -100px #fff);
    position: relative;
    top: 100px;
}
#index-body .init_3 .swiper ul li .list .icon.m-auto{
overflow: hidden; 
}


.news-page02 .left {
    border-left: 1px solid #F0F0F0;
}

.news-page02 .new-box ul li {
    transition: all .5s ease;
}


.news-page02 .new-box ul li:hover {
    padding: 15px;
    background: var(--color);
    color: #fff;
}

.app-3 .left ul.bigg li img {
    min-height: 500px;
    object-fit: cover;
    width: 100%;
}

/*table tbody{
      table-layout: fixed;
}*/
/*设计-end*/