@charset "utf-8";
.navbar {
  margin-bottom: 0;
  border: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999999;
  background-color: #fff;
}
.navbar.navbar-default {
  border: 0;
}
.navbar .navbar-collapse {
  text-align: center;
  border: none;
}
.navbar .navbar-collapse.in .navbar-nav li:nth-child(6) {
  margin-right: 2.56rem;
}
.navbar .navbar-collapse.collapsing .navbar-nav li:nth-child(6) {
  margin-right: 2.56rem;
}
.navbar .navbar-header {
  height: 3.5rem;
  padding: 0 !important;
  margin: 0 !important;
}
.navbar .navbar-brand {
  padding: 0;
  height: auto;
}
.navbar .navbar-brand img {
  padding: 0.8rem 0;
  height: 3.5rem;
  width: auto;
  max-width: 100%;
}
.navbar .navbar-right .navbar-nav > li {
  margin-right: 3.65rem;
}
.navbar .navbar-right .navbar-nav > li.active a {
  color: #96b282;
}
.navbar .navbar-right .navbar-nav > li > a {
  font-size: 0.8rem;
  color: #333;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: transparent;
}
.navbar .navbar-right .navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar .navbar-toggle {
  border: 1px solid #96b282;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #96b282;
}
.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
  background-color: #96b282;
}
.navbar .navbar-toggle:focus .icon-bar,
.navbar .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.navbar .navbar-toggle.collapsed {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.navbar.shadow {
  box-shadow: 0 5px 10px #eeeeee;
}
.navbar-default .navbar-collapse .navbar-nav > li.active > a,
.navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.navbar-default.navbar-fixed-top .navbar-collapse.in .navbar-nav > li.active > a,
.navbar-default.navbar-fixed-top .navbar-nav > li > a:hover {
  color: #96b282;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .navbar .navbar-right .navbar-nav > li {
    margin-right: 2rem;
  }
  .navbar .container {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar.shadow {
    box-shadow: none;
  }
}
.footer {
  background-color: #333333;
  padding-top: 2.5rem;
  border-bottom: 1px solid #464646;
}
.footer .top .footer_nav {
  color: #ffffff;
  float: left;
  margin-right: 22.5%;
}
.footer .top .footer_nav h5 {
  font-size: 0.9rem;
  margin-bottom: 1.4rem;
}
.footer .top .footer_nav ul li {
  font-size: 0.7rem;
  margin-bottom: 0.8rem;
}
.footer .top .footer_nav ul li a {
  color: #cccccc;
  transition: all 0.3s ease-out;
}
.footer .top .footer_nav ul li:hover a {
  color: #96b282;
}
.footer .top .footer_nav:nth-child(3) {
  margin-right: 0;
}
.footer .top .line {
  float: left;
  background-color: #464646;
  width: 1px;
  height: 7rem;
  margin-left: 13%;
}
.footer .top .qrcode {
  width: 10%;
}
.footer .bottom {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.footer .bottom .logo_dark {
  float: left;
  width: 25%;
}
.footer .bottom ul {
  width: 13%;
}
.footer .bottom ul li {
  float: left;
  width: 16%;
  margin-right: 26%;
}
.footer .bottom ul li:nth-child(3) {
  margin-right: 0;
}
.copyright {
  background-color: #333333;
}
.copyright ul li {
  float: left;
  margin-right: 1rem;
  position: relative;
}
.copyright ul li a {
  display: block;
  line-height: 2.7rem;
  color: #8d8d8d;
  font-size: 0.7rem;
  height: 2.7rem;
}
.copyright ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 0.7rem;
  top: 50%;
  right: -0.5rem;
  background-color: #767676;
  transform: translateY(-50%);
}
.copyright p {
  line-height: 2.7rem;
  color: #8d8d8d;
  font-size: 0.7rem;
}
@media (max-width: 767px) {
  .footer .footer_nav {
    width: 33% !important;
    margin-right: 0 !important;
  }
  .copyright ul {
    float: none;
  }
  .copyright p {
    float: none;
  }
}
.banner {
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
  color: #fff ;
}
.banner .swiper-slide img {
  object-fit: cover;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .words {
  text-align: center;
  position: absolute;
  padding-left: 5%;
  padding-right: 5%;
  top: 43%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.banner .swiper-slide .words h4 {
  font-size: 2.4rem;
  margin-bottom: 1.75rem;
}
.banner .swiper-slide .words p {
  font-size: 1.2rem;
}
.list .tab {
  padding-top: 2.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.list .tab ul {
  border-bottom: none;
}
.list .tab ul li {
  margin-right: 2.2rem;
  margin-bottom: 0;
  position: relative;
}
.list .tab ul li a {
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin: -1px;
  border: none;
  font-size: 0.8rem;
  color: #777777;
  line-height: 2rem;
  height: 2rem;
}
.list .tab ul li a:hover {
  border: none;
}
.list .tab ul li a::after {
  content: '';
  display: block;
  background-color: #5e8641;
  bottom: 0px;
  z-index: 9999;
  position: absolute;
  transition: all 0.3s ease-out;
  height: 1px;
  left: 100%;
  right: 100%;
}
.list .tab ul li a:focus {
  background-color: transparent;
  color: #5e8641;
}
.list .tab ul li a:focus::after {
  bottom: -1px;
}
.list .tab ul li.active a {
  border-bottom: 1px solid #5e8641 !important;
  color: #5e8641;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
}
.list .tab ul li.active a::after {
  bottom: 0;
}
.list .tab ul li.active a:hover,
.list .tab ul li.active a:focus {
  color: #5e8641;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.list .tab ul li.active a:hover::after,
.list .tab ul li.active a:focus::after {
  bottom: -1px;
}
.list .tab ul li:hover a {
  color: #5e8641;
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
}
.list .tab ul li:hover a:hover {
  color: #5e8641;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.list .tab ul li:hover a::after {
  left: 0;
  right: 0;
}
.list .content {
  margin-top: 4rem;
}
.list .content ul li a {
  display: block;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
  color: inherit;
}
.list .content ul li .img {
  width: 35%;
}
.list .content ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list .content ul li .words {
  width: 62%;
}
.list .content ul li .words h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.list .content ul li .words p {
  font-size: 0.7rem;
  color: #666666;
  line-height: 1.5rem;
}
.list .content ul li .words .time {
  font-size: 0.7rem;
  color: #666666;
  margin-top: 2rem;
  display: inline-block;
}
.list .load_more {
  outline: none;
  border: none;
  display: inline-block;
  width: 48%;
  color: #fff;
  background-color: #608844;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.pagination>li>a {
    display: inline-block;
    width: auto!important;
    margin: 0!important;
}
@media (min-width: 992px) {
  .list .content ul li .img {
    height: 228px;
  }
}
@media (max-width: 991px) {
  .list .content ul li .img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .list .content ul li {
    padding-bottom: 1rem;
  }
  .list .content ul li a {
    display: block;
    position: relative;
  }
  .list .content ul li a::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: -1.5rem;
    width: 10000%;
    background-color: #f0f0f0;
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
  }
  .list .content ul li a.hide_after::after {
    background-color: transparent;
  }
  .list .content ul li .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 160px;
  }
  .list .content ul li .words {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .list .content ul li .words h5 {
    margin-top: 1rem;
  }
}
