.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: 47px !important;
  height: 105px !important;
  background: url(../img/demo/banner-perv.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  background-size: auto;
  left: 10px;
  right: auto
}

.swiper-button-next:hover {
  background-color: #005BAC;
}

.swiper-button-prev:hover {
  background-color: #005BAC;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 47px !important;
  height: 105px !important;
  padding: 20px 10px;
  background: url(../img/demo/banner-next.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 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;
  border-radius: unset !important;
  width: 36px;
  height: 3px;
  background: #FFFFFF !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #005BAC !important;
  opacity: 1 !important;
}

.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: 36px;
  height: 3px;
  background: #FFFFFF;
  border-radius: unset;
  opacity: 1;
}

.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: #005BAC !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;
}

.slider_banner .swiper-slide img {
  width: 100%;
  transition: 3s linear;
  transform: scale(1.08);
}

.slider_banner .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}

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

.index_company {
  width: 100%;
  height: 100%;
  background-color: #191919;
}

.index_company .company_wrap {
  padding-top: 5%;
}

.index_company .company_placeholder {
  width: 100%;
  height: 364px;
}

@media (max-width:1400px) {
  .index_company .company_placeholder {
    height: 307px;
  }
}

@media (max-width:1200px) {
  .index_company .company_placeholder {
    height: 275px;
  }
}

@media (max-width:1024px) {
  .index_company .company_placeholder {
    height: 195px;
  }
}

.index_company .layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index_company .company_title {
  width: 52%;
  text-align: center;
  margin-bottom: 35px;
}


.index_company .company_title a {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 56px;
}

.index_company .company_title a:hover {
  text-decoration: underline;
}

.index_company .experience_data {
  width: 100%;
  margin: 30px 0;
}

.index_company .experience_data ul {
  justify-content: space-between;
  align-items: center;
}

.index_company .experience_data ul li {
  width: 24%;
  text-align: center;
}


.index_company .experience_data ul li .item_top {
  font-family: 'Avenir-Black';
  font-weight: 400;
  font-size: 65px;
  color: #FFFFFF;
}

.index_company .experience_data ul li .item_bottom {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

.index_company .company_content {
  margin-bottom: 65px;
}

.index_company .company_content {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #E5E5E5;
  line-height: 30px;
  margin-bottom: 20px;
}

.index_company .company_img_list {
  width: 100%;
  height: 100%;
}

.index_company .company_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 36.6%;
}

.index_company .company_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_company .company_img .video_img_sj {
  display: none;
}

.index_company .company_img .video_open {
  position: absolute;
  top: 40%;
  left: 45%;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .15);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.index_company .company_img .video_wrap {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_company .company_img .video_wrap img {
  width: 16px;
  height: 25px;
}

.index_product {
  margin-top: 5%;
}

.index_product .pro_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.index_product .pro_top .pro_title {
  margin-bottom: 8%;
}

.index_product .pro_top .pro_title a {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 50px;
  color: #191919;
  line-height: 59px;
  padding-bottom: 20px;
  position: relative;
}

.index_product .pro_top .pro_title a:hover {
  text-decoration: underline;
}

@media (max-width:1200px) {
  .index_product .pro_top .pro_title a {
    font-size: 40px;
    line-height: 45px;
  }
}

.index_product .pro_top .pro_title a::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  left: 11%;
  bottom: 0;
  width: 72px;
  height: 7px;
  background: #191919;

}

.index_product .pro_top .pro_content {
  width: 50%;
}

.index_product .pro_top .pro_txt {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.index_product .pro_top .pro_btn a {
  display: inline-block;
  padding: 10px 25px;
  background: #005BAC;
  border: 2px solid #005BAC;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}

.index_product .pro_top .pro_btn a:after {
  margin-left: 10px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #FFFFFF;
}

.index_product .pro_top .pro_btn a:hover {
  border: 2px solid #005BAC;
  color: #005BAC;
  background-color: #FFFFFF;
}

.index_product .pro_top .pro_btn a:hover:after {
  color: #005BAC;
}

.index_product .pro_wrap {
  width: 100%;
}

.index_product .pro_wrap .pro_list {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.index_product .pro_wrap .pro_list .pro_item {
  width: 24%;
  margin-bottom: 30px;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_product .pro_wrap .pro_list .pro_item .item_img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

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

.index_product .pro_wrap .pro_list .pro_item:hover .item_img img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_product .pro_wrap .pro_img {
  width: 100%;
  position: relative;
}

.index_product .pro_wrap .pro_img .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}

.index_product .pro_wrap .pro_img .swiper-slide {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
}

.index_product .pro_wrap .pro_img .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_product .pro_wrap .pro_img .pro-button-prev {
  position: absolute;
  width: 52px;
  height: 52px;
  background: url(../img/index/pro_prev.png) no-repeat center center;
  background-color: #191919;
  padding: 20px 10px;
  background-size: auto;
  top: 50%;
  left: -5%;
  z-index: 100;
}

.index_product .pro_wrap .pro_img .pro-button-prev:hover {
  background-color: #005BAC;
}

.index_product .pro_wrap .pro_img .pro-button-next {
  position: absolute;
  width: 52px;
  height: 52px;
  background: url(../img/index/pro_next.png) no-repeat center center;
  background-color: #191919;
  padding: 20px 10px;
  background-size: auto;
  top: 50%;
  right: 5%;
  z-index: 100;
}

.index_product .pro_wrap .pro_img .pro-button-next:hover {
  background-color: #005BAC;
}

.index_product .pro_wrap .pro_box {
  width: 100%;
}

.index_product .pro_wrap .pro_box .pro_tit {
  margin-bottom: 10%;
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 20px;
  color: #005BAC;
  line-height: 1.5;
}

.index_product .pro_wrap .pro_box .pro_tit a {
  display: inline-block;
  color: #005BAC;
  height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}



.index_product .pro_wrap .pro_box .pro_info {
  font-family: 'Poppins-Regular' !important;
  font-weight: 400;
  font-size: 16px !important;
  color: #666666;
  line-height: 30px !important;
  height: 66px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_product .pro_wrap .pro_box .pro_info span {
  font-family: 'Poppins-Regular' !important;
  font-weight: 400;
  font-size: 16px !important;
  color: #666666;
  line-height: 30px !important;
}

.index_product .pro_wrap .pro_box .pro_details {
  display: none;
  margin-top: 80px;

}

.index_product .pro_wrap .pro_box .pro_details a {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #005BAC;
  background: #FFFFFF;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #005BAC;
  line-height: 22px;
  display: none;
}

.index_product .pro_wrap .pro_box .pro_details a:after {
  margin-left: 10px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #005BAC;
}

.index_product .pro_wrap .pro_box .pro_details a:hover {
  background: #005BAC;
  color: #FFFFFF;
}

.index_product .pro_wrap .pro_box .pro_details a:hover:after {
  color: #FFFFFF;
}

.index_capabilities {
  margin-top: 5%;
}

.index_capabilities .layout {
  flex-direction: column;
  align-items: center;
}

.index_capabilities .capabilities_title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.index_capabilities .capabilities_title {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 50px;
  color: #191919;
  line-height: 59px;
}


@media (max-width:1200px) {
  .index_capabilities .capabilities_title {
    font-size: 40px;
    line-height: 45px;
  }
}

.index_capabilities .capabilities_info {
  width: 68%;
  text-align: center;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 50px;
}

.index_capabilities .capabilities_btn a {
  display: inline-block;
  padding: 10px 25px;
  background: #005BAC;
  border: 2px solid #005BAC;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}

.index_capabilities .capabilities_btn a:after {
  margin-left: 10px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #FFFFFF;
}

.index_capabilities .capabilities_btn a:hover {
  background: #FFFFFF;
  color: #005BAC;
}

.index_capabilities .capabilities_btn a:hover:after {
  color: #005BAC;
}

.index_capabilities .capabilities_wrap {
  width: 100%;
  margin-top: 4%;
}


.index_capabilities .capabilities_wrap ul {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.index_capabilities .capabilities_wrap ul li {
  width: 24%;
}

.index_capabilities .capabilities_wrap ul li .item_img {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  z-index: 1;
  -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_capabilities .capabilities_wrap ul li .item_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_capabilities .capabilities_wrap ul li .item_img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  z-index: 20;
}

.index_capabilities .capabilities_wrap ul li .item_title {
  text-align: center;
  margin-top: 3%;
}

.index_capabilities .capabilities_wrap ul li .item_title {
  display: inline-block;
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 20px;
  color: #191919;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
}

.index_capabilities .capabilities_wrap ul li .item_info {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  height: 84px;
  overflow: hidden;
}

.index_contact {
  position: relative;
  padding-top: 7%;
  margin-top: 5%;
  height: 655px;
}

.index_contact .bg_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 655px;
  justify-content: space-between;
}

.index_contact .contact_left {
  width: 50%;
  background-color: #005BAC;
}

.index_contact .contact_right {
  width: 50%;
  background-image: url(../img/index/contact_img.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.index_contact .top_wrap {
  flex-direction: column;
  align-items: center;
}

.index_contact .contact_title {
  text-align: center;
  margin-bottom: 50px;
}

.index_contact .contact_title a {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 80px;
}

.index_contact .contact_title a:hover {
  text-decoration: underline;
}

@media (max-width:1200px) {
  .index_contact .contact_title a {
    font-size: 40px;
    line-height: 45px;
  }
}

.index_contact .contact_btn a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FFFFFF;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}

.index_contact .contact_btn a:after {
  margin-left: 10px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #333333;
}

.index_contact .contact_btn a:hover {
  background: #333333;
  color: #FFFFFF;
}

.index_contact .contact_btn a:hover:after {
  color: #FFFFFF;
}

.index_contact .contact_box {
  width: 100%;
  justify-content: space-between;
  margin-top: 8%;
  position: relative;
  z-index: 9;
}

.index_contact .contact_box .box_left {
  width: 40%;
  height: 445px;
  position: relative;
  overflow: hidden;
}

.index_contact .contact_box .box_left img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_contact .contact_box .box_right {
  width: 60%;
  background: #0E0E0E;
  padding: 6%;

}

.index_contact .contact_box .box_right .contact_tit {
  margin-bottom: 30px;
}

.index_contact .contact_box .box_right .contact_tit a {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 22px;
}

.index_contact .contact_box .box_right .contact_tit a:hover {
  text-decoration: underline;
}

.index_contact .contact_box .box_right .contact_info {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-bottom: 60px;
}

.index_contact .contact_box .box_right ul {
  justify-content: space-between;
}

.index_contact .contact_box .box_right ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.index_contact .contact_box .box_right ul li div {
  width: 51px;
  height: 51px;
  background: rgba(0, 91, 172, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.index_contact .contact_box .box_right ul .item_phone b {
  display: inline-block;
  width: 39px;
  height: 39px;
  box-sizing: border-box;
  background: #005BAC;
  border-radius: 50%;
  background-image: url(../img/index/phone.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.index_contact .contact_box .box_right ul .item_email b {
  display: inline-block;
  width: 39px;
  height: 39px;
  box-sizing: border-box;
  background: #005BAC;
  border-radius: 50%;
  background-image: url(../img/index/email.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.index_contact .contact_box .box_right ul li {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
}

.index_contact .contact_box .box_right ul li a {
  display: inline-block;
  color: #FFFFFF;
}

.index_contact .contact_box .box_right ul li a:hover {
  text-decoration: underline;
}

.index_application {
  height: 1317px;
  background: #191919;
  padding-top: 15%;
  position: relative;
}

.index_application .application_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.index_application .application_wrap .application_title {
  padding-top: 30%;
  margin-bottom: 60px;
  position: relative;
}

.index_application .application_wrap .application_title a {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 59px;
  padding-bottom: 20px;
}

.index_application .application_wrap .application_title a:hover {
  text-decoration: underline;
}

@media (max-width:1200px) {
  .index_application .application_wrap .application_title a {
    font-size: 40px;
    line-height: 45px;
  }
}

.index_application .application_wrap .application_title a::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  left: 11%;
  bottom: -20px;
  width: 72px;
  height: 7px;
  background: #FFFFFF;
}

.index_application .application_wrap .application_btn a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #FFFFFF;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}

.index_application .application_wrap .application_btn a:after {
  margin-left: 10px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #333333;
}

.index_application .application_wrap .application_btn a:hover {
  color: #FFFFFF;
  background: #333333;
}

.index_application .application_wrap .application_btn a:hover:after {
  color: #FFFFFF;
}

.index_application .application_swiper {
  position: relative;
  width: 100%;
}

.index_application .application_swiper .swiper {
  width: 100%;
}

.index_application .application_swiper .swiper-slide {
  width: 100% !important;
  height: 1140px;
  position: relative;
}


.index_application .application_swiper .swiper-slide .right_top {
  width: 100%;
  max-width: 788px;
  max-height: 694px;
  height: 100%;
  position: absolute;
  top: 0.3%;
  right: 0.1%;
}

.index_application .application_swiper .swiper-slide .right_top a {
  display: block;
  max-width: 788px;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 88%;
}

.index_application .application_swiper .swiper-slide .right_top a .app_img {
  max-width: 788px;
  max-height: 694px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}


.index_application .application_swiper .swiper-slide .left_bottom {
  width: 100%;
  max-width: 610px;
  max-height: 699px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index_application .application_swiper .swiper-slide .left_bottom a {
  display: block;
  max-width: 610px;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 115%;
}

.index_application .application_swiper .swiper-slide .left_bottom a .app_img {
  max-width: 610px;
  max-height: 699px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_application .application_swiper .swiper-slide a .app_sj {
  display: none;
}

.index_application .application_swiper .swiper-slide .right_bottom {
  width: 100%;
  max-width: 563px;
  max-height: 443px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 16.2%;
}

.index_application .application_swiper .swiper-slide .right_bottom a {
  display: block;
  max-width: 563px;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 79%;
}

.index_application .application_swiper .swiper-slide .right_bottom a .app_img {
  max-width: 563px;
  max-height: 443px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_application .application_swiper .swiper-slide .mask_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.index_application .application_swiper .swiper-slide .mask {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 10%;
  background-color: rgba(0, 91, 172, .5);
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20%;
  text-align: center;
  transition: all 0.5s ease;
}



.index_application .application_swiper .swiper-slide .mask .mask_title {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
}

.index_application .application_swiper .swiper-slide .mask .mask_content {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  height: 112px;
  overflow-y: auto;
}

.index_application .application_swiper .swiper-slide div:hover .mask {
  opacity: 1;
}

@media (max-width:1400px) {
  .index_application {
    height: 1230px;
  }

  .index_application .application_swiper .swiper-slide .right_top {
    max-width: 744px;
    top: 3.7%;
  }

  .index_application .application_swiper .swiper-slide .right_bottom {
    max-width: 530px;
  }

  .index_application .application_swiper .swiper-slide .left_bottom {
    max-width: 585px;
  }
}

@media (max-width:1366px) {
  .index_application .application_swiper .swiper-slide .right_top {
    max-width: 727px;
    top: 5%;
  }

  .index_application .application_swiper .swiper-slide .right_bottom {
    max-width: 518px;
  }

  .index_application .application_swiper .swiper-slide .left_bottom {
    max-width: 570px;
  }

}

@media (max-width:1300px) {
  .index_application .application_swiper .swiper-slide .right_top {
    max-width: 690px;
    top: 7.9%;
  }

  .index_application .application_swiper .swiper-slide .right_bottom {
    max-width: 490px;
  }

  .index_application .application_swiper .swiper-slide .left_bottom {
    max-width: 544px;
    bottom: -1.6%;
  }

  .index_application .application_swiper .swiper-slide .mask {
    height: 70%;
  }
}

@media (max-width:1200px) {
  .index_application {
    height: 1175px;
  }

  .index_application .application_swiper .swiper-slide .mask {
    padding: 0 10%;
  }

  .index_application .application_swiper .swiper-slide .right_top {
    max-width: 640px;
    top: 11.7%;
  }

  .index_application .application_swiper .swiper-slide .right_bottom {
    max-width: 455px;
  }

  .index_application .application_swiper .swiper-slide .left_bottom {
    max-width: 500px;
    bottom: -3.6%;
  }

  .index_application .application_swiper .swiper-slide .mask {
    height: 60%;
  }
}


@media (max-width:1100px) {
  .index_application .application_swiper .swiper-slide .right_top {
    max-width: 600px;
    top: 14.7%;
  }

  .index_application .application_swiper .swiper-slide .right_bottom {
    max-width: 432px;
  }

  .index_application .application_swiper .swiper-slide .left_bottom {
    max-width: 442px;
    bottom: -7.8%;
  }
}

@media (max-width:1024px) {
  .index_application {
    height: 1125px;
  }

  .index_application .application_swiper .swiper-slide .right_top {
    max-width: 560px;
    top: 17.9%;
  }

  .index_application .application_swiper .swiper-slide .right_bottom {
    max-width: 406px;
  }

  .index_application .application_swiper .swiper-slide .left_bottom {
    max-width: 410px;
    bottom: -9.2%;
  }

  .index_application .application_swiper .swiper-slide .mask {
    height: 50%;
  }
}



.application_swiper .application-button-prev {
  position: absolute;
  width: 52px;
  height: 52px;
  background: url(../img/index/app_prev.png) no-repeat center center;
  background-color: #FFFFFF;
  padding: 20px 10px;
  background-size: auto;
  bottom: 20%;
  right: 7%;
  z-index: 100;
}

.application_swiper .application-button-prev:hover {
  background-color: #005BAC;
  background-image: url(../img/index/app_hover_prev.png);
}

.application_swiper .application-button-next {
  position: absolute;
  width: 52px;
  height: 52px;
  background: url(../img/index/app_next.png) no-repeat center center;
  background-color: #FFFFFF;
  padding: 20px 10px;
  background-size: auto;
  bottom: 20%;
  right: 0;
  z-index: 100;
}

.application_swiper .application-button-next:hover {
  background-color: #005BAC;
  background-image: url(../img/index/app_hover_next.png);
}

.index_news {
  margin-top: 5%;
  position: relative;
  z-index: 99;
}



.index_news .news_title {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.index_news .news_title a {
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 50px;
  color: #000000;
  line-height: 69px;
  padding-bottom: 20px;
}

.index_news .news_title a:hover {
  text-decoration: underline;
}

@media (max-width:1200px) {
  .index_news .news_title a {
    font-size: 40px;
    line-height: 45px;
  }
}

.index_news .news_title a:after {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  width: 72px;
  height: 7px;
  background: #191919;
}

.index_news .news_list li {
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 30px;
  -webkit-transition: all .5s ease-out 0ms;
  -moz-transition: all .5s ease-out 0ms;
  -o-transition: all .5s ease-out 0ms;
  transition: all .5s ease-out 0ms;
}

.index_news .news_list li .news_img {
  width: 35%;
  position: relative;
  height: 312px;
  overflow: hidden;
}

.index_news .news_list li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.index_news .news_list li:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.index_news .news_list li .news_mask {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transform-origin: top;
}


.index_news .news_list li .news_mask .news_date {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-bottom: 15px;
}

.index_news .news_list li .news_mask .news_tit {
  margin: 25px 0;
}

.index_news .news_list li .news_mask .news_tit a {
  display: inline-block;
  font-family: 'Poppins-Bold';
  font-weight: 400;
  font-size: 26px;
  color: #333;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_news .news_list li .news_mask .news_tit a:hover {
  text-decoration: underline;
}

.index_news .news_list li .news_mask .news_info {
  margin-bottom: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_news .news_list li .news_mask .news_info p {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 25px;
}

.index_news .news_list li .news_mask .news_details a {
  display: inline-block;
  padding: 10px 25px;
  background: #005BAC;
  border: 2px solid #005BAC;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}

.index_news .news_list li .news_mask .news_details a:after {
  margin-left: 10px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 18px;
  color: #FFFFFF;
}

.index_news .news_list li .news_mask .news_details a:hover {
  background: #FFFFFF;
  color: #005BAC;
}

.index_news .news_list li .news_mask .news_details a:hover:after {
  color: #005BAC;
}

@media only screen and (max-width: 1200px) {
  .index_company .experience_data ul li .item_top {
    font-size: 50px !important;
    line-height: 1.5 !important;
  }

  .index_company .experience_data ul li .item_bottom {
    font-size: 18px;
    line-height: 1.5;
    height: 54px;
  }

  .index_product .pro_wrap .pro_box .pro_tit a {
    height: 180px;
    -webkit-line-clamp: 7;
  }
  .index_news .news_list li .news_mask .news_tit a{
    -webkit-line-clamp:3;
  }
}








/* index mobile */
@media only screen and (max-width: 950px) {
  .index_banner #pc {
    display: none;
  }

  .index_banner #sj {
    display: block;
  }

  .index_company .company_title {
    width: 100%;
  }

  .index_company .company_title a {
    font-size: 30px;
    line-height: 35px;
  }

  .index_company .experience_data ul {
    flex-wrap: wrap;
  }

  .index_company .experience_data ul li {
    width: 50%;
  }

  .index_company .experience_data ul li .item_top {
    font-size: 40px !important;
    line-height: 1.5 !important;
  }

  .index_company .experience_data ul li .item_bottom {
    font-size: 18px;
    line-height: 1.5;
  }

  .index_product .pro_wrap .pro_box .pro_info {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .index_product .pro_wrap .pro_box .pro_tit a {
    height: auto;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .index_product .pro_wrap .pro_list .pro_item {
    flex-direction: column;
    align-items: center;
  }

  .index_product .pro_wrap .pro_list .pro_item .item_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .index_product .pro_wrap .pro_box {
    width: 100% !important;
    margin-top: 30px;
  }

  .index_product .pro_wrap .pro_box .pro_details {
    margin-top: 30px;
  }

  .index_company .company_img .video_open {
    width: 70px;
    height: 70px;
    top: 45%;
    left: 45%;
  }

  @media (max-width:480px) {
    .index_company .company_img .video_open {
      top: 40%;
      left: 40%;
    }
  }


  .index_company .company_img .video_wrap {
    width: 57px;
    height: 57px;
  }

  .index_company .company_content {
    margin-bottom: 30px;
    height: auto;
    overflow: visible;
  }

  .index_company .company_img .video_img_sj {
    display: block;
  }

  .index_company .company_img .video_img {
    display: none;
  }

  .index_company .company_img .video_img_sj {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }

  .index_company .company_img {
    padding-bottom: 36%;
  }

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

  .index_product .pro_wrap .pro_list {
    flex-direction: column;
  }

  .index_product .pro_wrap .pro_list .pro_item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }

  .index_product .pro_top .pro_title {
    margin-bottom: 8%;
  }

  .index_product .pro_wrap .pro_box .pro_tit {
    margin-bottom: 30px !important;
  }

  @media (max-width:480px) {
    .index_company .experience_data ul li .item_bottom {
      height: 54px;
    }

    .index_product .pro_top .pro_title {
      margin-bottom: 15%;
    }
  }

  .index_product .pro_top .pro_title a {
    font-size: 30px;
    line-height: 35px;
  }

  .index_product .pro_top .pro_title a::after {
    height: 3px;
    transform: translate(0);
    left: 0;
  }

  .index_product .pro_top .pro_content {
    width: 100%;
    margin-bottom: 35px;
  }

  .index_product .pro_wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8%;
  }


  .index_capabilities {
    margin-top: 10%;
  }

  .index_capabilities .capabilities_title {
    font-size: 30px;
    color: #191919;
    line-height: 42px;
  }

  .index_capabilities .capabilities_info {
    width: 100%;
  }

  .index_capabilities .capabilities_wrap {
    margin-top: 8%;
  }

  .index_capabilities .capabilities_wrap ul {
    flex-direction: column;
  }

  .index_capabilities .capabilities_wrap ul li {
    width: 100%;
    margin-bottom: 8%;
  }

  .index_capabilities .capabilities_wrap ul li .item_title a {
    height: auto;
    overflow: visible;
  }

  .index_capabilities .capabilities_wrap ul li .item_info {
    height: auto;
    overflow: visible;
  }

  .index_contact .contact_title a {
    font-size: 30px;
    line-height: 42px;
  }

  .index_contact .contact_box .box_right .contact_tit {
    margin-bottom: 5%;
  }

  .index_contact .contact_box .box_right .contact_tit a {
    font-size: 30px;
    line-height: 42px;
  }

  .index_contact .contact_box .box_right .contact_info {
    margin-bottom: 6%;
  }

  .index_contact .contact_right {
    background-image: url(../img/index/contact_sj.png);
  }

  .index_contact .contact_box {
    flex-direction: column;
  }

  .index_contact .contact_box .box_left {
    width: 100%;
  }

  .index_contact .contact_box .box_right {
    width: 100%;
    padding: 8% 2.5%;
    padding-bottom: 0;
  }

  .index_contact .contact_box .box_right ul {
    flex-direction: column;
  }

  .index_contact .contact_box .box_right ul li {
    width: 100%;
    margin-bottom: 5%;
  }

  .index_application {
    height: auto;
    padding-top: 70%;
    padding-bottom: 30%;
  }

  @media (max-width:630px) {
    .index_application {
      padding-top: 80%;
    }
  }

  @media (max-width:530px) {
    .index_application {
      padding-top: 100%;
    }
  }

  .index_application .application_wrap .application_title a {
    font-size: 30px;
    line-height: 42px;
  }

  .index_application .application_wrap .application_title a::after {
    height: 3px;
  }

  .index_application .application_wrap {
    position: relative;
    margin-bottom: 40px;
  }

  .index_application .application_wrap .application_title {
    padding-top: 0;
  }

  .index_application .application_swiper .swiper-slide {
    height: auto;
  }


  .index_application .application_swiper .swiper-slide .right_bottom,
  .index_application .application_swiper .swiper-slide .right_top,
  .index_application .application_swiper .swiper-slide .left_bottom {
    position: relative !important;
    top: 0;
    left: 0;
    bottom: unset;
    right: unset;
    max-width: none;
    max-height: 368px;
  }

  .index_application .application_swiper .swiper-slide .right_top a .app_img,
  .index_application .application_swiper .swiper-slide .right_bottom a .app_img,
  .index_application .application_swiper .swiper-slide .left_bottom a .app_img {
    display: none;
  }

  .index_application .application_swiper .swiper-slide .right_bottom a {
    padding-bottom: 89%;
    max-width: none;
  }

  .index_application .application_swiper .swiper-slide .left_bottom a {
    padding-bottom: 88%;
    max-width: none;
  }

  .index_application .application_swiper .swiper-slide .right_top a {
    padding-bottom: 89%;
    max-width: none;
  }

  .index_application .application_swiper .swiper-slide .right_top a .app_sj {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
  }

  .index_application .application_swiper .swiper-slide .right_bottom a .app_sj {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
  }

  .index_application .application_swiper .swiper-slide .left_bottom a .app_sj {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
  }

  .index_application .application_swiper .swiper-slide .mask {
    opacity: 1;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 85%;
    padding: 0 12%;
  }

  .application_swiper .application-button-prev {
    left: 0;
    bottom: -8%;
    right: unset;
  }

  .application_swiper .application-button-next {
    left: 20%;
    bottom: -8%;
    right: unset;
  }


  .index_news .news_title a {
    font-size: 30px;
    color: #000000;
    line-height: 35px;
  }

  .index_news .news_title a:after {
    height: 3px;
  }


  .index_news {
    height: auto;
  }

  .index_news .news_list li .news_mask .news_tit a {
    -webkit-line-clamp: unset;
    overflow: visible;
    font-size: 22px;
    line-height: 1.4;
  }

  .index_news .news_list li .news_mask .news_info {
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .index_news .news_list li {
    flex-direction: column;
  }

  .index_news .news_list li .news_img {
    width: 100%;
    height: 0;
    margin-bottom: 30px;
    padding-bottom: 67%;
  }

  .index_news .news_list li .news_mask {
    width: 100%;
  }
}