.d-flex {
  display: flex;
}

.just-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.just-center {
  justify-content: center;
}

html {
  font-size: 18px;
  color: #333333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .page-list_item-text .p1, .list-two-item .p2, .list-one-item .p2, .seactionb-left-swiper-item-text .p2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img, .seactiona-mid .img1 img, .seactiona-left img, .top-logo img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .seactionb-left_box {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .seactionb-left_box {
    flex-direction: column;
  }
  .dflex > div, .seactionb-left_box > div {
    width: 100%;
  }
  .dflex > div + div, .seactionb-left_box > div + div {
    margin-top: 15px;
  }
}

.flex1, .seaction-box_wrap, .top-search_input {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
 line-height: 200%;
    padding-bottom: 10px;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  width: 87.1354166667vw;
  margin: 0 auto;
}

.top {
  padding: 1.0416666667vw 0 0.7291666667vw 0;
  background: #00863f;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-logo {
  display: flex;
  width: 38.9583333333vw;
}
.top-search {
  display: flex;
  align-items: center;
}
.top-search .p1 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
padding: 0;
}
@media (max-width: 1430px) {
  .top-search .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-search .p1 {
    font-size: 14px;
  }
}
.top-search-box {
  display: flex;
  margin-left: 0.5208333333vw;
  width: 136px;
  height: 27px;
  align-items: stretch;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 17.5px;
}
.top-search_input {
  background: transparent;
  color: #fff;
  font-size: 12px;
  padding: 0 0.5208333333vw;
  outline: none;
  border: none;
}
.top-search_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.top-search_input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.top-search_btn {
  border-radius: 17.5px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.28);
  outline: none;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
}
.top .top-btns {
  display: none;
}
.top .top-btns .mob-search {
  margin-right: 10px;
}
.top_menu-btn i {
  color: #fff;
  font-size: 24px;
}
.top_menu-btn i.icon-system-close {
  display: none;
}
.top_menu-btn.on .icon-menu {
  display: none;
}
.top_menu-btn.on .icon-system-close {
  display: block;
}
@media (max-width: 990px) {
  .top {
    position: relative;
  }
  .top-logo {
    margin-right: 10px;
    width: 80%;
  }
  .top-btns {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
  }
}

.nav {
  background: #0EA454;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  padding: 14px 0;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 1430px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 14px;
  }
}
.nav-box_item > a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 2px;
  background: #fff;
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  font-weight: bold;
}
.nav-box_item.on > a:after, .nav-box_item:hover > a:after {
  content: "";
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 990px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #0EA454;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #00863f;
  }
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 4px 20px !important;
    font-size: 15px !important;
    color: #fff;
    text-align: left;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    transition: all 0.5s;
  }
  .nav-box_item-arrow i {
    color: #fff;
    font-size: 20px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .nav-box_item.act > .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    color: #e7e7e7;
  }
}

.footer {
  background: #033b1d;
  padding: 1.0416666667vw 0;
}
.footer p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .footer p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .footer p {
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 27.4244004171%;
  position: relative;
}
.banner .swiper-slide a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  margin: 0 5px !important;
  transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active {
  width: 40px;
}

.seactionb-left-swiper {
  position: relative;
  overflow: hidden;
}
.seactionb-left-swiper-item {
  display: block;
}
.seactionb-left-swiper-item-img {
  margin-bottom: 0.78125vw;
}
.seactionb-left-swiper-item-img .inner-bg {
  padding-bottom: 68.2191780822%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.seactionb-left-swiper-item-text .p1 {
  font-size: 16px;
  color: #8e8e8e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .seactionb-left-swiper-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .seactionb-left-swiper-item-text .p1 {
    font-size: 12px;
  }
}
.seactionb-left-swiper-item-text .p2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .seactionb-left-swiper-item-text .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .seactionb-left-swiper-item-text .p2 {
    font-size: 14px;
  }
}
.seactionb-left-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #EFE2E1;
  margin: 0 10px !important;
  transition: all 0.5s;
  border: 1px solid #00863F;
}
.seactionb-left-swiper .swiper-pagination-bullet-active {
  background: #00863F;
}

.seaction-box {
  display: flex;
}
.seaction-box_title {
  width: 7.1354166667vw;
  display: flex;
  align-self: center;
  align-items: center;
}
.seaction-box_title .p1 {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  margin-right: 0.5208333333vw;
}
.seaction-box_title .p1 img {
  margin-bottom: 0.6770833333vw;
  max-width: 100%;
}
.seaction-box_title .p1 span {
  font-size: 26px;
  color: #00863f;
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 3px;
}
@media (max-width: 1430px) {
  .seaction-box_title .p1 span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .seaction-box_title .p1 span {
    font-size: 18px;
  }
}
.seaction-box_title .p2 {
  text-transform: uppercase;
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #64cc95;
}
.seaction-box_wrap {
  display: flex;
  justify-content: space-between;
}

.seactiona {
  padding: 1.3541666667vw 0 1.25vw 0;
  background: #FAFAFA;
}
.seactiona-left {
  width: 31.9010416667%;
  box-shadow: 0px 0px 13px 0px rgba(62, 62, 62, 0.18);
  display: flex;
  background: #fff;
  align-items: flex-end;
}
.seactiona-mid {
  width: 25.0651041667%;
  background-color: rgb(255, 255, 255);
  padding: 1px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.seactiona-mid .p1 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0 0 2.5vw;
}
@media (max-width: 1430px) {
  .seactiona-mid .p1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .seactiona-mid .p1 {
    font-size: 16px;
  }
}
.seactiona-mid .p2 {
  padding-left: 3.90625vw;
}
.seactiona-mid .p2 a {
  font-size: 22px;
  color: #1663b9;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .seactiona-mid .p2 a {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .seactiona-mid .p2 a {
    font-size: 14px;
  }
}
.seactiona-mid .img1 {
  display: flex;
  justify-content: center;
}
.seactiona-mid .d1 {
  display: flex;
  align-items: center;
  padding-left: 3.6458333333vw;
}
.seactiona-mid .d1 span {
  margin-left: 5px;
  font-size: 18px;
  color: #00843f;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .seactiona-mid .d1 span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .seactiona-mid .d1 span {
    font-size: 14px;
  }
}
.seactiona-right {
  width: 39.7135416667%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.5729166667vw 1.7708333333vw;
}
.seactiona-item {
  width: calc(50% - 0.8854166667vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.seactiona-item .img {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}
.seactiona-item .p2 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .seactiona-item .p2 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .seactiona-item .p2 {
    font-size: 16px;
  }
}
.seactiona-item:nth-of-type(1) {
  background: #4F729D;
}
.seactiona-item:nth-of-type(2) {
  background: #0A908B;
}
.seactiona-item:nth-of-type(3) {
  background: #375A85;
}
.seactiona-item:nth-of-type(4) {
  background: #4597B4;
}

.section-line {
  display: flex;
  justify-content: center;
  background: #FAFAFA;
  padding-bottom: 20px;
}
.section-line img {
  max-width: 100%;
}

.seactionb {
  background: #fff;
  background-size: cover;
}
.seactionb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.34375vw;
}
.seactionb-title.white .seactionb-title_text {
  color: #fff;
}
.seactionb-title.white .seactionb-title_more {
  color: #fff;
}
.seactionb-title.white .seactionb-title_more i {
  background: #52A478;
}
.seactionb-title_text {
  font-weight: bold;
  font-size: 24px;
  color: #098544;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .seactionb-title_text {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .seactionb-title_text {
    font-size: 18px;
  }
}
.seactionb-title_text span {
  color: #fcb65d;
}
.seactionb-title_more {
  font-size: 18px;
  color: #098544;
  margin-bottom: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (max-width: 1430px) {
  .seactionb-title_more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .seactionb-title_more {
    font-size: 14px;
  }
}
.seactionb-title_more i {
  font-style: normal;
  background: #188B4E;
  display: flex;
  height: 19px;
  width: 19px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  margin-left: 5px;
}
.seactionb-left {
  width: 55%;
 padding:  2.6vw 1vw 2.6vw 0;
}
.seactionb-left_box {
  justify-content: space-between;
}
.seactionb-left-swiper {
  width: 44.512195122%;
}
.seactionb-left .list-one {
  width: 48.7804878049%;
}
.seactionb-right {
  width: 45%;
  background: url(../images/bg11.jpg) top center no-repeat;
background-size: cover;
  padding: 2.6vw 1vw 2.6vw 1vw;
}

.list-one-item:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-one-item a {
  display: block;
  border-bottom: 1px solid #CCCBCB;
  padding-bottom: 0.8333333333vw;
  margin-bottom: 0.9375vw;
}
.list-one-item a:hover .p1, .list-one-item a:hover .p2 {
  color: #00863f;
}
.list-one-item .p1 {
  font-size: 16px;
  color: #8e8e8e;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list-one-item .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list-one-item .p1 {
    font-size: 12px;
  }
}
.list-one-item .p2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list-one-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list-one-item .p2 {
    font-size: 14px;
  }
}

.list-two-item.on .p3 {
  display: -webkit-box;
}
.list-two-item:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-two-item a {
  display: block;
  border-bottom: 1px solid #82B99B;
  padding-bottom: 1.1vw;
  margin-bottom: 1.3vw;
}
.list-two-item .p1 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list-two-item .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list-two-item .p1 {
    font-size: 12px;
  }
}
.list-two-item .p2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0.5208333333vw;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  .list-two-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list-two-item .p2 {
    font-size: 14px;
  }
}
.list-two-item .p3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  line-height: 1.5;
height: 3em;
  display: none;
}
@media (max-width: 1430px) {
  .list-two-item .p3 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .list-two-item .p3 {
    font-size: 12px;
  }
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
  background: #fff;
}
.paging_item:hover,
.paging span:hover {
  background: #00863f;
  border-color: #00863f;
  color: #fff;
}
.paging span {
  background: transparent;
  border: none;
}

.page-banner {
  position: relative;
  padding-top: 10vw;
}
.page-banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 8;
  background: linear-gradient(180deg, rgba(0, 134, 63, 0) 0, #00863f 100%);
}
.page-banner_img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 7;
}
.page-banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-banner_text {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
}
.page-banner_text-main {
  margin-bottom: 16px;
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.page-banner_text-cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-banner_text-cate a {
  padding: 8px 30px;
  display: block;
  font-size: 22px;
  color: #fff;
  position: relative;
}
.page-banner_text-cate a.on, .page-banner_text-cate a:hover {
  color: #ce9c44;
}
.page-banner_text-cate a.on:after, .page-banner_text-cate a:hover:after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: 0;
  right: 25%;
  z-index: 9;
  background: #ce9c44;
  height: 2px;
}

.page-main {
  background: #F3F3F3;
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (max-width: 1430px) {
  .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 990px) {
  .page-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-main_title {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.page-list_item {
  padding-top: 37px;
}
.page-list_item a {
  display: block;
  padding: 32px 91px 40px 166px;
  background: #fff;
  transition: 0.5s;
  position: relative;
}
.page-list_item a:hover {
  background: #00863f;
}
.page-list_item a:hover .page-list_item-time {
  background: rgba(206, 156, 68, 0.81);
}
.page-list_item a:hover .page-list_item-text .p1, .page-list_item a:hover .page-list_item-text .p2 {
  color: #fff;
}
.page-list_item-img {
  margin: 8px 30px 0 0;
  float: left;
  width: 180px;
  height: 122px;
  overflow: hidden;
}
.page-list_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-list_item-time {
  padding: 23px 6px 21px;
  position: absolute;
  left: 54px;
  top: -16px;
  background-color: #00863f;
  border-radius: 6px;
  min-width: 72px;
  color: #fff;
  font-family: Arial;
  text-align: right;
  line-height: 1;
  transition: 0.5s;
}
.page-list_item-time .p1 {
  font-size: 14px;
  margin-bottom: 3px;
  color: #fff;
}
.page-list_item-time .p2 {
  font-size: 24px;
  color: #fff;
}
.page-list_item-text .p1 {
  margin-bottom: 18px;
  line-height: 1.4;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  transition: 0.5s;
}
.page-list_item-text .p2 {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  height: 5.4em;
  transition: 0.5s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page-about {
  margin-top: 30px;
}
.page-about img, .page-about video {
  max-width: 100%;
}
.page-about p {
  font-size: 18px;
  text-indent: 2em;
  line-height: 1.8;
}

.page-detail {
  padding: 36px 50px;
  border-top: 6px solid #822530;
  background-color: #fff;
}
.page-detail_title {
  margin-bottom: 56px;
  font-size: 30px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.page-detail_info {
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 2px solid #f3f3f3;
}
.page-detail_info span {
  font-size: 14px;
  color: #666;
  margin: 5px;
}
.page-detail_pn {
  text-align: right;
}
.page-detail_pn-item {
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}
.page-detail_pn-item a:hover {
  color: #00863f;
}

@media (max-width: 990px) {
  .page-detail {
    padding: 20px 13px;
    border-top: 4px solid #822530;
  }
  .page-detail_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .page-detail_info {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
  }
  .page-about {
    margin-top: 20px;
  }
  .page-about img, .page-about video {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
  .page-about p {
    font-size: 14px;
  }
  .page-banner_text {
    padding-bottom: 10px;
  }
  .page-banner_text-main {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .page-banner_text-cate a {
    width: 50%;
    padding: 5px 20px;
    font-size: 14px;
    text-align: center;
  }
  .page-main_title {
    font-size: 20px;
  }
  .page-list_item {
    padding-top: 37px;
  }
  .page-list_item a {
    padding: 50px 15px 20px;
  }
  .page-list_item a:hover {
    background: #00863f;
  }
  .page-list_item a:hover .page-list_item-time {
    background: rgba(206, 156, 68, 0.81);
  }
  .page-list_item a:hover .page-list_item-text .p1, .page-list_item a:hover .page-list_item-text .p2 {
    color: #fff;
  }
  .page-list_item-img {
    float: none;
    margin: 0 0 10px;
    width: auto;
    height: auto;
  }
  .page-list_item-time {
    left: 15px;
    padding: 10px 6px;
    min-width: 60px;
  }
  .page-list_item-time .p1 {
    font-size: 10px;
  }
  .page-list_item-time .p2 {
    font-size: 18px;
  }
  .page-list_item-text {
    overflow: hidden;
  }
  .page-list_item-text .p1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .page-list_item-text .p2 {
    font-size: 12px;
    height: auto;
  }
}
@media (max-width: 1230px) {
  .wrap {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 990px) {
  .top-search {
    display: none;
  }
  .top-search.on {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: #00863f;
    z-index: 99;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .top-search.on .top-search-box {
    flex: 1;
    margin-left: 10px;
  }
  .top-search.on .top-search_input {
    padding: 0 10px;
  }
  .top {
    padding: 7px 0;
  }
  .top .top-btns {
    display: flex;
    align-items: center;
  }
  .nav-box_item.on > a:after,
  .nav-box_item:hover > a:after {
    display: none;
  }
  .nav-box_item > a {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .banner .swiper-slide a {
    padding-bottom: 50%;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 30px;
  }
  .seaction-box {
    display: block;
  }
  .seaction-box_title {
    width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .seaction-box_title .p1 {
    writing-mode: horizontal-tb;
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
  }
  .seaction-box_title .p1 img {
    margin: 0 5px 0 0;
  }
  .seaction-box_title .p2 {
    writing-mode: horizontal-tb;
    font-size: 14px;
  }
  .seaction-box_wrap {
    display: block;
    width: 100%;
  }
  .seactiona {
    padding: 20px 0;
  }
  .seactiona-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .seactiona-mid {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  .seactiona-mid .p1 {
    margin: 0 0 10px 0;
  }
  .seactiona-mid .p2 {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .seactiona-mid .d1 {
    padding-left: 0;
    justify-content: center;
  }
  .seactiona-mid .d1 img {
    width: 15px;
  }
  .seactiona-right {
    width: 100%;
    gap: 10px;
  }
  .seactiona-item {
    width: calc(50% - 5px);
    padding: 20px 10px;
  }
  .seactiona-item img {
    width: 30px;
  }
  .seactionb {
    padding: 10px 0 0 0;
    background: transparent;
    background: #FBF7F6;
  }
  .seactionb .wrap {
    padding: 0;
  }
  .seactionb-left {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  .seactionb-left-swiper {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 30px;
  }
  .seactionb-left .list-one {
    width: 100%;
  }
  .seactionb-right {
    padding: 10px;
    background: url(../images/mob_bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
  }
}

.section-line {
    height: 30px;
    display: flex;
    align-items: center;
  }
  .section-line .mid {
    width: 10px;
    height: 10px;
    background: #00843f;
    transform: rotate(45deg);
    margin: 0 3vw;
  }
  .section-line .left,
  .section-line .right {
    display: flex;
    flex: 1;
    min-width: 1px;
    align-items: center;
    height: 30px;
  }
  .section-line .left::after,
  .section-line .right::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #00843f;
  }
  .section-line .left::before,
  .section-line .right::after {
    content: "";
    flex: 1;
    min-width: 1px;
    height: 1px;
    background: #00843f;
  }