.banner-wrapper-content {
  width: 100%;
  background: linear-gradient(90deg, #fafbfc, #f8f8f8);
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner-mobile {
  display: none;
}

.tab-wrapper-content {
  background: rgba(250, 251, 252, 1);
}

/*** Menu CSS ***/

.submenu {
  background: #fafbfc;
  line-height: 1;
}

.submenu li {
  position: relative;
  margin-right: 38px;
}

.submenu li a {
  display: block;
  padding: 10px 0;
  color: #2f3343;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  position: relative;
}

.submenu li a.active {
  color: #2f3343 !important;
  font-weight: 600;
  border-bottom: 2px solid #00b984;
}

/* introduce */

.index-main-title {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.index-main-title img {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 30px;
  height: 34px;
}

.index-main-title span {
  display: inline-block;
  font-size: 36px;
  vertical-align: middle;
  padding: 0 8px;
}

.introduce-info {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  position: relative;
  z-index: 0;
}

.introduce-info * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  word-wrap: break-word !important;
}

.introduce-info .title {
  font-size: 48px;
}

.introduce-info .sub-title {
  font-size: 24px;
  color: rgba(47, 51, 67, 1);
  line-height: 48px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 64px;
  margin-bottom: 32px;
}

.introduce-info .paragraph {
  font-size: 16px;
  text-align: justify;
}

.introduce-bg-img {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.introduce-bg-img img {
  width: 100%;
}

.paragraph-md-padding {
  padding: 0 144px;
}
/* values */
.values-wrapper {
  margin-top: 74px;
}
.values-card {
  width: 373px;
  min-height: 179px;
  height: auto;
  padding: 45px 20px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.02);
  border-radius: 19px;
  border: 1px solid rgba(0, 191, 139, 0.13);
  margin: 0 9px;
}

.values-card .card-title {
  width: 55px;
  overflow: hidden;
}
.values-card-lg .card-title {
  width: 82px;
}
.values-card .card-title .img {
  width: 100%;
}
.values-card .card-text {
  font-size: 18px;
  line-height: 48px;
  margin-top: 12px;
  color: #2f3343;
}

/* mission */

.mission-info {
  position: relative;
  border-radius: 0 97px 0 97px;
  border: 2px solid rgba(0, 185, 132, 0.3);
  overflow: hidden;
  padding: 44px 48px 24px 32px;
}

.mission-info .bg-text {
  position: absolute;
  left: 0;
  bottom: -38px;
  font-size: 192px;
  color: rgba(4, 185, 132, 1);
  opacity: 0.05;
  letter-spacing: 15px;
  line-height: 1;
  font-weight: bolder;
}

.mission-info .mission-left {
  /* border-left: 1px solid #E8E9EA; */
}

.mission-info .mission-left .paragraph {
  font-size: 16px;
  font-weight: 400;
  color: rgba(143, 143, 143, 1);
  line-height: 1.5;
  margin-top: 5px;
}

.mission-info .mission-left .sub-title {
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 185, 132, 1);
  line-height: 1;
  margin-bottom: 16px;
}

.mission-bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.mission-bg-img img {
  width: 100%;
}

/* history */

.history {
  padding: 0;
  background: #ffffff;
}

.history-info {
  overflow: hidden;
}

/* timeLine */

.timeline {
  width: 100%;
  margin: 30px auto 10px auto;
  position: relative;
}

.dates-wrap {
  width: 100%;
  height: 34px;
}

.dates {
  clear: both;
  width: 100%;
  height: 66px;
  margin-top: 30px;
  overflow: visible;
  position: relative;
}

.dates li {
  list-style: none;
  float: left;
  width: 100px;
  font-size: 24px;
  text-align: center;
  overflow: visible;
  height: 2px;
  background-color: #000000;
}

.dates li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  height: 40px;
  margin: auto;
  margin-top: -70px;
  border-radius: 51%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.15s ease;
  -webkit-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  cursor: pointer;
  padding: 13px 0;
}

.dates li a:hover {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.timeline .dates li .selected {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.date-img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.date-img img{
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width:100%;
  height: 100%;
  border-radius: 50%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}

.date-img:hover {
  width: 66px;
  height: 66px;
}

.timeline .dates li .selected .date-img {
  width: 66px;
  height: 66px;
}

.events {
  height: 384px;
  overflow: hidden;
  margin-bottom: 80px;
}

.events li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  height: 300px;
  margin: 0 auto;
  list-style: none;
}

.events li .event-card {
  display: block;
  font-size: 0;
  width: 773px;
  height: 300px;
  margin: 64px auto 42px auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 4px 7px 14px 0px rgba(0, 0, 0, 0.06);
  border-radius: 26px 26px 26px 31px;
  cursor: pointer;
}

.events li .event-card .event-img {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 50%;
  height: 300px;
}

 .event-card .event-img img {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width:100%;
  height: 100%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}
.event-card .card-right {
  display: inline-block;
  width: 328px;
  margin-left: 32px;
}

.event-card .card-right h1 {
  font-size: 32px;
  margin: 32px 0 16px 0;
}

.event-card .card-right p {
  max-height: 185px;
  font-size: 21px;
  color: #8f8f8f;
  /* overflow-y: scroll; */
  /* -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; */
}

.event-card .card-right p {
  /* -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; */
}

.event-card .card-right p::-webkit-scrollbar {
  width: 2!important;
}

.carousel-container {
  padding: 64px 15px 55px 15px;
}

.owl-carousel .owl-stage-outer {
  border-radius: 19px;
}

.team-img {
  width: 100%;
  border-radius: 19px;
  overflow: hidden;
}

.team-img img {
  width: 100%;
  border-radius: 19px;
}

.team-carousel .owl-dots {
  position: absolute;
  bottom: 19px;
  right: 76px;
}

.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  margin: 0 4px;
}

.team-carousel .owl-dots button.active {
  width: 24px;
  height: 8px;
  background: rgba(0, 185, 132, 1);
  border-radius: 4px;
}

/* 手机端大事记 */

.mobile-timeline-wrapper {
  display: none;
}

.mobile-timeline-list {
  padding: 0.51rem 0.27rem 0 0.27rem;
}

.mobile-timeline-item {
  position: relative;
}

.mobile-timeline-info {
  margin-left: 0.38rem;
  padding-left: 0.52rem;
  padding-bottom: 0.51rem;
}

.border-l-3 {
  border-left: 3px solid #2f3343;
}

.mobile-timeline-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: rgba(47, 51, 67, 1);
  line-height: 0.22rem;
}

.mobile-timeline-paragraph {
  font-size: 0.19rem;
  font-weight: 400;
  color: rgba(143, 143, 143, 1);
  line-height: 0.29rem;
  margin-top: 0.2rem;
}

.mobile-timeline-img {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-timeline-img img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}

.mobile-timeline-item:last-child .mobile-timeline-info {
  border-left: none;
}

.more-timeline-btn {
  font-size: 0.22rem;
  color: #2f3343;
  display: block;
  margin: 0 0.27rem;
}

.more-timeline-btn .icon-more {
  color: #00b984;
  font-size: 0.2rem;
}

.carousel-container {
  padding-bottom: 0;
  margin-bottom: 56px;
}
/* 党建模块 */
.dang-slide {
  display: inline-block;
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
  border: 1px solid #eeeeee;
  cursor: pointer;
  vertical-align: middle;
  height: 422px;
  overflow: hidden;
}
.dang-img {
  display: inline-block;
  width: 60%;
  height: 422px;
  border-radius: 26px 0px 0px 26px;
  overflow: hidden;
  vertical-align: middle;
}
.dang-img img {
  width: 100%;
  height: 422px;
}
.dang-content {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  margin-left: 32px;
}
.dang-title {
  font-size: 32px;
  font-weight: 600;
  color: #2f3343;
  line-height: 48px;
  margin: 36px 0 28px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.dang-text {
  font-size: 24px;
  font-weight: 400;
  color: #2f3343;
  line-height: 47px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}
.dang-carousel .owl-dots {
  position: absolute;
  bottom: 19px;
  left: 50%;
}

.owl-carousel button.owl-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  margin: 0 4px;
}

.dang-carousel .owl-dots button.active {
  width: 8px;
  height: 8px;
  background: rgba(0, 185, 132, 1);
  border-radius: 4px;
}
.default-index-banner {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.default-index-banner img {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width:100%;
  height: 100%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}



.slogan-card .card-text {
  line-height: 26px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {


  .owl-carousel button.owl-dot {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    margin: 0 2px;
  }
  .team-carousel .owl-dots button.active {
    width: 12px;
    height: 4px;
    background: rgba(0, 185, 132, 1);
    border-radius: 2px;
  }
  .dang-carousel .owl-dots button.active {
    width: 4px;
    height: 4px;
    background: rgba(0, 185, 132, 1);
    border-radius: 2px;
  }
  .dang-carousel .owl-dots {
    position: absolute;
    bottom: 19px;
    left: 46%;
  }
  .values-wrapper {
    margin-top: 0;
    padding: 0 0.26rem;
  }
  .values-card {
    margin: 28px auto 0 auto;
    width: 100%;
    height: 163px;
    background: #ffffff;
    box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.02);
    border-radius: 17px;
    border: 1px solid rgba(0, 191, 139, 0.13);
  }
  .values-card .card-text {
    font-size: 0.24rem;
    line-height: 2;
    color: #2f3343;
  }
  .slogan-card .card-text {
    line-height: 1.6;
  }
}


.search-container {
  margin: 20px 0 10px 0;
  text-align: center;
}

#timeline-search {
  padding: 7px 10px;
  width: 220px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgba(0, 191, 139, 0.3);
}

.search-container button {
  padding: 7px 15px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid rgba(0, 191, 139, 0.3);
  color:#00b984;
  margin-left: 15px;
  background: #ffffff;
}
.search-tips{
  color: #ed9292;
  font-size: 14px;
  text-align: center;
  display: none;
}


