body {
  font-size: 0.16rem;
  color: #333;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_page-item-text .p2, .tuwen_page-item-text .p1, .page-list_item a, .list_three-item a, .list_two-item a, .boxd-left .p1, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxd-flex, .boxc-flex, .boxb-flex, .boxa-flex, .footer-top {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxd-flex, .boxc-flex, .boxb-flex, .boxa-flex, .footer-top {
    flex-direction: column;
  }
  .dflex > div, .boxd-flex > div, .boxc-flex > div, .boxb-flex > div, .boxa-flex > div, .footer-top > div {
    width: 100%;
  }
  .dflex > div + div, .boxd-flex > div + div, .boxc-flex > div + div, .boxb-flex > div + div, .boxa-flex > div + div, .footer-top > div + div {
    margin-top: 15px;
  }
}

.flex1, .page-list_item a, .page-wrap_right, .list_three-item a, .list_two-item a, .list_one-item-text {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale, .one-swiper-item-img {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg, .one-swiper-item-img .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg, .one-swiper-item-img:hover .inner-bg {
  transform: scale(1.1);
}

.wrap {
  max-width: 16.3rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.top {
  padding: 0.15rem 0 0.2rem 0;
  background: url(../images/top-bg.png) top center no-repeat;
  background-size: cover;
}
.top .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-logo {
  display: flex;
}
.top-logo img {
  width: 8.73rem;
}
.top-links {
  position: absolute;
  top: 0;
  right: 0.15rem;
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-links {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .top-links {
    font-size: 0.2153846154rem;
  }
}
.top-links a:hover {
  color: #036D3C;
}
.top-links span {
  margin: 0 0.2rem;
}
.top-search {
  margin-top: 0.45rem;
}
.top-search_form {
  width: 2.45rem;
  height: 0.44rem;
  border: 1px solid #c5adaa;
  display: flex;
  border-radius: 0.08rem;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 10px;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-search_input {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-search_input {
    font-size: 0.2153846154rem;
  }
}
.top-search_input::-moz-placeholder {
  color: #999999;
}
.top-search_input::placeholder {
  color: #999999;
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: url(../images/search.png) center no-repeat;
  background-size: 0.24rem;
  width: 0.44rem;
  font-size: 0;
  cursor: pointer;
  border: none;
}
.top_menu-btn {
  display: none;
}
.top_menu-btn i {
  color: #036D3C;
  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;
}
.top .topmob_search-btn {
  display: none;
}
.top .topmob_search-btn i {
  color: #036D3C;
  font-size: 20px;
}
@media (max-width: 990px) {
  .top {
    position: relative;
    padding: 0.15rem 0;
  }
  .top:after {
    display: none;
  }
  .top .top-links {
    display: none;
  }
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top-logo img {
    width: 100%;
  }
  .top .topmob_search-btn {
    display: block;
    margin-left: auto;
  }
  .top .topmob_search-btn img {
    width: 0.25rem;
  }
  .top-search {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    top: 37px;
    margin-top: 0;
  }
  .top-search_form {
    width: 100%;
    display: flex;
    position: static;
    height: 33px;
  }
  .top-search_btn {
    width: 35px;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #036D3C;
}
.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 0.19rem 0;
  font-size: 0.26rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1054px) {
  .nav-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .nav-box_item > a {
    font-size: 0.2153846154rem;
  }
}
.nav-box_item.on > a, .nav-box_item:hover > a {
  border-bottom-color: #fff;
}
.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: #036D3C;
    min-width: 100%;
    border-radius: 0 0 0.05rem 0.05rem;
  }
}
.sub-box_item > a {
  display: block;
  padding: 0.8em 1.2em;
  font-size: 0.23rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1054px) {
  .sub-box_item > a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .sub-box_item > a {
    font-size: 0.2153846154rem;
  }
}
.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: #036D3C;
  }
  .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: 9px 20px !important;
    font-size: 16px !important;
    color: #fff;
    font-weight: normal;
    text-align: left;
    border-bottom: none !important;
  }
  .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;
    text-align: left;
    color: #e7e7e7;
  }
}

.box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-title_text {
  display: flex;
  margin-bottom: 0.25rem;
  align-items: center;
}
.box-title_text img {
  width: 0.36rem;
  margin-right: 0.12rem;
}
.box-title_text span {
  font-size: 0.28rem;
  color: #036D3C;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .box-title_text span {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .box-title_text span {
    font-size: 0.2461538462rem;
  }
}
.box-title_more {
  text-transform: uppercase;
  font-size: 0.18rem;
  color: #036D3C;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .box-title_more {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .box-title_more {
    font-size: 0.2153846154rem;
  }
}
.box-title_more:hover {
  text-decoration: underline;
}

.footer {
  background: url(../images/bg2.png) top center no-repeat;
  background-size: cover;
}
.footer-top {
  padding: 0.25rem 0 0.1rem 0;
  justify-content: space-between;
}
.footer-logo {
  display: flex;
  margin-bottom: 0.2rem;
}
.footer-logo img {
  width: 7.73rem;
}
.footer-info p {
  font-size: 0.18rem;
  color: #ededed;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-info p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-info p {
    font-size: 0.2153846154rem;
  }
}
.footer-info p + p {
  margin-top: 0.1rem;
}
.footer-ewm {
  display: flex;
}
.footer-ewm_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.5rem;
}
.footer-ewm_item img {
  width: 1.38rem;
  margin-bottom: 0.15rem;
}
.footer-ewm_item p {
  font-size: 0.18rem;
  color: #ededed;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-ewm_item p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-ewm_item p {
    font-size: 0.2153846154rem;
  }
}
.footer-copyright {
  border-top: 1px solid #80a393;
  padding: 0.1rem 0;
  text-align: center;
  font-size: 0.18rem;
  color: #ededed;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer-copyright {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-copyright {
    font-size: 0.2153846154rem;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom: 31.0416666667%;
  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 {
  bottom: 0.2rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  border: 2px solid #fff;
  margin: 0 0.1rem !important;
}
.banner .swiper-pagination-bullet-active {
  background: #036D3C;
}
@media (max-width: 1025px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
@media (max-width: 768px) {
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
}

.one-swiper {
  position: relative;
  overflow: hidden;
}
.one-swiper-item {
  display: block;
  position: relative;
}
.one-swiper-item:hover .one-swiper-item-text .p1 {
  color: #036D3C;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 60.0896860987%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.one-swiper-item-text {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0.2rem;
}
.one-swiper-item-text .p1 {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  transition: all 0.5s ease;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}

.boxa {
  padding: 0.35rem 0;
  background: url(../images/bg1.png) top center no-repeat;
  background-size: cover;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex_left {
  width: 41.8125%;
}
.boxa-flex_right {
  width: 56.875%;
}

.boxall {
  padding: 0.34rem 0 0.23rem 0;
  background: #ffffff;
}

.boxb-flex {
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.boxb-flex_item {
  width: 48.8125%;
}

.boxc-flex {
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.boxc-flex_item {
  width: 32.5625%;
}

.boxd-flex {
  justify-content: space-between;
}
.boxd-left {
  width: 49.0625%;
}
.boxd-left a {
  display: block;
  position: relative;
}
.boxd-left .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.67rem;
  height: 0.67rem;
  margin: auto;
}
.boxd-left .p1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #036D3C;
  padding: 0.1rem 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxd-left .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxd-left .p1 {
    font-size: 0.2153846154rem;
  }
}
.boxd-left .img1 {
  padding-bottom: 51.0828025478%;
  position: relative;
  overflow: hidden;
}
.boxd-left .img1 > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxd-left .img1 img {
  transition: all 0.5s ease;
}
.boxd-left .img1:hover img {
  transform: scale(1.1);
}
.boxd-right {
  width: 49.0625%;
}
.boxd-right a {
  display: block;
  padding-bottom: 51.0828025478%;
  position: relative;
  overflow: hidden;
}
.boxd-right a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxd-right a img {
  transition: all 0.5s ease;
}
.list_one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_one-item {
  width: calc(50% - 0.08rem);
  border: 1px solid #c9c9c9;
  background: #fff;
  margin-bottom: 0.21rem;
}
.list_one-item a {
  display: flex;
  align-items: center;
  padding: 0.14rem 0.2rem;
}
.list_one-item a:hover .list_one-item-text .p1 {
  color: #036D3C;
}
.list_one-item-time {
  width: 0.9rem;
  height: 0.9rem;
  background: #036D3C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
}
.list_one-item-time .p1 {
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .list_one-item-time .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p1 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item-time .p2 {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_one-item-time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-time .p2 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item-text .p1 {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
@media (max-width: 1054px) {
  .list_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}

.list_two {
  background: #fff;
  box-shadow: 0px 0px 0.35rem 0.0185rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem;
}
.list_two-item {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
}
.list_two-item:hover:before {
  border-color: #036D3C;
}
.list_two-item:hover a, .list_two-item:hover span {
  color: #036D3C;
}
.list_two-item:before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #333;
  margin-right: 0.13rem;
  box-sizing: border-box;
}
.list_two-item a {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_two-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item a {
    font-size: 0.2153846154rem;
  }
}
.list_two-item span {
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .list_two-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item span {
    font-size: 0.2153846154rem;
  }
}

.list_three {
  background: #fff;
  box-shadow: 0px 0px 0.35rem 0.0185rem rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0.1rem;
  border-top: 0.04rem solid #036D3C;
}
.list_three-item {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #D5D5D5;
}
.list_three-item:last-child {
  border-bottom: none;
}
.list_three-item:hover a, .list_three-item:hover span {
  color: #036D3C;
}
.list_three-item:before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  background: #036D3C;
  margin-right: 0.13rem;
  box-sizing: border-box;
}
.list_three-item a {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_three-item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item a {
    font-size: 0.2153846154rem;
  }
}
.list_three-item span {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .list_three-item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_three-item span {
    font-size: 0.2153846154rem;
  }
}

.page_banner {
  padding-bottom: 15.625%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.page-title {
background: #036D3C;
    padding: 0.17rem 0.2rem 0.17rem 0.2rem;
     
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.page-title span {
  font-size: 0.3rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .page-title span {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .page-title span {
    font-size: 0.2461538462rem;
  }
}
.page-title-menu {
  display: none;
}

.page-menu {
  background: #F4F4F4;
  padding-bottom: 1.3rem;
}
.page-menu_item-inner {
  border-bottom: 1px dotted #b0bdcb;
}
.page-menu_item-inner a {
text-align: center;
    display: block;
    padding: 0.19rem 0.2rem 0.19rem 0.2rem;
    font-size: 0.23rem;
     
    margin-bottom: 0;
    line-height: 1.8;
}
@media (max-width: 1054px) {
  .page-menu_item-inner a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-menu_item-inner a {
    font-size: 0.2153846154rem;
  }
}
.page-menu_item-inner a:hover {
  color: #036D3C;
  background: #DCE7DD;
  font-weight: bold;
}
.page-menu_item-inner.on a {
  color: #036D3C;
  font-weight: bold;
}

.page-wrap {
  padding: 0.5rem 0;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 2.75rem;
  margin-right: 0.4rem;
}
.page-wrap_right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.2rem;
}
.page-wrap_right-title {
  display: flex;
}
.page-wrap_right-title h3 {
  font-size: 0.25rem;
  color: #036D3C;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.11rem 0;
  margin: 0;
  position: relative;
}
@media (max-width: 1054px) {
  .page-wrap_right-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-wrap_right-title h3 {
    font-size: 0.2153846154rem;
  }
}
.page-wrap_right-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #036D3C;
}
.page-wrap_right .crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-wrap_right .crumbs {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-wrap_right .crumbs {
    font-size: 0.1846153846rem;
  }
}
.page-wrap_right .crumbs i {
  color: #036D3C;
  margin-right: 0.05rem;
}
.page-wrap_right .crumbs a:hover {
  color: #036D3C;
}
@media (max-width: 1025px) {
  .page-wrap {
    padding: 15px 0;
  }
  .page-wrap .wrap {
    flex-direction: column;
  }
  .page-wrap .page-menu {
    display: none;
    padding-bottom: 10px;
  }
  .page-wrap .page-menu.on {
    display: block;
  }
  .page-wrap .page-title {
    padding: 5px 10px;
    height: auto;
  }
  .page-wrap .page-title-menu {
    display: block;
  }
  .page-wrap .page-title-menu i {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .page-wrap_left {
    width: 100%;
    margin-right: 0;
  }
  .page-wrap_right {
    width: 100%;
  }
  .page-wrap_right-top {
    margin-bottom: 15px;
    padding: 10px 0;
    align-items: flex-start;
  }
  .page-wrap_right-title {
    display: none;
  }
}

.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;
}
.paging_item:hover,
.paging span:hover {
  background: #036D3C;
  border-color: #036D3C;
  color: #fff;
}
.paging span {
  border: none;
}

.page_content {
  font-size: 16px;
  line-height: 2;
}
.page_content img,
.page_content video,
.page_content iframe {
  max-width: 100% !important;
  max-height: auto !important;
}

.page-detail_title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}
.page-detail_info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.page-detail_info span {
  color: #666;
}
.page-detail_pn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.page-detail_pn-item {
  flex: 1;
  border: 1px solid #efefef;
  padding: 10px;
  font-size: 14px;
}
.page-detail_pn-item a {
  color: #333;
}
.page-detail_pn-item a:hover {
  color: #036D3C;
}

.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e6e6e6;
  transition: all 0.3s ease;
}
.page-list_item:before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 0;
  background: #036D3C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  transition: all 0.3s ease;
}
.page-list_item a {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 1em 0;
  transition: all 0.3s ease;
}
@media (max-width: 1054px) {
  .page-list_item a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item a {
    font-size: 0.2153846154rem;
  }
}
.page-list_item span {
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  margin-left: 0.1rem;
}
@media (max-width: 1054px) {
  .page-list_item span {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 0.1846153846rem;
  }
}
.page-list_item:hover {
  border-bottom-color: #036D3C;
}
.page-list_item:hover:before {
  margin-left: 0.1rem;
}
.page-list_item:hover a {
  color: #036D3C;
}

.tuwen_page {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}
.tuwen_page-item {
  width: calc(19% - 0.5vw);
}
.tuwen_page-item a {
  display: block;
}
.tuwen_page-item a:hover .tuwen_page-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_page-item a:hover .tuwen_page-item-text .p1 {
  color: #036D3C;
}
.tuwen_page-item-img {
  margin-bottom: 10px;
  padding: 0 2vw;
  overflow: hidden;
}
.tuwen_page-item-img .inner-bg {
  padding-bottom: 142.53%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tuwen_page-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_page-item-text .p1 {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p1 {
    font-size: 0.1846153846rem;
  }
}
.tuwen_page-item-text .p2 {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_page-item-text .p2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_page-item-text .p2 {
    font-size: 0.1846153846rem;
  }
}

@media (max-width: 990px) {
  .page_banner {
    padding-bottom: 30%;
  }
  .tuwen_page {
    gap: 10px;
  }
  .tuwen_page-item {
    width: calc(50% - 5px);
  }
  .page-list_item a {
    padding: 0.5em 0;
  }
  .page_content {
    font-size: 14px;
  }
  .page_content img,
  .page_content video,
  .page_content iframe {
    width: 100% !important;
    height: auto !important;
  }
  .page-detail_title h1 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .page-detail_info {
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 5px 15px;
  }
  .page-detail_info span {
    font-size: 14px;
  }
  .page-detail_pn {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .wrap {
    max-width: 98%;
  }
  .list_one-item-time {
    width: 59px;
    height: 59px;
  }
}
@media (max-width: 990px) {
  .wrap {
    max-width: 100%;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-ewm {
    justify-content: center;
  }
  .footer-ewm_item {
    margin: 0 10px;
  }
  .list_one-item {
    width: 100%;
  }
  .mob-links {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
  }
}
.one-swiper .swiper-pagination-bullet { background: #036D3C; }

.lsyg {
  position: relative;
}
.lsyg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 0.01rem;
  background: #eaeaea;
}
.lsyg:after {
  content: "";
  display: table;
  clear: both;
}
.lsyg-item {
  width: 50%;
  margin-top: 0.8rem;
}
.lsyg-item:first-child {
  margin-top: 0;
}
.lsyg-item:nth-of-type(odd) {
  float: right;
  padding-left: 0.5rem;
  position: relative;
}
.lsyg-item:nth-of-type(odd):before {
  content: "";
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #036D3C;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  padding: 0.04rem;
  background-clip: content-box;
  left: -0.3rem;
  top: calc(50% - 0.1rem);
}
.lsyg-item:nth-of-type(even) {
  float: left;
  padding-right: 0.5rem;
}
.lsyg-item_year {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  transition: all 1s;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1054px) {
  .lsyg-item_year {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .lsyg-item_year {
    font-size: 0.2769230769rem;
  }
}
.lsyg-item_year:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #036D3C;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.lsyg-item_year:hover {
  transition: all 1s;
  transform: translateY(-15px);
}
.lsyg-item_year:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.lsyg-item_title {
  font-size: 0.2rem;
  color: #036D3C;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .lsyg-item_title {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .lsyg-item_title {
    font-size: 0.2461538462rem;
  }
}
.lsyg-item_desc {
  font-size: 0.16rem;
  color: #999;
  margin-bottom: 0;
  line-height: 2;
}
@media (max-width: 1054px) {
  .lsyg-item_desc {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .lsyg-item_desc {
    font-size: 0.2153846154rem;
  }
}

.sub-box_item {
  position: relative;
}
.third-box {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 100%;
  z-index: 9;
  background: #036236;
  display: none;
}
.third-box_item {
  display: block;
  font-size: 0.16rem;
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
  color: #fff;
}
.third-box_item:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 1055px) {
  .sub-box_item:hover .third-box {
    display: block;
  }
}

.page-menu_item-inner {
  position: relative;
}
.page-menu_item_arrow {
  position: absolute;
  right: 0;
  width: 0.4rem;
  display: flex;
  justify-content: center;
  top: 0.12rem;
  padding: 0.1rem 0;
  cursor: pointer;
  transition: all 0.5s;
}
.page-menu_item_arrow.act {
  transform: rotate(90deg);
}
.page-menu_item_arrow i {
  font-size: 0.18rem;
}
.page-submenu {
  background: rgba(0, 0, 0, 0.05);
}
.page-submenu_item a {
  font-size: 0.16rem;
  display: block;
  padding: 0.07rem 0.2rem 0.07rem 0.45rem;
}

@media (max-width: 990px) {
.page-submenu_item a  { font-size: 14px; }
  .third-box {
    position: static;
    width: 100%;
    background: #043f24;
  }
  .sub-box_item.act .third-box {
    display: block;
  }
  .sub-box_item.act .nav-box_item-arrow {
    transform: rotate(90deg);
  }
  .third-box_item {
    font-size: 14px;
    padding-left: 40px;
  }
}