.index_banner {
  position: relative;
  z-index: 99;
}

.pcBannerSwiper .swiper-wrapper {
  justify-content: flex-end;
}

.pcBannerSwiper {
  width: 100%;
  max-width: 925px;
  margin-left: auto !important;
  margin-right: 0 !important;
  margin-top: -70px;
}

.index_banner .swiper-pagination-bullet {
  width: 50px;
  height: 20px;
  text-align: center;
  /* font-family: 'Roboto-Bold'; */
  font-weight: bold;
  font-size: 23px;
  color: #FFFFFF;
  line-height: 29px;
  opacity: 1;
  background-color: transparent;
}


.index_banner .swiper-pagination-bullet:last-child:after {
  content: '';
}

.index_banner .swiper-pagination-bullet-active {
  color: #24599B;
  background-color: transparent;
}

.index_banner #sj {
  display: none;
}

/*-------------------------------
			swiper-slide end
			----------------------------------*/
.slider_banner {
  position: relative;
  overflow: hidden;
  z-index: 98;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 47px;
  height: 105px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -31.5px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {

  border: 1px solid #FFF;
}

.swiper-container:hover .swiper-button-prev {
  left: 65px;
}

.swiper-container:hover .swiper-button-next {
  right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  padding: 20px;
  border-radius: 50%;
  background: url(../img/banner-perv.png) no-repeat center center;
  background-color: rgba(256, 256, 256, 0.5);
  background-size: auto;
  left: 10px;
  right: auto
}

.swiper-button-next:hover {
  background-color: var(--commonColor);
}

.swiper-button-prev:hover {
  background-color: var(--commonColor);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  padding: 20px;
  border-radius: 50%;
  background: url(../img/banner-next.png) no-repeat center center;
  background-color: rgba(256, 256, 256, 0.5);
  background-size: auto;
  right: 10px;
  left: auto
}

.slider_banner:hover .swiper-button-prev {
  left: 120px;
  opacity: 1;
}

.slider_banner:hover .swiper-button-next {
  right: 120px;
  opacity: 1;
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #eee;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  background: #AB040E;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  background: rgba(35, 35, 35, .54);
  opacity: 1;
  border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal {
  overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  width: 36px;
  height: 3px;
  background: var(--commonColor) !important;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
  width: 100%;

}

.slider_banner .swiper-slide img+img {
  position: absolute;
  left: 0;
  top: 0;
}

/*-------------------------------
                                    swiper-slide end
                                    ----------------------------------*/
.index_banner .swiper-button-next:after,
.index_banner .swiper-button-prev:after {
  font-family: none !important;
  content: '' !important;
}


.index_about {
  margin-top: 5%;
  position: relative;
}

.index_about .about_icon {
  position: absolute;
  top: -13%;
  left: -1%;
  z-index: 1;
}

.index_about .about_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 248px;
}

@media (max-width:1400px) {
  .index_about .about_icon {
    top: -10%;
    left: 0;

  }

  .index_about .about_icon img {
    max-height: 200px;
  }

}

.index_about .about_top {
  position: relative;

  z-index: 9;
}

.index_about .about_top .layout {
  justify-content: space-between;
  align-items: center;
}

.index_about .about_top .top_left {
  width: 45%;
  position: relative;
  height: 588px;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.index_about .about_top .top_left img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_about .about_top .top_left:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.index_about .about_top .top_title {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 35px;
  color: var(--commonColor);
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}

.index_about .about_top .top_title a {
  display: inline-block;
  color: var(--commonColor);
}

.index_about .about_top .top_title a:hover {
  text-decoration: underline;
}

.index_about .about_top .top_desc {
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

@media (max-width:1400px) {
  .index_about .about_top .top_desc {
    font-size: 18px;
  }
}



.index_about .about_top .top_right {
  width: 48%;
  margin-left: 7%;
}

.index_about .about_bottom {
  margin-top: 10%;

}

.index_about .about_bottom .layout {
  width: 1488px;
  margin-left: 13.5%;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width:1770px) {
  .index_about .about_bottom .layout {
    width: 1400px;
    margin: 0 auto;
  }
}


@media (max-width:1440px) {
  .index_about .about_bottom .layout {
    width: 95%;
  }
}

.index_about .about_bottom .bot_left {
  width: 30%;
  margin-right: 10%;
}

.index_about .about_bottom .bot_left .bot_title {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 35px;
  color: var(--commonColor);
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 45px;
}

.index_about .about_bottom .bot_left .bot_title a {
  display: inline-block;
  color: var(--commonColor);
}

.index_about .about_bottom .bot_left .bot_title a:hover {
  text-decoration: underline;
}

.index_about .about_bottom .bot_left .bot_desc {
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

@media (max-width:1400px) {
  .index_about .about_bottom .bot_left .bot_desc {
    font-size: 18px;
  }
}

@media (max-width:1366px) and (min-width:951px) {
  .index_about .about_bottom .bot_left .bot_desc {
    font-size: 20px;
  }
}

.index_about .about_bottom .bot_left .bot_btn {
  display: inline-block;
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: var(--commonColor);
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  margin-top: 60px;
}

@media (max-width:1366px) and (min-width:951px) {
  .index_about .about_bottom .bot_left .bot_btn {
    font-size: 18px;
  }

}

@media (max-width:1366px) and (min-width:951px) {
  .index_about .about_bottom .bot_left .bot_btn {
    font-size: 20px;
  }
}

.index_about .about_bottom .bot_left .bot_btn:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-left: 20px;
  background-image: url(../img/read_more.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.index_about .about_bottom .bot_left .bot_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  transform: scaleX(1);
  background: var(--commonColor);
  transition: all ease-in-out .35s;
}

.index_about .about_bottom .bot_left .bot_btn:hover::before {
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

.index_about .about_bottom .bot_right {
  width: 63%;
  justify-content: space-between;
}

.index_about .about_bottom .bot_right .bot_img1 {
  width: 100%;
  position: relative;
  height: 593px;
  overflow: hidden;
  max-width: 470px;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.index_about .about_bottom .bot_right .bot_img1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_about .about_bottom .bot_right .bot_img1:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.index_about .about_bottom .bot_right .bot_img2 {
  width: 100%;
  max-width: 307px;
  position: relative;
  height: 463px;
  margin-top: -25%;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

@media (max-width:1400px) {
  .index_about .about_bottom .bot_right .bot_img2 {
    margin-top: -15%;
  }
}

.index_about .about_bottom .bot_right .bot_img2 .bot_bg {
  position: absolute;
  top: 7%;
  left: 10%;
  width: 100%;
  height: 100%;
  background: #F6FAFF;
}

.index_about .about_bottom .bot_right .bot_img2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_about .about_bottom .bot_right .bot_img2:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.index_product {
  margin-top: 5%;
  padding-top: 5%;
  background: #F6FAFF;
}

.index_product .pro_top {
  justify-content: space-between;
}

.index_product .pro_top .pro_tit {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 50px;
  color: #333333;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.index_product .pro_top .pro_tit a {
  display: inline-block;
  color: #333333;

}

.index_product .pro_top .pro_tit a:hover {
  color: var(--commonColor);
  text-decoration: underline;
}

.index_product .pro_top .pro_btn {
  display: inline-block;
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: var(--commonColor);
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
  margin-top: 60px;
}

@media (max-width:1366px) and (min-width:951px) {
  .index_product .pro_top .pro_btn {
    font-size: 18px;
  }

}

@media (max-width:1366px) and (min-width:951px) {
  .index_product .pro_top .pro_btn {
    font-size: 20px;
  }
}

.index_product .pro_top .pro_btn:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-left: 20px;
  background-image: url(../img/read_more.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.index_product .pro_top .pro_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  transform: scaleX(1);
  background: var(--commonColor);
  transition: all ease-in-out .35s;
}

.index_product .pro_top .pro_btn:hover::before {
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
}

.index_product .pro_bot {
  margin-top: 40px;
}

.index_product .pro_bot .pro_list {
  justify-content: space-between;
  align-self: center;
  flex-wrap: wrap;
}

.index_product .pro_bot .pro_list .pro_item {
  position: relative;
  width: 48%;
  background-color: #FFFFFF;
  justify-content: space-between;
  padding: 40px 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.index_product .pro_bot .pro_list .pro_item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 6px;
  background: var(--commonColor);
  transition: all ease-in-out .5s;
}

.index_product .pro_bot .pro_list .pro_item:nth-child(2n) {
  margin-right: 0;
}

.index_product .pro_bot .pro_list .pro_item .pro_img {
  width: 40%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 26%;

}

.index_product .pro_bot .pro_list .pro_item .pro_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_product .pro_bot .pro_list .pro_item:hover .pro_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.index_product .pro_bot .pro_list .pro_item .pro_info {
  width: 56%;
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_title {
  /* font-family: 'PlayfairDisplay-Bold'; */
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
  height: 60px;
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_title a {
  display: inline-block;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_product .pro_bot .pro_list .pro_item:hover .pro_info .pro_title a {
  color: var(--commonColor);
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_desc {
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  height: 90px;
  margin: 15px 0;
}

@media (max-width:1400px) {
  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_desc {
    font-size: 18px;
  }
}

@media (max-width:1366px) and (min-width:951px) {
  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_desc {
    font-size: 20px;
  }
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_desc a {
  display: inline-block;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_desc a:hover {
  color: var(--commonColor);
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_more {
  display: inline-block;
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  position: relative;
}

@media (max-width:1400px) {
  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_more {
    font-size: 18px;

  }
}

@media (max-width:1366px) and (min-width:951px) {
  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_more {
    font-size: 20px;
  }
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_more:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-left: 20px;
  background-image: url(../img/read_more_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_more:hover:after {
  background-image: url(../img/read_more.png);
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_more:hover {
  color: var(--commonColor);
}

.index_product .pro_bot .pro_list .pro_item .pro_info .pro_more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  background: var(--commonColor);
  transition: all ease-in-out .35s;
}


.index_product .pro_bot .pro_list .pro_item:hover .pro_info .pro_more::before {
  width: 100%;
}

.index_product .pro_bot .pro_list .pro_item:hover:after {
  width: 100%;
}

.index_video {
  margin-top: 13%;
  position: relative;
}

.index_video .video_icon {
  position: absolute;
  top: -20%;
  left: 0;
  width: auto;
  height: 100%;
  max-height: 247px;
}

@media (max-width:1400px) {
  .index_video .video_icon {
    max-height: 200px;
  }
}

.index_video .video_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_video .video_wrap {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: 13.7%;
  z-index: 99;
}

.index_video .video_wrap .content-list {
  width: 68%;
}

.index_video .video_wrap .content-list .tab-pane {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52%;
}

.index_video .video_wrap .content-list .tab-pane lite-youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_video .video_tab {
  width: 25%;
  margin-left: 0;
  margin-right: auto;
}

.index_video .video_tab .video-button-next .index_video .video_tab .video-button-prev {
  display: none;
}

.index_video .tab-list ul {
  justify-content: center;
}

.index_video .tab-list .tab-link {
  /* font-family: 'PlayfairDisplay-Bold'; */
  font-weight: bold;
  font-size: 20px;
  color: #D4D5D5;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: 50px;
}

.index_video .tab-list .tab-link span {
  width: calc(100% - 130px);
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_video .tab-list .tab-link {
  height: 70px !important;
}

.index_video .tab-list .tab-link::before {
  content: '';
  display: inline-block;
  width: 100px !important;
  height: 2px;
  background: #D4D5D5;
  margin-right: 25px;
}

.index_video .tab-list .tab-link:after {
  content: '';
  width: 21px;
  height: 21px;
  background: #FFFFFF;
  border: 1px solid #D4D5D5;
  border-radius: 50%;
  background-image: url(../img/video_player_hover.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-left: 25px;
}

.index_video .tab-list .tab-link.active:after {
  content: '';
  width: 21px;
  height: 21px;
  background: #FFFFFF;
  border: 1px solid #D4D5D5;
  border-radius: 50%;
  background-image: url(../img/video_player.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-left: 40px;
}

.index_video .content-list .tab-pane {
  display: none;
  overflow: hidden;
}

.index_video .content-list .tab-pane.active {
  display: block;
  animation: fadeInLeftA 0.5s ease;
}

.index_video .tab-list .tab-link.active {
  color: var(--commonColor);
}

.index_video .tab-list .tab-link.active::before {
  background: var(--commonColor);
}

.index_video .video_bot {
  position: relative;
  justify-content: space-between;
  margin-left: 13.7%;
  margin-right: auto;
  align-items: center;
  z-index: 97;
}


.index_video .video_bot .video_desc {
  width: 50%;
  /* font-family: 'PlayfairDisplay-Italic'; */
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: italic;
  text-transform: none;

}

.index_video .video_bot .video_desc p {
  max-width: 533px;
  margin: 0 auto;
  /* font-family: 'PlayfairDisplay-Italic'; */
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: italic;
  text-transform: none;
}

.index_video .video_bot .video_img {
  width: 67%;
  margin-top: -17%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.index_video .video_bot .video_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_video .video_bot .video_img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.index_process {
  margin-top: 5%;
  background-image: url(../img/process_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0;
}


.index_process .process_top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}

.index_process .process_top .process_tit {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
}

.index_process .process_top .process_tit a {
  display: inline-block;
  color: #FFFFFF;
}

.index_process .process_top .process_tit a:hover {
  text-decoration: underline;
}

.index_process .process_top .process_hr {
  width: 100%;
  max-width: 825px;
  height: 2px;
  background: #535572;
}

@media (max-width:1200px) {
  .index_process {
    padding: 5% 0;
  }

  .index_process .process_top .process_hr {
    width: 50%;
    max-width: 738px;
    height: 2px;
    background: #535572;
  }
}

.index_process .process_wrap .process_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.index_process .process_wrap .process_list .process_item {
  width: 23%;
  background: #161E50;
  border-radius: 20px;
  padding: 60px 20px;
  margin-right: 40px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}


.index_process .process_wrap .process_list .process_item:last-child {
  margin-right: 0;
}

.index_process .process_wrap .process_list .process_item .item_num {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.index_process .process_wrap .process_list .process_item .item_title {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 39px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  height: 78px;
  overflow: hidden;
}

.index_process .process_wrap .process_list .process_item .item_desc {
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 100px;
  height: 120px;
}

.index_process .process_wrap .process_list .process_item:hover {
  background: var(--commonColor);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px 20px 20px 20px;
}

@media (max-width:1400px) {
  .index_process .process_wrap .process_list .process_item {
    padding: 30px 20px;
  }

  .index_process .process_wrap .process_list .process_item .item_desc {
    margin-top: 50px;
  }
}

.index_reviews {
  margin-top: 5%;
  position: relative;
}

.index_reviews .reviews_tit {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 50px;
  color: #333333;
  line-height: 78px;
  text-align: center;
  font-style: normal;
  text-transform: capitalize;
}

.index_reviews .reviews_tit a {
  display: inline-block;
  color: #333333;
}

.index_reviews .reviews_tit a:hover {
  text-decoration: underline;
  color: var(--commonColor);
}

.index_reviews .reviews_wrap {
  margin-top: 50px;
}

.index_reviews .swiper-wrapper {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}


.index_reviews .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  border-radius: unset;
  background: #DFDFDF;
  opacity: 1;
}

.index_reviews .swiper-pagination-bullet-active {
  width: 25px;
  height: 5px;
  border-radius: unset;
  background: #223086;
  opacity: 1;
}

.index_reviews .reviews-button-prev {
  content: '';
  position: absolute;
  top: 50%;
  left: -5%;
  width: 59px;
  height: 59px;
  background: #EAEAEB;
  border: 1px solid #F4F4F4;
  background-image: url(../img/customer_prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30%;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 9;
}

.index_reviews .reviews-button-prev:hover {
  background-color: var(--commonColor);
  background-image: url(../img/customer_prev_hover.png);

}

.index_reviews .reviews-button-next {
  content: '';
  position: absolute;
  top: 50%;
  right: -5%;
  width: 59px;
  height: 59px;
  background: #EAEAEB;
  border: 1px solid #F4F4F4;
  background-image: url(../img/customer_next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30%;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 9;
}

.index_reviews .reviews-button-next:hover {
  background-color: var(--commonColor);
  background-image: url(../img/customer_next_hover.png);

}

@media (max-width:1550px) {
  .index_reviews .reviews-button-prev {
    left: -2%;
  }

  .index_reviews .reviews-button-next {
    right: -2%;
  }
}

.index_reviews .reviews_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 25px;
  background: rgba(246, 250, 255, .54);
  border-radius: 20px 20px 20px 20px;
}

.index_reviews .reviews_item .item_avatar {
  width: 119px;
  height: 119px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.index_reviews .reviews_item .item_avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_reviews .reviews_item .item_avatar:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index_reviews .reviews_item .item_box .item_title {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: none;
}

.index_reviews .reviews_item .item_info {
  width: calc(100% - 150px);
}

.index_reviews .reviews_item .item_info .item_title {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.index_reviews .reviews_item .item_info .item_desc {
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.index_blog {
  margin-top: 5%;
  margin-bottom: 5%;
}

@media (max-width:1100px) and (min-width:951px) {
  .index_blog {
    visibility: visible !important;
    animation: fadeInLeftA 0.5s ease;

  }

  .index_process .process_top {
    visibility: visible !important;
  }

  .index_process .process_wrap {
    visibility: visible !important;

  }

  .index_reviews {
    visibility: visible !important;
  }
}

.index_blog .layout {
  width: auto;
  margin-left: 13.7%;
  margin-right: auto;
}

.index_blog .blog_tit {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 50px;
  color: #333333;
  line-height: 78px;
  text-align: center;
  font-style: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.index_blog .blog_tit a {
  display: inline-block;
  color: #333333;
}

.index_blog .blog_tit a:hover {
  color: var(--commonColor);
  text-decoration: underline;
}

.index_blog .swiper-wrapper {
  padding-bottom: 50px;

}

.index_blog .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  border-radius: unset;
  background: #DFDFDF;
  opacity: 1;
}

.index_blog .swiper-pagination-bullet-active {
  width: 25px;
  height: 5px;
  border-radius: unset;
  background: #223086;
  opacity: 1;
}


.index_blog .blog_list .blog_item .item_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 63%;
  -webkit-transition: all 150ms ease-out 0ms;
  -moz-transition: all 150ms ease-out 0ms;
  -o-transition: all 150ms ease-out 0ms;
  transition: all 150ms ease-out 0ms;
}

.index_blog .blog_list .blog_item .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}


.index_blog .blog_list .blog_item .item_img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}


.index_blog .blog_list .blog_item .item_date {
  /* font-family: 'Roboto-Regular'; */
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 15px 0;
}


.index_blog .blog_list .blog_item .item_title {
  /* font-family: 'PlayfairDisplay-Regular'; */
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;

}

.index_blog .blog_list .blog_item .item_title a {
  display: inline-block;
  color: #333333;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_blog .blog_list .blog_item .item_title a:hover {
  color: var(--commonColor);
  text-decoration: underline;
}


@media (max-width:950px) {
  .index_banner #sj {
    display: block;
  }

  .index_banner #pc {
    display: none;
  }

  .sjBannerSwiper .swiper-wrapper {
    justify-content: flex-end;
  }

  .sjBannerSwiper {
    width: 100%;
    max-width: 925px;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: -70px;
  }

  @media (max-width:480px) {
    .sjBannerSwiper {
      margin-top: -25px;
    }
  }

  .index_about {
    margin-top: 10%;
  }



  .index_about .about_icon {
    top: -4%;
    left: 2%;
  }

  .index_about .about_icon img {
    max-height: 100px
  }

  @media (max-width:480px) {
    .index_about {
      margin-top: 20%;
    }

    .index_about .about_icon {
      top: -6%;
      left: 2%;
    }
  }

  .index_about .about_top .layout {
    flex-direction: column;
  }

  .index_about .about_top .top_left {
    width: 100%;
    height: 0;
    padding-bottom: 92%;
    margin-bottom: 30px;
  }

  .index_about .about_top .top_right {
    width: 100%;
    margin-left: 0;
  }

  .index_about .about_top .top_title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .index_about .about_top .top_desc {
    max-width: none;
    font-size: 16px;
    line-height: 30px;
  }

  .index_about .about_bottom {
    margin-top: 18%;
  }

  .index_about .about_bottom .layout {
    flex-direction: column;
  }

  .index_about .about_bottom .bot_left {
    width: 100%;
    margin-right: 0;
    order: 2;
  }

  .index_about .about_bottom .bot_left .bot_title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .index_about .about_bottom .bot_right {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }

  .index_about .about_bottom .bot_right .bot_img1 {
    height: 0;
    padding-bottom: 73%;
    margin-right: 5%;
  }

  .index_about .about_bottom .bot_right .bot_img2 {
    max-width: none;
  }

  .index_about .about_bottom .bot_right .bot_img2 .bot_bg {
    display: none;
  }

  .index_about .about_bottom .bot_left .bot_desc {
    font-size: 16px;
    line-height: 30px;
  }

  .index_about .about_bottom .bot_right .bot_img2 {
    height: 0;
    padding-bottom: 67%;
  }

  .index_about .about_bottom .bot_left .bot_btn {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
  }

  .index_product {
    margin-top: 10%;
  }

  .index_product .pro_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .index_product .pro_top .pro_tit {
    font-size: 30px;
    line-height: 35px;

  }

  .index_product .pro_top .pro_btn {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }

  .index_product .pro_bot .pro_list .pro_item {
    width: 100%;
    margin: 0 0 30px;
    flex-direction: column;
    align-items: center;
  }

  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_title {
    height: auto;
    font-size: 16px;
    line-height: 30px;
  }

  .index_product .pro_bot .pro_list .pro_item .pro_img {
    width: 100%;
    padding-bottom: 68%;
    margin-bottom: 30px;
  }

  .index_product .pro_bot .pro_list .pro_item .pro_info {
    width: 100%;
  }

  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_title a {
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_desc {
    font-size: 16px;
    line-height: 30px;
    height: auto;
  }

  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_desc a {
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .index_product .pro_bot .pro_list .pro_item .pro_info .pro_more {
    font-size: 16px;
    line-height: 30px;
  }

  .index_video {
    margin-top: 20%;
  }

  .index_video .video_icon {
    max-height: 150px;
    text-align: center;
    top: -10%;
  }

  @media (max-width:600px) {
    .index_video .video_icon {
      max-height: 100px;
    }
  }

  .index_video .video_wrap {
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .index_video .video_wrap .content-list {
    width: 100%;
    margin-bottom: 30px;
  }

  .index_video .tab-list {
    width: calc(100% - 80px);
    justify-content: flex-start;
    flex-direction: row;
  }

  .index_video .video_tab {
    width: 100%;
    margin: 0 !important;
    position: relative;
  }

  .index_video .video_tab .video-button-next {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: #EAEAEB;
    border: 1px solid #F4F4F4;
    background-image: url(../img/customer_next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
    transition: all 0.5s ease;
    z-index: 9;
  }

  .index_video .video_tab .video-button-prev {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: #EAEAEB;
    border: 1px solid #F4F4F4;
    background-image: url(../img/customer_prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
    transition: all 0.5s ease;
    z-index: 9;
  }

  .index_video .tab-list .tab-link {
    width: 100%;
    height: auto !important;
    font-size: 16px;
    justify-content: center !important;

  }

  .index_video .tab-list .tab-link span {
    width: calc(100% - 130px) !important;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .index_video .tab-list .tab-link::before {
    display: none;
  }

  .index_video .tab-list .tab-link:after {
    margin-left: 10px;
  }

  .index_video .tab-list .tab-link.active:after {
    margin-left: 10px;
  }

  .index_video .tab-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .index_video .tab-list .tab-link {
    margin-bottom: 0;
  }

  .index_video .video_bot {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .index_video .video_bot .video_desc {
    width: 100%;

  }

  .index_video .video_bot .video_desc p {
    max-width: none;
    font-size: 18px;
    line-height: 1.5;
  }

  .index_video .video_bot .video_img {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 71%;
  }

  .index_process .process_top .process_tit {
    font-size: 30px;
    line-height: 35px;
  }

  .index_process .process_top .process_hr {
    display: none;
  }

  .index_process .process_wrap .process_list {
    flex-direction: column;

  }

  .index_process .process_wrap .process_list .process_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .index_process .process_wrap .process_list .process_item .item_title {
    height: auto;
    overflow: visible;
    font-size: 22px;
    line-height: 35px;
  }

  .index_process .process_wrap .process_list .process_item .item_desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .index_process .process_top {
    margin-bottom: 30px;
  }

  .index_reviews .reviews_tit {
    font-size: 30px;
    line-height: 35px;
  }

  .index_reviews .reviews_wrap {
    margin-top: 30px;
  }

  .index_reviews .reviews-button-next {
    width: 39px;
    height: 39px;
  }

  .index_reviews .reviews-button-prev {
    width: 39px;
    height: 39px;
  }

  .index_reviews .reviews_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .index_reviews .reviews_item .item_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .index_reviews .reviews_item .item_box .item_title {
    display: block;
  }

  .index_reviews .reviews_item .item_info .item_title {
    display: none;
  }

  .index_reviews .reviews_item .item_avatar {
    width: 67px;
    height: 67px;
    margin-right: 20px;
  }

  .index_reviews .reviews_item .item_info {
    width: 100%;
    padding: 0 10px;
  }

  .index_blog .layout {
    width: 95%;
    margin: 0 auto;
  }

  .index_blog .blog_tit {
    font-size: 30px;
    line-height: 35px;
  }

  .index_blog .blog_list .blog_item .item_title a {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;

  }
}