@charset "UTF-8";
/*** 公共 ***/
.h-header {
  width: 100%;
  text-align: center;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 54px;
}
.h-header:after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: #08c8e8;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.h-header .en {
  font-size: 20px;
  line-height: 1em;
  height: 1em;
  color: #999;
  margin-bottom: 6px;
}

.h-heading {
  font-size: 42px;
  line-height: 60px;
}

@media screen and (max-width: 767.98px) {
  .h-header {
    padding-bottom: .2rem;
    margin-bottom: .35rem;
  }
  .h-header:after {
    width: .58rem;
    height: 2px;
  }
  .h-header .en {
    font-size: .24rem;
    line-height: .36rem;
    margin-bottom: 0;
  }

  .h-heading {
    font-size: .48rem;
    line-height: .6rem;
  }
}
/*** banner **/
.home-banbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-banbox .box {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-banbox img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.home-banbox .image {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

.hmban-web {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hmban-web .image {
  height: 38.8em;
}
.hmban-web video {
  object-fit: fill;
}

.hmban-app {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hmban-app .btn-open_video {
  width: 0.7rem;
  line-height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmban-app .btn-open_video img {
  width: 100%;
  display: block;
}

.hmban-page {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 20;
}
.hmban-page .bullet {
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  opacity: .5;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  cursor: pointer;
}
.hmban-page .bullet.active {
  opacity: 1;
}
.hmban-page.web {
  bottom: 28px !important;
  line-height: 14px;
}
.hmban-page.web .bullet {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}
.hmban-page.app {
  bottom: 0.36rem !important;
  line-height: .2rem;
}
.hmban-page.app .bullet {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.06rem;
}

.modal-video {
  z-index: 2000;
}
.modal-video .modal-close {
  top: 0;
  background-image: url("/images/icon-close.png");
}
.modal-video .modal-dialog, .modal-video .modal-content, .modal-video .video-box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.modal-video .vjs-has-started .vjs-control-bar {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

/** 新闻中心 **/
.home-newsbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 90px 0 20px;
  background: #fff;
}
.home-newsbox .bg {
  width: 100%;
  height: 69%;
  max-height: 670px;
  display: block;
  background: url("/images/home-bg.jpg") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home-newsbox .bg img {
  width: 16.8em;
  max-width: 336px;
  position: absolute;
  left: 0;
  top: 0;
}

.news-list {
  margin: 0 -2em;
}
.news-list li {
  padding: 0 2em;
}
.news-list .box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 25px rgba(5, 97, 167, 0.16);
}
.news-list .item-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.news-list .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.news-list .item-imgs:after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background: url("/images/home-bg2.png") no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.news-list .image {
  width: 100%;
  height: 15.25em;
  max-height: 305px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-list .item-bd {
  width: 100%;
  padding: 30px 1.6em 40px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news-list .date {
  font-size: 15px;
  line-height: 20px;
  color: #858585;
  margin-bottom: 18px;
}
.news-list .date img {
  width: 14px;
  margin: -3px 8px 0 0;
}
.news-list .tit {
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-list .desc {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  height: 48px;
  overflow: hidden;
}

.home-more {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 55px auto 0;
  background: url("/images/btn-bg.jpg") no-repeat center center;
  background-size: cover;
}
.home-more img {
  width: 12px;
  margin: -2px 0 0 34px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .news-list li:nth-child(2) {
    margin-top: 60px;
  }
  .news-list li:hover .image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }

  .home-more:hover {
    color: #fff;
  }
  .home-more:hover img {
    margin-left: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .news-list {
    margin-left: -1em;
    margin-right: -1em;
  }
  .news-list li {
    padding: 0 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .home-newsbox {
    padding: .74rem 0 .6rem;
  }
  .home-newsbox .bg {
    height: 100%;
    max-height: none;
    background-image: url("/images/home-bg_m.jpg");
  }
  .home-newsbox .bg img {
    width: 2.45rem;
  }

  .news-list {
    display: block;
    margin: 0;
  }
  .news-list li {
    padding: 0;
    margin: 0 0 .5rem;
  }
  .news-list li:nth-child(2) {
    margin: 0 0 .5rem;
  }
  .news-list li:last-child {
    margin-bottom: 0;
  }
  .news-list .item-bd {
    padding: .26rem .3rem .46rem;
  }
  .news-list .date {
    font-size: .28rem;
    line-height: .48rem;
    margin-bottom: .1rem;
  }
  .news-list .date img {
    width: .2rem;
    margin-right: .2rem;
  }
  .news-list .tit {
    font-size: .36rem;
    line-height: .5rem;
    height: auto;
    max-height: 1rem;
    margin-bottom: .24rem;
  }
  .news-list .desc {
    font-size: .28rem;
    line-height: .44rem;
    height: auto;
    max-height: .88rem;
  }

  .home-more {
    width: 2.28rem;
    height: .54rem;
    line-height: .54rem;
    font-size: .24rem;
    margin-top: .56rem;
  }
  .home-more img {
    display: none;
  }
}
/*** 产品中心 ***/
.home-prdt {
  padding: 90px 0 110px;
  background: url("/images/home-bg3.png") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hmprdt-swipbox {
  margin-right: 12vw;
  position: relative;
  padding-bottom: 144px;
}
.hmprdt-swipbox:before, .hmprdt-swipbox:after {
  content: '';
  display: table;
  clear: both;
}

.hmprdt-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hmprdt-swip {
  width: 30%;
  max-width: 525px;
  float: right;
  position: relative;
  margin-right: 38px;
}
.hmprdt-swip .slide-imgs {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  box-shadow: 0 3px 14px rgba(5, 97, 167, 0.1);
}
.hmprdt-swip img {
  width: 100%;
  max-height: 100%;
  display: block;
  opacity: 0;
}

.hmprdt-titbox {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.hmprdt-titbox a {
  width: 358px;
  height: 182px;
  display: block;
  background: url("/images/home-bg4.jpg") no-repeat center center;
  background-size: cover;
  display: block;
  padding: 26px 36px 32px;
  box-shadow: 0 8px 25px rgba(5, 97, 167, 0.16);
  border-radius: 10px;
}
.hmprdt-titbox .icon {
  width: 60px;
  display: block;
  margin-bottom: 24px;
  vertical-align: top;
  display: inline-block;
}
.hmprdt-titbox .tit {
  font-size: 28px;
  width: 60%;
  line-height: 40px;
  color: #272727;
  display: inline-block;
  margin-left: 4%;
}
.hmprdt-titbox .en {
  font-size: 22px;
  opacity: .4;
/*  margin-left: 16px;*/
  display: block;
}

.hmprdt-ctrl {
  width: 136px;
  position: absolute;
  left: 100%;
  top: 27%;
  transform: translate(26px, 0);
  -webkit-transform: translate(26px, 0);
  z-index: 30;
  overflow: hidden;
}
.hmprdt-ctrl .ctrl {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  cursor: pointer;
  background: no-repeat center center;
}
.hmprdt-ctrl .prev {
  background-image: url("/images/slide-left.png");
  background-size: 14px auto;
  float: left;
}
.hmprdt-ctrl .next {
  background-image: url("/images/slide-right.png");
  background-size: 14px auto;
  float: right;
}

@media screen and (min-width: 1000px) {
  .hmprdt-ctrl .prev {
    background-image: url("/images/slide-left2.png");
    background-size: cover;
  }
  .hmprdt-ctrl .next{
    background-image: url("/images/slide-right2.png");
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  .hmprdt-ctrl {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@media screen and (max-width: 1200px) {
  .hmprdt-ctrl {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
  }
}
@media screen and (max-width: 991.98px) {
  .hmprdt-swip {
    width: 50%;
  }

  .hmprdt-swipbox {
    margin: 0;
    padding: 0 0.3rem 1.04rem;
  }

  .hmprdt-inner {
    overflow: visible;
  }

  .hmprdt-swip {
    width: 70%;
    margin-right: 0.38rem;
  }

  .hmprdt-titbox {
    width: 100%;
    display: table;
    position: relative;
  }
  .hmprdt-titbox a {
    width: auto;
    min-width: 3.6rem;
    height: 1.86rem;
    float: right;
    margin-top: -0.92rem;
    padding: .22rem .38rem;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
  }
  .hmprdt-titbox .icon {
    width: 0.7rem;
    margin-bottom: .22rem;
  }
  .hmprdt-titbox .tit {
    font-size: .36rem;
    line-height: .5rem;
  }
  .hmprdt-titbox .en {
    font-size: .28rem;
    margin-left: .2rem;
  }

  .hmprdt-ctrl {
    width: auto;
    left: auto;
    right: 0.3rem;
    bottom: 0;
    top: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .hmprdt-ctrl .ctrl {
    width: .7rem;
    height: .7rem;
  }
  .hmprdt-ctrl .prev {
    float: left;
    margin-right: .2rem;
    background-image: url("/images/slide-left2.png");
    background-size: cover;
  }
  .hmprdt-ctrl .next {
    float: left;
    background-image: url("/images/slide-right2.png");
    background-size: cover;
  }
}
@media screen and (max-width: 767.98px) {
  .home-prdt {
    padding: .74rem 0 1rem;
  }
}

/*# sourceMappingURL=index.css.map */
