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

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

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

@font-face {
  font-family: 'Montserrat';
  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-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  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-display: swap;
}

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

body {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 18px;
  --color: #143570;
  --color2: #5fb638;
  margin: 0 auto;
  color: #333;
}

.container {
  width: 1670px;
}

.bigtt-zt {
  font-family: 'Montserrat';
  font-weight: bold;
}

#header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav {
  position: relative;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav .ui.menu {
  border-radius: 10px;
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  margin: 0 30px;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  color: #333;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: right;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
  border-bottom: 2px solid transparent;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
  display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  text-align: right;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: -10px;
  min-width: 180px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  right: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover>ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-left: 0;
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-language span {
  width: 45px;
  height: 45px;
  padding: 5px;
  background-color: var(--color2);
  border-radius: 50%;
}

#header .nav .ui.menu .right .h-language span img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  left: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-left: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .right .h-language:hover img {
  -webkit-filter: none;
  filter: none;
}

#header .nav .ui.menu .right .h-search {
  width: 45px;
  height: 45px;
  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;
  cursor: pointer;
  background-color: var(--color2);
  border-radius: 50%;
}

#header .nav .ui.menu .right .h-search img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
  -webkit-filter: none;
  filter: none;
}

#header .nav .ui.menu .right .line {
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
}

#header.active {
  background-color: #fff;
}

#header.active .nav {
  height: 100px;
}

#header.active .ui.menu .right .h-inquire,
#header.inner_active .ui.menu .right .h-inquire{
  background-color: var(--color);
  color: #fff;
}

#header.active .ui.menu .right .h-inquire i,
#header.inner_active .ui.menu .right .h-inquire i {
  color: var(--color);
}

#header.active .ui.menu .right .h-inquire::after,
#header.inner_active .ui.menu .right .h-inquire::after {
  background-color: #fff;
}

#header.active .ui.menu .right .h-inquire:hover,
#header.inner_active .ui.menu .right .h-inquire:hover {
  color: var(--color);
}




#banner {
  background-color: #f1f1f0;
  position: relative;
}

#banner .banner-content {
  height: 100vh;
  position: relative;
}

#banner .banner-content .swiper-slide {
  position: relative;
  overflow: hidden;
}

#banner .banner-content .swiper-slide .bg {
  position: absolute;
  bottom: 1%;
  left: -20.5%;
  max-width: 70%;
  -o-object-fit: cover;
  object-fit: cover;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  padding-top: 4%;
}

#banner .banner-content .swiper-slide .txt-content .textbox {
  width: 47%;
}

#banner .banner-content .swiper-slide .txt-content .text1 {
  color: var(--color);
  position: relative;
}

#banner .banner-content .swiper-slide .txt-content .text1::after {
  content: '';
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f1f0), color-stop(90%, var(--color)));
  background-image: -webkit-linear-gradient(bottom, #f1f1f0 0%, var(--color) 90%);
  background-image: -moz-linear-gradient(bottom, #f1f1f0 0%, var(--color) 90%);
  background-image: -o-linear-gradient(bottom, #f1f1f0 0%, var(--color) 90%);
  background-image: linear-gradient(180deg, #f1f1f0 0%, var(--color) 90%);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(42.0%,-60%);
  -moz-transform: translate(42.0%,-60%);
  -ms-transform: translate(42.0%,-60%);
  -o-transform: translate(42.0%,-60%);
  transform: translate(42.0%,-60%);
  z-index: -1;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
  color: #666666;
}

#banner .banner-content .swiper-slide .txt-content .mk-list {
  padding-left: 32%;
}

#banner .banner-content .swiper-slide .txt-content .mk-list ul li .box i {
  width: 74px;
  height: 74px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color2);
}

#banner .ban-btn {
  width: 280px;
  height: 140px;
  background-image: url(../images/h-bandown.png);
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  -o-transform: translateX(50.0%);
  transform: translateX(50.0%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: #fff;
  padding: 30px 20px 0 80px;
  z-index: 1;
}

#banner .ban-btn img {
  -webkit-animation: dots 1.5s infinite alternate ease-in-out;
  -moz-animation: dots 1.5s infinite alternate ease-in-out;
  -o-animation: dots 1.5s infinite alternate ease-in-out;
  animation: dots 1.5s infinite alternate ease-in-out;
}

@-webkit-keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes dots {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.7;
  }

  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes dots {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.7;
  }

  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes dots {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.btn-go {
  width: auto;
  min-width: 170px;
  padding: 4px 50px 4px 12px;
  height: 46px;
  border-radius: 23px;
  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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  cursor: pointer;
  z-index: 0;
}

.btn-go i {
  font-size: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 37px;
  height: 37px;
  border-radius: 19px;
  background-color: transparent;
  color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
}

.btn-go::after {
  content: '';
  width: 37px;
  height: 36px;
  border-radius: 19px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-go:hover {
  color: var(--color);
}

.btn-go:hover::after {
  width: -webkit-calc(100% - 8px);
  width: -moz-calc(100% - 8px);
  width: calc(100% - 8px);
}

.btn-go.whitebg {
  color: var(--color);
  background-color: #fff;
}

.btn-go.whitebg i {
  color: #fff;
}

.btn-go.whitebg::after {
  background-color: var(--color);
}

.btn-go.whitebg:hover {
  color: #fff;
}

.btn-go.tmbg {
  background-color: transparent;
  border-color: var(--color);
  color: var(--color);
}

.btn-go.tmbg i {
  color: #fff;
  background-color: var(--color);
}

.btn-go.tmbg::after {
  background-color: var(--color);
}

.btn-go.tmbg:hover {
  color: #fff;
}

.btn-go.c2 {
  background-color: #fff;
  color: #000;
}

.btn-go.c2 i {
  background-color: var(--color2);
  color: #fff;
}

.btn-go.c2::after {
  background-color: var(--color2);
}

.btn-go.c2:hover {
  color: #fff;
}

.mk-tt .tags {
  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;
  height: 32px;
  padding: 0 15px;
  border: solid 1px #666666;
  color: #666666;
  border-radius: 16px;
}
.mk-tt .tags.white{
  border: solid 1px #fff;
  color: #fff;
}

#index-body .init-about {
  position: relative;
  overflow: hidden;
}

#index-body .init-about .box {
  position: relative;
  z-index: 3;
}

#index-body .init-about .box .left .cont {
  max-height: -webkit-calc(28px * 13);
  max-height: -moz-calc(28px * 13);
  max-height: calc(28px * 13);
  overflow-y: auto;
}

#index-body .init-about .box .right .imgbox>img {
  width: 100%;
  border-radius: 10px;
}

#index-body .init-about .box .right .play {
  width: 95px;
  height: 95px;
  background-color: var(--color2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  border-radius: 50%;
  position: absolute;
  left: 65px;
  top: -20px;
}

#index-body .init-about .box .right .play svg {
  fill: var(--color2);
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 170px;
  font-size: 20px;
  letter-spacing: 2px;
  -webkit-animation: sc 10s linear infinite;
  -moz-animation: sc 10s linear infinite;
  -o-animation: sc 10s linear infinite;
  animation: sc 10s linear infinite;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

#index-body .init-about .textAniC {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 100%;
}

#index-body .init-about .textAniC .c {
  font-weight: 900;
  font-size: 106px;
  line-height: 0.8;
  letter-spacing: 16px;
  color: transparent;
  -webkit-text-stroke: 1px var(--color2);
  text-transform: uppercase;
  opacity: 0.3;
  white-space: nowrap;
  -webkit-animation: transAni2 30s linear infinite;
  -moz-animation: transAni2 30s linear infinite;
  -o-animation: transAni2 30s linear infinite;
  animation: transAni2 30s linear infinite;
}

#index-body .init-advantage {
  background: #f1f1f0;
}

#index-body .init-advantage .top .right {
  text-align: left;
}

#index-body .init-advantage .bottom {
  margin-top: 30px;
}

#index-body .init-advantage .bottom li {
  padding-top: 20px;
}

#index-body .init-advantage .bottom .box {
  height: 420px;
  background: #ffffff no-repeat right bottom;
  border-radius: 10px;
  padding: 40px 30px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}

#index-body .init-advantage .bottom .box::after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: var(--color2);
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-advantage .bottom .box .mask {
  position: absolute;
  max-width: 52%;
  left: 5px;
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

#index-body .init-advantage .bottom .box .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#index-body .init-advantage .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-advantage .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: var(--color2);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-advantage .bottom .box .tip .icon img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

#index-body .init-advantage .bottom .box .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 50px 30px;
}

#index-body .init-advantage .bottom .box .text .t1 {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

#index-body .init-advantage .bottom .box .text2 {
  opacity: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-advantage .bottom .box .text2 .btn-go {
  zoom: 0.85;
  font-size: 20px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

#index-body .init-advantage .bottom .box .text2 .cont {
  line-height: 1.8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
}

#index-body .init-advantage .bottom .box:hover {
  color: #ffffff;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

#index-body .init-advantage .bottom .box:hover::after {
  top: 0;
}

#index-body .init-advantage .bottom .box:hover .mask {
  opacity: 1;
}

#index-body .init-advantage .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}

#index-body .init-advantage .bottom .box:hover .tip .icon {
  background: #ffffff;
}

#index-body .init-advantage .bottom .box:hover .tip .icon img {
  -webkit-filter: none;
  filter: none;
}

#index-body .init-advantage .bottom .box:hover .text {
  opacity: 0;
}

#index-body .init-advantage .bottom .box:hover .text2 {
  opacity: 1;
}

#index-body .init-product .bottom {
  padding: 0 70px;
  position: relative;
  z-index: 2;
  height: 542px;
}

#index-body .init-product .bottom ul li .img {
  position: relative;
}

#index-body .init-product .bottom ul li .img .img1 {
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 4;
}

#index-body .init-product .bottom ul li .img .img_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

#index-body .init-product .bottom ul li .t1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: -100px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 3;
}

#index-body .init-product .bottom ul .slick-center .img {
  padding-top: 8%;
}

#index-body .init-product .bottom ul .slick-center .img .img1 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-reflect: below -5px linear-gradient(to bottom, transparent 86%, rgba(0, 0, 0, 0.2));
  width: auto;
  max-width: 88%;
  height: 422px;
  object-fit: cover;
  margin: 0;
}

#index-body .init-product .bottom ul .slick-center .img .img_bg {
  opacity: 1;
}

#index-body .init-product .bottom ul .slick-center .t1 {
  margin-top: 40px;
  font-size: 24px;
  color: var(--color);
}

#index-body .init-product .bottom .txt_bg {
  position: absolute;
  z-index: -1;
  text-align: center;
  width: 100%;
  line-height: 0.8;
  font-size: 151px;
  font-weight: 900;
  color: var(--color);
  opacity: 0.1;
  top: 40px;
  right: 0;
  letter-spacing: 21px;
}

#index-body .init-product .bottom .prev,
#index-body .init-product .bottom .next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  background-color: #f0f0f0;
  color: var(--color);
  font-size: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

#index-body .init-product .bottom .prev:hover,
#index-body .init-product .bottom .next:hover {
  background: var(--color);
  color: #ffffff;
}

#index-body .init-product .bottom .prev {
  right: 0;
}

#index-body .init-product .bottom .next {
  left: 0;
}

#index-body .init-application {
  position: relative;
}

#index-body .init-application .masks i {
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: left top / cover;
  -webkit-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  -moz-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}

#index-body .init-application .masks i.active {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-application .box {
  position: relative;
  z-index: 3;
}

#index-body .init-application .box .left {
  width: 100%;
  padding-top: 70px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}

#index-body .init-application .box .left .title {
  position: relative;
  padding: 15px 0;
  display: inline-block;
  padding-left: 90px;
  z-index: 1;
}

#index-body .init-application .box .left .title::after {
  content: '';
  display: block;
  position: absolute;
  right: -56%;
  top: 0;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(right, var(--color), transparent);
  background: -moz-linear-gradient(right, var(--color), transparent);
  background: -o-linear-gradient(right, var(--color), transparent);
  background: linear-gradient(to left, var(--color), transparent);
  z-index: -1;
}

#index-body .init-application .box .right {
  width: 52%;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 3;
}

#index-body .init-application .box .right ul li {
  width: 33.3%;
}

#index-body .init-application .box .right ul li:nth-child(2) {
  margin-right: 10%;
}

#index-body .init-application .box .right ul li:nth-child(3) {
  margin-right: 33.3%;
  margin-left: 33.3%;
}

#index-body .init-application .box .right ul li:nth-child(4) {
  margin-right: 0;
  margin-left: 10%;
}

#index-body .init-application .box .right .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  height: 300px;
  background-color: rgba(6, 24, 56, 0.3);
  padding: 35px 20px 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

#index-body .init-application .box .right .item .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  zoom: 2.5;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-application .box .right .item .icon {
  text-align: left;
  padding-left: 15px;
}

#index-body .init-application .box .right .item:hover,
#index-body .init-application .box .right li.active .item {
  background: var(--color);
}

#index-body .init-application .box .right .item:hover .img,
#index-body .init-application .box .right li.active .item .img {
  opacity: 0.2;
}

#index-body .init-support {
  background: #f1f1f0;
}

#index-body .init-support .box {
  position: relative;
  z-index: 2;
}

#index-body .init-support .box .left {
  width: 45%;
}

#index-body .init-support .box .left img {
  width: 100%;
}

#index-body .init-support .box .right {
  width: 50%;
  position: relative;
  z-index: 2;
}

#index-body .init-support .box .right li {
  position: relative;
  padding-right: 50px;
}

#index-body .init-support .box .right li .dot {
  position: absolute;
  right: 25px;
  top: 8px;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
}

#index-body .init-support .box .right .prev0 li .dot {
  padding-bottom: 16px;
}

#index-body .init-support .box .right li .dot::after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1px;
  height: 100%;
  background-color: #000000;
  opacity: 0.1;
  margin: 0 auto;
  margin-top: 8px;
}

#index-body .init-support .box .right li .icon {
  position: absolute;
  right: 25px;
  top: 0;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
}

#index-body .init-support .box .right li .icon i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px var(--color);
  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;
}

#index-body .init-support .box .right li .icon .line {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 8px;
  position: relative;
}

#index-body .init-support .box .right li .icon .line::after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2f519b;
}

#index-body .init-support .box .right li .txt {
  padding-right: 30px;
  height: 90px;
  overflow-y: auto;
}

#index-body .init-support .box .right .slick-active+.slick-active+.slick-active+.slick-active .dot::after {
  display: none;
}

#index-body .init-support .box .right .slick-active+.slick-active+.slick-active+.slick-active .icon .line {
  display: none;
}

#index-body .init-support .box .right .slick-current .dot {
  opacity: 0;
}

#index-body .init-support .box .right .slick-current .icon {
  opacity: 1;
}

#index-body .init-support .box .right .slick-current .icon .line::after {
  -webkit-transition: 5s;
  -o-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
  height: 100%;
}

#index-body .init-support .box .txts {
  font-size: 106px;
  line-height: 0.8;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px var(--color2);
  position: absolute;
  left: 0;
  bottom: 30px;
  opacity: 0.4;
  letter-spacing: 14px;
}

#index-body .init-news .top .right {
  text-align: left;
}

#index-body .init-news .bottom li {
  padding-top: 20px;
}

#index-body .init-news .bottom li .box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 45px 35px 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#index-body .init-news .bottom li .box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color2);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-news .bottom li .box .tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 20px;
}

#index-body .init-news .bottom li .box .tip .ty {
  line-height: 1;
  padding: 0 15px;
  background: var(--color2);
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-news .bottom li .box .cont {
  color: #666666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-news .bottom li .box:hover {
  color: #ffffff;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

#index-body .init-news .bottom li .box:hover::after {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

#index-body .init-news .bottom li .box:hover .tip .ty {
  background: #ffffff;
  color: var(--color2);
}

#index-body .init-news .bottom li .box:hover .cont {
  color: #ffffff;
}

@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -o-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }

  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -o-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }

  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

@-o-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -o-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }

  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    -o-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }

  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    -o-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}

@-webkit-keyframes sc {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

@-moz-keyframes sc {
  0% {
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }

  100% {
    -moz-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

@-o-keyframes sc {
  0% {
    -o-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }

  100% {
    -o-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

@keyframes sc {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -moz-transform: rotate(0deg) translate(-50%, -50%);
    -o-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
    -moz-transform: rotate(360deg) translate(-50%, -50%);
    -o-transform: rotate(360deg) translate(-50%, -50%);
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

#footer {
  background-color: var(--color);
  background-repeat: no-repeat;
  background-position: left bottom;
  -o-background-size: 32% auto;
  background-size: 32% auto;
}

#footer .f-box .left {
  width: 30%;
}

#footer .f-box .left li .icon {
  width: 19px;
  height: 22px;
  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;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

#footer .f-box .left li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#footer .f-box .right {
  width: 60%;
}

#footer .f-box .right .f-form form ul {
  margin: -10px;
}

#footer .f-box .right .f-form form ul li {
  padding: 10px;
}

#footer .f-box .right .f-form form ul li input {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: none;
  padding: 0 10px;
}

#footer .f-box .right .f-form form ul li input::-webkit-input-placeholder {
  color: #cbcbcb;
  font-size: 16px;
}

#footer .f-box .right .f-form form ul li input:-moz-placeholder {
  color: #cbcbcb;
  font-size: 16px;
}

#footer .f-box .right .f-form form ul li input::-moz-placeholder {
  color: #cbcbcb;
  font-size: 16px;
}

#footer .f-box .right .f-form form ul li input:-ms-input-placeholder {
  color: #cbcbcb;
  font-size: 16px;
}

#footer .f-box .right .f-form form ul li input::-ms-input-placeholder {
  color: #cbcbcb;
  font-size: 16px;
}

#footer .f-box .right .f-form form ul li input::placeholder {
  color: #cbcbcb;
  font-size: 16px;
}

#footer .f-box .right .f-form form ul .i1 {
  width: 27%;
}

#footer .f-box .right .f-form form ul .i2 {
  width: 35%;
}

#footer .f-box .right .f-form form ul .submit {
  width: 11%;
}

#footer .f-box .right .f-form form ul .submit button {
  height: 46px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 45px;
  border-radius: 4px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  font-size: 26px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#footer .f-box .right .f-form form ul .submit button:hover {
  background: #ffffff;
  color: #000000;
}

#footer .f-box .right .r-box>div {
  max-width: 180px;
}

#footer .f-box .right .r-box .link li {
  position: relative;
}

#footer .f-box .right .r-box .link li::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #fffffe;
  margin-left: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
}

#footer .f-box .right .r-box .link li a {
  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;
  opacity: 0.6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#footer .f-box .right .r-box .link li:hover a {
  opacity: 1;
  -webkit-transform: translateX(-24.0px);
  -moz-transform: translateX(-24.0px);
  -ms-transform: translateX(-24.0px);
  -o-transform: translateX(-24.0px);
  transform: translateX(-24.0px);
}

#footer .f-box .right .r-box .link li:hover::before {
  width: 19px;
}

#footer .f-box .right .r-box .f-product {
  max-width: 250px;
}

#footer .f-box .right .r-box .f-code {
  max-width: 300px;
}

#footer .f-box .right .r-box .f-code .codes #ewm {
  width: 82px;
  height: 82px;
  border: 5px solid #ffffff;
  border-radius: 3px;
}

#footer .f-box .right .r-box .f-code .codes .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .f-box .right .r-box .f-code .codes .share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#footer .f-box .right .r-box .f-code .codes .share a:hover {
  background: #ffffff;
  color: var(--color);
}

#footer .f-copy {
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}

#footer .f-copy .bot {
  padding: 25px 0;
  width: 70%;
  border-top: 1px solid rgba(231, 231, 231, 0.1);
}

#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media screen and (max-width: 1700px) {
  #banner .ban-btn {
    zoom: 0.8;
  }

  #index-body .init-product .bottom {
    height: 457px;
  }
  #index-body .init-product .bottom ul .slick-center .img .img1{
      height: 348px;
  }
  #index-body .init-support .box .txts {
    font-size: 90px;
  }
}

@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }

  .btn-go {
    zoom: 0.9;
  }

  .pt-btn {
    zoom: 0.9;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 16px;
    font-size: 16px;
  }

  #banner .banner-content .swiper-slide .txt-content .mk-list ul li {
    zoom: 0.8;
  }

  #banner .banner-content .swiper-slide .txt-content .text1::after {
    zoom: 0.8;
  }

  #banner .ban-btn {
    zoom: 0.6;
  }

  #banner .banner-content .swiper-slide .bg {
    bottom: 12%;
  }

  #footer .f-box .right .f-form form ul {
    margin: -4px;
  }

  #footer .f-box .right .f-form form ul li {
    padding: 4px;
  }

  #footer .f-box .left li .icon {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }

  #index-body .init-advantage .bottom .box {
    padding: 30px;
  }

  #index-body .init-advantage .bottom .box {
    height: 430px;
  }

  #index-body .init-product .bottom .txt_bg {
    font-size: 130px;
  }

  #index-body .init-product .bottom ul li .t1 {
    margin-top: -80px;
  }

  #index-body .init-product .bottom {
    height: 390px;
  }
  #index-body .init-product .bottom ul .slick-center .img .img1{
      height: 295px;
  }
  #index-body .init-support .box .txts {
    font-size: 70px;
  }

  #index-body .init-support .box .right li .txt {
    height: 80px;
  }

  #index-body .init-support .box .right li .icon i {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 50vw;
  }

  #banner .banner-content .swiper-slide .txt-content {
    padding-top: 0;
  }

  #banner .banner-content .swiper-slide .txt-content .text1::after {
    zoom: 0.6;
  }

  #banner .banner-content .swiper-slide .txt-content .textbox {
    width: 58%;
  }

  #footer .f-box .right {
    width: 66%;
  }

  #footer .f-box .right .f-form form ul .i2 {
    width: 89%;
  }

  #footer .f-box .right .f-form form ul .i1 {
    width: 50%;
  }

  #index-body .init-about .box .right .play {
    zoom: 0.8;
  }

  #index-body .init-product .bottom .txt_bg {
    font-size: 105px;
  }

  #index-body .init-product .bottom {
    height: 340px;
    padding: 0 40px;
  }

  #index-body .init-product .bottom ul li .t1 {
    margin-top: -60px;
    font-size: 18px;
  }

  #index-body .init-product .bottom .prev,
  #index-body .init-product .bottom .next {
    zoom: 0.7;
  }

  #index-body .init-product .bottom ul .slick-center .t1 {
    font-size: 20px;
  }
#index-body .init-product .bottom ul .slick-center .img .img1 {
    height: 250px;
}
  #index-body .init-application .box .right {
    width: 65%;
  }

  #index-body .init-application .box .right .item {
    height: 240px;
  }

  #index-body .init-application .box .right .item .img {
    zoom: 2;
  }

  #index-body .init-support .box .txts {
    font-size: 58px;
  }

  #index-body .init-support .box .right li .txt {
    height: 70px;
  }

  #index-body .init-news .bottom li .box {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }

  #banner .banner-content .swiper-slide .txt-content .mk-list {
    display: none;
  }

  #banner .banner-content .swiper-slide .txt-content .textbox {
    width: 100%;
  }

  #banner .banner-content .swiper-slide .txt-content .text1 {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.815);
  }

  #banner .banner-content .swiper-slide {
    position: relative;
    z-index: 0;
  }

  #banner .banner-content .swiper-slide::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
  }

  #banner .banner-content .swiper-slide .txt-content .text2 {
    color: #ffffff;
    text-shadow: 0 0 3px #000000;
  }

  #footer .f-box .right .r-box .link {
    display: none;
  }

  #footer .f-box .right {
    margin-top: 5%;
  }

  #footer .f-copy .bot {
    width: 100%;
  }

  #index-body .init-product .bottom {
    height: auto;
  }

  #index-body .init-product .bottom .txt_bg {
    display: none;
  }

  #index-body .init-product .bottom ul li .img .img_bg {
    display: none;
  }

  #index-body .init-product .bottom ul {
    margin: 0 -15px;
  }

  #index-body .init-product .bottom ul li {
    padding: 0 15px;
  }

  #index-body .init-product .bottom ul li .img{
    height:250px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #f5f5f5;*/
    padding: 10px!important;
  }
  #index-body .init-product .bottom ul .slick-center .img {
    padding-top: 0;
  }

  #index-body .init-product .bottom ul li .img .img1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-reflect: below -5px linear-gradient(to bottom, transparent 86%, rgba(0, 0, 0, 0.2));
    max-width: 100% !important;
    width: auto !important;
    max-height: 95%;
    height: auto!important;
  }

  #index-body .init-product .bottom ul li .t1 {
    margin-top: 20px !important;
    color: #333 !important;font-size: 18px!important;
  }

  #index-body .init-application {
    height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  #index-body .init-application .box .left .title::after {
    right: -65%;
  }

  #index-body .init-application .box .right ul li {
    margin: 0 !important;
    width: 20%;
  }

  #index-body .init-application .box {
    position: static;
  }

  #index-body .init-application .box .right {
    width: 100%;
  }

  #index-body .init-application .box .right .item {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 10px;
  }

  #index-body .init-application .box .right .item .img {
    zoom: 1.6;
  }

  #index-body .init-application .box .right .item .icon {
    text-align: right;
    padding-left: 0;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  #index-body .init-application .box .right .item .icon img {
    height: 100%;
  }

  #index-body .init-support .box .left {
    display: none;
  }

  #index-body .init-support .box .txts {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  #index-body .init-application .box .right ul li {
    width: 50%;
  }

  #index-body .init-application .box .right ul li:nth-last-child(1) {
    width: 100%;
  }

  #index-body .init-application .box .right .item .icon {
    display: none;
  }

  #index-body .init-application .box .right .item {
    height: 100px;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index-body .init-application .box .right .item .img {
    zoom: 1;
  }

  #index-body .init-application .box .left .title::after {
    width: 100%;
    right: -15px;
  }
}

@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }

  .btn-go {
    zoom: 0.8;
  }

  .pt-btn {
    zoom: 0.8;
  }

  .phone_hide {
    display: none;
  }

  #banner .ban-btn {
    display: none;
  }

  #index-body .init-product .bottom .prev,
  #index-body .init-product .bottom .next {
    zoom: 0.6;
  }
  #index-body .init-product .bottom ul li .img{
      height: 40vw;
  }
  #index-body .support .box .txts {
    display: none;
  }

  #index-body .news .top .right {
    margin-top: 20px;
  }

  #index-body .news .bottom li .box {
    padding: 35px 20px 30px;
  }

  #index-body .init-support .box .txts {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  #banner .banner-content .swiper-slide .bg {
    max-width: 90%;
  }

  #banner .banner-content .swiper-slide .btn-go {
    background-color: #fff;
  }

  #footer .f-box .right .f-form form ul .i1 {
    width: 100%;
  }

  #footer .f-box .right .f-form form ul .i2 {
    width: 100%;
  }

  #footer .f-box .right .f-form form ul .submit {
    width: 20%;
  }

  #index-body .init-about .box .left .dates li {
    width: 50%;
    padding: 5px 0;
  }

  #index-body .init-product .bottom {
    padding: 0;
  }

  #index-body .init-product .bottom .prev,
  #index-body .init-product .bottom .next {
    display: none !important;
  }
#index-body .init-product .bottom ul li .img {
    height: auto;
}
  #index-body .application .box .right .item {
    height: 100px;
  }

  #index-body .init-support .box .right li .txt {
    padding-right: 5px;
  }

  #index-body .init-support .box .right li .icon i {
    zoom: 0.6;
  }

  #index-body .init-support .box .right li .dot {
    right: 14px;
  }

  #index-body .init-support .box .right li .icon {
    right: 14px;
  }

  #index-body .init-support .box .right li {
    padding-right: 32px;
  }
}

/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type='submit'] {
  background-image: url(../images/icon-search-white.png);
}

#mobile3 .m-search form input[type='submit'] {
  background-image: url(../images/icon-search-white.png);
}

/*@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}*/
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}

@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}

.inner-banner{
  margin-top: 110px;
  position: relative;
}
.inner-banner .mbx span {
  color: var(--color2);
}
.inner-banner .mbx {
  font-size: 0;
}
.inner-banner .mbx * {
  font-size: 16px;
}
.inner-banner .mbx a:after {
  content: '\e7de';
  font-family: 'iconfont';
  font-size: .5em;
  margin: 0 1em;
  color: var(--color2);
  position: relative;
  top: -.2em;
}
.inner-banner::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
}
#innerMobileBanner .banner2{
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

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

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pr {
    position: relative
}

.pa {
    position: absolute
}


/*
    product-page
==============================================*/
.sider-box .sider-left {
    width: 30%;
    position: sticky;
    top: 100px;
}

.sider-box .sider-left h2 {
    padding-top: 8px;
    padding-right: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.sider-box .sider-left h2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-radius: 3px;
    background-color: var(--color2);
}

.sider-box .sider-left .category {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .category .catelist {
    margin-top: 35px;
}

.sider-box .sider-left .category .catelist>ul>li {
    border-radius: 25px;
    background: #f0f0f0;
    margin-bottom: 10px;
}

.sider-box .sider-left .category .catelist ul li a {
    padding: 15px 0;
    height: auto;
    border-radius: 5px;
    background: #f0f0f0;
}

.sider-box .sider-left .category .catelist>ul>li>a {
    padding-right: 25px;
    padding-left: 35px;
    background: #f0f0f0;
    position: relative;
    font-size: 16px;
    transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a:hover,
.sider-box .sider-left .category .catelist>ul>li.active>a {
    color: #FFFFFF;
    background-color: var(--color);
}

.sider-box .sider-left .category .catelist>ul>li>a i {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 24px;
    font-family: cursive;
    width: 30px;
    text-align: center;
    transition: .5s;
}

.sider-box .sider-left .category .catelist>ul>li>a i.active {
    transform: rotate(90deg);
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    display: none;
}

.sider-box .sider-left .category .catelist>ul>li>ul {
    padding: 10px 25px 30px;
    background-color: #f0f0f0;
    border-radius: 25px;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a {
    line-height: 1.2;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    height: auto;
    padding: 15px 0;
}

.sider-box .sider-left .category .catelist>ul>li>ul>li>a.active,
.sider-box .sider-left .category .catelist>ul>li>ul>li>a:hover {
    color: var(--color);
    border-bottom: 1px solid var(--color);
}

.sider-box .sider-left .category.news .catelist>ul>li>a::after {
    content: "\f0d7";
    font-family: FontAwesome;
}

.sider-box .sider-left .quote {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .quote .form {
    margin-top: 35px;
}

.sider-box .sider-left .quote .form form .submit {
    margin: 24px auto 0;
}

.sider-box .sider-left .quote .form form .submit .more {
    border: none
}

.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
}

.sider-box .sider-left .quote .form input[type='text'] {
    border-radius: 30px;
    border: 2px solid #e5e5e5;
    margin-bottom: 10px;
}


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

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

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


.sider-box .sider-left .quote .form textarea {
    height: 100px;
    border-radius: 10px;
    border: 2px solid #e5e5e5;
}

.sider-box .sider-left .quote .form .more {
    margin-top: 30px;
}

.sider-box .sider-left .search-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .search-news form {
    margin-top: 35px;
    position: relative;
}

.sider-box .sider-left .search-news form input {
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #f0f0f0;
    padding-right: 25px;
    padding-left: 115px;
    border-radius: 30px;
}

.sider-box .sider-left .search-news form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 115px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #82b566;
    background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
    background-image: -webkit-linear-gradient(right, #92c35d, #73ad53);
    background-image: -moz-linear-gradient(right, #92c35d, #73ad53);
    background-image: linear-gradient(to left, #92c35d, #73ad53);
}

.sider-box .sider-left .hot-news {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .hot-news .list {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list ul li+li {
    margin-top: 35px;
}

.sider-box .sider-left .hot-news .list .img {
    border-radius: 10px;
    overflow: hidden;
}

.sider-box .sider-left .hot-news .list time {
    color: #858585;
}

.sider-box .sider-left .news-date {
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sider-box .sider-left .news-date .datepicker {
    margin-top: 35px;
}

.sider-box .sider-right {
    width: 70%;
}

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

    .sider-box .sider-left .category,
    .sider-box .sider-left .quote {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1250px) {
    .sider-box .sider-left .category .catelist>ul>li>a {
        padding-right: 20px;
        padding-left: 28px;
    }
}

@media screen and (max-width: 1000px) {
    .sider-box .sider-left {
        display: none;
    }

    .sider-box .sider-right {
        width: 100%;
        padding: 0;
    }

}


.product-page .init-1 {
    padding: 40px;
    background-color: #fafafa;
    border-radius: 20px;
}

.product-page .sider-right .des {
    max-height: 210px;
    overflow-y: auto;
}

@media screen and (max-width: 1250px) {
    .product-page .init-1 {
        padding: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .init-1 .container .des {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .product-page .init-1 {
        padding: 10px 20px;
    }

    .product-page .init-1 .container .tip_title {
        font-size: 20px;
        line-height: 36px;
    }

    .product-page .init-1 .container .des {
        margin-top: 20px;
        display: none !important;
    }
}


.product_list ul {
    margin: 0 -15px;
}

.product_list ul li {
    padding: 20px 15px;
}

.product_list ul li .box {
    background: #eeeeee;
    transition: .5s;
    height: 100%;
}

.product_list ul li .box {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.product_list ul li .box .txt {
    transition: .5s;
}

.product_list ul li .box .img {
    transition: .5s
}

.product_list ul li .box:hover {
    color: #ffffff;
    background: linear-gradient(to bottom, var(--color) 4%, #fff 90%)
}

.product_list ul li .box:hover .txt .btn-go {
    opacity: 1;
}

.product_list ul li .box:hover .txt {
    transform: translateY(-335px);
}

.product_list ul li .box:hover .img {
    transform: translateY(60%);
}

.product_list ul li .box .txt {
    padding: 0px 20px 0;
}

.product_list ul li .box .txt h3 {
    margin-bottom: 0px;
}

.product_list ul li .box .txt .btn-go {
    opacity: 0;
    margin-top: 15px;
}

.product_list .img {
    overflow: hidden;
}

.product_list .img a {
    display: block;
    padding: 20px;
}

.product_list .img span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: var(--color);
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.product_list .img:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product_list h3 {
    margin-top: 15px;
    font-family: var(--font);
    line-height: 28px;
}

@media screen and (max-width: 1700px) {
    .product_list ul li .box:hover .txt {
        transform: translateY(-280px);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(90%);
    }
}

@media screen and (max-width: 1450px) {
    .product_list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .product_list ul li .box:hover .txt {
        transform: translateY(-365px);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(60%);
    }
}

@media screen and (max-width: 1250px) {
    .product_list ul li .box:hover .txt {
        transform: translateY(-292px);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(70%);
    }

}

@media screen and (max-width: 1000px) {
    .product_list ul li .box:hover .txt {
        transform: translateY(0);
    }

    .product_list ul li .box:hover .img {
        transform: translateY(0);
    }

    .product_list ul li .box .txt {
        transform: translateY(0);
        order: -1;
    }

    .product_list ul li .box .img {
        transform: translateY(0);
    }

    .product_list ul li .box {
        color: #ffffff;

        background: linear-gradient(to bottom, rgba(20, 53, 112, 0.8) 20%, rgba(38, 76, 157, 0))
    }

    .product_list ul li .box .txt .btn-go {
        opacity: 1;
    }
}

@media screen and (max-width: 700px) {
    .product_list ul li .box .txt {
        padding: 10px 15px 0;
    }

    .product_list ul {
        margin: 0 -15px;
    }

    .product_list ul li {
        padding: 20px 10px } } @media screen and (max-width: 500px) { .product_list ul { grid-template-columns: repeat(1, 1fr);
    }
}

/*==============================================
    product-page
*/

.m-page {
    text-align: center;
    margin-top: 50px;
}

.m-page a,
.m-page span {
    width: 50px;
    height: 50px;
    background: #dfdfdf;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
    border-radius: 100%;
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
    line-height: 50px;
    font-size: 18px;
}

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

@media screen and (max-width: 500px) {
    .m-page {
        zoom: 0.8;
    }
}

.seoPublic>div {
    padding: 90px 0;
}

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 8);
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 0;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}


@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }
}

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}


.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    border-radius: 14px;
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.1);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    padding: 15px 15px 0;
}
.seoPublic .Auxil-related .list ul li .box .txtbox {
    padding: 0 20px 20px;
    text-align: center;
}

@media screen and (max-width: 700px) {
    .seoPublic .Auxil-related .list ul {
        margin: -12px -8px;
    }
    .seoPublic .Auxil-related .list ul li {
        padding: 12px 8px;
    }

}

/*
    pro-single-page
==============================================*/
.pro-single-page .pro_init_1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-single-page .pro_init_1 .container .left {
    width: 49%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    top: 120px;
    position: -webkit-sticky;
    position: sticky;
}

.pro-single-page .pro_init_1 .container .left .smallImg {
    width: 28%;
}

.pro-single-page .pro_init_1 .container .left .smallImg ul li {
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-single-page .pro_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .bigImg {
    width: 75%;
    display: inline-block;
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .bigImg ul li {
    padding: 1px;

}

.pro-single-page .pro_init_1 .container .left .bigImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pro-single-page .pro_init_1 .container .left .bigImg ul {
    border: 1px solid #dcdcdc;

}

.pro-single-page .pro_init_1 .container .left .bigImg img {
    BACKGROUND: #f6f8ff;
    padding: 10px;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    right: 12px;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
    left: 12px;
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}

.pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--primary);
}

.pro-single-page .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
}

.pro-single-page .pro_init_1 .container .left .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pro-single-page .pro_init_1 .container .right .share ul li {
    width: 45px;
    text-align: center;
    margin-left: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.pro-single-page .pro_init_1 .container .right .share ul li a {
    display: block;
}

.pro-single-page .pro_init_1 .container .right .share ul li:hover {
    background: var(--primary);
}

@media screen and (max-width: 1700px) {
    .pro-single-page .pro_init_1 .container .left .smallImg {
        width: 25%;
    }
}

@media screen and (max-width: 1500px) {
    .pro-single-page .pro_init_1 .container .right .share ul li {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 500px) {
    .pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
        right: 0;
    }

    .pro-single-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
        left: 0;
    }

    .pro-single-page .pro_init_1 .container .left .smallImg ul li a img {
        padding: 5px;
        BACKGROUND: #f6f8ff;
    }

    .pro-single-page .pro_init_1 .container .left .bigImg {
        padding: 5px;
    }

    .pro-single-page .pro_init_1 .container .left .smallImg ul li {
        padding: 5px;
    }
}


.pro-single-page .pro_init_1 .container .left .swiper {
    margin-top: 20px;
}

.pro-single-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 115px;
    display: block;
}

.pro-single-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.pro-single-page .pro_init_1 .container .right {
    width: 46%;
}

.pro-single-page .pro_init_1 .container .right .sub_img {
    width: 36px;
    margin-bottom: 15px;
}

.pro-single-page .pro_init_1 .container .right .text_1 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 500;
}

.pro-single-page .pro_init_1 .container .right .text_2 {
    font-size: 36px;
    line-height: 1.4;
    color: #333;
}

.pro-single-page .pro_init_1 .container .right .shangxia a {
    display: block;
}

.pro-single-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list {
    position: relative;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .title {
    font-size: 18px;
    padding: 25px 0;
    padding-left: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .title span {
    color: #4a4a4a;
    font-weight: bold;
    text-transform: uppercase;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .title i {
    width: 20px;
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .model {
    font-size: 18px;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content {
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
    background: var(--primary);
}

.pro-single-page .pro_init_1 .container .right .cont_list .list.active .title {
    border-bottom: 1px solid #d6d6d6;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list.active .title i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.pro-single-page .pro_init_1 .container .right .cont_list .list:last-child .title {
    border-bottom: 1px solid #d6d6d6;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.6;
}

.pro-single-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
    margin-bottom: 0;
}

.pro-single-page .pro_init_1 .container .right .more {
    margin-top: 30px;
}

.pro-single-page .pro_init_1 .container .right .more_cont {
    margin-top: 55px;
    border-color: #000;
    color: #000;
}

@media (max-width: 1000px) {
    .pro-single-page .pro_init_1 .container .left {
        position: static;
    }

    .pro-single-page .pro_init_1 .container .left {
        width: 100%;
    }

    .pro-single-page .pro_init_1 .container .right {
        width: 100%;
        margin-top: 30px;
    }

    .pro-single-page .pro_init_1 .container .right {
        text-align: center;
    }

    .pro-single-page .pro_init_1 .container .right .sub_img {
        display: none;
        margin: auto;

    }

    .pro-single-page .pro_init_1 .container .right .more {
        margin: auto;
        margin-top: 40px;
    }

    .pro-single-page .pro_init_1 .container .right .text_2 {
        font-size: 25px;
    }
}

@media (max-width: 500px) {

    .pro-single-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
        height: 90vw;
    }

    .pro-single-page .pro_init_1 .container .right .text_1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .pro-single-page .pro_init_1 .container .right .text_2 {
        font-size: 22px;
        line-height: 40px;
        margin-top: 10px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list {
        margin-top: 20px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list .list .title {
        padding: 15px 0;
        font-size: 18px;
        padding-left: 25px;
        padding-bottom: 5px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list .list .title i {
        top: 16px;
        font-size: 24px;
    }

    .pro-single-page .pro_init_1 .container .right .cont_list .list .content {
        padding: 20px 0;
    }
}

.pro-single-page .prodet-2 {
    padding: 90px 0;
}

.pro-single-page .prodet-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}

.pro-single-page .prodet-2 .options ul li {
    margin-left: 100px;
    font-size: 30px;
    /*text-transform: uppercase;*/
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font-en);
    font-weight: 600;
}

.pro-single-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}

.pro-single-page .prodet-2 .options ul li:hover,
.pro-single-page .prodet-2 .options ul li.active {
    color: var(--color);
}

.pro-single-page .prodet-2 .options ul li:hover:after,
.pro-single-page .prodet-2 .options ul li.active:after {
    width: 100%;
}

.pro-single-page .prodet-2 .ret {
    margin-top: 50px;
}

.pro-single-page .prodet-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.pro-single-page .prodet-2 .ret .content table tbody td{
    /*min-width: 134px;*/
    word-break:keep-all;
}
.pro-single-page .prodet-2 .ret .content table tbody td>img{
    min-width: 330px;
}

.pro-single-page .prodet-2 .ret .content.faq li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.pro-single-page .prodet-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.pro-single-page .prodet-2 .ret .content dl dd h4 {
    font-size: 30px;
    font-family: 'Hemihead';
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pro-single-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 1500px) {
    .pro-single-page .prodet-2 {
        padding: 70px 0;
    }

    .pro-single-page .prodet-2 .options ul li {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .pro-single-page .prodet-2 .options ul li {
        margin-left: 25px;
    }

    .pro-single-page .prodet-2 .options {
        display: none;
    }

    .pro-single-page .prodet-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }

    .pro-single-page .prodet-2 {
        padding: 50px 0;
    }

    .pro-single-page .prodet-2 .ret {
        margin-top: 0;
    }

    .pro-single-page .prodet-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }

    .pro-single-page .prodet-2 .ret .det {
        overflow-x: auto;
    }

    .pro-single-page .prodet-2 .ret .det table {
        table-layout: auto;
    }

    .pro-single-page .prodet-2 .ret .det table td {
        min-width: 200px;
        width: auto;
        font-size: 14px;
        line-height: 28px;

    }
}

@media screen and (max-width: 500px) {
    .pro-single-page .prodet-2 {
        padding: 35px 0;
    }

    .pro-single-page .prodet-2 .ret {
        margin-top: 0;
    }

    .pro-single-page .prodet-2 .ret .slide:first-child {
        margin-top: 0;
    }
}

/*==============================================
    pro-single-page
*/


/*
    about-page
==============================================*/

.about-page .about-1 h2.h-title::after {
    width: 25%;
}

.about-page .about-1 .left ul.data {
  padding-left: 10%;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -20px;
}
.about-page .about-1 .left ul.data li{
  width: 50%;
  padding: 20px;
}

.about-page .about-1 .left ul li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color);
    height: 240px;
    padding: 0 50px;
    transition: 0.5s;
    border-radius: 10px;
}

.about-page .about-1 .left ul li:hover .box {
    background-color: var(--color);
}

.about-page .about-1 .left ul li .box h4 span {
    display: inline-block;
    font-size: 24px;
    padding-right: 10px;
}

.about-page .about-1 .left ul li .box p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page .about-1 .left .lh-6 {
    overflow-y: auto;
    height: 205px;
}

.about-page .about-1 .img {
    height: -webkit-fill-available;
}
.about-page .about-1 .img>img{
  border-radius: 10px;
}

.about-page .about-1 .img a.play {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    width: 125px;
    height: 125px;
    background-color: var(--color2);
    border-radius: 50%;
    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;
    z-index: 5;
}

.about-page .about-1 .img a.play::after {
    content: '';
    display: block;
    width: 99px;
    height: 99px;
    background: url('../images/play_text.png') no-repeat;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    z-index: 1;
    -webkit-animation: img_rotate 15s linear infinite;
    -moz-animation: img_rotate 15s linear infinite;
    animation: img_rotate 15s linear infinite;
}

.about-page .about-2 {
    background-color: #f7f7f7;
}

.about-page .about-2 ul {
    margin: 85px -15px 0;
}

.about-page .about-2 ul .slick-current li,
.about-page .about-2 ul .slick-current+.slick-slide+.slick-slide li {
    padding: 80px 15px 0;
}

.about-page .about-2 ul li {
    padding: 0 15px 80px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.about-page .about-2 ul li .box {
    background-color: var(--color);
    height: 470px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.about-page .about-2 ul li .box:hover {
    background-color: var(--color2);
}

.about-page .about-2 ul li .box:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.about-page .about-2 ul li .box:hover h3 {
    opacity: 1;
}

.about-page .about-2 ul li .box:hover .text .con {
    height: 150px;
    overflow-y: auto;
    opacity: 1;
}

.about-page .about-2 ul li .box h3 {
    color: rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.about-page .about-2 ul li .box .text .num {
    color: rgba(255, 255, 255, 0.2);
}

.about-page .about-2 ul li .box .text .con {
    max-height: 150px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-left: 10px;
    color: #fff;
}
.white {
    color: white;
}
.m-auto {
    margin: auto;
}
/*.about-page .about-3 .left img {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
}*/
.about-page .about-3 .left .img{
    width: calc(100% - 115px);
}
.about-page .about-3 .left .img .slick,
.about-page .about-3 .left .img .slick .slick-list,
.about-page .about-3 .left .img .slick .slick-list .slick-track,
.about-page .about-3 .left .img .slick .slick-list .slick-slide,
.about-page .about-3 .left .img .slick .slick-list .slick-slide li,
.about-page .about-3 .left .img .slick .slick-list .slick-slide li .box
{
    height: 100%;
}
.about-page .about-3 .left .img .slick .slick-list .slick-slide li img{
    height: 100%;
    object-fit: cover;
}
.about-page .about-3 .left .text {
    width: 115px;
    background-color: var(--color);
}

.about-page .about-3 .left .text img {
    width: 48px;
}

.about-page .about-3 .right ul li:last-child .text {
    padding-bottom: 0;
}

.about-page .about-3 .right ul li h4 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
}

.about-page .about-3 .right ul li h4 i {
    width: 30px;
    display: inline-block;
}

.about-page .about-3 .right ul li .text {
    padding-bottom: 10px;
}


@media screen and (max-width: 1700px) {
    .about-page .about-1 .left ul.data{
        padding-left: 0;
    }
    .about-page .about-1 .left ul li .box{
        padding: 0 20px;
    }
    .about-page .about-3 .right ul li h4 {
        font-size: 26px;
    }

    .about-page .about-3 .left .text img {
        height: 90%;
    }
}

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

    .about-page .about-3 .right ul li h4 {
        font-size: 22px;
    }
    .about-page .about-3 .left .text img{
        zoom: 0.9
    }
}

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

    .about-page .about-2 ul li .box {
        height: 360px;
    }
    .about-page .about-1 .left ul.data li{
        padding: 8px;
    }
    .about-page .about-1 .left ul.data {
        margin-right: -8px;
        margin-left: -8px;
        margin-bottom: -8px;
    }
    .about-page .about-1 .left ul li .box {
        height: 170px;
    }
}

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

    .about-page .about-1 .left {
        padding-left: 0;
        width: 100%;
        margin-bottom: 45px;
    }

    .about-page .about-1 .img {
        height: auto;
        width: 100%;
    }

    .about-page .about-1 .img a.play {
        right: 50%;
    }


    .about-page .about-3 .left {
        width: 100%;
    }

    .about-page .about-3 .right {
        width: 100%;
    }

    .about-page .about-3 .right {
        width: 100%;
        padding: 0;
        margin-top: 60px;
    }


    .about-page .about-3 .img {
        width: 100%;
    }
}

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

    .about-page .about-3 .right ul {
        margin-top: 30px;
    }

    .about-page .about-4 .text p {
        width: 100%;
    }

    .about-page .about-1 .left .text {
        margin-bottom: 30px;
    }

    .about-page .about-1 .left ul {
        margin: -10px;
    }

    .about-page .about-1 .left ul li {
        padding: 10px;
        width: 50%;
        margin: 0;
    }

    .about-page .about-2 ul {
        margin: 35px -15px 0;
    }
    .about-page .about-3 .left .text img{
        zoom: 0.8
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-3 .right ul li h4 {
        font-size: 18px;
    }

    .about-page .about-2 ul li .box {
        height: 300px;
    }

    .about-page .about-2 ul li .box h4 {
        font-size: 20px;
    }

    .about-page .about-2 ul .slick-current li,
    .about-page .about-2 ul .slick-current+.slick-slide+.slick-slide li {
        padding: 0 15px;
    }

    .about-page .about-2 ul li {
        padding: 0 15px;
    }
    .about-page .about-1 .left ul.data li{
        width: 100%;
    }
    .about-page .about-1 .left ul li {
        width: 100%;
    }
    .about-page .about-3 .left .img {
        width: calc(100% - 70px);
    }
    .about-page .about-3 .left .text{
        width: 70px;
    }
    .about-page .about-3 .left .text img {
        zoom: 0.7;
    }
}

.about-page .about-5 {
    background-color: #f4f5f9;
}

.about-page .about-5 .list {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 0 20% 2.5%;
}

.about-page .about-5 .list ul li {
    padding-top: 130px;
    transition: all 0.5s;
}

.about-page .about-5 .list ul li .box {
    transform-origin: bottom;
    transition: all 0.5s;
}

.about-page .about-5 .list ul li.swiper-slide {
    opacity: 0;
}

.about-page .about-5 .list ul li.swiper-slide-prev .box {
    transform: scale(1.2) translateX(-20px);
}

.about-page .about-5 .list ul li.swiper-slide-next {
    z-index: 9;
}

.about-page .about-5 .list ul li.swiper-slide-next .box {
    transform: scale(1.2) translateX(20px);
}

.about-page .about-5 .list ul li.swiper-slide-active {
    z-index: 10;
}

.about-page .about-5 .list ul li.swiper-slide-active .box {
    transform: scale(1.4);
}

.about-page .about-5 .list .zdy-switch>div {
    position: absolute;
    background-color: #ededed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #9a9a9a;
}

.about-page .about-5 .list .zdy-switch .swiper-button-next:after,
.about-page .about-5 .list .zdy-switch .swiper-button-prev:after {
    font-size: 20px;
}

.about-page .about-5 .list .zdy-switch>div:hover {
    background-color: var(--color);
    color: white;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
    right: 13%;
}

.about-page .about-5 .list .zdy-switch>div.swiper-button-next {
    left: 13%;
}

@media (max-width: 1450px) {
    .about-page .about-5 .list {
        padding: 0 10% 2.5%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
        right: 2%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
        left: 2%;
    }
}

@media (max-width: 1250px) {

    .about-page .about-5 .list {
        padding: 0 0 2.5%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-prev {
        right: -9%;
    }

    .about-page .about-5 .list .zdy-switch>div.swiper-button-next {
        left: -9%;
    }

    .about-page .about-5 .list ul li.swiper-slide-prev .box {
        transform: none;
    }

    .about-page .about-5 .list ul li.swiper-slide-next .box {
        transform: none;
    }

    .about-page .about-5 .list ul li.swiper-slide-active .box {
        transform: scale(1.2);
    }

    .about-page .about-5 .list ul li {
        padding-top: 70px;
    }
}

@media (max-width: 700px) {

    .about-page .about-5 .list {
        background-image: none !important;
    }

    .about-page .about-5 .list .zdy-switch {
        display: none;
    }

    .about-page .about-5 .list ul li.swiper-slide-active .box {
        transform: none;
    }

    .about-page .about-5 .list ul li {
        padding-top: 0;
    }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
/*==============================================
    about-page
*/

/*
    factory-page
==============================================*/



.manufacturing-page .manufacturing-nav ul {
    margin: -15px;
}

.manufacturing-page .manufacturing-nav ul li {
    padding: 15px;
}

.manufacturing-page .manufacturing-nav ul li.active a {
    background-color: var(--color);
    color: white;
}

.manufacturing-page .manufacturing-nav ul li a {
    height: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #f7f7f7;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.manufacturing-page .manufacturing-nav ul li.active a i {
    background-color: white;
    color: var(--color);
}

.manufacturing-page .manufacturing-nav ul li a i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: white;
    margin-right: 15px;
}

.manufacturing-page .manufacturing-1 ul {
    margin: 0 -15px;
}

.manufacturing-page .manufacturing-1 ul li {
    padding: 40px 15px;
}

.manufacturing-page .manufacturing-1 ul li .box h4 {
    margin-top: 10px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.manufacturing-page .manufacturing-1 ul li .box h4 span {
    position: relative;
    z-index: 2;
}
@media (max-width: 700px) {
  .manufacturing-page .manufacturing-1 ul li {
    padding: 15px;
  }
}

/*==============================================
    factory-page
*/


/*
    faq-page
==============================================*/

.faq-page .marginBox {
    text-align: center;
}

.faq-page .marginBox .box {
    margin-top: 50px;
    text-align: right;
}

.faq-page .marginBox .box .left {
    width: 40%;
    position: sticky;
    top: 120px;
}

.faq-page .marginBox .box .left .box2 {
    padding: 50px 35px;
    background: var(--color2);
    border-radius: 10px;
}

.faq-page .marginBox .box .left .box2 .slide {
    padding-left: 10px;
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 1.2em;
    display: block;
    color: #fff;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1em;
    line-height: 1.2;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
    display: none !important;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
    margin-bottom: 0;
}

.faq-page .marginBox .box .right {
    width: 60%;
    padding-right: 3%;
}

.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 5px;
    transition: .5s;
    background-position: left bottom;
}

.faq-page .marginBox .box .right .list ul li span.title {
    font-weight: bold;
    font-size: 18px;
    color: #242424;
    text-align: left;
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}

.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
    content: '';
    background: black;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
    -webkit-transform: translate(50.0%,-50%); rotate(90deg);
    -moz-transform: translate(50.0%,-50%); rotate(90deg);
    -ms-transform: translate(50.0%,-50%); rotate(90deg);
    transform: translate(50.0%,-50%); rotate(90deg);
}

.faq-page .marginBox .box .right .list ul li .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    padding: 30px 0 45px;
    display: none;
}

.faq-page .marginBox .box .right .list ul li.active {
    background: var(--color);
    border-radius: 10px;

}

.faq-page .marginBox .box .right .list ul li.active span.title,
.faq-page .marginBox .box .right .list ul li.active .text {
    color: #ffffff;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:after {
    background: #ffffff;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
    -webkit-transform: translate(50.0%,-50%); rotate(0);
    -moz-transform: translate(50.0%,-50%); rotate(0);
    -ms-transform: translate(50.0%,-50%); rotate(0);
    transform: translate(50.0%,-50%); rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .faq-page .marginBox .box .left .box2 {
        padding: 30px 20px;
    }

    .faq-page .marginBox .box .left .box2 .slide span.h6 {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .faq-page .marginBox .box .left .box2 .slide .nav ul li {
        font-size: 16px;
        margin-bottom: .8em;
    }


    .faq-page .marginBox .box .right .list ul li {
        padding: 10px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1250px) {
    .faq-page .marginBox .box {
        margin-top: 30px;
    }

    .faq-page .marginBox .box .right {
        width: 100%;
        padding-right: 0;
    }

    .faq-page .marginBox .box .left {
        display: none;
    }
}

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

    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px;
        padding-right: 10px;
        line-height: 2;
    }

    .faq-page .marginBox .box .right .list ul li span.title i {
        width: 10px;
        height: 10px;
        font-size: 14px;
    }
}

/*==============================================
    faq-page
*/


/*----- industries-page -----*/
.industries-page {
    /*background-color: #f1f1f0;*/
}

.industries-page ul li .img-box {
    border-radius: 10px;
}

.industries-page ul li .content {
    border-radius: 10px;
    background-color: white;
    padding: 25px 30px;
    width: 80%;
    margin: auto;
    z-index: 3;
    position: relative;
    margin-top: -80px;
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.2);
    transition: all 0.5s;
}
.industries-page ul li .content .txtcon{
      height: 135px;
      overflow-y: auto;
}

.industries-page ul li .content .des {
    line-height: 28px;
    opacity: 0.7;
}
.industries-page ul li .content:hover{
    background-color: var(--color);
}

.industries-page ul li .content:hover .h4{
    color: #fff;
}
.industries-page ul li .content:hover .des{
    color: #fff;
}

@media screen and (max-width: 1250px) {
    .industries-page {
        border-radius: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .industries-page ul{
        margin: 0 -15px;
    }
    .industries-page ul li{
        padding: 0 15px;
        width: 100%;
    }
    .industries-page ul li .content {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 500px) {
    .industries-page ul li {
        width: 100%;
    }
}

/*----- soludet-page -----*/
.soludet-page .soludet-1 {
    background-color: white;
    border-radius: 73px 73px 0 0;
    margin-top: -65px;
}

.soludet-page .soludet-1 .right .title {
    line-height: 1.1;
}

.soludet-page .soludet-1 .right .des {
    line-height: 30px;
}

.soludet-page .soludet-3 {
    background-color: #4e4e4e;
    border-radius: 73px 73px 0 0;
    position: relative;
    z-index: 3;
    margin-top: -65px;
}

.soludet-page .soludet-3 .top {
    color: white;
}

.soludet-page .soludet-3 .top .left {
    width: 65%;
}

.soludet-page .soludet-3 .top .left .title span {
    margin-right: 180px;
}

.soludet-page .soludet-3 .top .text {
    line-height: 1.65;
    max-width: 520px;
    text-align: left;
    width: 35%;
}

.soludet-page .soludet-3 ul li .img-box {
    border-radius: 25px;
}

.soludet-page .soludet-3 ul li .box {
    width: 80%;
    margin: auto;
    z-index: 2;
    position: relative;
    margin-top: -80px;
    background-color: white;
    padding: 30px 40px;
    border-radius: 12px;
}

.soludet-page .soludet-3 ul li .box .des {
    line-height: 32px;
    opacity: 0.7;
    max-height: 160px;
    overflow: auto;
    padding-left: 5px;
}

.soludet-page .soludet-4 ul li {
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 10px;
}
.soludet-page .soludet-4 ul li .left {
  width: 57%;
  border-radius: 10px;
  overflow: hidden;
}
.soludet-page .soludet-4 ul li .left img {
  width: 100%;
}
.soludet-page .soludet-4 ul li .right {
  width: 43%;
}
.soludet-page .soludet-4 ul li .right .h4 {
  line-height: 1.44;
}
.soludet-page .soludet-4 ul li .right .des {
  line-height: 30px;
}
.soludet-page .soludet-4 .slickBtn div {
  background-color: transparent;
  border: 1px solid #b9b9b9;
  color: black;
}
.soludet-page .soludet-4 .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}

.soludet-page .soludet-5 .left {
    width: 30%;
}

.soludet-page .soludet-5 .left p {
    line-height: 30px;
    opacity: 0.8;
}

.soludet-page .soludet-5 .left .share a {
    font-size: 30px;
    margin-left: 15px;
}

.soludet-page .soludet-5 .right {
    width: 52%;
}

.soludet-page .soludet-5 .right form input,
.soludet-page .soludet-5 .right form textarea {
    width: 100%;
    border: 1px solid #c7c7c7;
    font-size: 24px;
    height: 74px;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.soludet-page .soludet-5 .right form textarea {
    padding: 20px;
    height: 150px;
}

@media screen and (max-width: 1250px) {
    .soludet-page .soludet-1 {
        border-radius: 40px 40px 0 0;
        margin-top: 20px;
    }

    .soludet-page .soludet-3 {
        border-radius: 40px 40px 0 0;
        margin-top: 20px;
    }

    .soludet-page .soludet-3 .top .left {
        width: 100%;
    }

    .soludet-page .soludet-3 .top .text {
        width: 100%;
        text-align: right;
    }

    .soludet-page .soludet-3 {
        margin-top: -40px;
    }

    .soludet-page .soludet-3 .top .left .title span {
        margin-right: 100px;
    }

    .soludet-page .soludet-5 {
        border-radius: 40px 40px 0 0;
    }

    .soludet-page .soludet-5 .right form input {
        font-size: 18px;
        height: 60px;
    }

    .soludet-page .soludet-5 .right form textarea {
        font-size: 18px;
    }

    .soludet-page .soludet-5 .left {
        width: 43%;
    }
}

@media screen and (max-width: 1000px) {
    .soludet-page .soludet-1 .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .soludet-page .soludet-1 .left {
        width: 100%;
    }
  .soludet-page .soludet-4 ul li .left {
    width: 100%;
  }

  .soludet-page .soludet-4 ul li .right {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}

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

    .soludet-page .soludet-3 .top .left .title span {
        margin-right: 60px;
    }

    .soludet-page .soludet-5 .left {
        width: 100%;
    }

    .soludet-page .soludet-5 .right {
        width: 100%;
        margin-top: 20px;
    }

    .soludet-page .soludet-5 .left .share a {
        font-size: 18px;
    }
}




/*
    services-page
==============================================*/
.services-page .init-1 .top .cont p {
    margin-bottom: 1em;
}

.services-page .init-1 .top .cont p span {
    font-weight: bold;
}

.services-page .init-1 .bottom li {
    padding-top: 20px;
}

.services-page .init-1 .bottom .box {
    height: 468px;
    background: #f1f1f0 no-repeat right bottom;
    border-radius: 10px;
    padding: 40px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: 0.5s;
    z-index: 2;
    overflow: hidden;
}

.services-page .init-1 .bottom .box .mask {
    position: absolute;
    width: 100%;
    height: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: var(--color2) url(../images/lg.png) no-repeat right bottom;
    transition: .5s;
}
.services-page .init-3 .bottom .box .mask{
    background: var(--color) url(../images/lg.png) no-repeat right bottom;
}

.services-page .init-1 .bottom .box .tip {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.services-page .init-1 .bottom .box .tip .num .ty {
    color: #999999;
    opacity: 0.6;
    line-height: 1;
    margin-top: 5px;
    transition: 0.5s;
}

.services-page .init-1 .bottom .box .tip .icon {
    width: 60px;
    height: 60px;
    background-color: var(--color2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.services-page .init-3 .bottom .box .tip .icon{
    background-color: var(--color);
}

.services-page .init-1 .bottom .box .tip .icon img {
    filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
    transition: 0s;
}

.services-page .init-1 .bottom .box .text {
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 30px 50px;
    color: #ffffff;
    transform: translateY(100%);
    transition: .5s;
}

.services-page .init-1 .bottom .box .text2 .more {
    zoom: 0.8;
    font-size: 20px;
    transition: 0s;
}

.services-page .init-1 .bottom .box .text2 .cont {
    line-height: 1.8;
    transition: 0.5s;
    opacity: 0.6;
    color: #ffffff;
    height: 5.5em;
    overflow-y: auto;
    padding-left: 5px;
}

.services-page .init-1 .bottom .box:hover {
    color: #ffffff;
    transform: translateY(-20px);
}

.services-page .init-1 .bottom .box:hover .mask {
    height: 100%;
}

.services-page .init-1 .bottom .box:hover .tip .num .ty {
    color: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon {
    background: #ffffff;
}

.services-page .init-1 .bottom .box:hover .tip .icon img {
    filter: none;
}

.services-page .init-1 .bottom .box:hover .text {
    opacity: 0
}

.services-page .init-1 .bottom .box:hover .text2 {
    opacity: 1;
    transform: translateY(0);
}

.services-page .init-1 .tip .cont {
    max-width: 930px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .services-page .init-1 .bottom .box .text2 .cont {
        height: 7.2em;
    }
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-right: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    right: 27px;
    top: 80px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}

.services-page .init-2 .right ul li:last-child::after {
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
}

.services-page .init-2 .right ul li .des .item {
    display: flex;

}

.services-page .init-2 .right ul li .des .item .txt {
    flex: 1;
    margin-right: 10px;
}

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

@media screen and (max-width: 1250px) {
    .services-page .init-2 .right ul li {
        padding-right: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }

    .services-page .init-2 .right ul li h4 {
        font-size: 20px;
    }

    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}

@media screen and (max-width: 700px) {
    .services-page .init-2 .right {
        padding-right: 0;

    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-right: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }

    .services-page .init-2 .right ul li::after {
        display: none;
    }
}

/*==============================================
    services-page
*/


/*
    news-page
==============================================*/

.news-page02 .news-1 .list ul {
    margin: -15px;
}

.news-page02 .news-1 .list ul li {
    padding: 15px;
}

.news-page02 .news-1 .list ul li a.img-box {
    display: block;
}

.news-page02 .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    background: #F2F2F2 right bottom;
}

.news-page02 .news-1 .list ul li .content .tags {
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    border: solid 1px #666666;
    color: #666666;
    border-radius: 20px;
}

.news-page02 .news-1 .list ul li .content:hover {
    background: var(--color) url(../images/lg.png) no-repeat right bottom;
    color: #ffffff;
}

.news-page02 .news-1 .list ul li .content:hover .tags {
    color: #ffffff;
    border: solid 1px #ffffff;
}

.news-page02 .news-1 .list ul li .content:hover a.link img {
    filter: brightness(1);
}

.news-page02 .news-1 .list ul li .content:hover .btn-go {
    background-color: #fff;
    color: var(--color);
}
.news-page02 .news-1 .list ul li .content:hover .btn-go i{
    background-color: var(--color);color:#fff;
}
.news-page02 .news-1 .list ul li .content:hover .btn-go::after{
    background-color: var(--color);
}
.news-page02 .news-1 .list ul li .content .btn-go:hover{
    color: #fff;
}

.news-page02 .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}

.news-page02 .news-1 .list ul li .content span.h6 {
    font-size: 24px;
    font-weight: 600;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 4.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.news-page02 .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}

.news-page02 .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.news-page02 .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}

.news-page02 .news-1 .list ul li .content a.link {
    margin-top: 2em;
    transition: 0s;
    font-size: 16px;
}

.news-page02 .news-1 .list ul li .content a.link:hover {
    color: #ffffff;
}

.news-page02 .news-1 .list ul li .content a.link:before {
    background: #ffffff;
}

.news-page02 .news-1 .list ul li:hover .content {
    margin-top: -30px;
}

.news-page02 .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}

.news-page02 .news-1 .list ul li:hover .content .text {
    opacity: 1;
}

.news-page02 .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}

@media screen and (max-width: 1700px) {
    .news-page02 .news-1 .list ul li .content {
        padding: 7%;
    }

    .news-page02 .news-1 .list ul li .content span.h6 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1450px) {
    .news-page02 .news-1 .list ul li .content {
        padding: 5%;
    }

    .news-page02 .news-1 .list ul li .content span.h6 {
        font-size: 16px;
        line-height: 30px;
    }

    .news-page02 .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }

    .news-page02 .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
}

@media screen and (max-width: 1250px) {
    .news-page02 .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }

    .news-page02 .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }

    .news-page02 .news-1 .list ul li:hover .content {
        margin-top: 0;
    }

    .news-page02 .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }

    .news-page02 .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }

    .news-page02 .news-1 .list ul li .content span.h6 {
        height: auto;
    }
}

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

    .news-page02 .news-1 .list ul li .content span.h6,
    .news-page02 .news-1 .list ul li .content .pre .text {
        height: auto;
    }

}

/*==============================================
    news-page
*/


/*
    newdet-page
==============================================*/
.inner-page .sider-box .slideBarRight {
    width: 70%;
    padding-right: 4%;
}

@media screen and (max-width: 1000px) {
    .inner-page .slideBarBox .slideBarRight {
        padding-left: 0 } .inner-page .slideBarBox .slideBarRight { width: 100% } } .newdet-page .slideBarRight .tags { display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 31px;
    padding: 0 15px;
    border: solid 1px #666666;
    color: #666666;
    border-radius: 16px;
}

.newdet-page .slideBarRight .text {
    margin: 2em 0;
}

.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}

.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}

.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}

.newdet-page .slideBarRight .share a {
    margin-right: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: var(--color);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}

.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}

.newdet-page .slideBarRight .text h3 {
    font-weight: 600;
    margin-top: 20px;
}

.newdet-page .slideBarRight .text strong {
    font-weight: 600;
}

.newdet-page .slideBarRight .text ul>li>ul>li:before {
    content: "○";
    margin-left: .5em;
    color: #8a8a8a;
    font-size: 0.9em;
}

.newdet-page .slideBarRight .text ul>li>ul {
    text-indent: 2em;
}

.newdet-page .slideBarRight .text table td,
.newdet-page .slideBarRight .text table th {
    border: 1px solid gray;
}

.newdet-page .slideBarRight .text table {
    margin: 10px 0;
}

.newdet-page .slideBarRight .text ul li {
    margin-right: 20px;
}

.newdet-page .form ul {
    margin: -10px;
}

.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px;
}

.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .form ul li input:focus,
.newdet-page .form ul li textarea:focus {
    border-color: var(--color);
}

.newdet-page .form ul li textarea {
    height: 80px;
}

.newdet-page .form ul li.wid-100 {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .inner-page .sider-box .slideBarRight {
        padding-right: 0;
        width: 100%
    }
}

/*==============================================
    newdet-page
*/


/*
    contact-page
==============================================*/

.contact-page .init-1 .container .contentC {
    overflow: hidden;
    padding: 60px 80px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-page .init-1 .container .contentC .tipsTitle {
    text-align: center;
}

.contact-page .init-1 .container .contentC .subImg {
    z-index: -1;
    bottom: -50px;
    left: 0;
    height: 150px;
    width: 100%;
    position: absolute;
    background-position: left bottom;
}

.contact-page .init-1 .container .contentC form {
    margin-top: 20px;
}

.contact-page .init-1 .container .contentC form .list {
    width: 33.33%;
    margin-top: 30px;
    padding: 0 10px;
}

.contact-page .init-1 .container .contentC form .list .tips {
    color: #767676;
}

.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
    width: 100%;
    background-color: #f7f7f7;
    border: none;
    margin-top: 6px;
    padding: 10px;
}

.contact-page .init-1 .container .contentC form .list .btn {
    display: inline-block;
    padding: 14px;
    min-width: 190px;
    border: 1px solid var(--color);
    color: var(--color);
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.contact-page .init-1 .container .contentC form .list .btn:hover {
    background-color: #3854b8;
    color: #fff;
}

.contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
}

.contact-page .init-2 .container .listCont {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
}

.contact-page .init-2 .container .listCont .list {
    margin-top: 60px;
    text-align: center;
    padding: 0 5px;
}

.contact-page .init-2 .container .listCont .list .cir {
    width: 124px;
    height: 124px;
    border: 1px solid var(--color);
    border-radius: 50%;
    margin: auto;
}

.contact-page .init-2 .container .listCont .list .cir img {
    max-width: 60%;
}

.contact-page .init-2 .container .listCont .list .title {
    margin-top: 20px;
    font-weight: 600;
}

.contact-page .init-2 .container .listCont .list .des {
    color: #767676;
    margin-top: 6px;
    font-weight: 500;
}

.contact-page .init-2 .container .listCont .list:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media (max-width: 1250px) {
    .contact-page .init-1 .container .contentC .subImg {
        display: none;
    }
    .contact-page .init-2 .container .listCont{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-page .init-2 .container .listCont .list {
        margin-top: 25px;
    }
}

@media (max-width: 1000px) {
    .contact-page .init-1 .container .contentC {
        padding: 60px 20px;
    }

    .contact-page .init-1 .container .contentC form .list {
        width: 50%;
    }

    .contact-page .init-1 .container .contentC form .w-100 {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .contact-page .init-1 .container .contentC form .list {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .contact-page .init-1 .container .contentC {
        padding: 40px 6px;
    }

    .contact-page .init-1 .container .contentC form .list {
        margin-top: 16px;
    }

    .contact-page .init-1 .container .contentC form .list .btn {
        padding: 6px;
    }

    .contact-page .init-2 .container .listCont {
        padding-top: 0;grid-template-columns: repeat(1, minmax(0, 1fr));
    }

}

/*==============================================
    contact-page
*/
