@charset "UTF-8";
/**** 公共 ****/
@font-face {
  font-family: 'zcoolQkhyt';
  src: url("/fonts/zcoolQingKeHuangYouTi.ttf");
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .inside-bd, .contt-ways, .contt-mssg, .contt-partner {
    padding: 2.5em 0 3em !important;
  }
}
@media (max-width: 767.98px) {
  .inside-bd, .contt-ways, .contt-mssg, .contt-partner {
    padding: 0.3rem 0 0.6rem !important;
  }
}

.page-tit, .page-tit2 {
  font-size: 1.8em;
  line-height: 1.11em;
  color: #555;
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .page-tit, .page-tit2 {
    font-size: 0.22rem !important;
    line-height: 0.3rem !important;
    color: #333;
    margin-bottom: 0.2rem !important;
  }
}

.page-tit2 {
  font-size: 1.5em;
  line-height: 1.33em;
  margin-bottom: 16px;
  color: #333;
}

.hover-a {
  transition: all 0.5s ease;
}
.hover-a:hover {
  box-shadow: 0 5px 8px rgba(91, 91, 91, 0.2);
}

.global-learn, .bss-listem .item-learn, .prdt-list .item-learn {
  width: 140px;
  height: 34px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 0 16px;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background: url("/Img/images/btn_bg.jpg") no-repeat right center;
  transition: all 0.8s;
}
.global-learn .icon, .bss-listem .item-learn .icon, .prdt-list .item-learn .icon {
  font-family: 'SimSun';
  font-size: 20px;
  float: right;
}
@media (min-width: 992px) {
  .global-learn:hover, .bss-listem .item-learn:hover, .prdt-list .item-learn:hover {
    background-position: left center;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .global-learn, .bss-listem .item-learn, .prdt-list .item-learn {
    width: 1.6rem;
    height: 0.4rem;
    background: url("/Img/images/btn_bg2.jpg") no-repeat center center;
    background-size: cover;
    font-size: 0.16rem;
    line-height: 0.4rem;
    padding: 0 0.28rem 0 0.14rem;
  }
  .global-learn .icon, .bss-listem .item-learn .icon, .prdt-list .item-learn .icon {
    font-size: 0.2rem;
  }
}

/**** 公司简介 ***/
.about-box {
  padding: 58px 0 54px;
}
.about-box .row {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.about-box .imgs {
  width: 41.4%;
  float: right;
  margin-top: 54px;
}
.about-box .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.about-box .bdbox {
  width: 52%;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
.about-box .en {
  font-family: 'zcoolQkhyt';
  font-size: 3em;
  line-height: 1em;
  color: #02b3c5;
  margin-bottom: 10px;
}
.about-box .cn {
  font-size: 1.3em;
  line-height: 1.15em;
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  .about-box .bdbox {
    width: 56%;
  }
}
@media (max-width: 767.98px) {
  .about-box .imgs {
    width: 100%;
    float: none;
    margin: 0 auto 0.3rem;
  }
  .about-box .bdbox {
    width: 100%;
    float: none;
    color: #333;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .about-box .en {
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .about-box .cn {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin-bottom: 0.18rem;
  }
}

/*** 团队介绍 ***/
.team-box {
  padding: 50px 0 60px;
}

.team-sec1 .imgs {
  width: 100%;
  overflow: hidden;
}
.team-sec1 .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.team-sec2 {
  margin-top: 58px;
}

.team-listem {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.team-listem .arrow {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 15px 20px;
  border-color: transparent;
  border-left-color: #dde6ed;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 1;
}
.team-listem .item-box {
  width: 100%;
  background: #dde6ed;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 2.1em 4.3% 2.3em;
}
.team-listem .item-hd {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
}
.team-listem .item-hd .name {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  float: left;
}
.team-listem .item-hd .zw {
  float: left;
  color: #666;
  margin-left: 20px;
  line-height: 36px;
}
.team-listem .item-bd {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .team-sec2 {
    margin-top: 0.32rem;
  }

  .team-listem {
    margin-top: 0.45rem;
  }
  .team-listem .arrow {
    border-width: 0.2rem 0.3rem;
    top: -0.2rem;
  }
  .team-listem .item-box {
    padding: 0.34rem 0.2rem 0.32rem;
  }
  .team-listem .item-hd {
    height: 0.3rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .team-listem .item-hd .name {
    font-size: 0.25rem;
  }
  .team-listem .item-hd .zw {
    margin-left: 0.2rem;
    line-height: 0.36rem;
  }
  .team-listem .item-bd {
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.16rem;
  }
}
/**** 研发与创新平台 ****/
.platform-box {
  width: 100%;
  background: url("/Img/images/plat_bg.jpg") no-repeat center bottom #fff;
  background-size: cover;
  padding: 4.5em 0 3.3em;
}

.plat-bdbox {
  padding: 0 4.6% 0 0;
  position: relative;
}
.plat-bdbox .inner {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.plat-bdbox .table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.plat-bdbox .doc {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.plat-bdbox .doc li {
  padding-left: 1em;
  position: relative;
  margin-top: 10px;
}
.plat-bdbox .doc li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  background: #01b3c4;
  position: absolute;
  left: 0;
  top: 10px;
}

.plat-imgsbox {
  padding: 0;
}

.plat-slidebox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.plat-slidebox img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.plat-slidebox .swiper-slide {
  text-align: center;
}
.plat-slidebox .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.45;
  z-index: 5;
}
.plat-slidebox .swiper-slide a {
  display: block;
  position: relative;
  transform: scale(0.76);
  -webkit-transform: scale(0.76);
  z-index: 1;
}
.plat-slidebox .swiper-slide img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.plat-slidebox .swiper-slide-active {
  z-index: 20;
}
.plat-slidebox .swiper-slide-active:after {
  display: none;
}
.plat-slidebox .swiper-slide-active a {
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
}

.plat-ctrl {
  width: 12%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 50;
  background-repeat: no-repeat;
  background-size: 29% auto;
  cursor: pointer;
}
.plat-ctrl.prev {
  left: 0;
  background-image: url("/Img/images/slide_prev.png");
  background-position: right center;
}
.plat-ctrl.next {
  right: 0;
  background-image: url("/Img/images/slide_next.png");
  background-position: left center;
}

.plat-itembox {
  margin-bottom: 5.25em;
}
.plat-itembox:last-child {
  margin-bottom: 0;
}
.plat-itembox .row {
  margin: 0;
  position: relative;
}
.plat-itembox.item2 .plat-bdbox {
  padding: 0 0 0 4.6%;
}
@media (max-width: 991.98px) {
  .plat-itembox {
    margin-bottom: 0.5rem;
  }
  .plat-itembox .plat-bdbox {
    padding: 0 !important;
  }
  .plat-itembox .plat-bdbox .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
  .plat-itembox .plat-bdbox .doc li {
    margin-top: 0.1rem;
  }
  .plat-itembox .plat-bdbox .doc li:before {
    width: 0.04rem;
    height: 0.04rem;
    top: 0.1rem;
  }
  .plat-itembox .plat-imgsbox {
    max-width: 7rem;
    margin: 0.1rem auto 0;
  }
}

/*** 荣誉资质 ***/
.honor-box {
  padding: 50px 0 60px;
  background: url("/Img/images/honor_bg.jpg") no-repeat center bottom #fff;
  background-size: cover;
}

.honor-row {
  width: 100%;
  min-height: 26.1em;
  overflow: hidden;
  padding: 1.7em 4% 0;
  position: relative;
}

.honor-imgsbox {
  width: 54%;
  float: left;
  overflow: hidden;
  position: relative;
}

.honor-slidebox {
  width: 72%;
  position: relative;
}
.honor-slidebox img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.honor-slidebox .swiper-slide {
  position: relative;
  overflow: hidden;
}
.honor-slidebox .swiper-slide:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.44;
  z-index: 10;
}
.honor-slidebox .swiper-slide-active:after {
  display: none;
}
.honor-slidebox .swiper-slide-active .btn-view {
  width: 5.2em;
  height: 5.7em;
  display: block;
  overflow: hidden;
  background: url("/Img/images/icon_plus.png") no-repeat center center;
  background-size: 1.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 20;
}

.honor-bd {
  width: 40%;
  float: right;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  padding-top: 4%;
}
.honor-bd .tit {
  overflow: hidden;
  font-size: 18px;
  color: #02b3c5;
  font-weight: bold;
  margin-bottom: 16px;
}
.honor-bd .tit img {
  height: 32px;
  float: left;
  margin-right: 10px;
}

.honor-ctrlbox {
  width: 100%;
  overflow: hidden;
  margin-top: 1.75em;
}
.honor-ctrlbox .fa {
  width: 14px;
  float: left;
  text-align: center;
  margin-right: 26px;
  font-size: 30px;
  line-height: 35px;
  color: #9f9f9f;
  cursor: pointer;
}
.honor-ctrlbox .fa:active, .honor-ctrlbox .fa:focus {
  outline: none;
}
.honor-ctrlbox .fa:hover {
  color: #02b3c5;
}
.honor-ctrlbox .swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
.honor-ctrlbox .swiper-button-disabled:hover {
  color: #9f9f9f;
}

@media screen and (max-width: 1366px) {
  .honor-row {
    padding-left: 2%;
    padding-right: 2%;
  }

  .honor-bd {
    padding-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .honor-row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .honor-row {
    padding-top: 0;
  }

  .honor-bd, .honor-imgsbox {
    width: 100%;
    float: none;
  }

  .honor-imgsbox {
    max-width: 695px;
    margin: 0 auto 0.44rem;
  }

  .honor-slidebox {
    width: 68%;
  }

  .honor-bd {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .honor-bd .tit {
    font-size: 0.22rem;
    line-height: 1em;
    margin-bottom: 0.14rem;
  }
  .honor-bd .tit img {
    height: 0.22rem;
    margin-right: 8px;
  }

  .honor-ctrlbox {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .honor-slidebox {
    width: 87%;
  }
}
.modal-bigView {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.modal-bigView .modal-dialog {
  height: 100%;
  position: fixed;
}
.modal-bigView .modal-content {
  width: 100%;
  height: 90%;
  max-height: 808px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.modal-bigView .global-inner {
  height: 100%;
  padding: 55px 76px 50px;
}
.modal-bigView .bigImgs {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}
.modal-bigView .bigImgs img {
  max-width: 100%;
  max-height: 100%;
}
.modal-bigView .bigImgs .loadImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .modal-bigView .modal-content {
    height: 80%;
  }
  .modal-bigView .global-inner {
    padding: 0.5rem 0.18rem 0.4rem;
  }
}

/**** 创新成果 ***/
.achieve-box {
  min-height: 0;
}
@media (max-width: 991.98px) {
  .achieve-box {
    padding: 0 !important;
  }
}

.achieve-sec {
  background: #fff;
  position: relative;
}
.achieve-sec:nth-child(even) {
  background: #f5f5f5;
}
.achieve-sec .row {
  width: 100%;
  margin-top: 2.3em;
  display: block;
  overflow: hidden;
}

.achieve-imgsbox {
  width: 56%;
  max-width: 780px;
  float: left;
  padding: 0 7%;
  position: relative;
  margin: 0 auto;
}

.achieve-slidebox {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 42% 1em 0;
}
.achieve-slidebox img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.achieve-slidebox .swiper-slide {
  box-shadow: 0 0.3em 0.5em rgba(91, 91, 91, 0.19);
}

.achieve-ctrl {
  width: 2.3em;
  height: 2.3em;
  display: block;
  text-align: center;
  border: solid 1px #9f9f9f;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1.15em;
  z-index: 20;
  line-height: 2em;
  color: #b5b5b5;
  cursor: pointer;
}
.achieve-ctrl .fa {
  font-size: 1em;
}
.achieve-ctrl.prev {
  left: 0;
}
.achieve-ctrl.next {
  right: 0;
}
.achieve-ctrl.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}
.achieve-ctrl:focus {
  outline: none;
}

.achieve-bdbox {
  width: 40%;
  max-width: 525px;
  float: right;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-top: 4.7%;
}
.achieve-bdbox .tit {
  font-size: 18px;
  font-weight: bold;
}
.achieve-bdbox .doc {
  width: 100%;
  max-height: 330px;
  overflow: hidden;
  position: relative;
}

.achieve-sec1 {
  padding: 2.5em 0 5.2em;
}

.achieve-sec2 {
  padding: 2.6em 0 1.3em;
}

.achieve-sec3 {
  padding: 2.8em 0 4.9em;
  background: url("/Img/images/honor_bg.jpg") no-repeat center bottom #fff;
  background-size: cover;
}

@media screen and (min-width: 1600px) {
  .achieve-bdbox .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 38px;
  }
}
@media screen and (max-width: 1366px) {
  .achieve-imgsbox {
    width: 54%;
  }

  .achieve-bdbox {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .achieve-sec {
    padding: 0.3rem 0 0.6rem;
  }

  .achieve-imgsbox {
    padding: 0;
  }

  .achieve-ctrl {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .achieve-sec .row {
    margin-top: 0;
  }

  .achieve-imgsbox {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 0.2rem;
  }

  .achieve-slidebox {
    padding-right: 39%;
  }

  .achieve-bdbox {
    width: 100%;
    max-width: 100%;
    float: none;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .achieve-bdbox .tit {
    font-size: 0.18rem;
  }
  .achieve-bdbox .doc {
    max-height: none;
  }
}
@media screen and (max-width: 400px) {
  .achieve-slidebox {
    padding-right: 37%;
  }
}
/**** 公司新闻 ****/
.news-box {
  padding: 50px 0 80px;
}
.news-box .page-tit, .news-box .page-tit2 {
  margin-bottom: 26px;
}

.news-list {
  width: 100%;
  min-height: 400px;
}
.news-list li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2.3em 3em;
  transition: all 0.8s;
}
/* .news-list li:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.6s;
}
.news-list li:hover:after {
  height: 100%;
  background: #f7f7f7;
} */
.news-list li:hover .item-tit {
  color: #02b3c5;
}
.news-list .item-line {
  width: 3000px;
  height: 1px;
  display: block;
  background: #e6e6e6;
  position: absolute;
  left: 115px;
  bottom: 0;
  z-index: 1;
  margin-left: 3em;
  transition: all 0.3s;
}
.news-list .item-inner {
  width: 100%;
  display: table;
  position: relative;
  z-index: 10;
}
.news-list .item-date1 {
  width: 116px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.news-list .item-date1:after {
  content: '';
  width: 1px;
  height: 90px;
  display: block;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 5px;
}
.news-list .item-date1 .inner {
  width: 90px;
  height: 90px;
  display: block;
  background: #02b3c5;
  text-align: center;
  padding: 9px 0 0;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.news-list .item-date1 em {
  display: block;
}
.news-list .item-date1 .day {
  height: 1em;
  font-size: 48px;
  line-height: 1em;
}
.news-list .item-bd {
  display: table-cell;
  vertical-align: top;
  padding: 0 4.4em 0 20px;
}
.news-list .item-tit {
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  transition: all 0.3 linear;
}
.news-list .item-desc {
  width: 100%;
  max-height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-top: 16px;
}
.news-list .item-date2 {
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #999;
  margin-top: 0.08rem;
}
.news-list .item-imgs {
  width: 215px;
  height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
  float: right;
}
.news-list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 1199.98px) {
  .news-list li {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .news-list .item-bd {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .news-list li {
    background: #f7f7f7;
    padding: 0.2rem 0.14rem 0.22rem;
    margin-bottom: 0.3rem;
    box-shadow: 0 4px 8px rgba(39, 39, 39, 0.14);
  }
  .news-list li:last-child {
    margin-bottom: 0;
  }
  .news-list .item-line {
    display: none;
  }
  .news-list .item-bd {
    width: 100%;
    padding: 0;
    display: block;
  }
  .news-list .item-tit {
    height: auto;
    max-height: 0.64rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
    font-weight: bold;
  }
  .news-list .item-imgs {
    width: 100%;
    height: 2.2rem;
    margin-top: 0.2rem;
    float: none;
  }
}

/**** 行业动态 ****/
.news-box2 {
  padding: 50px 0 80px;
}
.news-box2 .page-tit, .news-box2 .page-tit2 {
  margin-bottom: 1.1em;
}

.news-list2 {
  min-height: 300px;
  margin-bottom: 52px;
}
.news-list2 li {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 72px;
  color: #666;
  background: #f6f6f6;
  position: relative;
}
.news-list2 li:last-child {
  margin-bottom: 0;
}
/* .news-list2 li:after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  background: #02b3c5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s;
}
.news-list2 li:hover {
  color: #fff;
} */
.news-list2 li:hover a {
  color: #02b3c5;
}
/* .news-list2 li:hover:after {
  opacity: 1;
  height: 100%;
} */
/* .news-list2 li:hover .item-time {
  color: #fff;
} */
.news-list2 .item-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 22px 0 148px;
  position: relative;
  z-index: 5;
}
.news-list2 .item-time {
  color: #02b3c5;
  padding: 0 0 0 22px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.8s;
}
.news-list2 .item-tit {
  width: 100%;
  overflow: hidden;
  transition: all 0.8s;
}
.news-list2 .item-tit a {
  min-width: 50%;
  max-width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .news-list2 {
    margin-bottom: 0;
  }
  .news-list2 li {
    font-size: 0.16rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .news-list2 .item-inner {
    padding: 0 0.22rem 0 1.15rem;
  }
  .news-list2 .item-time {
    padding-left: 0.22rem;
  }
}

/*** 新闻详情 ***/
.newsDet-box {
  padding: 55px 0 80px;
}
@media (max-width: 767.98px) {
  .newsDet-box {
    padding: 0.34rem 0 0.7rem !important;
  }
}

.newsDet-hd {
  width: 100%;
  text-align: center;
  margin: 0 auto 24px;
}
.newsDet-hd .tit {
  font-size: 1.8em;
  line-height: 1.28em;
  color: #333;
  font-weight: bold;
}
.newsDet-hd .info {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 12px;
}
.newsDet-hd .info span {
  margin: 0 5px;
}
.newsDet-hd .info img {
  width: 12px;
  margin: -3px 5px 0 0;
}

.newsDet-bd {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #555;
  margin: 0 auto;
}
.newsDet-bd img {
  max-width: 100%;
  margin: 16px 0;
}

.newsDet-ft {
  width: 100%;
  overflow: hidden;
  margin-top: 26px;
}

.newsDet-link {
  max-width: 60%;
  float: left;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media screen and (min-width: 1500px){
  .newsDet-link {
    max-width: 70%;
  }
}
.newsDet-link li {
  margin-bottom: 8px;
  overflow: hidden;
}
.newsDet-link li:last-child {
  margin-bottom: 0;
}
.newsDet-link a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.global-return {
  width: 242px;
  max-width: 30%;
  height: 60px;
  float: right;
  border: solid 1px #02b3c5;
  padding: 0 0 0 25px;
  font-size: 20px;
  line-height: 58px;
  color: #555;
  font-weight: bold;
  transition: all 0.3s;
}
.global-return img {
  width: 18px;
  margin: -5px 14px 0 0;
  transition: all 0.3s;
}
.global-return:hover img {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .newsDet-hd {
    margin-bottom: 0.16rem !important;
  }
  .newsDet-hd .tit {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .newsDet-hd .info {
    margin-top: 5px;
    font-size: 0.14rem;
    line-height: 0.3rem;
  }

  .newsDet-bd {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .newsDet-bd img {
    margin: 0.22rem 0;
  }

  .newsDet-ft {
    margin-top: 0 !important;
  }

  .newsDet-link {
    width: 100%;
    max-width: 100%;
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-top: 0.15rem;
  }
  .newsDet-link li {
    margin-bottom: 0;
  }
  .newsDet-link b {
    font-weight: normal;
  }

  .global-return {
    width: 1.6rem;
    max-width: 100%;
    height: 0.4rem;
    padding-left: 0.16rem;
    font-size: 0.18rem;
    line-height: 0.4rem;
    margin-top: 0.3rem;
  }
  .global-return img {
    width: 0.12rem;
    margin: -3px 0.18rem 0 0;
  }
}
/**** 业务领域 ***/
.bss-box {
  padding: 44px 0 80px;
}

.bss-sec {
  margin-bottom: 46px;
}
.bss-sec:last-child {
  margin-bottom: 0;
}
.bss-sec .sec-tit {
  font-size: 1.5em;
  line-height: 1.333em;
  color: #333;
  margin-bottom: 0.87em;
}
.bss-sec .bss-listem:nth-child(even) .row {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.bss-sec .bss-listem:last-child {
  margin-bottom: 0;
}

.bss-listem {
  position: relative;
  margin-bottom: 2em;
}
.bss-listem .row {
  width: 100%;
  background: #f3f3f3;
  position: relative;
}
.bss-listem .item-imgs {
  padding: 0;
  overflow: hidden;
}
.bss-listem .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.6s;
}
.bss-listem .item-bd {
  padding: 2.3em 5.7% 2em 4.5%;
}
.bss-listem .item-tit {
  color: #02b3c5;
  position: relative;
  padding-bottom: 0.9em;
  margin-bottom: 1.25em;
}
.bss-listem .item-tit:after {
  content: '';
  width: 2.7em;
  height: 2px;
  display: block;
  background: #02b3c5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bss-listem .item-tit h5 {
  width: 100%;
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.33em;
}
.bss-listem .item-tit h6 {
  width: 100%;
  height: 1.5em;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.5em;
}
.bss-listem .item-desc {
  width: 100%;
  height: 78px;
  font-size: 16px;
  line-height: 26px;
  color: #555;
  overflow: hidden;
  margin-bottom: 40px;
}
.bss-listem .item-learn {
  opacity: 0;
}
.bss-listem:hover .item-learn {
  opacity: 1;
}
.bss-listem:hover .item-imgs .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

@media (max-width: 991.98px) {
  .bss-sec {
    margin-bottom: 0.3rem;
  }
  .bss-sec .sec-tit {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .bss-listem {
    margin-bottom: 0.36rem;
  }
  .bss-listem .item-bd {
    padding: 0.18rem 0.24rem 0.42rem;
  }
  .bss-listem .item-tit {
    padding-bottom: 0.16rem;
    margin-bottom: 0.14rem;
  }
  .bss-listem .item-tit:after {
    width: 0.32rem;
  }
  .bss-listem .item-tit h5 {
    font-size: 0.25rem;
    line-height: 0.3rem;
  }
  .bss-listem .item-tit h6 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .bss-listem .item-desc {
    height: auto;
    min-height: 0.48rem;
    max-height: 0.96rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #333;
    margin-bottom: 0.32rem;
  }
  .bss-listem .item-learn {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .bss-listem {
    box-shadow: 0 4px 8px rgba(39, 39, 39, 0.14);
  }
  .bss-listem .item-imgs {
    height: 2.4rem;
  }
}
/***** 业务领域详情 ****/
.bssDet-box {
  padding: 0 !important;
}

.bssDet-topbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("/Img/images/bssDet_bg.jpg") no-repeat center center;
  background-size: cover;
}
.bssDet-topbox .row {
  width: 100%;
  height: 23.25em;
  margin: 0;
  padding: 2em 0;
  position: relative;
}
.bssDet-topbox .titbox {
  padding: 3.8em 0 0;
  color: #02b3c5;
}
.bssDet-topbox .tit {
  font-size: 1.8em;
  line-height: 1.22em;
  font-weight: bold;
}
.bssDet-topbox .type {
  font-size: 1.1em;
  line-height: 1.54em;
  font-weight: bold;
}
.bssDet-topbox .imgsbox {
  padding: 0 2em;
  position: relative;
}

.bssDet-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.bssDet-slide .swiper-wrapper {
  height: 100%;
  position: relative;
}
.bssDet-slide .swiper-slide {
  height: 100%;
  position: relative;
}
.bssDet-slide .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  position: relative;
}

.bssDet-ctrl {
  width: 2em;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.bssDet-ctrl .fa {
  display: inline-block;
  vertical-align: top;
  font-size: 3em;
  line-height: 2em;
  color: #02b3c5;
}
.bssDet-ctrl.prev {
  left: 0;
}
.bssDet-ctrl.next {
  right: 0;
  text-align: right;
}
.bssDet-ctrl.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
  display: none;
}
.bssDet-ctrl.swiper-button-disabled .fa {
  color: #999;
}

@media (max-width: 991.98px) {
  .bssDet-topbox .row {
    height: 2.8rem;
  }
  .bssDet-topbox .tit {
    font-size: 0.25rem;
    line-height: 0.3rem;
  }
  .bssDet-topbox .type {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
@media (max-width: 767.98px) {
  .bssDet-topbox {
    padding: 0.2rem 0;
  }
  .bssDet-topbox .row {
    height: auto;
    padding: 0;
  }
  .bssDet-topbox .titbox {
    padding-top: 0;
  }
  .bssDet-topbox .imgsbox {
    width: 5rem;
    margin: 0.2rem auto 0;
    padding: 0 0.2rem;
  }

  .bssDet-slide {
    height: 2.5rem;
  }

  .bssDet-ctrl {
    width: 0.2rem;
  }
  .bssDet-ctrl .fa {
    font-size: 0.4rem;
  }
}
@media (max-width: 575.98px) {
  .bssDet-topbox .imgsbox {
    width: 3.2rem;
    margin-top: 0;
  }

  .bssDet-slide {
    height: 1.85rem;
  }
}
.bssDet-bdbox {
  width: 100%;
  overflow: hidden;
  padding: 3.5em 0 4em;
}

.bssDet-sec {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.6em;
}
.bssDet-sec .sec-hd {
  width: 100%;
  overflow: hidden;
}
.bssDet-sec .sec-tit {
  font-size: 1.5em;
  line-height: 1;
  color: #333;
  float: left;
  padding-left: 10px;
  border-left: solid 5px #02b3c5;
  margin-bottom: 0.87em;
}
.bssDet-sec .sec-bd {
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.bssDet-sec .sec-bd img {
  max-width: 100%;
}

.bssDet-ft {
  width: 100%;
  overflow: hidden;
}
.bssDet-ft .global-return {
  margin-top: 0 !important;
}

.bssDet-table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.bssDet-table.scrollbox2 table {
  min-width: 790px;
}
@media screen and (min-width: 1000px){
  .bssDet-table .mCSB_horizontal.mCSB_inside>.mCSB_container{
    width: 100%!important;
    max-width: 100%;
    margin: 0;
  }
  .bssDet-table .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    display: none!important;
  }
}
.bssDet-table table {
  width: 100%;
}
.bssDet-table td, .bssDet-table th {
  border: none;
  border-bottom: solid 1px #ebebeb;
  text-align: center;
  padding: 0 1em;
}
.bssDet-table th {
  height: 3.75em;
  font-weight: bold;
  white-space: nowrap;
}
.bssDet-table td {
  height: 4em;
  color: #02b3c5;
}
.bssDet-table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.bssDet-table .th1 {
  white-space: nowrap;
}

.bssDet-table2 {
  width: 100%;
  overflow: hidden;
}
.bssDet-table2 li {
  margin: 0 -0.1rem 0.1rem;
}
.bssDet-table2 span {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 0.1rem;
}
.bssDet-table2 .th {
  font-size: 0.16rem;
  font-weight: bold;
}
.bssDet-table2 .td {
  color: #02b3c5;
}

@media (max-width: 767.98px) {
  .bssDet-bdbox {
    padding: 0.32rem 0 0.26rem;
  }

  .bssDet-sec {
    margin-bottom: 0.32rem;
  }
  .bssDet-sec .sec-tit {
    font-size: 0.22rem;
    border-width: 3px;
    margin-bottom: 0.16rem;
  }
  .bssDet-sec .sec-bd {
    font-size: 0.14rem;
    line-height: 0.28rem;
  }
}
/**** 成套设备 ***/
.prdt-box {
  padding: 45px 0 70px;
}

.prdt-list {
  min-height: 300px;
}
.prdt-list .item {
  margin-bottom: 30px;
}
.prdt-list .item:last-child {
  margin-bottom: 0;
}
.prdt-list .row {
  padding: 2.4em 2.85% 2.2em 3.28%;
  flex-direction: row-reverse;
  background: #f5f5f5;
  color: #333;
}
.prdt-list .item-imgs {
  height: 310px;
  overflow: hidden;
  padding: 0 0 0 3%;
}
.prdt-list .item-imgs .image {
  width: 100%;
  max-width: 520px;
  height: 100%;
  float: right;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
  position: relative;
  transition: all 0.6s;
}
.prdt-list .item-bd {
  padding: 1.4em 0 1.6em;
}
.prdt-list .item-tit {
  height: 1.28em;
  overflow: hidden;
  font-size: 1.8em;
  line-height: 1.28em;
}
.prdt-list .item-type {
  font-size: 1.2em;
  line-height: 1.5em;
}
.prdt-list .item-desc {
  height: 78px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  margin-top: 14px;
}
.prdt-list .item-learn {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .prdt-list .item {
    margin-bottom: 0.35rem;
  }
  .prdt-list .row {
    box-shadow: 0 4px 8px rgba(39, 39, 39, 0.14);
    padding: 0.2rem 0.2rem 0.4rem;
  }
  .prdt-list .item-imgs {
    height: 2.1rem;
    padding: 0;
  }
  .prdt-list .item-imgs .image {
    max-width: 100%;
  }
  .prdt-list .item-bd {
    padding: 0;
  }
  .prdt-list .item-tit {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .prdt-list .item-type {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .prdt-list .item-desc {
    height: auto;
    max-height: 0.96rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-top: 0.14rem;
  }
  .prdt-list .item-learn {
    margin-top: 0.25rem;
    width: 1.6rem;
    height: 0.4rem;
    background: url("/Img/images/btn_bg2.jpg") no-repeat center center;
    background-size: cover;
    font-size: 0.16rem;
    line-height: 0.4rem;
    padding: 0 0.28rem 0 0.14rem;
  }
  .prdt-list .item-learn .icon {
    font-size: 0.2rem;
  }
}
/**** 工程案例 ***/
.case-box {
  padding: 42px 0 80px;
}
.case-box .page-tit2 {
  margin-bottom: 24px;
}

.case-list {
  min-height: 300px;
  margin: 0 -8px -32px -7px;
}
.case-list li {
  padding: 0 8px 0 7px;
  margin-bottom: 32px;
}
.case-list li:nth-child(4n+2) {
  animation-delay: 0.15s;
}
.case-list li:nth-child(4n+3) {
  animation-delay: 0.2s;
}
.case-list .item-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.case-list .item-inner:hover .item-black {
  transition: all 0.5s;
  height: 100%;
  opacity: 0.43;
}
.case-list .item-inner:hover .item-plus {
  transition: all 0.5s 0.3s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
}
.case-list .item-imgs {
  width: 100%;
  height: 15em;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 0.6s ease;
}
.case-list .item-tit {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  background: #555;
  position: relative;
  padding: 0 15px 0 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-list .item-black {
  width: 100%;
  height: 0;
  display: block;
  background: #000;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.5s 0.2s;
}
.case-list .item-plus {
  width: 4.75em;
  height: 4.75em;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  background: url("/Img/images/icon_plus2.png") no-repeat center center rgba(2, 179, 197, 0.88);
  background-size: 1.4em auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.375em 0 0 -2.375em;
  z-index: 10;
  opacity: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all 0.5s;
}

@media (max-width: 1199.98px) {
  .case-list .item-imgs {
    height: 12em;
  }
}
@media (max-width: 575.98px) {
  .case-list {
    margin-bottom: -0.24rem;
  }
  .case-list li {
    margin-bottom: 0.24rem;
  }
  .case-list .item-imgs {
    height: 3.2rem;
  }
  .case-list .item-tit {
    font-size: 0.18rem;
    line-height: 0.64rem;
    padding: 0 0.2rem;
  }
  .case-list .item-black, .case-list .item-plus {
    display: none;
  }
}
/**** 工程案例详情 ***/
.caseDet-box .newsDet-hd, .caseDet-box .newsDet-bd {
  width: 780px;
  max-width: 100%;
}
.caseDet-box .newsDet-hd {
  margin-bottom: 28px;
}
.caseDet-box .newsDet-bd img {
  margin: 0 auto;
}
.caseDet-box .newsDet-ft {
  margin-top: 28px;
}
@media (max-width: 767.98px) {
  .caseDet-box .global-return {
    display: block;
  }
}

/**** 人才理念 ***/
.concept-box {
  padding: 50px 0 66px;
}

.ccpt-rcln {
  width: 100%;
  height: 18.3em;
  margin: 0 auto 2.9em;
}
.ccpt-rcln .imgsbox {
  padding: 0;
  position: relative;
}
.ccpt-rcln .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.ccpt-rcln .bdbox {
  padding: 1.6em 10.7% 0 3.9%;
  background: url("/Img/images/ccpt_02.jpg") no-repeat center bottom #f7f7f7;
  background-size: cover;
}
.ccpt-rcln .tit {
  font-size: 1.5em;
  line-height: 1.33em;
  color: #02b3c5;
  padding-bottom: 0.93em;
  position: relative;
  margin-bottom: 1em;
}
.ccpt-rcln .tit:after {
  content: '';
  width: 1.9em;
  height: 2px;
  display: block;
  background: #b5b5b5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ccpt-rcln .doc {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
@media (max-width: 767.98px) {
  .ccpt-rcln {
    height: auto;
    margin-bottom: 0.3rem;
  }
  .ccpt-rcln .imgsbox {
    width: 100%;
    height: 2.2rem;
  }
  .ccpt-rcln .bdbox {
    padding: 0.15rem 0.38rem 0.5rem 0.3rem;
  }
  .ccpt-rcln .tit {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.18rem;
  }
  .ccpt-rcln .tit:after {
    width: 0.34rem;
    height: 1px;
  }
  .ccpt-rcln .doc {
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
  .ccpt-rcln .doc p {
    margin-bottom: 0.12rem;
  }
  .ccpt-rcln .doc p:last-child {
    margin-bottom: 0;
  }
}

.ccpt-jsjz {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2.5em;
}
.ccpt-jsjz .sec-tit {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.33em;
  color: #02b3c5;
  margin-bottom: 1.17em;
}
.ccpt-jsjz .sec-bd {
  width: 100%;
  overflow: hidden;
  border: dashed 1px #01b3c4;
  border-radius: 6px;
  padding: 2.2em 2.1em 2em;
  margin-bottom: 2.5em;
}
.ccpt-jsjz .doc {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.ccpt-jsjz .doc ul {
  margin-top: 1em;
}
.ccpt-jsjz .doc li {
  padding-left: 24px;
  position: relative;
}
.ccpt-jsjz .doc li:before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  background: #01b3c4;
  position: absolute;
  left: 0;
  top: 11px;
}
.ccpt-jsjz .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ccpt-jsjz .imgs img {
  min-width: 6rem;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .ccpt-jsjz {
    margin-bottom: 0.34rem;
  }
  .ccpt-jsjz .sec-tit {
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: left;
    margin-bottom: 0.18rem;
  }
  .ccpt-jsjz .sec-bd {
    padding: 0.2rem 0.24rem 0.28rem;
    margin-bottom: 0.46rem;
  }
  .ccpt-jsjz .doc {
    font-size: 0.14rem;
    line-height: 0.28rem;
  }
  .ccpt-jsjz .doc b {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .ccpt-jsjz .doc ul {
    margin-top: 0.14rem;
  }
  .ccpt-jsjz .doc li {
    padding-left: 0;
    overflow: hidden;
  }
  .ccpt-jsjz .doc li:before {
    width: 4px;
    height: 4px;
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0.15rem 0 0;
  }
  .ccpt-jsjz .imgs img {
    margin-bottom: 0.32rem;
  }
}

.ccpt-staff .sec-tit {
  font-size: 1.5em;
  line-height: 1.33em;
  color: #333;
  margin-bottom: 1em;
}

.staff-slidebox {
  padding: 0 2.25em;
  overflow: hidden;
  position: relative;
}

.staff-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.staff-slide .image {
  width: 100%;
  height: 176px;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.staff-ctrl {
  width: 2.25em;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 1.1em auto;
  z-index: 10;
  cursor: pointer;
}
.staff-ctrl.prev {
  left: 0;
  background-image: url("/Img/images/slide_prev2.png");
  background-position: left center;
}
.staff-ctrl.next {
  right: 0;
  background-image: url("/Img/images/slide_next2.png");
  background-position: right center;
}
.staff-ctrl.swiper-button-disabled {
  opacity: .1;
  cursor: default;
}

@media (max-width: 767.98px) {
  .ccpt-staff .sec-tit {
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 575.98px) {
  .staff-slidebox {
    padding: 0 0.18rem;
    margin: 0 -0.18rem;
  }

  .staff-slide {
    overflow: visible;
  }
  .staff-slide .image {
    height: 1.35rem;
  }

  .staff-ctrl {
    display: none;
  }
}
/**** 招聘信息 ***/
.hr-box {
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
  position: relative;
  border-bottom: solid 5px #02b3c5;
  padding: 42px 0 72px;
}

.hr-lvtt {
  font-size: 1.5em;
  line-height: 1.33em;
  color: #333;
  position: relative;
  text-align: center;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}
.hr-lvtt:after {
  content: '';
  width: 2.7em;
  height: 2px;
  display: block;
  background: #d3d3d3;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.35em;
}

.hr-schbox {
  width: 30.1em;
  max-width: 100%;
  display: table;
  overflow: hidden;
  position: relative;
  margin: 0 auto 1.8em;
}
.hr-schbox .table-cell {
  width: 100%;
  vertical-align: top;
}
.hr-schbox .inpt {
  width: 100%;
  height: 35px;
  border: solid 1px #dcdcdc;
  background: #fff;
  border-right: none;
  padding: 0 12px;
  color: #333;
  font-size: 14px;
  line-height: 35px;
}
.hr-schbox .btn-sch {
  width: 110px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  color: #fff !important;
  background: #02b3c5;
  float: right;
  cursor: pointer;
}

.hr-list {
  min-height: 300px;
  margin: 0 -0.6em -1.5em;
}
.hr-list li {
  padding: 0 0.6em;
  margin-bottom: 1.5em;
}
.hr-list li:nth-child(1) {
  animation-delay: 0.1s;
}
.hr-list li:nth-child(2) {
  animation-delay: 0.2s;
}
.hr-list li:nth-child(3) {
  animation-delay: 0.3s;
}
.hr-list li:nth-child(4) {
  animation-delay: 0.4s;
}
.hr-list li:nth-child(5) {
  animation-delay: 0.5s;
}
.hr-list li:nth-child(6) {
  animation-delay: 0.6s;
}
.hr-list .item-inner {
  width: 100%;
  height: 142px;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 26px 76px 30px 36px;
}
.hr-list .zw {
  width: 100%;
  height: 48px;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-bottom: 15px;
}
.hr-list .salary {
  height: 24px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.hr-list .new {
  width: 34px;
  height: 16px;
  display: block;
  background: #fd7013;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: 28px;
  right: 32px;
  z-index: 10;
}

.hr-ft {
  margin-top: 2.5em;
}

.hr-more {
  width: 110px;
  height: 35px;
  display: block;
  text-align: center;
  background: #02b3c5;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  margin: 0 auto 0;
}

@media (max-width: 575.98px) {
  .hr-box {
    padding: 0.24rem 0 0.72rem !important;
    border-width: 3px;
  }

  .hr-lvtt {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: 0.26rem;
  }
  .hr-lvtt:after {
    display: none;
  }

  .hr-schbox {
    width: 100%;
    margin: 0 0 0.24rem;
  }
  .hr-schbox .inpt {
    height: 0.46rem;
    line-height: 0.26rem;
    font-size: 0.16rem;
    padding: 0.1rem;
  }
  .hr-schbox .btn-sch {
    width: 0.9rem;
    line-height: 0.46rem;
    font-size: 0.16rem;
  }

  .hr-list {
    margin-bottom: -0.24rem;
  }
  .hr-list li {
    margin-bottom: 0.24rem;
  }
  .hr-list .item-inner {
    height: auto;
    padding: 0.2rem 0.9rem 0.24rem 0.22rem;
  }
  .hr-list .zw {
    font-size: 0.22rem;
    line-height: 0.3rem;
    height: 0.6rem;
    margin-bottom: 0.18rem;
  }
  .hr-list .salary {
    height: 0.24rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .hr-list .new {
    width: 0.42rem;
    height: 0.16rem;
    font-size: 0.12rem;
    line-height: 0.17rem;
    top: 0.26rem;
    right: 0.32rem;
  }

  .hr-ft {
    margin-top: 0.4rem;
  }

  .hr-more {
    width: 1.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.16rem;
  }
}
/*** 招聘详情 ***/
.hrDet-bdbox {
  padding: 24px 46px 76px 38px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  background: #fff;
}

.hrDet-top {
  width: 100%;
  color: #999;
  overflow: hidden;
  margin-bottom: 20px;
}
.hrDet-top .btn-return img {
  width: 12px;
  margin: -4px 0 0 5px;
}

.hrDet-titbox {
  color: #999;
  margin-bottom: 30px;
}
.hrDet-titbox .tit {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.hrDet-doc {
  width: 100%;
  overflow: hidden;
}
.hrDet-doc .tit {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  position: relative;
  margin-bottom: 20px;
}
.hrDet-doc .tit:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #eee;
  position: absolute;
  left: 78px;
  top: 50%;
}
.hrDet-doc .doc h5, .hrDet-doc .doc h6 {
  margin-top: 4px;
}

.hrDet-aside {
  max-width: 14.6em;
  flex: 0 0 14.6em;
  margin-left: 1.3em;
}
.hrDet-aside .inner {
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding: 20px 28px 40px 20px;
}
.hrDet-aside .tit {
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
}
.hrDet-aside li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 11px 50px 11px 0;
  border-bottom: solid 1px #eee;
}
.hrDet-aside a {
  width: 100%;
  height: 26px;
  display: block;
  overflow: hidden;
}
.hrDet-aside i {
  width: 32px;
  height: 16px;
  display: block;
  text-align: center;
  background: #fd7013;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  font-style: normal;
}

@media (max-width: 991.98px) {
  .hrDet-box {
    padding: 0 !important;
    background: #fff;
    border-bottom: none;
  }

  .hrDet-bdbox {
    padding: 0.28rem 0 0.55rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
  }

  .hrDet-top {
    margin-bottom: 0.2rem;
  }

  .hrDet-titbox {
    margin-bottom: 0.3rem;
  }
  .hrDet-titbox .tit {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .hrDet-doc .tit {
    font-size: 0.18rem;
  }
  .hrDet-doc .doc p {
    margin-bottom: 1em;
  }
  .hrDet-doc .doc p:last-child {
    margin-bottom: 0;
  }
  .hrDet-doc .doc h5, .hrDet-doc .doc h6 {
    margin: 0 0 1em;
  }
}
/*** 联系我们 ***/
.contatc-box {
  padding: 0 !important;
}

.contt-ways {
  padding: 45px 0 58px;
}
.contt-ways .bdbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3.3em 0 3.4em;
}
.contt-ways .mapbox {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.contt-ways .mapbox .adjust {
  width: 100%;
  max-width: 100%;
  display: none;
}
.contt-ways .mapbox .map {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.contt-ways .waysbox {
  width: 20.25em;
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 2.5em 1.4em 1.6em 2.3em;
  position: relative;
  z-index: 50;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  float: right;
  margin-right: 6.5%;
}
.contt-ways .company {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  border-bottom: solid 1px #d2d2d2;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.contt-ways .ways {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 16px;
}
.contt-ways .ways li {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 10px;
}
.contt-ways .ways li:last-child {
  margin-bottom: 0;
}
.contt-ways .ways .icon {
  float: left;
  margin-right: 5px;
}
.contt-ways .ways .icon img {
  width: 1em;
  margin: -2px 0 0;
}
.contt-ways .ways .doc {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.contt-ways .wx img {
  width: 5.2em;
  max-width: 100%;
  display: block;
}
@media (max-width: 767.98px) {
  .contt-ways .bdbox {
    padding: 0;
  }
  .contt-ways .mapbox {
    position: relative;
  }
  .contt-ways .mapbox .adjust {
    display: block;
  }
  .contt-ways .waysbox {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0.3rem 0 0;
  }
  .contt-ways .company {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding-bottom: 0.14rem;
    margin-bottom: 0.18rem;
  }
  .contt-ways .ways {
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-bottom: 0.16rem;
  }
  .contt-ways .ways li {
    margin-bottom: 0.1rem;
  }
  .contt-ways .wx img {
    width: 1rem;
  }
}

.contt-mssg {
  padding: 52px 0 80px;
  background: url("/Img/images/contt_01.jpg") no-repeat center center #f3f3f5;
  background-size: cover;
}
.contt-mssg .page-tit2 {
  margin-bottom: 24px;
}
.contt-mssg .bdbox {
  width: 52%;
  max-width: 620px;
  float: right;
}
@media (max-width: 991.98px) {
  .contt-mssg {
    background-position: left center;
  }
  .contt-mssg .bdbox {
    width: 100%;
    max-width: 100%;
  }
}

.frm-mssg-box {
  margin: 0 -8px;
}
.frm-mssg-box .col-sm-6 {
  padding: 0 8px;
}
.frm-mssg-box .form-group {
  width: 100%;
  display: table;
  padding: 0;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  position: relative;
}
.frm-mssg-box .form-group-cell {
  width: 100%;
  display: table-cell;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.frm-mssg-box .control-label {
  width: 75px;
  display: block;
  padding-left: 10px;
  font-size: 1em;
  line-height: inherit;
  margin: 0;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 5;
}
.frm-mssg-box .must{
  font-style:normal;
  color:#f00;
  margin:0 5px 0 0;
}
.frm-mssg-box .form-control {
  height: 40px;
  font-size: 1em;
  line-height: inherit;
  border: none;
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 5;
  border: solid 1px #dcdcdc;
  background: #fff;
  padding: 0 10px 0 75px;
  border-radius: 4px;
}
.frm-mssg-box textarea.form-control {
  height: 94px;
  min-height: 0;
  border: solid 1px #dcdcdc;
  background: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  line-height: 24px;
}
.frm-mssg-box .vcode {
  width: 116px;
  height: 42px;
  overflow: hidden;
  float: right;
  margin-left: 10px;
  position: relative;
}
.frm-mssg-box .vcode img {
  width: 100%;
  height: 100%;
  display: block;
}
.frm-mssg-box .frm-submit {
  width: 100%;
  height: 42px;
  display: block;
  text-align: center;
  background: #02b3c5;
  border-radius: 4px;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .frm-mssg-box .form-group {
    font-size: 0.16rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
  }
  .frm-mssg-box .control-label {
    width: 0.75rem;
    padding-left: 0.1rem;
  }
  .frm-mssg-box .form-control {
    height: 0.4rem;
    padding: 0 0.1rem 0 0.75rem;
  }
  .frm-mssg-box textarea.form-control {
    height: 0.94rem;
    padding: 0.08rem 0.1rem;
    line-height: 0.24rem;
  }
  .frm-mssg-box .vcode {
    width: 1.16rem;
    height: 0.42rem;
    margin-left: 0.1rem;
  }
  .frm-mssg-box .frm-submit {
    font-size: 0.18rem;
    line-height: 0.42rem;
    height: 0.42rem;
  }
}

.contt-partner {
  padding: 60px 0 84px;
  background: #fff;
}
.contt-partner .page-tit2 {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .contt-partner .page-tit2 {
    text-align: left;
  }
}

.partner-slide {
  min-height: 13.7em;
  margin: 0 -2.5em -1.5em;
  overflow: hidden;
  animation-delay: .2s;
}
.partner-slide .swiper-slide {
  margin-bottom: 1.5em;
  padding: 0 2.5em;
}
.partner-slide .slide-inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.partner-slide .slide-inner .image {
  background-size: contain;
  height: 6.1em;
}
.partner-slide .slide-inner .imgName{
  font-size: 16px;
  line-height: 26px;
  color: #333;
  height: 26px;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .partner-slide {
    margin-left: -2em;
    margin-right: -2em;
  }
  .partner-slide .swiper-slide {
    padding: 0 2em;
  }
}

.swiper-pagebox {
  width: 100%;
  text-align: center;
  position: static;
  margin: 0 auto;
}
.swiper-pagebox .swiper-pagination-bullet {
  background: #d2d2d2;
  cursor: pointer;
}
.swiper-pagebox .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #02b3c5;
}

@media (max-width: 991.98px) {
  .partner-slide {
    margin: 0 -0.15rem;
  }
  .partner-slide .swiper-slide {
    padding: 0 0.15rem;
    margin-bottom: 0.2rem;
  }
  .partner-slide .slide-inner .image{
    height: 1.02rem;
  }
  .partner-slide .slide-inner .imgName{
    font-size: 0.16rem;
    line-height: 0.22rem;
    height: 0.22rem;
  }
  .swiper-pagebox {
    margin-top: 0.08rem;
  }
}
/**** 网站地图 ***/
.website-box {
  padding: 46px 0 58px;
}
.website-box .page-tit, .website-box .page-tit2 {
  margin-bottom: 28px;
}

.website-item {
  margin-bottom: 58px;
}
.website-item:last-child {
  margin-bottom: 0;
}
.website-item .lv1 {
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  color: #02b3c5;
  padding: 0 0 14px;
  border-bottom: solid 1px #ababab;
  margin-bottom: 6px;
}
.website-item .lv1 a {
  padding-left: 22px;
  border-left: solid 5px #02b3c5;
  float: left;
}
.website-item .subnav-list {
  overflow: hidden;
  padding: 0 0 0 28px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.website-item .subnav-list li {
  float: left;
  margin-right: 4%;
}
.website-item .subnav-list a:before {
  content: '>';
  margin-right: 12px;
}
@media (max-width: 767.98px) {
  .website-item {
    margin-bottom: 0.3rem;
  }
  .website-item .lv1 {
    font-size: 0.18rem;
    line-height: 0.24rem;
    padding-bottom: 0.14rem;
  }
  .website-item .lv1 a {
    padding-left: 0.12rem;
    border-left-width: 3px;
  }
  .website-item .subnav-list {
    padding-left: 0.12rem;
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
  .website-item .subnav-list li{
    margin: 0;
    min-width: 33.33%;
    padding-right: 2%;
  }

  .website-item .subnav-list a:before {
    margin-right: 0.12rem;
  }
}

/*** 搜索结果 ***/
.result-topbox {
  width: 100%;
  overflow: hidden;
  background: #e9e9eb;
  padding: 3.4em 0;
}
.result-topbox .page-tit, .result-topbox .page-tit2 {
  line-height: 46px;
  float: left;
  margin: 0 7% 0 0;
}
.result-topbox .schbox {
  width: 31.5em;
  max-width: 100%;
  float: left;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  padding: 0 2.6em 0 1em;
}
.result-topbox .schbox .inpt {
  width: 100%;
  height: 46px;
  display: block;
  font-size: 1em;
  line-height: 46px;
  color: #666;
  border: none;
}
.result-topbox .schbox .btn-sch {
  width: 2.6em;
  height: 100%;
  display: block;
  background: url("/Img/images/icon_sch4.png") no-repeat center center;
  background-size: 1.1em auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
@media (max-width: 767.98px) {
  .result-topbox {
    padding: 0.3rem 0 0.4rem;
  }
  .result-topbox .schbox {
    width: 100%;
  }
  .result-topbox .schbox .inpt {
    height: 0.46rem;
    line-height: 0.46rem;
  }
}

.result-box {
  padding: 34px 0 106px;
}

.result-filtbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 55px;
}
.result-filtbox li {
  width: auto;
}
.result-filtbox li.active {
  color: #02b3c5;
}
.result-filtbox a {
  display: block;
}
@media (max-width: 767.98px) {
  .result-filtbox {
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-bottom: 0.4rem;
  }
}

.result-list {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.result-list li {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 2.5em;
}
.result-list li:last-child {
  margin-bottom: 0;
}
.result-list li:hover .item-tit {
  color: #02b3c5;
}
.result-list .item-imgs {
  width: 13.3em;
  height: 148px;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
  margin-right: 30px;
}
.result-list .item-bd {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.result-list .item-tit {
  width: 100%;
  height: 30px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  transition: all 0.5s;
}
.result-list .item-desc {
  width: 100%;
  height: 48px;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.result-list .global-learn, .result-list .bss-listem .item-learn, .bss-listem .result-list .item-learn, .result-list .prdt-list .item-learn, .prdt-list .result-list .item-learn {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .result-list {
    margin-bottom: 0.4rem;
  }
  .result-list li {
    margin-bottom: 0.4rem;
  }
  .result-list .item-imgs {
    height: 1.48rem;
  }
  .result-list .item-tit {
    height: auto;
    max-height: 0.6rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .result-list .item-desc {
    height: auto;
    max-height: 0.48rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .result-list .global-learn, .result-list .bss-listem .item-learn, .bss-listem .result-list .item-learn, .result-list .prdt-list .item-learn, .prdt-list .result-list .item-learn {
    margin-top: 0.24rem;
  }
}
@media (max-width: 575.98px) {
  .result-list .item-imgs, .result-list .item-bd {
    width: 100%;
    display: block;
    float: none;
  }
  .result-list .item-imgs {
    height: 2.2rem;
    margin-bottom: 0.2rem;
  }
}

/*** 企业文化 ***/
.culture-box {
  padding: 56px 0 84px;
  background: url("/Img/images/cult_bg.jpg") no-repeat center bottom;
  background-size: cover;
}
.culture-box .page-tit, .culture-box .page-tit2 {
  margin-bottom: 1.28em;
}
.culture-box .row {
  overflow: visible;
  margin: 0;
}

.cult-video {
  width: 100%;
  height: 19.9em;
  padding: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 17px rgba(0, 0, 0, 0.22);
}
.cult-video .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cult-video .adjust.pc {
  height: 100%;
}
.cult-video .adjust.pc .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.8s;
}
.cult-video .adjust.pc:hover .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.cult-video .icon-play {
  width: 4.8em;
  height: 4.8em;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.4em 0 0 -2.4em;
  z-index: 5;
  cursor: pointer;
}
.cult-video .video-tit {
  width: 100%;
  height: 52px;
  overflow: hidden;
  font-size: 18px;
  line-height: 52px;
  color: #fff;
  background: rgba(0, 0, 0, 0.59);
  padding: 0 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.cult-video .btn-more {
  width: 150px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.cult-video .btn-more:hover {
  text-decoration: underline;
}
.cult-video .video-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none;
}

.cult-bdbox {
  width: 100%;
  padding: 1.2em 0 0 7.5%;
}

.cult-item {
  width: 100%;
  overflow: hidden;
  padding-left: 4.3em;
  position: relative;
  margin-bottom: 3.3em;
}
.cult-item:last-child {
  margin-bottom: 0;
}
.cult-item .icon {
  width: 2.8em;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.cult-item .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.cult-item .tit {
  font-size: 1.8em;
  line-height: 1.39em;
  color: #333;
  padding-top: 10px;
  position: relative;
  margin-bottom: 12px;
}
.cult-item .tit:before {
  content: '';
  width: 1.17em;
  height: 3px;
  display: block;
  background: #009944;
  position: absolute;
  left: 0;
  top: 0;
}
.cult-item .doc {
  font-size: 16px;
  line-height: 27px;
  color: #333;
}
.cult-item .doc p {
  margin-bottom: 1em;
}
.cult-item .doc p:last-child {
  margin-bottom: 0;
}
.cult-item .doc br {
  display: none;
}

@media (max-width: 991.98px) {
  .cult-video {
    height: 2.98rem;
  }
  .cult-video .btn-more {
    width: 1.5rem;
    font-size: 0.16rem;
    line-height: 0.5rem;
  }
  .cult-video .icon-play {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
  .cult-video .video-tit {
    height: 0.4rem;
    font-size: 0.18rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
  }

  .cult-bdbox {
    padding: 0 0 0 0.3rem;
  }

  .cult-item {
    padding-left: 0.5rem;
    margin-bottom: 0.46rem;
  }
  .cult-item .icon {
    width: 0.32rem;
    top: 4px;
  }
  .cult-item .tit {
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding-top: 0.1rem;
    margin-bottom: 0.14rem;
  }
  .cult-item .tit:before {
    width: 0.26rem;
    height: 2px;
  }
  .cult-item .doc {
    font-size: 0.14rem;
    line-height: 0.24rem;
  }
  .cult-item .doc p {
    margin-bottom: 0.18rem;
  }
}
@media (max-width: 767.98px) {
  .cult-video {
    height: auto;
  }

  .cult-bdbox {
    padding: 0.68rem 0 0;
  }
}
#modalVideo {
  background: #f5f4f4;
  z-index: 3000;
}
#modalVideo .modal-header {
  width: 100%;
  overflow: hidden;
  padding: 1.5em 2.8em 1.5em 3.6em;
  position: relative;
}
#modalVideo .modal-header .logo {
  float: left;
}
#modalVideo .modal-header .logo img {
  height: 3.5em;
  display: block;
}
#modalVideo .modal-close {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/Img/images/close_05.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 2.8em;
  top: 50%;
  margin-top: -20px;
  border-radius: 0;
  border: none;
}
#modalVideo .modal-content {
  width: 100%;
  max-width: 49.5em;
  padding: 2.5em 0 3.75em;
  margin: 0 auto;
}
#modalVideo .video-box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#modalVideo .video-list {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
#modalVideo .video-list .lvt {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
#modalVideo .video-list ul {
  overflow: hidden;
  margin: 0 -5px;
}
#modalVideo .video-list li {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
#modalVideo .video-list li.active a {
  background: #01b3c4;
  color: #fff;
}
#modalVideo .video-list a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 38px;
  color: #666;
  background: #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  #modalVideo .modal-header {
    padding: 0.13rem 0.18rem;
  }
  #modalVideo .modal-header .logo img {
    height: 0.5rem;
  }
  #modalVideo .modal-close {
    width: 0.66rem;
    height: 0.66rem;
    right: 0;
    margin-top: -0.33rem;
    background-size: 0.3rem auto;
  }
  #modalVideo .modal-content {
    padding: 0.3rem 0.18rem 0.5rem;
  }
}

/*# sourceMappingURL=css.css.map */




/* 20191125 kqx start */
.inside-lv2box.app .lv2-list li{
  border-bottom:none;
}
.page-numbox{
  justify-content: center;
}
.page-numbox .numbox{
  margin: 0 40px;
}
.bss-sec,.contt-sec{
  position: relative;
  min-height: 300px;
}
.bss-sec .sec,.contt-sec .sec{
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 1px;
}
.frm-mssg-box textarea.form-control{
  overflow:scroll;
  overflow-x:hidden;
}
.bssDet-sec .sec-bd table{
  width: 100%;
}
.bssDet-sec .sec-bd img{
  height: auto !important;
}
.form-group-cell{
  overflow: visible;
}
.hrDet-titbox .tit{
  color: #02b3c5;
}
.about-box .cn{
  font-size: 26px;
}
@media screen and (max-width:1440px) {
  .about-box .cn{
    font-size: 1.3em;
  }
}
/* 20191125 kqx end */
