* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.toppest-header {
  padding-top: 8px;
}
.toppest-header-right {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}
.toppest-header-right a {
  color: #555;
  line-height: 24px;
}
.toppest-header-right a:hover {
  color: #888;
}
.top-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo-wrapper {
  padding-bottom: 25px;
}
.logo-wrapper img {
  height: 92px;
}
.search-wrapper {
  display: flex;
  flex: 0 16rem;
  flex-wrap: nowrap;
  transition: 0.5s all ease;
}
.top-header .search-wrapper:focus-within {
  flex: 0 20rem;
}
.search-wrapper input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-wrapper .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #15499a;
  border-color: #15499a;
}
#topNav {
  background-color: #15499a;
}
#topNav .navbar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#topNav .navbar-nav {
  justify-content: center;
}
#topNav .nav-item {
  padding-top: 7px;
  padding-bottom: 7px;
  flex-grow: 1;
  text-align: center;
}
#topNav .nav-item.active {
  background-color: #1a9d4e;
}
#topNav .nav-item + .nav-item {
  border-left: 1px solid #1e5cbd;
  border-right: 1px solid #0a3e90;
}
#topNav .nav-item:last-child {
  border-right: none;
}
#topNav .nav-link {
  color: #fff;
}
#topNav .nav-link:hover {
  color: #ccc;
}
.main-carousel {
  height: 500px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
}
.carousel-indicators li.active {
  background-color: #0030d1;
}
.top-banner-section {
  height: 350px;
}
.column-title-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #c8c8c8;
}
.column-title-wrapper .iconfont {
  color: #15499a;
  font-size: 40px;
}
.column-title-wrapper .title {
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  margin-bottom: -2px;
  font-size: 30px;
  border-bottom: 2px solid #15499a;
}
.column-title-wrapper .more-tag {
  margin-left: auto;
}
.column-title-wrapper .more-tag a {
  font-size: 18px;
  color: #555;
}
.column-title-wrapper .more-tag a:hover {
  font-size: 18px;
  color: #aaa;
}
.news-image-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.news-info-container {
  background-color: #f9f9f9;
  padding: 0.5rem 1rem;
  border: 1px solid #e1e1e1;
}
.news-title-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 76px;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}
.news-desc-wrapper {
  height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-date-wrapper {
  color: #898989;
  padding-top: 0.75rem;
  font-size: 1.25rem;
}
.news-swiper-wrapper {
  position: relative;
}
.news-swiper-wrapper .swiper-button-prev,
.news-swiper-wrapper .swiper-button-next {
  left: -4rem;
  right: auto;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #a5d9ba;
  border: 2px solid #a5d9ba;
}
.news-swiper-wrapper .swiper-button-next {
  left: auto;
  right: -4rem;
}
.news-swiper-wrapper .swiper-button-prev::after,
.news-swiper-wrapper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: bold;
}
.notification-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 0.5rem 1rem;
}
.notification-swiper-wrapper {
  width: calc(100% - 26px);
  padding: 0 20px 0 10px;
}
.notification-wrapper .icon-wrapper {
  border-right: 2px solid #ccc;
  padding-right: 0.5rem;
}
.notification-wrapper .iconfont {
  font-size: 32px;
  line-height: 32px;
  color: #15499a;
}
.notification-wrapper .swiper-slide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notification-wrapper .swiper-slide a::before {
  content: "\2022";
  font-size: 1rem;
  margin-right: 0.25rem;
  color: #15499a;
}
.notification-swiper .swiper-wrapper {
  margin-bottom: 0;
  padding: 0 0.5rem;
}
.overview-section {
  background: url(/_files/img/bg-2.jpg);
  background-position: top center;
}
.overview-image-wrapper img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}
.overview-desc-wrapper {
  line-height: 1.8;
}
.icon-images-container {
  display: flex;
  flex-wrap: wrap;
}
.icon-images-container a {
  flex: 0 0 25%;
}
.icon-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-image-wrapper .icon-wrapper {
  font-size: 3rem;
  border-radius: 50%;
  background-color: #006227;
  text-align: center;
  line-height: 0;
  width: 90px;
  height: 90px;
  margin-bottom: 0.5rem;
  transition: 0.5s all ease;
}
.icon-image-wrapper .icon-wrapper .iconfont {
  line-height: 90px;
  font-size: 3rem;
  color: #fff;
}
.icon-image-wrapper .text-wrapper {
  font-size: 18px;
}
.icon-image-wrapper:hover .icon-wrapper {
  background-color: #1a9d4e;
}
.overview-news-wrapper .entry-wrapper {
  display: flex;
  margin: 2rem 0;
}
.overview-news-wrapper .entry-wrapper .entry-info-wrapper {
  padding-right: 0.75rem;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper {
  padding: 0;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.overview-news-wrapper .entry-info-wrapper .entry-info {
  display: flex;
}
.overview-news-wrapper .entry-info-wrapper .info-wrapper {
  overflow: hidden;
  padding-left: 1rem;
  line-height: 2.4rem;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc {
  padding-top: 1rem;
  line-height: 2rem;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc .hash-tag a {
  color: #15499a;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc .hash-tag a:hover {
  color: #aaa;
}
.tabpanel-nav {
  background-color: #eee;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
.tabpanel-nav .nav-item {
  padding: 0;
}
.tabpanel-nav .nav-link {
  padding: 0.75rem 0;
  font-size: 30px;
}
.tabpanel-nav .nav-link.active {
  position: relative;
  background-color: #1a9d4e;
  color: #fff;
}
.tabpanel-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-top: 20px solid #1a9d4e;
  border-right: 20px solid transparent;
}
.tabpanel-nav .nav-item + .nav-item {
  border-left: 1px solid #dedede;
}
.large-image-wrapper {
  text-align: center;
  height: 550px;
  background-position: center;
  background-size: 102% 102%;
  transition: all 0.5s ease;
}
.large-image-wrapper .backdrop-wrapper {
  padding: 6rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s ease;
}
.large-image-wrapper.hover {
  background-size: 120% 120%;
}
.large-image-wrapper.hover .backdrop-wrapper {
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
}
.large-image-wrapper .title-wrapper {
  transform: translateY(260px);
  transition: 0.5s 0.1s all ease-out;
}
.large-image-wrapper.hover .title-wrapper {
  transform: translateY(0);
  transition: 0.5s all ease-out;
}
.large-image-wrapper .info-wrapper {
  opacity: 0;
  transition: 0.5s all ease-out;
}
.large-image-wrapper.hover .info-wrapper {
  opacity: 1;
  transition: 0.5s 0.1s all ease-out;
}
.large-image-wrapper .text-wrapper {
  padding-top: 0.5rem;
  font-size: 30px;
  color: #fff;
}
.large-image-wrapper .desc-wrapper {
  line-height: 2;
  max-height: 190px;
  overflow: hidden;
  text-align: left;
  margin: 2rem 0;
  color: #fff;
}
.large-image-wrapper .btn-more {
  padding-left: 2rem;
  padding-right: 2rem;
}
.large-image-wrapper .btn-more:hover {
  background-color: #1a9d4e;
  border-color: #1a9d4e;
  color: #fff;
}
.large-image-wrapper.chan-nongye {
  background-image: url("../img/s-bg-nongye.jpg");
}
.large-image-wrapper.chan-nongfu {
  background-image: url("../img/s-bg-nongfu.jpg");
}
.large-image-wrapper.chan-shuili {
  background-image: url("../img/s-bg-shuili.jpg");
}
.large-image-wrapper.chan-peisong {
  background-image: url("../img/s-bg-peisong.jpg");
}

.nav-column-title {
  border-bottom: 2px solid #15499a;
}
.nav-column-title .nav-item {
  padding: 0;
}
.nav-column-title .nav-link {
  padding: 0.5rem 2rem;
  background-color: #fff;
  font-size: 30px;
}
.nav-column-title .nav-link.active {
  background-color: #15499a;
  color: #fff;
}
.addition-tab-panel {
  position: relative;
}
.addition-tab-panel .more-tag {
  position: absolute;
  top: -42px;
  right: 5px;
}
.addition-tab-panel .featured-wrapper {
  padding: 0.5rem 0;
}
.addition-tab-panel .featured-title a {
  font-size: 24px;
  color: #da0716;
}
.addition-tab-panel .featured-title a:hover {
  color: #861a21;
}
.addition-tab-panel .featured-desc {
  text-indent: 2rem;
}
.addition-tab-panel .featured-desc a {
  color: #888;
}
.addition-tab-panel .featured-desc a:hover {
  color: #aaa;
}
.news-list-wrapper .entry-wrapper {
  display: flex;
  padding: 0.5rem 0;
}
.news-list-wrapper .entry-wrapper .title {
  font-size: 18px;
  padding-right: 2rem;
}
.news-list-wrapper .entry-wrapper .date {
  flex: 0 0 4rem;
  font-size: 18px;
  color: #898989;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  margin-right: 0.75rem;
  color: #15499a;
}
.image-entry-wrapper .image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.image-entry-wrapper + .image-entry-wrapper {
  margin-top: 1rem;
}
.image-entry-wrapper .title {
  font-size: 20px;
  padding-bottom: 0.75rem;
}
.image-entry-wrapper .desc {
  max-height: 100px;
  overflow: hidden;
}
.image-entry-wrapper .desc a {
  color: #888;
}
.image-entry-wrapper .desc a:hover {
  color: #aaa;
}
#bannerCarousel {
  height: 120px;
}
#bannerCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.swiper-pagination-bullet {
  margin: 0.5rem;
}
.chart-wrapper {
  padding-top: 50px;
}
.chart-wrapper img {
  max-width: 80%;
}
.footer-section {
  background-color: #2a4773;
  padding-top: 48px;
  padding-bottom: 32px;
}
.external-link-wrapper {
  color: #fff;
  font-size: 14px;
}
.external-link {
  display: inline-block;
  margin: 0 0.5rem;
  color: #fff;
}
.external-link:hover {
  color: #aaa;
}
.footer-info-wrapper {
  padding-top: 30px;
}
.footer-info-wrapper span {
  line-height: 2;
  margin-left: 0.5rem;
  display: inline-block;
  color: #74a5ef;
}
.footer-info-wrapper a {
  color: #74a5ef;
}
.footer-info-wrapper a:hover {
  color: #aaa;
}
@media only screen and (max-width: 1199px) {
  .large-image-wrapper {
    height: 370px;
  }
  .large-image-wrapper .backdrop-wrapper {
    padding: 3rem 2rem;
  }
  .large-image-wrapper .title-wrapper {
    transform: translateY(160px);
  }
  .large-image-wrapper .text-wrapper {
    font-size: 28px;
  }
  .large-image-wrapper .desc-wrapper {
    max-height: 100px;
    line-height: 1.5rem;
    margin: 1.25rem 0;
  }
}
@media only screen and (max-width: 992px) {
  .top-banner-section {
    height: 220px;
  }
  .main-carousel {
    height: 280px;
  }
  .top-header {
    text-align: center;
  }
  .top-header .logo-wrapper {
    margin: auto;
  }
  .top-header .search-wrapper {
    flex-grow: 1;
    padding: 1rem 8rem;
  }
  .top-header .search-wrapper:focus-within {
    flex-grow: 1;
    padding: 1rem 7rem;
  }
  .logo-wrapper {
    padding: 0.75rem 0;
  }
  .logo-wrapper img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .large-image-wrapper .text-wrapper {
    font-size: 26px;
  }
  .addition-section .tab-nav .nav-link {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
  }
  .addition-tab-panel .more-tag {
    top: -40px;
    right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner-section {
    height: 160px;
  }
  .main-carousel {
    height: 240px;
  }
  #topNav .navbar {
    padding: 0;
  }
  #topNav .container {
    padding: 0;
  }
  #topNav .nav-item {
    border: 0 !important;
  }
  #topNav .navbar-brand {
    padding: 0.5rem 1rem;
  }
  #topNav .navbar-toggler {
    padding: 0.5rem 1rem;
  }
  .entry-wrapper .entry-info {
    padding-top: 1rem;
  }
  .overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
    height: 240px;
  }
  #topNav .search-wrapper {
    padding: 0.5rem 3rem 3rem;
    display: flex;
  }
  #topNav .search-wrapper:focus-within {
    padding: 0.5rem 2rem;
  }
  #topNav .search-wrapper .btn-search {
    background-color: #1a9d4e;
    border-color: #1a9d4e;
  }
  .large-image-wrapper {
    height: 500px;
  }
  .large-image-wrapper .backdrop-wrapper {
    padding: 6rem 2rem;
  }
  .large-image-wrapper .title-wrapper {
    transform: translateY(210px);
  }
  .large-image-wrapper .text-wrapper {
    font-size: 30px;
  }
  .large-image-wrapper .desc-wrapper {
    max-height: 140px;
    line-height: 1.9rem;
    margin: 1.75rem 0;
  }
  .navbar-collapse {
    max-height: 300px;
    overflow: scroll;
    box-shadow: inset 0px -70px 50px -50px rgb(0, 0, 100, 0.7);
  }
  .footer-section {
    padding-top: 24px;
  }
  .external-link {
    font-size: 1rem;
  }
  .footer-info-wrapper {
    padding-top: 16px;
  }
  .chart-wrapper img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .top-banner-section {
    height: 120px;
  }
  .main-carousel {
    height: 150px;
  }
  .icon-images-container a {
    flex: 0 0 50%;
  }
  .icon-images-container a:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
  .news-swiper-wrapper .swiper-button-prev,
  .news-swiper-wrapper .swiper-button-next {
    display: none;
  }
  .tabpanel-nav .nav-link {
    padding: 0.75rem 1.75rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
  }
  .image-entry-wrapper .image img {
    height: 240px;
    margin-bottom: 0.5rem;
  }
  .addition-tab-panel .news-list-wrapper .entry-wrapper .title {
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 350px) {
  .top-banner-section {
    height: 120px;
  }
  .main-carousel {
    height: 120px;
  }
}
