@charset "UTF-8";
/* 首页样式 */
/* 全局通用变量 */
/* banner区域样式 */
.banner-wrap {
  padding-bottom: 12px;
  background-color: #74B807;
}
.banner-wrap > img {
  width: 100%;
  height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrap .swiper-wrap {
  height: 182px;
  position: relative;
  margin: 16px 80px;
  box-sizing: border-box;
}
.banner-wrap .swiper-wrap .swiper-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-wrap .swiper-wrap .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  cursor: pointer;
}
.banner-wrap .swiper-wrap .icon.disabled {
  color: #C1C5CE;
}
.banner-wrap .swiper-wrap .icon-left-arrow {
  left: -50px;
}
.banner-wrap .swiper-wrap .icon-right-arrow {
  right: -50px;
}
.banner-wrap .swiper-wrap .swiper-items {
  display: flex;
  width: 100%;
  transition: 0.3s;
}
.banner-wrap .swiper-wrap .swiper-items .swiper-item {
  flex-shrink: 0;
  width: 236px;
  height: 165px;
  margin-right: 25px;
  background: #033635;
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
}
.banner-wrap .swiper-wrap .swiper-items .swiper-item:last-child {
  margin-right: 0;
}
.banner-wrap .swiper-wrap .swiper-items .swiper-item img {
  width: 100%;
  height: 123px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrap .swiper-wrap .swiper-scroll .swiper-items .swiper-item a .title {
  display: block;
  margin: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.banner-wrap .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 28px;
  margin: 0 auto;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #033635;
  background-color: transparent;
  cursor: pointer;
}

.banner-wrap .button .icon {
  font-size: 12px;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 0;
}

/* 资源区域 */
.resources-wrap {
  display: grid;
  grid-template-columns: 260px 260px auto;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 56px 80px;
}
.resources-wrap .news-wrap ul {
  margin-top: 12px;
}
.resources-wrap .news-wrap ul li {
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  background: #F7F7F7;
}
.resources-wrap .news-wrap ul li a {
  display: flex;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.resources-wrap .news-wrap ul li a::before {
  content: "\e61b";
  font-family: icon;
  margin-right: 4px;
  color: #033635;
}
.resources-wrap .dates-wrap .common-ul {
  margin-top: 14px;
  cursor: default;
}
.resources-wrap .resources-right {
  flex: 1;
  height: 100%;
  margin-left: 8px;
  overflow: hidden;
}
.resources-wrap .resources-right .hots-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 12px;
  row-gap: 16px;
}
.resources-wrap .resources-right .hots-wrap .hot-resource {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.resources-wrap .resources-right .hots-wrap .hot-resource img {
  width: 100%;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border: 1px solid #EEE;
  box-sizing: border-box;
}
.resources-wrap .resources-right .hots-wrap .hot-resource .title {
  display: block;
  margin: 8px 0 0;
  line-height: 18px;
  font-size: 14px;
  color: #666;
}

/* tabs页签区域 */
#home-tabs {
  padding: 56px 80px;
  background-color: #F7F7F7;
}
#home-tabs .tabs-nav-list {
  display: flex;
  margin-bottom: 32px;
  border-bottom: none;
}
#home-tabs .tabs-nav-list .tabs-nav-indicator {
  height: 4px;
  bottom: 0;
  border-radius: 4px;
}
#home-tabs .tabs-nav-list .tabs-nav {
  position: relative;
  margin-right: 48px;
  color: #437271;
  font-size: 22px;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  z-index: 3;
}
#home-tabs .tabs-nav-list .tabs-nav.is-active {
  font-weight: 700;
  color: #033635;
}
#home-tabs .tabs-panel.is-active {
  display: flex;
}
#home-tabs .tabs-panel .tab-panel-item {
  position: relative;
  width: 270px;
  height: 170px;
  margin-right: 24px;
}
#home-tabs .tabs-panel .tab-panel-item:nth-of-type(5) {
  margin-right: 17px;
  /* 超出5个隐藏 */
}
#home-tabs .tabs-panel .tab-panel-item:nth-of-type(5) ~ .tab-panel-more {
  display: flex;
}
#home-tabs .tabs-panel .tab-panel-item:nth-of-type(5) ~ .tab-panel-item {
  display: none;
}
#home-tabs .tabs-panel .tab-panel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
}
#home-tabs .tabs-panel .tab-panel-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  height: 87px;
  margin: 0;
  padding: 35px 93px;
  background: linear-gradient(180deg, rgba(96, 156, 0, 0) 0%, #558A00 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  box-sizing: border-box;
}
#home-tabs .tabs-panel .tab-panel-item::before, #home-tabs .tabs-panel .tab-panel-item::after {
  content: "";
  position: absolute;
  top: 0;
  border: 8px solid transparent;
}
#home-tabs .tabs-panel .tab-panel-item::before {
  left: 0;
  border-color: #74B807 transparent transparent #74B807;
}
#home-tabs .tabs-panel .tab-panel-item::after {
  right: 0;
  border-color: #74B807 #74B807 transparent transparent;
}
#home-tabs .tabs-panel .tab-panel-more {
  display: none;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  background-color: #033635;
}
#home-tabs .tabs-panel .tab-panel-more .show-more {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  margin-bottom: 32px;
  color: #fff;
}
#home-tabs .tabs-panel .tab-panel-more .show-more::after {
  content: "\e629";
  display: inline-block;
  margin-left: 4px;
  font-family: "icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#home-tabs .tabs-panel .tab-panel-more .show-more:last-child {
  margin-bottom: 0;
}

/* 平台区域 */
.platform-wrap {
  padding: 56px 80px;
  flex-direction: row;
}
.platform-wrap .platform {
  margin-right: 24px;
}
.platform-wrap .platform:last-child {
  margin-right: 0;
}
.platform-wrap .platform .platform-content {
  display: flex;
  margin-top: 24px;
}
.platform-wrap .platform .platform-content .platform-item {
  width: 302px;
  height: 187px;
  flex-shrink: 0;
  margin-right: 24px;
  padding: 12px 12px 0;
  box-sizing: border-box;
  font-size: 0;
  background-color: #F1F1F1;
}
.platform-wrap .platform .platform-content .platform-item:last-child {
  margin-right: 0;
}
.platform-wrap .platform .platform-content .platform-item img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.platform-wrap .platform .platform-content .platform-item .text {
  display: block;
  margin: 8px 0;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/* 数据汇聚和搜索热词 */
.collect-hot-words-wrap {
  display: flex;
}
.collect-hot-words-wrap .data-collect {
  flex: 1;
  padding: 56px 70px 56px 80px;
  background: #F7F7F7;
}
.collect-hot-words-wrap .data-collect img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 24px;
}
.collect-hot-words-wrap .hot-words {
  flex: 1;
  padding: 56px 80px;
  background-color: #fff;
}
.collect-hot-words-wrap .hot-words .words-wrap {
  position: relative;
  flex: 1;
  overflow: hidden;
  height: 200px;
}
.collect-hot-words-wrap .hot-words .words-wrap span {
  white-space: nowrap;
  color: rgba(34, 34, 34, 0.8);
}
.collect-hot-words-wrap .hot-words .words-wrap span.hover {
  color: #222;
}

/* 科研团队 */
.research-team-wrap {
  position: relative;
  padding: 20px 26px;
  background-image: url(../images/home/research_team_bg.png);
  background-size: cover;
}
.research-team-wrap .team-content {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding: 16px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
.research-team-wrap .team-content .team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 16px;
}
.research-team-wrap .team-content .team-list .team-item {
  display: flex;
  border-radius: 8px;
  background-color: #fff;
}
.research-team-wrap .team-content .team-list .team-item img {
  width: 168px;
  height: 120px;
  border-radius: 8px;
}
.research-team-wrap .team-content .team-list .team-item .team-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  color: #888;
  font-size: 12px;
  line-height: 1;
}
.research-team-wrap .team-content .team-list .team-item .team-info p:first-child {
  color: #222;
  font-size: 14px;
  line-height: 18px;
}
.research-team-wrap .team-content .button .icon {
  font-size: 12px;
  margin-right: 0;
}
.research-team-wrap .button {
  margin: 0 auto;
}