@charset "UTF-8";
.main-box {
  padding: 34px 0 70px;
}
@media (max-width: 991.98px) {
  .main-box {
    padding: 0.32rem 0 0.54rem;
  }
}

/**** banner ***/
.ind-ban {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ind-ban .swiper-slide {
  overflow: hidden;
}
.ind-ban .had-anit .slide-bd {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 1;
}
.ind-ban .slide-imgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: no-repeat center center;
  background-size: cover;
}
.ind-ban .slide-bd {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-90%);
  -webkit-transform: translateY(-90%);
  transition: all 1s;
  z-index: 10;
  opacity: 0;
}
.ind-ban .slide-bd img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.ind-ban .tit {
  font-size: 3.1em;
  line-height: 1.13em;
  color: #fff;
  font-weight: bold;
  padding-left: 7%;
}
.ind-ban.ind-banPc {
  height: 21.5em;
}
.ind-ban.ind-banApp {
  height: 100vh;
  margin-top: -0.76rem;
}
.ind-ban.ind-banApp .tit {
  font-size: 0.56rem;
  line-height: 0.62rem;
  padding-left: 0;
}
.ind-ban.ind-banApp .tit p:nth-child(2) {
  padding-left: 1.04rem;
}

.ind-banCtrl {
  width: 100%;
  display: block;
  line-height: 0.6em;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1em;
  z-index: 20;
}
.ind-banCtrl .swiper-pagination-bullet {
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  opacity: 0.7;
  margin: 0 0.5em !important;
}
.ind-banCtrl .swiper-pagination-bullet-active {
  background: #79b33b;
  opacity: 1;
}
.ind-banCtrl.pc {
  bottom: 1em;
}
.ind-banCtrl.app {
  bottom: 0.4rem;
  line-height: 0.1rem;
}
.ind-banCtrl.app .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  margin: 0 0.1rem !important;
}

/********/
.ind-hdbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 40px;
  margin-bottom: 14px;
}
.ind-hdbox .tit {
  float: left;
  font-size: 28px;
  color: #333;
}
.ind-hdbox .more {
  float: right;
  font-size: 16px;
  color: #666;
}
.ind-hdbox .more img {
  width: 1em;
  margin: -3px 0 0 5px;
}

.ind-bdbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .ind-hdbox {
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .ind-hdbox .tit {
    font-size: 0.22rem;
  }
  .ind-hdbox .more {
    font-size: 0.14rem;
  }
}
/**** 新闻中心 ****/
.ind-news-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 34px;
}

.news-imgs {
  width: 40.2%;
  max-width: 562px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-imgs .slide-imgs {
  width: 100%;
  height: 304px;
  display: block;
  overflow: hidden;
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.news-imgs .slide-tit {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 46px;
  color: #333;
  padding: 0 110px 0 18px;
}
.news-imgs .slide-date {
  width: 130px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: #02b3c5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.news-ctrl {
  width: auto !important;
  height: 46px;
  overflow: hidden;
  line-height: 40px;
  padding-right: 25px;
  position: absolute;
  right: 0;
  left: auto !important;
  bottom: 0 !important;
  z-index: 20;
  background: #f5f5f5;
}
.news-ctrl .swiper-pagination-bullet {
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px !important;
  background: #bfbfbf;
}
.news-ctrl .swiper-pagination-bullet-active {
  background: #02b3c5;
}

.news-list {
  width: 58%;
  max-width: 800px;
  float: right;
}
.news-list li {
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
  padding: 18px 0 17px;
}
.news-list li:first-child {
  border-top: solid 1px #e6e6e6;
}
.news-list li:hover .item-tit {
  color: #02b3c5;
}
.news-list .item-inner {
  width: 100%;
  display: table;
  position: relative;
}
.news-list .item-date {
  width: 90px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: solid 1px #e6e6e6;
}
.news-list .item-date .day {
  width: 100%;
  height: 1em;
  display: block;
  overflow: hidden;
  font-size: 1.9em;
  line-height: 1em;
  color: #333;
}
.news-list .item-date .ym {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.news-list .item-bd {
  display: table-cell;
  vertical-align: top;
  padding: 0 1.3em 0 0.9em;
}
.news-list .item-tit {
  width: 100%;
  height: 28px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.news-list .item-desc {
  width: 100%;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

@media (max-width: 767.98px) {
  .ind-news-box {
    margin-bottom: 0.32rem;
  }

  .news-imgs {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 0.22rem;
  }
  .news-imgs .slide-imgs {
    height: 2.24rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .news-imgs .slide-tit {
    height: 0.48rem;
    font-size: 0.18rem;
    line-height: 0.48rem;
    padding: 0 0.6rem 0 0.12rem;
  }
  .news-imgs .slide-date {
    width: 1.14rem;
    height: 0.34rem;
    font-size: 0.14rem;
    line-height: 0.34rem;
  }

  .news-ctrl {
    height: 0.48rem;
    line-height: 0.42rem;
    padding: 0 0.08rem;
  }
  .news-ctrl .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px !important;
  }

  .news-list {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .news-list li {
    padding: 0.2rem 0;
  }
  .news-list .item-date {
    width: 0.64rem;
    height: 0.68rem;
  }
  .news-list .item-date .day {
    font-size: 0.3rem;
  }
  .news-list .item-date .ym {
    font-size: 0.13rem;
    line-height: 0.17rem;
  }
  .news-list .item-bd {
    padding: 0 0 0 8px;
  }
  .news-list .item-tit {
    height: 0.24rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    margin-bottom: 5px;
  }
  .news-list .item-desc {
    height: 0.42rem;
    font-size: 0.14rem;
    line-height: 0.21rem;
  }
}
/*** 业务领域 ****/
.bss-list {
  overflow: hidden;
  margin: 0 -2%;
}

.bss-item {
  padding: 0 2%;
  color: #fff;
}
.bss-item a {
  color: #fff;
}
.bss-item .item-inner {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.bss-item .item-bd {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 80px 17.5% 0 5.9%;
  position: absolute;
  left: 0;
  top: 0;
}
.bss-item .item-lv2 {
  width: 32%;
  min-width: 150px;
  max-width: 214px;
  height: 114px;
  float: left;
  position: relative;
  text-align: center;
  margin-right: 6%;
}
.bss-item .item-lv2:after {
  content: '';
  width: 1px;
  height: 84px;
  display: block;
  opacity: 0.47;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.bss-item .item-lv2 img {
  width: 55px;
  display: block;
  margin: 0 auto 13px;
}
.bss-item .item-lv2 span {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
.bss-item .lv3-list {
  /* width: 10000px;
  display: table-cell;
  vertical-align: top; */
  width: 50%;
  position: absolute;
  right: 14%;
  top: 50%;
  transform: translateY(-50%);
}
.bss-item .lv3-list li {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 12px;
}
.bss-item .lv3-list li:last-child {
  margin-bottom: 0;
}

.bss-item .lv3-list li:last-child a:after {
  display: none;
}
.bss-item .lv3-list img {
  width: 23px;
  display: block;
  float: left;
  margin-right: 10px;
}
.bss-item .lv3-list a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding-bottom: 14px;
  position: relative;
}
.bss-item .lv3-list a:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  opacity: .47;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bss-item .lv3-list span {
  width: 100%;
  max-height: 38px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .bss-item .item-bd {
    padding: 80px 4% 0 0;
  }
}
@media (max-width: 991.98px) {
  .bss-item {
    margin-bottom: 0.24rem;
  }
  .bss-item:last-child {
    margin-bottom: 0;
  }
  .bss-item .item-inner {
    height: 1.66rem;
  }
  .bss-item .item-bd {
    padding: 0.35rem 0.14rem 0 0;
  }
  .bss-item .item-lv2 {
    width: 1.43rem;
    margin-right: 0.26rem;
    max-width: 100%;
    min-width: 0;
    height: 0.9rem;
    padding-top: 0.1rem;
  }
  .bss-item .item-lv2 img {
    width: 0.5rem;
    margin-bottom: 0;
  }
  .bss-item .item-lv2 span {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .bss-item .lv3-list li {
    margin-bottom: 0.06rem;
  }
  .bss-item .lv3-list img {
    width: 0.2rem;
    margin-right: 0.1rem;
  }
  .bss-item .lv3-list a {
    font-size: 0.14rem;
    line-height: 0.19rem;
    padding-bottom: 0.06rem;
  }
  .bss-item .lv3-list a:after {
    width: 1.35rem;
  }
  .bss-item .lv3-list span {
    max-height: 0.38rem;
  }
}

/*# sourceMappingURL=index.css.map */


/* 20191125 kqx start */
.bss-item .lv3-list li:last-child a{
  padding-bottom: 0;
}
@media screen and (max-width:1366px) {
  .bss-item .lv3-list{
    right: 10%;
  }
}
/* 20191125 kqx end */

