/* clear float */
.cf {
  zoom: 1;
}
.cf::after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
/* for other */
/* end of clear float */
/* 圆角  */
/*单行载断溢出省略号*/
/*阴影*/
.banner-box {
  text-align: center;
}
.banner-box img {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1440px) {
  .banner-box {
    height: 650px;
  }
}
@media (max-width: 1439px) {
  .banner-box {
    height: 45.13vw;
  }
}
.three-box {
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: hidden;
  overflow-x: auto;
}
.three-box .three-list-1 {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
.three-box .three-list-1 > li {
  width: 33.33%;
  min-width: 340px;
  box-sizing: border-box;
  padding: 3.85% 2.8% 4.2%;
  border-right: solid 1px #abe3c8;
}
.three-box .three-list-1 > li a {
  display: block;
}
.three-box .three-list-1 > li h3 {
  display: inline-block;
  font-size: 27px;
  font-weight: 600;
  border-bottom: solid 3px #83b5a1;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.three-box .three-list-1 > li p {
  line-height: 1.8;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three-box .three-list-1 > li .btn-more {
  margin-top: 1.5em;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  border: solid 1px #333;
  width: 10.2em;
  line-height: 2;
}
.three-box .three-list-1 > li:first-child {
  border-left: solid 2px #bee8d3;
}
.three-box .three-list-2 {
  border-bottom: solid 10px #fbf7cf;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
}
.three-box .three-list-2 > li {
  width: 33.33%;
  min-width: 340px;
  box-sizing: border-box;
  padding: 6.99% 4.9%;
  color: #fff;
  background-color: #7fa606;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.three-box .three-list-2 > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.three-box .three-list-2 > li a {
  display: block;
  position: relative;
}
.three-box .three-list-2 > li h3 {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.three-box .three-list-2 > li p {
  line-height: 1.8;
  height: 5.4em;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.three-box .three-list-2 > li span {
  float: right;
}
.three-box .three-list-2 > li:nth-of-type(1) {
  background-image: url(../img/three-01.png);
}
.three-box .three-list-2 > li:nth-of-type(2) {
  background-image: url(../img/three-02.png);
}
.three-box .three-list-2 > li:nth-of-type(3) {
  background-image: url(../img/three-03.png);
}
.three-box .three-list-2 > li:hover::before {
  opacity: 0;
}
@media (max-width: 768px) {
  .three-box .three-list-1 > li {
    padding: 8%;
  }
  .three-box .three-list-1 > li h3 {
    font-size: 20px;
    margin-bottom: 0.6em;
  }
  .three-box .three-list-1 > li .btn-more {
    width: 8.4em;
    margin-top: 1.2em;
  }
  .three-box .three-list-2 > li {
    padding: 8%;
  }
  .three-box .three-list-2 > li h3 {
    font-size: 20px;
    margin-bottom: 0.6em;
  }
}
.mb_100_7 {
  margin-bottom: 100px;
}
@media (max-width: 1429px) {
  .mb_100_7 {
    margin-bottom: 7%;
  }
}
.news-box {
  background-color: #f9f9f9;
}
.news-box .wrapper {
  max-width: 1120px;
}
.news-box .news-list {
  margin-top: 3.57%;
}
.news-box .news-list > li a {
  display: block;
}
.news-box .news-list > li a:hover {
  background-color: #e5cfe3;
}
/*.news-box .news-list > li a:hover h4,
.news-box .news-list > li a:hover h3 {
  color: #3d3738;
}*/
.news-box .news-list > li a:hover h4::before {
  opacity: 1;
}
.news-box .news-list > li a:hover cite {
  border-bottom-color: #3d3738;
}
.news-box .news-list > li a:hover p {
  color: #fff;
}
.news-box .news-list > li h4,
.news-box .news-list > li h3,
.news-box .news-list > li p {
  color: #000;
}
.news-box .news-list > li h4 {
  line-height: 1.2;
  position: relative;
}
.news-box .news-list > li h4::before,
.news-box .news-list > li h4::after {
  content: "";
  display: block;
  position: absolute;
}
.news-box .news-list > li h4::before {
  height: calc(100% - 1em);
  background-color: #3d3737;
  opacity: 0;
}
.news-box .news-list > li h4::after {
  height: 2px;
  width: 2em;
  background-color: #e5cfe3;
  bottom: 0;
}
.news-box .news-list > li h4 > b {
  display: block;
  font-weight: 600;
}
.news-box .news-list > li h3 {
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-list > li cite {
  display: block;
  border-bottom: solid 1px transparent;
}
.news-box .news-list > li p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .news-box {
    padding: 40px 0 70px;
  }
  .news-box .news-list {
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .news-box .news-list > li {
    width: 32%;
  }
  .news-box .news-list > li a {
    padding: 10% 10% 19.44%;
    border: solid 2px #e5cfe3;
  }
  .news-box .news-list > li h4 {
    padding-bottom: 1em;
  }
  .news-box .news-list > li h4 > b {
    font-size: 22px;
  }
  .news-box .news-list > li h4::before {
    width: 4px;
    left: -20px;
  }
  .news-box .news-list > li h3 {
    margin-top: 1em;
  }
  .news-box .news-list > li cite {
    margin-top: 0.6em;
  }
  .news-box .news-list > li p {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .news-box {
    padding: 20px 0 30px;
  }
  .news-box .news-list {
    border-top: solid 2px #e5cfe3;
  }
  .news-box .news-list > li {
    border-bottom: solid 2px #e5cfe3;
  }
  .news-box .news-list > li a {
    padding: 4% 4% 4% 18px;
  }
  .news-box .news-list > li h4 {
    padding-bottom: 0.5em;
    font-size: 12px;
  }
  .news-box .news-list > li h4 > b {
    font-size: 14px;
  }
  .news-box .news-list > li h4::before {
    width: 2px;
    left: -12px;
  }
  .news-box .news-list > li h3 {
    margin-top: 0.2em;
  }
  .news-box .news-list > li cite {
    margin-top: 0.2em;
  }
  .news-box .news-list > li p {
    margin-top: 0.2em;
  }
}
.activity-box {
  padding: 40px 0 70px;
}
.activity-box .wrapper {
  max-width: 1120px;
}
.activity-box .activity-list {
  margin-top: 2%;
}
.activity-box .activity-list > li {
  position: relative;
  border-bottom: solid 2px #abe3c7;
  padding: 3.57% 24% 3.57% 10%;
}
.activity-box .activity-list > li::before {
  content: "";
  display: block;
  width: 4.46%;
  padding-top: 5.36%;
  position: absolute;
  left: 1%;
}
.activity-box .activity-list > li:nth-child(odd)::before {
  background-color: #a9e9bd;
}
.activity-box .activity-list > li:nth-child(even)::before {
  background-color: #e5cfe3;
}
.activity-box .activity-list > li h4 {
  color: #a9eabd;
  font-weight: 600;
  font-size: 14px;
}
.activity-box .activity-list > li h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activity-box .activity-list > li p {
  margin-top: 0.4em;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.activity-box .activity-list > li .btn {
    display: block;
    font-size: 14px;
    width: 94.6px;
    text-align: center;
    line-height: 2.6;
    border: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.3em;
}
.activity-box .activity-list > li .btn:hover {
    transform: scale(1.1); /* 放大10% */
    border: 2px solid #bbb; /* 边框颜色 */
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.5); /* 可选：添加阴影增强效果 */
}
@media (max-width: 768px) {
  .activity-box .activity-list > li {
    padding-left: 8%;
  }
  .activity-box .activity-list > li h4,
  .activity-box .activity-list > li p {
    font-size: 12px;
  }
  .activity-box .activity-list > li h3 {
    font-size: 14px;
  }
  .activity-box .activity-list > li .btn {
    font-size: 12px;
  }
}
.ranking-box {
  background: url(../img/zhishu-bg.jpg) center no-repeat;
  background-size: cover;
}
.ranking-box .top3 {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.ranking-box .top3 > h3 {
  font-size: 36px;
  border-bottom: solid 1px #fff;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-weight: 600;
}
.ranking-box .top3 > ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ranking-box .top3 > ul > li {
  width: 50%;
  text-align: center;
  margin-top: 5%;
}
.ranking-box .top3 > ul > li > b {
  font-size: 36px;
  font-weight: bold;
  color: #abe3c8;
}
.ranking-box .top3 > ul > li > p {
  font-size: 14px;
  color: #fff;
}
.ranking-box .top3 > dl {
  margin-top: 6%;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(61, 55, 56, 0.7);
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 24px;
}
.ranking-box .top3 > dl > dt {
  text-align: center;
  width: 100%;
  margin-bottom: 5%;
}
.ranking-box .top3 > dl > dd {
  color: #fff;
}
.ranking-box .top3 > dl > dd img {
  border-radius: 50%;
  object-fit: cover;
}
.ranking-box .top3 > dl > dd .name {
  font-size: 14px;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.ranking-box .top3 > dl > dd b {
  color: #fcf8d0;
  font-size: 32px;
  font-weight: bold;
}
.ranking-box .top3 > dl > dd:nth-of-type(1) > img {
  width: 96px;
  height: 96px;
  margin-top: 11px;
  margin-bottom: 11px;
}
.ranking-box .top3 > dl > dd:nth-of-type(2) > img {
  width: 118px;
  height: 118px;
}
.ranking-box .top3 > dl > dd:nth-of-type(3) > img {
  width: 74px;
  height: 74px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.ranking-box .others {
  padding-bottom: 15px;
}
.ranking-box .others .rank-list-box {
  width: calc(100% - 54px);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fafafa;
  padding: 18px 20px 3px;
  box-sizing: border-box;
}
.ranking-box .others .rank-list {
  width: 100%;
  font-size: 18px;
}
.ranking-box .others .rank-list th {
  background-color: #3d3738;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ranking-box .others .rank-list td {
  text-align: center;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  background-color: #fff;
}
.ranking-box .others .rank-list td:nth-of-type(1) > cite {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2;
  background-color: #b9d4be;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.ranking-box .others .rank-list td:nth-of-type(2) > img {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 1em;
}
.ranking-box .others .rank-list tr:not(:first-child) {
  position: relative;
}
.ranking-box .others .rank-list tr:not(:first-child)::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 40px);
  background-color: #4f8851;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.ranking-box .others .swiper-slide {
  height: auto!important;
}
.ranking-box .others .swiper-button-prev,
.ranking-box .others .swiper-button-next {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: solid 4px #000;
  margin-top: 25px;
}
.ranking-box .others .swiper-button-prev::after,
.ranking-box .others .swiper-button-next::after {
  display: none;
}
.ranking-box .others .swiper-button-next.swiper-button-disabled,
.ranking-box .others .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.ranking-box .others .swiper-button-prev {
  left: 0;
  background-image: url(../img/icon-left.png);
}
.ranking-box .others .swiper-button-next {
  background-image: url(../img/icon-right.png);
  right: 0;
}
@media (min-width: 768px) {
  .ranking-box .wrapper {
    max-width: 1260px;
    display: -webkit-box;
    /* iOS 6-, Safari 3.1-6 */
    display: -webkit-flex;
    /* Chrome */
    display: -moz-box;
    /* Firefox 19 */
    display: -ms-flexbox;
    display: flex;
    /*flex容器*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .ranking-box .top3 {
    width: 52.62%;
  }
  .ranking-box .others {
    width: 43.65%;
  }
}
@media (max-width: 767px) {
  .ranking-box .top3 > h3 {
    font-size: 24px;
  }
  .ranking-box .top3 > ul > li > b {
    font-size: 24px;
  }
  .ranking-box .top3 > dl > dd .name {
    font-size: 12px;
  }
  .ranking-box .top3 > dl > dd b {
    font-size: 22px;
  }
  .ranking-box .others .rank-list-box {
    width: calc(100% - 36px);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
    padding: 10px 10px 3px;
    box-sizing: border-box;
  }
  .ranking-box .others .rank-list {
    font-size: 14px;
  }
  .ranking-box .others .swiper-button-prev,
  .ranking-box .others .swiper-button-next {
    width: 28px;
    height: 28px;
    margin-top: 10px;
  }
}
