.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}


.mySwiper .swiper-slide {
  transform: scale(0.8) !important;
}

.mySwiper .swiper-slide-active,
.mySwiper .swiper-slide-duplicate-active {
  transform: scale(1) !important;
}


.button-next1 {
  background-image: url("/images/arrow-right.jpg");
  width: 76px !important;
  height: 48px !important;
}

.button-prev1 {
  background-image: url("/images/arrow-left.jpg");
  width: 76px !important;
  height: 48px !important;
}


.pro-slide {
  padding: 5px;
}

.pro-slide1 {
  text-align: center;
  margin: 3px;
}

.pro-slide1 h1 {
  font-size: 20px;
}


.pro-slide1 a:last-child {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ccc;
  display: inline-block;
  width: 140px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pro-slide1:hover a:last-child,
.swiper-slide-active .pro-slide1 a:last-child {
  background-color: #198bff;
  display: inline-block;
  width: 100px;
  color: #fff;
}


.pro-content {
  position: relative;
  padding: 0 100px;
  /* Make space for the arrows */
  margin: 30px 0;
}

.pro-slide1 {
  padding: 15px;
  text-align: center;
}

.pro-slide1 img {
  max-width: 100%;
  height: auto;
}

.pro-slide1 h1 {
  font-size: 16px;
  margin: 10px 0;
}

/* Position the navigation arrows */
.button-prev1,
.button-next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
}

.button-prev1 {
  left: 0;
  background-image: url('/images/arrow-left.png');
}

.button-next1 {
  right: 0;
  background-image: url('/images/arrow-right.png');
}

.button-prev1:hover {
  background-image: url('/images/arrow-left-hover.png');
}

.button-next1:hover {
  background-image: url('/images/arrow-right-hover.png');
}


.mySwiper {
  margin-top: 20px;
  width: 1300px;
  overflow: hidden;
}

.mySwiper .device1 {
  width: 100%;
  height: 220px;
  max-width: 220px;
}

.mySwiper img {
  width: 100%;
  height: 280px;
}


.spirit-flex-container {
  display: flex;
  height: 100%;
  width: 100%;
}

.spirit-item {
  flex: 1;
  /* border-right: 1px solid #93b5d2; */
  height: 100%;
  padding-top: 260px;
  color: #fff;
  cursor: pointer;
  transition: all .5s;
  position: relative;
  text-align: center;
}

.icon-circle {
  width: 120px;
  height: 120px;
  background-color: #2b61f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-circle img {
  width: 60px;
  object-fit: contain;
}

.spirit-item:last-child {
  border-right: none;
}

.spirit-item.w50 {
  flex: 2;
}

.spirit-item.w25 {
  flex: 0.5;
}

.spirit-item h5 {
  font-size: 24px;
  color: #333;
}


.spirit-item span {
  width: 60px;
  height: 1px;
  background-color: #333;
  display: inline-block;
}

.spirit-item p {
  font-size: 18px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .spirit-flex-container {
    flex-direction: column;
  }

  .spirit-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #93b5d2;
  }

  .spirit-item:last-child {
    border-bottom: none;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .icon-circle img {
    width: 30px;
    height: 30px;
  }
}


.news {
  width: 100%;
  height: 620px;
  padding: 40px 0;
}

.news-con {
  width: 1200px;
  height: 500px;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0 auto;
}

.news-con1 {
  flex: 0 1 auto;
  width: 380px;
}

.newsSwiper {
  position: relative;
  overflow: hidden;
}

.news11 {
  width: 400px;
  height: 530px;
}

.news11>a {
  border: 1px solid #eee;
  display: inline-block;
}

.news11 img {
  width: 398px;
  height: 220px;
}

.news12 {
  width: 400px;
  height: 240px;
  background-color: #f8f8f8;
  padding: 15px 25px;
}

.news12>a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: bold;
}

.news13 {
  margin-top: 16px;
}

.news13 p {
  line-height: 24px;
  color: #666;
  font-size: 14px;
  text-align: left;
}





.news-con2 {
  flex: 0 1 740px;
}

.news-con2-title {
  width: 100%;
}

.news-con2-title h1 {
  font-size: 18px;
}

.news-con2-title span {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

.news-con21 {
  width: 100%;
  margin-top: 40px;
}

.news-con21 dl {
  display: flex;
  justify-content: space-between;
  height: 100px;
  margin-bottom: 2px;
  padding: 10px 20px;
  width: 96%;
}

.news-con21 dl:hover {
  box-shadow: 0 0 12px #ccc;
}

.news-con21 dl dt {
  flex: 0 1 550px;
  position: relative;
  padding-left: 20px
}

.news-con21 dl dt::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 18px;
  background-color: #444;
  border-radius: 5px;
}

.news-con21 dl dt a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 40px;
  color: #454545;
}

.news-con21 dl dt p {
  font-size: 12px;
  line-height: 20px;
}

.news-con21 dl dd {
  flex: 0 1 60px;
}

.news-con21 dl dd span {
  font-size: 14px;
  color: #666;
  line-height: 40px;
}

.news-con21 dl dd a {
  margin-top: 15px;
  display: block;
}

.news-con21 dl dd a img {}

.news-con2-title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
}

.news-con2-title h1 {
  font-size: 18px;
  font-weight: bold;
  display: inline;
}

.news-con2-title span {
  font-size: 12px;
  color: #999;
}

.news-con1-title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
}

.news-con1-title h1 {
  font-size: 18px;
  font-weight: bold;
  display: inline;
}

.news-con1-title span {
  font-size: 12px;
  color: #999;
}


.news-prev {
  top: 80% !important;
  right: 50px !important;
  left: auto !important;
  width: 20px !important;
}

.news-prev::after {
  font-size: 24px !important;
}

.news-next {
  top: 80% !important;
  right: 10px !important;
}

.news-next::after {
  font-size: 24px !important;
}


.honor {
  position: relative;
}

.honor-swiper-container {
  width: 1280px;
  margin: 20px 100px;
  position: relative;
  overflow: hidden;
}

.honor-slide {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

.honor-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -25px;
}

.honor .swiper-button-next {
  background-image: url('/images/arrow-right.png');
  right: 10px;
  width: 76px;
}

.honor .swiper-button-next:hover {
  background-image: url('/images/arrow-right-hover.png');
}

.honor .swiper-button-prev {
  background-image: url('/images/arrow-left.png');
  left: 10px;
  width: 76px;
}

.honor .swiper-button-prev:hover {
  background-image: url('/images/arrow-left-hover.png');
}

.honor .swiper-button-next:after,
.honor .swiper-button-prev:after {
  display: none;
}

.honor .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}


video {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial
}