@charset "utf-8";
/* index */
.INDEX {
  width: 100%;
}

.INDEX .idx-ban {
  width: 100%;
}

.INDEX .idx-ban .swiper-slide img {
  width: 100%;
}

.INDEX .idx-search {
  width: 100%;
  padding: .3rem .6rem;
  -webkit-box-shadow: 0 0 0.27rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0.27rem 0 rgba(0, 0, 0, 0.08);
}

.INDEX .idx-search .search-bar {
  width: 5.5rem;
  height: .6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: .3rem;
}

.INDEX .idx-search .search-bar input {
  height: 100%;
  width: 4.8rem;
  background-color: #f6f6f6;
  border: none;
  text-indent: .24rem;
  font-size: .24rem;
}

.INDEX .idx-search .search-bar button {
  border: none;
  width: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1752bb;
}

.INDEX .idx-search .search-bar button img {
  width: 0.28rem;
  height: 0.28rem;
}

.INDEX .idx-search .search-key {
  width: 100%;
  padding: .2rem 0 .06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.INDEX .idx-search .search-key .key-item {
  color: #666;
  font-size: .22rem;
}

.INDEX .idx-expert {
  width: 100%;
  text-align: center;
  padding: .7rem 0;
}

.INDEX .idx-expert .expert-title {
  font-size: .38rem;
  color: #333;
  letter-spacing: .02rem;
  font-weight: 700;
}

.INDEX .idx-expert .expert-title span {
  color: #1752bb;
}

.INDEX .idx-expert .expert-guide {
  width: 100%;
  padding: 0 .9rem;
  color: #888;
  font-size: .26rem;
  line-height: 1.8;
  margin: .3rem 0 .5rem;
}

.INDEX .idx-expert .expert-list {
  width: 100%;
  padding: 0 .2rem;
}

.INDEX .idx-expert .expert-item {
  width: 100%;
  background-color: #f9f9f9;
  border-radius: .04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .3rem .2rem;
  margin-bottom: .2rem;
}

.INDEX .idx-expert .expert-item .item-img {
  width: 2.3rem;
  height: 1.6rem;
  border-radius: .04rem;
  overflow: hidden;
  margin-right: .3rem;
}

.INDEX .idx-expert .expert-item .item-img img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-expert .expert-item .item-text {
  width: 4.1rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.INDEX .idx-expert .expert-item .item-title {
  font-size: .28rem;
  color: #1752bb;
  font-weight: 700;
  margin-bottom: .1rem;
}

.INDEX .idx-expert .expert-item .item-guide {
  width: 100%;
  overflow-y: scroll;
}

.INDEX .idx-expert .expert-item .item-guide p {
  color: #888;
  font-size: .24rem;
  line-height: 1.6;
}

.INDEX .idx-case {
  background-color: #f5f5f5;
  width: 100%;
  padding: .7rem .2rem 0;
  text-align: center;
}

.INDEX .idx-case .case-title {
  font-size: .38rem;
  color: #333;
  letter-spacing: .02rem;
  font-weight: 700;
}

.INDEX .idx-case .case-guide {
  width: 100%;
  padding: 0 .2rem;
  color: #888;
  font-size: .26rem;
  line-height: 1.8;
  margin: .3rem 0 .5rem;
}

.INDEX .idx-case .case-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5rem;
}

.INDEX .idx-case .case-tab {
  width: 2.2rem;
  margin-right: .25rem;
  margin-bottom: .25rem;
  padding: .24rem 0;
  text-align: center;
  font-size: .24rem;
  color: #888;
  background-color: #fff;
  border-radius: .35rem;
}

.INDEX .idx-case .case-tab:nth-of-type(3n) {
  margin-right: 0;
}

.INDEX .idx-case .caseTabIs {
  background-color: #153b96;
  color: #fff;
}

.INDEX .idx-case .swiper-slide .slide-info {
  background-color: #fff;
  padding: .5rem 0;
  border-radius: .04rem;
}

.INDEX .idx-case .swiper-slide .slide-title {
  font-weight: 700;
  color: #153b96;
  font-size: .3rem;
}

.INDEX .idx-case .swiper-slide .slide-guide {
  color: #888;
  font-size: .24rem;
  line-height: 1.8;
  padding: 0 .2rem;
  margin: .2rem 0 .4rem;
  text-align: left;
}

.INDEX .idx-case .swiper-slide .slide-img {
  width: 100%;
  height: 4rem;
  padding: .2rem;
  background: url("../images/idx7.jpg") bottom center no-repeat;
  background-size: 100% 50%;
}

.INDEX .idx-case .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-case .swiper-slide .slide-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.86rem;
  height: .6rem;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: .4rem auto .3rem;
  background-color: #edf0f7;
  border-radius: .35rem;
}

.INDEX .idx-case .swiper-slide .slide-icon .icon {
  width: 0.42rem;
  height: 0.42rem;
}

.INDEX .idx-case .swiper-slide .slide-icon .icon img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-case .swiper-slide .slide-icon .text {
  font-size: .26rem;
  color: #153b96;
  padding-left: .14rem;
}

.INDEX .idx-case .swiper-slide .slide-intro {
  color: #888;
  font-size: .24rem;
  line-height: 1.8;
  padding: 0 .2rem;
  text-align: left;
}

.INDEX .idx-case .swiper-slide .slide-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem 0 .6rem;
}

.INDEX .idx-case .swiper-slide .slide-btn {
  width: 2.2rem;
  border-radius: .35rem;
  height: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.INDEX .idx-case .swiper-slide .slide-btn span {
  font-size: .24rem;
  color: #153b96;
}

.INDEX .idx-case .swiper-slide .slide-btn:first-of-type {
  background-color: #fff;
  margin-right: .25rem;
}

.INDEX .idx-case .swiper-slide .slide-btn:first-of-type span {
  color: #153b96;
}

.INDEX .idx-case .swiper-slide .slide-btn:first-of-type img {
  width: .28rem;
  height: .28rem;
  margin-right: .2rem;
}

.INDEX .idx-case .swiper-slide .slide-btn:last-of-type {
  background-color: #153b96;
}

.INDEX .idx-case .swiper-slide .slide-btn:last-of-type span {
  color: #fff;
}

.INDEX .idx-power {
  width: 100%;
  padding: .7rem 0;
  background: url("../images/idx9.jpg") center center no-repeat;
  background-size: cover;
}

.INDEX .idx-power .power-title {
  font-weight: 700;
  color: #333;
  font-size: .38rem;
  letter-spacing: .02rem;
  text-align: center;
  margin-bottom: .3rem;
}

.INDEX .idx-power .power-guide {
  padding: 0 .2rem;
}

.INDEX .idx-power .power-guide p {
  font-size: .26rem;
  color: #666;
  line-height: 1.8;
}

.INDEX .idx-power .power-guide p:first-of-type {
  margin-bottom: .1rem;
}

.INDEX .idx-power .power-icons {
  width: 100%;
  margin: .5rem 0;
  padding: 0 .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.INDEX .idx-power .power-icon .icon {
  width: .96rem;
  height: .96rem;
  margin: 0 auto;
  margin-bottom: .28rem;
}

.INDEX .idx-power .power-icon .icon img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-power .power-icon .text {
  color: #666;
  font-size: .26rem;
}

.INDEX .idx-power .powerIconIs .text {
  color: #153b96;
  font-weight: 700;
}

.INDEX .idx-power .power-swiper {
  display: none;
}

.INDEX .idx-power .powerSwiperShow {
  display: block;
}

.INDEX .idx-power .swiper-slide img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-power .power-swiper-pagination {
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.INDEX .idx-power .power-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(21, 59, 150, 0.5);
  width: .15rem;
  height: .15rem;
  margin: 0 .05rem;
}

.INDEX .idx-power .power-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #153b96;
}

@media (max-width: 500px) {
  .INDEX .idx-power .power-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

.INDEX .idx-about {
  width: 100%;
  padding: .7rem .2rem;
  text-align: center;
}

.INDEX .idx-about .about-title .title-b {
  font-weight: 700;
  color: #333;
  font-size: .38rem;
}

.INDEX .idx-about .about-title .title-s {
  font-weight: 700;
  color: #153b96;
  font-size: .3rem;
  margin: .3rem 0 .4rem;
}

.INDEX .idx-about .about-guide p {
  font-size: .26rem;
  color: #666;
  line-height: 1.8;
  text-align: left;
}

.INDEX .idx-about .about-guide p:first-of-type {
  margin-bottom: .1rem;
}

.INDEX .idx-about .about-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: .5rem 0 .4rem;
}

.INDEX .idx-about .about-icon .icon {
  width: 0.98rem;
  height: 0.98rem;
}

.INDEX .idx-about .about-icon .icon img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-about .about-icon .num {
  color: #153b96;
  font-size: .48rem;
  font-weight: 700;
  margin: .3rem 0 .2rem;
}

.INDEX .idx-about .about-icon .text {
  font-size: .24rem;
  color: #666;
}

.INDEX .idx-about .about-img {
  width: 100%;
  /* height: 3.7rem; */
  overflow: hidden;
  border-radius: .06rem;
  position: relative;
}

.INDEX .idx-about .about-img .img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
}

.INDEX .idx-about .about-img .playbtn{
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
.INDEX .idx-about .about-img .playbtn img{
  width: 1rem;
}

.INDEX .idx-about .about-btn {
  background-color: #153b96;
  border-radius: .35rem;
  color: #fff;
  font-size: .24rem;
  padding: .24rem .64rem;
  display: inline-block;
  margin-top: .5rem;
}

.INDEX .idx-honor {
  width: 100%;
  padding: .7rem .2rem;
  background-color: #f2f5fb;
}

.INDEX .idx-honor .honor-title {
  text-align: center;
  font-weight: 700;
  color: #333;
  font-size: .38rem;
}

.INDEX .idx-honor .honor-guide {
  color: #888;
  font-size: .26rem;
  margin: .3rem 0 .5rem;
  text-align: center;
}

.INDEX .idx-honor .swiper-slide {
  opacity: 0;
  height: 2.96rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.INDEX .idx-honor .swiper-slide img {
  width: auto;
  height: 100%;
}

.INDEX .idx-honor .swiper-slide-active, .INDEX .idx-honor .swiper-slide-next, .INDEX .idx-honor .swiper-slide-prev {
  opacity: 1;
}

.INDEX .idx-honor .honor-swiper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: .5rem;
}

.INDEX .idx-honor .honor-swiper-btns .honor-swiper-button-prev, .INDEX .idx-honor .honor-swiper-btns .honor-swiper-button-next {
  position: static;
  left: unset;
  right: unset;
  top: unset;
  margin-top: 0;
  background: #153b96;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.INDEX .idx-honor .honor-swiper-btns .honor-swiper-button-prev img, .INDEX .idx-honor .honor-swiper-btns .honor-swiper-button-next img {
  width: 0.24rem;
  height: 0.06rem;
}

.INDEX .idx-honor .honor-swiper-btns .honor-swiper-button-prev {
  margin-right: .4rem;
}

.INDEX .idx-honor .honor-swiper-btns .swiper-button-disabled {
  background: #d5d5d5;
  opacity: 1;
}

.INDEX .idx-form {
  width: 100%;
  padding: .7rem .2rem;
  background: url("../images/idx22.jpg") center center no-repeat;
  background-size: cover;
}

.INDEX .idx-form .form-title {
  text-align: center;
  font-size: .38rem;
  color: #333;
  font-weight: 700;
}

.INDEX .idx-form .form-guide {
  color: #888;
  font-size: .26rem;
  text-align: center;
  margin: .3rem 0 .5rem;
}

.INDEX .idx-form .form-card {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: .06rem;
}

.INDEX .idx-form .form-img {
  width: 100%;
  height: 3.6rem;
}

.INDEX .idx-form .form-img img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-form .form-intro {
  margin: .5rem 0;
  text-align: center;
  font-size: .3rem;
  color: #153b96;
  font-weight: 700;
}

.INDEX .idx-form .form-info {
  width: 100%;
  padding: 0 .3rem .7rem;
  text-align: center;
}

.INDEX .idx-form .form-info > div {
  padding: .2rem;
  background-color: #f7f7f7;
  height: 0.7rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .3rem;
}

.INDEX .idx-form .form-info input {
  border: none;
  background-color: transparent;
  text-indent: .2rem;
}

.INDEX .idx-form .form-info .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.INDEX .idx-form .form-info button {
  display: inline-block;
  border: none;
  background-color: #153b96;
  border-radius: .35rem;
  color: #fff;
  font-size: .24rem;
  padding: .24rem .62rem;
  margin-top: .3rem;
}

.INDEX .idx-news {
  width: 100%;
  padding: .7rem .2rem;
  text-align: center;
}

.INDEX .idx-news .news-title {
  font-weight: 700;
  color: #333;
  font-size: .38rem;
}

.INDEX .idx-news .news-guide {
  color: #888;
  font-size: .26rem;
  margin: .3rem 0 .5rem;
}

.INDEX .idx-news .news-list {
  width: 100%;
}

.INDEX .idx-news .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .2rem 0;
  border-bottom: solid .01rem #e5e5e5;
}

.INDEX .idx-news .news-item .item-img {
  width: 2.4rem;
  height: 1.64rem;
  margin-right: .3rem;
  border-radius: .04rem;
  overflow: hidden;
}

.INDEX .idx-news .news-item .item-img img {
  width: 100%;
  height: 100%;
}

.INDEX .idx-news .news-item .item-text {
  width: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.INDEX .idx-news .news-item .item-title {
  color: #333;
  font-size: .28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 700;
  text-overflow: ellipsis;
}

.INDEX .idx-news .news-item .item-guide {
  color: #888;
  font-size: .24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: .3rem 0;
}

.INDEX .idx-news .news-item .item-time {
  color: #888;
  font-size: .24rem;
}

.INDEX .idx-news .news-btn {
  display: inline-block;
  padding: .24rem .62rem;
  background-color: #153b96;
  border-radius: .35rem;
  color: #fff;
  font-size: .24rem;
  margin-top: .5rem;
}

/* 新闻列表 */
.news-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(231, 231, 231, 0.42);
          box-shadow: 0 0 0.1rem 0 rgba(231, 231, 231, 0.42);
}

.news-tabs .news-tab {
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-tabs .news-tab .news-tab-href {
  display: inline-block;
  height: 100%;
  padding: .32rem 0;
  border: .04rem solid transparent;
  font-size: .28rem;
  color: #888;
}

.news-tabs .newsTabIs .news-tab-href {
  color: #153b96;
  border-bottom-color: #153b96;
}

.NEWS-LIST {
  width: 100%;
}

.NEWS-LIST .news-list {
  width: 100%;
  padding: .2rem;
}

.NEWS-LIST .news-list .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .2rem 0;
  border-bottom: solid .01rem #e5e5e5;
}

.NEWS-LIST .news-list .news-item .item-img {
  width: 2.4rem;
  height: 1.64rem;
  margin-right: .3rem;
  border-radius: .04rem;
  overflow: hidden;
}

.NEWS-LIST .news-list .news-item .item-img img {
  width: 100%;
  height: 100%;
}

.NEWS-LIST .news-list .news-item .item-text {
  width: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.NEWS-LIST .news-list .news-item .item-title {
  color: #333;
  font-weight: 700;
  font-size: .28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.NEWS-LIST .news-list .news-item .item-guide {
  color: #888;
  font-size: .24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: .3rem 0;
}

.NEWS-LIST .news-list .news-item .item-time {
  color: #888;
  font-size: .24rem;
}

/* 新闻详情 */
.NEW-DETAIL {
  width: 100%;
  padding: 0 .3rem;
}

.NEW-DETAIL .detail-header {
  width: 100%;
  padding: .5rem 0;
}

.NEW-DETAIL .detail-header p {
  line-height: 1.8;
  font-size: .26rem;
  color: #555;
}

.NEW-DETAIL .detail-title {
  font-size: .36rem;
  color: #333;
  font-weight: 700;
}

.NEW-DETAIL .detail-time {
  color: #999;
  font-size: .26rem;
  margin-top: 0.3rem;
}

.NEW-DETAIL .detail-main {
  width: 100%;
  padding-bottom: .5rem;
  border-bottom: .01rem solid #ebebeb;
}

.NEW-DETAIL .detail-main p {
  line-height: 1.8;
  font-size: .26rem;
  color: #555;
}

.NEW-DETAIL .detail-main span {
  color: #333;
  font-weight: 700;
}

.NEW-DETAIL .detail-main h5 {
  color: #153b96;
  font-size: .3rem;
  line-height: 2;
  margin-top: .5rem;
}

.NEW-DETAIL .detail-main img {
  width: 100%;
  height: 3.8rem;
  margin: .3rem 0;
}

.NEW-DETAIL .detail-footer {
  width: 100%;
  padding: .4rem 0 1rem;
  text-align: center;
}

.NEW-DETAIL .detail-footer .prev-btn, .NEW-DETAIL .detail-footer .next-btn {
  width: 100%;
  line-height: 2;
  color: #555;
  font-size: .24rem;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.NEW-DETAIL .detail-footer .returnLast {
  padding: .26rem .56rem;
  display: inline-block;
  color: #fff;
  background-color: #1752bb;
  border-radius: .4rem;
  font-size: .28rem;
  margin-top: .6rem;
}

/* 公司介绍 */
.about-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(231, 231, 231, 0.42);
          box-shadow: 0 0 0.1rem 0 rgba(231, 231, 231, 0.42);
}

.about-tabs .about-tab {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-tabs .about-tab .about-tab-href {
  display: inline-block;
  height: 100%;
  padding: .32rem 0;
  border: .04rem solid transparent;
  font-size: .28rem;
  color: #888;
}

.about-tabs .aboutTabIs .about-tab-href {
  color: #153b96;
  border-bottom-color: #153b96;
}

/* 公司介绍-桑尼介绍 */
.ABOUT-INTRO {
  width: 100%;
  padding: .5rem 0;
}

.ABOUT-INTRO .intro-title {
  padding: 0 .2rem;
  width: 100%;
  color: #153b96;
  font-size: .4rem;
  font-weight: 700;
  text-align: center;
}

.ABOUT-INTRO .intro-title::after {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.04rem;
  background-color: #153b96;
  margin: .3rem auto;
}

.ABOUT-INTRO p {
  padding: 0 .2rem;
  color: #555;
  font-size: .26rem;
  line-height: 1.8;
}

.ABOUT-INTRO .intro-img {
  width: 100%;
  padding: 0 .2rem;
  height: 2.6rem;
  margin: .4rem 0;
}

.ABOUT-INTRO .intro-img img {
  width: 100%;
  height: 100%;
}

.ABOUT-INTRO .about-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: .4rem 0 .2rem;
}

.ABOUT-INTRO .about-icon .icon {
  width: 0.98rem;
  height: 0.98rem;
}

.ABOUT-INTRO .about-icon .icon img {
  width: 100%;
  height: 100%;
}

.ABOUT-INTRO .about-icon .num {
  color: #153b96;
  font-size: .48rem;
  font-weight: 700;
  margin: .3rem 0 .2rem;
}

.ABOUT-INTRO .about-icon .text {
  font-size: .24rem;
  color: #666;
}

.ABOUT-INTRO .power-icons {
  width: 100%;
  margin: .5rem 0 .7rem;
  padding: 0 .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ABOUT-INTRO .power-icon .icon {
  width: .96rem;
  height: .96rem;
  margin: 0 auto;
  margin-bottom: .28rem;
}

.ABOUT-INTRO .power-icon .icon img {
  width: 100%;
  height: 100%;
}

.ABOUT-INTRO .power-icon .text {
  color: #666;
  font-size: .26rem;
}

.ABOUT-INTRO .powerIconIs .text {
  color: #153b96;
  font-weight: 700;
}

.ABOUT-INTRO .power-swiper {
  margin-top: .4rem;
}

.ABOUT-INTRO .power-swiper {
  display: none;
}

.ABOUT-INTRO .powerSwiperShow {
  display: block;
}

.ABOUT-INTRO .swiper-slide img {
  width: 100%;
  height: 100%;
}

.ABOUT-INTRO .guide {
  margin-bottom: .1rem;
}

.ABOUT-INTRO .intro-list {
  margin-top: .9rem;
  width: 100%;
  padding: 0 .2rem;
}

.ABOUT-INTRO .intro-list .intro-item {
  width: 100%;
  margin-bottom: .5rem;
}

.ABOUT-INTRO .intro-list .intro-item .item-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  font-size: .3rem;
  margin-bottom: .4rem;
  padding-left: .3rem;
  border-left: .04rem solid #153b96;
}

.ABOUT-INTRO .intro-list .intro-item .item-imgs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ABOUT-INTRO .intro-list .intro-item .item-img {
  width: 3.45rem;
  height: 2.14rem;
}

.ABOUT-INTRO .intro-list .intro-item .item-img img {
  width: 100%;
  height: 100%;
}

/* 公司介绍-发展历程 */
.ABOUT-GROW {
  width: 100%;
  padding: .5rem .2rem;
}

.ABOUT-GROW .grow-img {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ABOUT-GROW .grow-line {
  width: 0.01rem;
  background-color: #ebe9e7;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ABOUT-GROW .grow-left-list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ABOUT-GROW .grow-left-list .grow-item:first-of-type {
  margin-top: .24rem;
}

.ABOUT-GROW .grow-left-list .grow-item::after {
  border-top: .1rem solid transparent;
  border-bottom: .1rem solid transparent;
  border-left: .15rem solid #f5f5f5;
  right: -.14rem;
  top: .2rem;
}

.ABOUT-GROW .grow-left-list .grow-item::before {
  right: -.55rem;
  top: .3rem;
}

.ABOUT-GROW .grow-left-list .grow-item .item-dot {
  right: -.67rem;
  top: .18rem;
}

.ABOUT-GROW .grow-right-list {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ABOUT-GROW .grow-right-list .grow-item:first-of-type {
  margin-top: 1.67rem;
}

.ABOUT-GROW .grow-right-list .grow-item::after {
  border-top: .1rem solid transparent;
  border-bottom: .1rem solid transparent;
  border-right: .15rem solid #f5f5f5;
  left: -.14rem;
  top: .2rem;
}

.ABOUT-GROW .grow-right-list .grow-item::before {
  left: -.55rem;
  top: .3rem;
}

.ABOUT-GROW .grow-right-list .grow-item .item-dot {
  left: -.67rem;
  top: .18rem;
}

.ABOUT-GROW .grow-item {
  width: 3rem;
  padding: .3rem;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: .4rem;
}

.ABOUT-GROW .grow-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 3;
}

.ABOUT-GROW .grow-item::before {
  content: '';
  display: block;
  width: .55rem;
  background-color: #eeeeee;
  height: 0.01rem;
  position: absolute;
  z-index: 2;
}

.ABOUT-GROW .grow-item .item-title {
  font-size: .28rem;
  color: #153b96;
  font-weight: 700;
  margin-bottom: .16rem;
}

.ABOUT-GROW .grow-item .item-guide p {
  font-size: .24rem;
  line-height: 1.75;
  color: #666;
}

.ABOUT-GROW .grow-item .item-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: .05rem solid #153b96;
  position: absolute;
  background-color: #fff;
  z-index: 3;
}

/* 公司介绍-荣誉证书 */
.ABOUT-HONOR {
  width: 100%;
}

.ABOUT-HONOR .honor-swiper {
  width: 100%;
  height: 4.6rem;
  background: url("../images/about9.jpg") center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ABOUT-HONOR .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ABOUT-HONOR .swiper-slide .slide-img {
  max-width: 4.5rem;
  height: 3rem;
  margin-bottom: .3rem;
}

.ABOUT-HONOR .swiper-slide .slide-img img {
  width: auto;
  height: 100%;
}

.ABOUT-HONOR .swiper-slide .slide-text {
  font-size: .24rem;
  color: #333;
  display: none;
}

.ABOUT-HONOR .swiper-slide-active .slide-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ABOUT-HONOR .honor-list {
  width: 100%;
  padding: .4rem .2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ABOUT-HONOR .honor-list .honor-item {
  width: 3.45rem;
  background-color: #f8f8f8;
  margin-bottom: .2rem;
  margin-right: .2rem;
}

.ABOUT-HONOR .honor-list .honor-item:nth-of-type(2n) {
  margin-right: 0;
}

.ABOUT-HONOR .honor-list .honor-item .item-img {
  width: 100%;
  height: 3.9rem;
  padding: .36rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ABOUT-HONOR .honor-list .honor-item .item-img img {
  height: 100%;
  width: auto;
}

.ABOUT-HONOR .honor-list .honor-item .item-text {
  display: inline-block;
  width: 100%;
  padding: .28rem 0;
  text-align: center;
  color: #555;
  font-size: .24rem;
}

/* 公司介绍-人才招聘 */
.ABOUT-PERSON {
  width: 100%;
  padding: 0 .2rem;
}

.ABOUT-PERSON .person-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  border-radius: .04rem;
  border: solid .01rem #e4e4e4;
  margin: .6rem 0 .5rem;
  overflow: hidden;
}

.ABOUT-PERSON .person-search input {
  width: 6.3rem;
  border: none;
  height: 100%;
  background-color: #ffffff;
  text-indent: .2rem;
}

.ABOUT-PERSON .person-search button {
  width: 0.8rem;
  border: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1752bb;
}

.ABOUT-PERSON .person-search button img {
  width: 0.3rem;
  height: 0.3rem;
}

.ABOUT-PERSON .person-list {
  width: 100%;
}

.ABOUT-PERSON .person-list .person-item {
  width: 100%;
  margin-bottom: .2rem;
}

.ABOUT-PERSON .person-list .person-item .item-header {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: .04rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ABOUT-PERSON .person-list .person-item .item-name {
  font-size: .26rem;
  color: #666;
}

.ABOUT-PERSON .person-list .person-item .item-icon {
  height: 100%;
  font-size: .5rem;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: .2rem;
}

.ABOUT-PERSON .person-list .person-item .item-main {
  background-color: #f6f6f6;
  border-radius: .04rem;
  padding: .3rem;
  display: none;
}

.ABOUT-PERSON .person-list .person-item .item-main h5 {
  color: #1752bb;
  font-size: .3rem;
  margin: .4rem 0 .3rem;
}

.ABOUT-PERSON .person-list .person-item .item-main p {
  line-height: 1.8;
  color: #555;
  font-size: .28rem;
}

.ABOUT-PERSON .person-list .person-item .item-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ABOUT-PERSON .person-list .person-item .item-info span {
  color: #555;
  font-size: .26rem;
  width: 50%;
  display: block;
  line-height: 1.8;
}

.ABOUT-PERSON .person-list .person-item .item-tips {
  width: 100%;
  margin-top: .5rem;
}

.ABOUT-PERSON .person-list .person-item .item-tips span {
  color: #555;
  line-height: 1.8;
}

.ABOUT-PERSON .person-list .personItemShow {
  display: block;
}

.ABOUT-PERSON .person-list .personItemShow .item-header {
  background-color: #1752bb;
}

.ABOUT-PERSON .person-list .personItemShow .item-name, .ABOUT-PERSON .person-list .personItemShow .item-icon {
  color: #fff;
}

/* 产品与设备-列表 */
.PROD-LIST {
  width: 100%;
}

.PROD-LIST .prod-list {
  padding: .6rem .2rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.PROD-LIST .prod-list .prod-item {
  width: 3.45rem;
  margin-bottom: .2rem;
  margin-right: .2rem;
}

.PROD-LIST .prod-list .prod-item:nth-of-type(2n) {
  margin-right: 0;
}

.PROD-LIST .prod-list .prod-item .item-img {
  width: 100%;
  height: 2.4rem;
}

.PROD-LIST .prod-list .prod-item .item-img img {
  width: 100%;
  height: 100pp;
}

.PROD-LIST .prod-list .prod-item .item-text {
  color: #333;
  font-size: .26rem;
  display: inline-block;
  padding: .3rem 0;
  text-align: center;
  line-height: 1.3;
  width: 100%;
}

/* 产品与设备-详情 */
.PROD-DETAIL {
  width: 100%;
}

.PROD-DETAIL .prod-detail {
  width: 100%;
}

.PROD-DETAIL .prod-detail .detail-header {
  width: 100%;
}

.PROD-DETAIL .prod-detail .detail-header-img {
  width: 100%;
  height: 6rem;
}

.PROD-DETAIL .prod-detail .detail-header-img img {
  width: 100%;
  height: 100%;
}

.PROD-DETAIL .prod-detail .detail-header-text {
  width: 100%;
  padding: .6rem .2rem;
  border-bottom: .1rem solid #f6f6f6;
}

.PROD-DETAIL .prod-detail .detail-title {
  font-size: .38rem;
  letter-spacing: .02rem;
  color: #333;
  font-weight: 700;
}

.PROD-DETAIL .prod-detail .detail-title::after {
  content: '';
  display: block;
  margin: .4rem 0;
  background-color: #153b96;
  width: 0.48rem;
  height: 0.03rem;
}

.PROD-DETAIL .prod-detail .detail-guide {
  color: #555;
  line-height: 1.8;
  font-size: .26rem;
}

.PROD-DETAIL .prod-detail .detail-main {
  width: 100%;
}

.PROD-DETAIL .prod-detail .detail-trait {
  width: 100%;
  padding: .48rem .2rem;
  border-bottom: .1rem solid #f6f6f6;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-title {
  font-weight: 700;
  color: #153b96;
  font-size: .38rem;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-list {
  width: 100%;
  margin: .5rem 0;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-item {
  width: 100%;
  margin-bottom: .5rem;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-item .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .1rem;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-item .item-title img {
  width: 0.21rem;
  height: 0.2rem;
  margin-right: .07rem;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-item .item-title span {
  font-size: .30rem;
  color: #153b96;
  line-height: 1.4;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-item .item-content {
  padding-left: .26rem;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-item .item-content p {
  color: #555;
  font-size: .28rem;
  line-height: 1.8;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-img {
  width: 100%;
}

.PROD-DETAIL .prod-detail .detail-trait .trait-img img {
  width: 100%;
  height: 100%;
}

.PROD-DETAIL .prod-detail .detail-theory {
  width: 100%;
  padding: .48rem .2rem;
  border-bottom: .1rem solid #f6f6f6;
}

.PROD-DETAIL .prod-detail .detail-theory .theory-title {
  font-weight: 700;
  color: #153b96;
  font-size: .38rem;
}

.PROD-DETAIL .prod-detail .detail-theory .theory-guide {
  line-height: 1.8;
  font-size: .26rem;
  color: #555;
  margin: .42rem 0 .48rem;
}

.PROD-DETAIL .prod-detail .detail-theory .theory-img {
  width: 100%;
  height: 3.9rem;
}

.PROD-DETAIL .prod-detail .detail-theory .theory-img img {
  width: 100%;
  height: 100%;
}

.PROD-DETAIL .prod-detail .detail-range {
  width: 100%;
  padding: .48rem .2rem;
  position: relative;
}

.PROD-DETAIL .prod-detail .detail-range .range-title {
  font-weight: 700;
  color: #153b96;
  font-size: .38rem;
}

.PROD-DETAIL .prod-detail .detail-range .range-swiper {
  margin: .4rem 0;
}

.PROD-DETAIL .prod-detail .detail-range .swiper-slide .slide-img {
  width: 100%;
  height: 2.2rem;
}

.PROD-DETAIL .prod-detail .detail-range .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
}

.PROD-DETAIL .prod-detail .detail-range .swiper-slide .slide-text {
  padding: .42rem .3rem;
  width: 100%;
  background-color: #f6f6f6;
  height: 3.2rem;
  overflow-y: scroll;
}

.PROD-DETAIL .prod-detail .detail-range .swiper-slide .slide-title {
  color: #153b96;
  font-size: .28rem;
  font-weight: 700;
  line-height: 1.5;
}

.PROD-DETAIL .prod-detail .detail-range .swiper-slide .slide-guide {
  width: 100%;
}

.PROD-DETAIL .prod-detail .detail-range .swiper-slide .slide-guide p {
  color: #555;
  font-size: .22rem;
  line-height: 1.6;
}

.PROD-DETAIL .prod-detail .detail-range .range-swiper-pagination {
  position: absolute;
  right: .2rem;
  top: .48rem;
}

.PROD-DETAIL .prod-detail .detail-range .range-swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  background: #cfcdcd;
  opacity: 1;
  margin-left: .15rem;
}

.PROD-DETAIL .prod-detail .detail-range .range-swiper-pagination .swiper-pagination-bullet-active {
  background: #1752bb;
}

/* 垃圾渗滤液 */
.FLUID-DETAIL {
  width: 100%;
}

.FLUID-DETAIL .detail-header {
  width: 100%;
  padding: .5rem 0 0;
}

.FLUID-DETAIL .detail-title {
  color: #333;
  font-weight: 700;
  font-size: .4rem;
  line-height: 1.3;
  text-align: center;
}

.FLUID-DETAIL .detail-main {
  width: 100%;
}

.FLUID-DETAIL .detail-main .common-title {
  font-weight: 700;
  font-size: .4rem;
  color: #153b96;
  text-align: center;
}

.FLUID-DETAIL .detail-handle {
  width: 100%;
  padding: .6rem .2rem 0;
}

.FLUID-DETAIL .detail-handle .handle-guide {
  width: 100%;
  margin: .3rem 0 .4rem;
}

.FLUID-DETAIL .detail-handle .handle-guide p {
  color: #555;
  font-size: .26rem;
  line-height: 1.8;
}

.FLUID-DETAIL .detail-handle .handle-img {
  width: 100%;
  padding-left: .2rem;
  padding-bottom: .2rem;
  height: 4.8rem;
  background: url("../images/fluid2.png") bottom left no-repeat;
  background-size: 54% 40%;
}

.FLUID-DETAIL .detail-handle .handle-img img {
  width: 100%;
  height: 100%;
  border-radius: .06rem;
}

.FLUID-DETAIL .detail-trait {
  width: 100%;
  padding: .6rem .2rem 0;
}

.FLUID-DETAIL .detail-trait .trait-guide {
  width: 100%;
  margin-top: .36rem;
}

.FLUID-DETAIL .detail-trait .trait-guide p {
  color: #555;
  line-height: 1.8;
  font-size: .26rem;
}

.FLUID-DETAIL .detail-trait .trait-guide span {
  color: #153b96;
  font-weight: 700;
}

.FLUID-DETAIL .detail-trait .trait-guide h5 {
  font-size: .26rem;
  color: #333;
  line-height: 1.8;
}

.FLUID-DETAIL .detail-merit {
  width: 100%;
  padding: .6rem .2rem 0;
}

.FLUID-DETAIL .detail-merit .merit-list {
  width: 100%;
  margin-top: 0.4rem;
}

.FLUID-DETAIL .detail-merit .merit-list .merit-item {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: .06rem;
  padding: .34rem .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .3rem;
  border-radius: .06rem;
}

.FLUID-DETAIL .detail-merit .merit-list .merit-item .item-icon {
  width: 0.82rem;
  height: 0.82rem;
  margin-right: 0.4rem;
}

.FLUID-DETAIL .detail-merit .merit-list .merit-item .item-icon img {
  width: 100%;
  height: 100%;
}

.FLUID-DETAIL .detail-merit .merit-list .merit-item .item-text {
  width: 5.08rem;
  line-height: 1.8;
  font-size: .26rem;
  color: #555;
}

.FLUID-DETAIL .detail-effect {
  width: 100%;
  padding: .6rem .2rem;
}

.FLUID-DETAIL .detail-effect .effect-img {
  margin-top: .4rem;
  width: 100%;
}

.FLUID-DETAIL .detail-effect .effect-img img {
  width: 100%;
  height: 100%;
}

.FLUID-DETAIL .detail-way {
  width: 100%;
  padding: .7rem .2rem;
  background-color: #f9f9f9;
}

.FLUID-DETAIL .detail-way .way-list {
  width: 100%;
}

.FLUID-DETAIL .detail-way .way-list .way-item {
  width: 100%;
}

.FLUID-DETAIL .detail-way .way-list .way-item .item-img {
  width: 100%;
  margin: .4rem 0;
}

.FLUID-DETAIL .detail-way .way-list .way-item .item-img img {
  width: 100%;
}

.FLUID-DETAIL .detail-way .way-list .way-item .item-title {
  font-size: .3rem;
  line-height: 1.3;
  color: #333;
  font-family: 'SourceHanSansCN-Medium';
}

.FLUID-DETAIL .detail-way .way-list .way-item .item-title::after {
  content: '';
  display: block;
  width: 0.42rem;
  height: 0.05rem;
  margin: .24rem 0 .32rem;
  background-color: #153b96;
}

.FLUID-DETAIL .detail-way .way-list .way-item .item-guide {
  width: 100%;
}

.FLUID-DETAIL .detail-way .way-list .way-item .item-guide p {
  color: #555;
  font-size: .26rem;
  line-height: 1.8;
}

.FLUID-DETAIL .detail-case {
  width: 100%;
  padding: .6rem .2rem .7rem;
}

.FLUID-DETAIL .detail-case .case-list {
  width: 100%;
}

.FLUID-DETAIL .detail-case .case-list .case-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: .4rem;
  background-color: #f8f8f8;
  border-radius: .04rem;
}

.FLUID-DETAIL .detail-case .case-list .case-item .item-img {
  width: 3.3rem;
  width: 100%;
  /* height: 2.3rem; */
}

.FLUID-DETAIL .detail-case .case-list .case-item .item-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.FLUID-DETAIL .detail-case .case-list .case-item .item-text {
  width: 3.9rem;
  width: 100%;
  /* height: 2.3rem; */
  padding: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FLUID-DETAIL .detail-case .case-list .case-item .item-title {
  font-size: .28rem;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.FLUID-DETAIL .detail-case .case-list .case-item .item-guide {
  color: #888;
  overflow-y: scroll;
}

.FLUID-DETAIL .detail-case .case-list .case-item .item-guide p {
  font-size: .24rem;
  line-height: 1.5;
}

/* 零排放 */
.BLOWDOWN-DETAIL {
  width: 100%;
}

.BLOWDOWN-DETAIL .detail-main {
  width: 100%;
}

.BLOWDOWN-DETAIL .detail-main .common-title {
  color: #153b96;
  font-size: .4rem;
  font-weight: 700;
  text-align: center;
}

.BLOWDOWN-DETAIL .detail-notion {
  width: 100%;
  padding: .6rem .2rem .7rem;
}

.BLOWDOWN-DETAIL .detail-notion .notion-guide {
  color: #555;
  line-height: 1.8;
  font-size: .28rem;
  margin: .32rem 0 .4rem;
}

.BLOWDOWN-DETAIL .detail-notion .notion-img {
  width: 100%;
  height: 4.2rem;
}

.BLOWDOWN-DETAIL .detail-notion .notion-img img {
  width: 100%;
  height: 100%;
}

.BLOWDOWN-DETAIL .detail-merit {
  width: 100%;
  padding: .7rem .2rem .8rem;
  background-color: #f0f3fa;
}

.BLOWDOWN-DETAIL .detail-merit .merit-list {
  width: 100%;
  margin-top: .5rem;
}

.BLOWDOWN-DETAIL .detail-merit .merit-list .merit-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 .4rem;
  height: 1.5rem;
  background-color: #ffffff;
  border-radius: .06rem;
  margin-top: .3rem;
}

.BLOWDOWN-DETAIL .detail-merit .merit-list .merit-item .item-num {
  width: 0.92rem;
  height: 0.92rem;
  color: #fff;
  font-size: .4rem;
  font-weight: 700;
  background-color: #34509e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.BLOWDOWN-DETAIL .detail-merit .merit-list .merit-item .item-text {
  width: 5.38rem;
  color: #555;
  line-height: 2;
  font-size: .26rem;
  padding-left: .4rem;
}

.BLOWDOWN-DETAIL .detail-skill {
  width: 100%;
  padding: .6rem .2rem;
}

.BLOWDOWN-DETAIL .detail-skill .skill-img {
  width: 100%;
  height: 3.3rem;
  margin: .4rem 0 .3rem;
  overflow: hidden;
  border-radius: .06rem;
}

.BLOWDOWN-DETAIL .detail-skill .skill-img img {
  width: 100%;
  height: 100%;
}

.BLOWDOWN-DETAIL .detail-skill .skill-guide {
  line-height: 1.8;
  color: #555;
  font-size: .26rem;
}

.BLOWDOWN-DETAIL .detail-area {
  width: 100%;
  padding: .6rem .2rem .8rem;
  background-color: #f8f8f8;
}

.BLOWDOWN-DETAIL .detail-area .area-guide {
  width: 100%;
  margin: .36rem 0 .54rem;
}

.BLOWDOWN-DETAIL .detail-area .area-guide p {
  color: #555;
  line-height: 1.8;
  font-size: .26rem;
}

.BLOWDOWN-DETAIL .detail-area .area-imgs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.BLOWDOWN-DETAIL .detail-area .area-img {
  width: 3.45rem;
  height: 2.4rem;
  margin-right: .2rem;
}

.BLOWDOWN-DETAIL .detail-area .area-img:nth-of-type(2n) {
  margin-right: 0;
}

.BLOWDOWN-DETAIL .detail-area .area-img img {
  width: 100%;
  height: 100%;
}

.BLOWDOWN-DETAIL .detail-intro {
  width: 100%;
  padding: .6rem .2rem;
}

.BLOWDOWN-DETAIL .detail-intro .intro-guide {
  width: 100%;
  margin-top: .4rem;
}

.BLOWDOWN-DETAIL .detail-intro .intro-guide p {
  line-height: 1.8;
  color: #666;
  font-size: .26rem;
}

.BLOWDOWN-DETAIL .detail-case {
  width: 100%;
  padding: .6rem .2rem .7rem;
  background-color: #f8f8f8;
}

.BLOWDOWN-DETAIL .detail-case .case-list {
  width: 100%;
  margin-top: .4rem;
}

.BLOWDOWN-DETAIL .detail-case .case-list .swiper-pagination {
  position: static;
  left: auto;
  bottom: auto;
  z-index: auto;
  padding: 10px 0;
}

.BLOWDOWN-DETAIL .detail-case .case-list .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.BLOWDOWN-DETAIL .detail-case .case-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #153b96;
}

.BLOWDOWN-DETAIL .detail-case .case-list .case-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: .04rem;
}

.BLOWDOWN-DETAIL .detail-case .case-list .case-item .item-img {
  width: 3.3rem;
  height: 2.3rem;
}

.BLOWDOWN-DETAIL .detail-case .case-list .case-item .item-img img {
  width: 100%;
  height: 100%;
}

.BLOWDOWN-DETAIL .detail-case .case-list .case-item .item-text {
  width: 3.8rem;
  height: 2.3rem;
  padding: .3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.BLOWDOWN-DETAIL .detail-case .case-list .case-item .item-title {
  font-size: .3rem;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.BLOWDOWN-DETAIL .detail-case .case-list .case-item .item-guide {
  width: 100%;
  overflow-y: scroll;
}

.BLOWDOWN-DETAIL .detail-case .case-list .case-item .item-guide p {
  font-size: .24rem;
  line-height: 1.5;
  color: #888;
}

/* 运营中心 */
.MANAGE-DETAIL {
  width: 100%;
  background-color: #f8f8f8;
}

.MANAGE-DETAIL .detail-main {
  width: 100%;
}

.MANAGE-DETAIL .detail-main .common-title {
  font-weight: 700;
  font-size: .4rem;
  color: #153b96;
  text-align: center;
}

.MANAGE-DETAIL .detail-project {
  width: 100%;
  padding: .5rem .2rem .72rem;
}

.MANAGE-DETAIL .detail-project .project-guide {
  font-size: .26rem;
  line-height: 1.8;
  color: #555;
  margin: .4rem 0 .44rem;
}

.MANAGE-DETAIL .detail-project .project-img {
  width: 5.5rem;
  height: 5.2rem;
  margin: 0 auto;
}

.MANAGE-DETAIL .detail-project .project-img img {
  width: 100%;
  height: 100%;
}

.MANAGE-DETAIL .detail-range {
  width: 100%;
  background-color: #fff;
  padding: .7rem 0;
}

.MANAGE-DETAIL .detail-range .range-swiper {
  margin-top: .5rem;
}

.MANAGE-DETAIL .detail-range .swiper-slide .slide-img {
  width: 100%;
  height: 3.6rem;
}

.MANAGE-DETAIL .detail-range .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
}

.MANAGE-DETAIL .detail-range .swiper-slide .slide-text {
  color: #444;
  text-align: center;
  font-size: .26rem;
  margin-top: .3rem;
  display: none;
}

.MANAGE-DETAIL .detail-range .swiper-slide-active .slide-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MANAGE-DETAIL .detail-serve {
  padding: .6rem .2rem .7rem;
  width: 100%;
}

.MANAGE-DETAIL .detail-serve .serve-list {
  width: 100%;
  margin-top: 0.4rem;
}

.MANAGE-DETAIL .detail-serve .serve-list .serve-item {
  width: 100%;
  margin-top: .3rem;
  background-color: #fff;
  display: block;
}

.MANAGE-DETAIL .detail-serve .serve-list .serve-item .item-img {
  width: 100%;
  height: 4.5rem;
}

.MANAGE-DETAIL .detail-serve .serve-list .serve-item .item-img img {
  width: 100%;
  height: 100%;
}

.MANAGE-DETAIL .detail-serve .serve-list .serve-item .item-text {
  padding: .4rem;
  width: 100%;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.MANAGE-DETAIL .detail-serve .serve-list .serve-item .item-title {
  text-align: center;
  font-weight: 700;
  color: #153b96;
  font-size: .28rem;
  margin-bottom: 0.2rem;
}

.MANAGE-DETAIL .detail-serve .serve-list .serve-item .item-guide {
  width: 100%;
  overflow-y: scroll;
}

.MANAGE-DETAIL .detail-serve .serve-list .serve-item .item-guide p {
  color: #666;
  line-height: 1.8;
  font-size: .24rem;
}

.MANAGE-DETAIL .detail-mode {
  width: 100%;
  padding: .6rem .2rem;
  background-color: #fff;
}

.MANAGE-DETAIL .detail-mode .mode-img {
  width: 100%;
  height: 4rem;
  margin-top: .4rem;
}

.MANAGE-DETAIL .detail-mode .mode-img img {
  width: 100%;
  height: 100%;
}

.MANAGE-DETAIL .detail-mode .mode-list {
  padding: .5rem 0;
  width: 100%;
}

.MANAGE-DETAIL .detail-mode .mode-list .mode-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}

.MANAGE-DETAIL .detail-mode .mode-list .mode-item .item-icon {
  width: 0.84rem;
  height: 0.84rem;
}

.MANAGE-DETAIL .detail-mode .mode-list .mode-item .item-icon img {
  width: 100%;
  height: 100%;
}

.MANAGE-DETAIL .detail-mode .mode-list .mode-item .item-text {
  width: 6.26rem;
  padding-left: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.MANAGE-DETAIL .detail-mode .mode-list .mode-item .item-title {
  font-size: .26rem;
  line-height: 1.8;
  color: #153b96;
  font-weight: 700;
}

.MANAGE-DETAIL .detail-mode .mode-list .mode-item .item-guide {
  width: 100%;
}

.MANAGE-DETAIL .detail-mode .mode-list .mode-item .item-guide p {
  line-height: 2;
  font-size: .24rem;
  color: #444;
}



.c-video { position: fixed; left: 0; top: 120%; z-index: 10000000; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); display: none; }

.c-video.show { top: 0; display: block!important; }

.c-video__main { width: 70%; position: absolute; left: 0; right: 0; top: 50%; margin: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.c-video__cnt { padding-top: calc(1080 / 1920 * 100%); position: relative; background: #000; }

.c-video__iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.c-video__video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; }

.c-video__close { display: block; cursor: pointer; width: 40px; height: 40px; background-color: #153b96; position: absolute; right: -40px; top: 0; z-index: 1000; }

.c-video__close .icon { display: block; width: 100%; height: 100%; font-size: 21px; text-align: center; line-height: 40px; color: #fff; }

@media (max-width: 800px) { .c-video__main { width: 100%; height: 100%; }
  .c-video__cnt { height: 100%; }
  .c-video__close { right: 0; } }