@charset "UTF-8";
body {
  font-size: 0.16rem;
  color: #333;
  overflow-x: hidden;
  font-family: "微软雅黑";
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .tuwen_page-item-text .p2, .tuwen_page-item-text .p1, .page-list_item a, .list_one-item .p1, .one-swiper-item-text .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mwimg img {
  display: inline-block;
  max-width: 100%;
}

.dflex, .boxc-flex, .boxa-flex, .footer-info_flex {
  display: flex;
}
@media (max-width: 990px) {
  .dflex, .boxc-flex, .boxa-flex, .footer-info_flex {
    flex-direction: column;
  }
  .dflex > div, .boxc-flex > div, .boxa-flex > div, .footer-info_flex > div {
    width: 100%;
  }
  .dflex > div + div, .boxc-flex > div + div, .boxa-flex > div + div, .footer-info_flex > div + div {
    margin-top: 15px;
  }
}

.flex1, .page-list_item a, .layout_page-right, .list_two-item_text, .box-title_line:before, .box-title_line, .footer-info_flex-right {
  flex: 1;
  min-width: 1px;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.bgImgHoverScale {
  overflow: hidden;
}
.bgImgHoverScale .inner-bg {
  transition: all 0.5s ease;
}
.bgImgHoverScale:hover .inner-bg {
  transform: scale(1.1);
}

@font-face {
  font-family: "fzxkjw";
  src: url(../fonts/FZXKJW.TTF);
}
.wrap {
  max-width: 14.3rem;
  padding: 0 0.15rem;
  margin: 0 auto;
}

.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
.header:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.7rem;
  background: url(../images/top_bg.png) top center no-repeat;
  background-size: 100% 2.7rem;
  pointer-events: none;
}

.top {
  padding-top: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.top-logo {
  display: flex;
}
.top-logo img {
  width: 6.6rem;
}
.top-right {
  display: flex;
  align-items: center;
}
.top-right a {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .top-right a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .top-right a {
    font-size: 0.2153846154rem;
  }
}
.top-right span {
  margin: 0 0.2rem;
  height: 0.32rem;
  width: 0.01rem;
  background: #fff;
}
.top-search_form {
  width: 1.71rem;
  height: 0.32rem;
  background: #fff;
  border-radius: 0.14rem;
  display: flex;
  padding: 0.02rem;
}
.top-search_input {
  border: none;
  background: transparent;
  flex: 1;
  min-width: 1px;
  padding: 0 0.1rem;
  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: #999;
}
.top-search_input::placeholder {
  color: #999;
}
.top-search_input:focus {
  outline: none;
}
.top-search_btn {
  background: #06934F url(../images/search.png) center no-repeat;
  border-radius: 0.14rem;
  width: 0.49rem;
  height: 0.28rem;
  font-size: 0;
  cursor: pointer;
  border: none;
  background-size: 0.2rem;
  cursor: pointer;
}
.top_menu-btn {
  display: none;
}
.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;
}
.top .topmob_search-btn {
  display: none;
}
@media (max-width: 990px) {
  .top-logo {
    margin-right: 10px;
    width: 70%;
  }
  .top-logo img {
    width: 100%;
  }
  .top-right {
    display: none;
  }
  .top .topmob_search-btn {
    display: block;
    margin-left: auto;
  }
  .top .topmob_search-btn img {
    width: 0.25rem;
  }
  .top-search {
    flex: 1;
    min-width: 1px;
  }
  .top-search_form {
    width: 100%;
    display: flex;
    position: static;
    height: 33px;
  }
  .top-search_btn {
    width: 35px;
    height: 30px;
  }
  .top-search.on {
    display: flex;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav-box {
  display: flex;
  justify-content: space-between;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  text-align: center;
  display: block;
  font-size: 0.22rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.5;
  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: #06934F;
}
.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: #06934F;
    min-width: 100%;
    border-radius: 0 0 0.05rem 0.05rem;
    overflow: hidden;
  }
}
.sub-box_item > a {
  display: block;
  padding: 0.8em 1.2em;
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 990px) {
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #06934F;
    top: 100%;
  }
  .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;
  }
  .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;
  }
}

.footer {
  background: url(../images/bg4.png) top center no-repeat;
  background-size: cover;
}
.footer-info {
  padding: 0.55rem 0 0.3rem 0;
}
.footer-info_flex-left {
  width: 62.8571428571%;
  border-right: 1px solid #cccccc;
  padding: 0.15rem 0.7rem 0.3rem 0;
}
.footer-info_flex-right {
  padding: 0.3rem 0 0 0.7rem;
}
.footer-logo {
  display: flex;
  margin-bottom: 0.6rem;
}
.footer-logo img {
  width: 6.6rem;
}
.footer-contact {
  display: flex;
  justify-content: space-between;
}
.footer-contact_item {
  display: flex;
  align-items: center;
}
.footer-contact_item img {
  width: 0.3rem;
  margin-right: 0.1rem;
}
.footer-contact_item p {
  font-size: 0.18rem;
  color: #faf8fc;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1054px) {
  .footer-contact_item p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer-contact_item p {
    font-size: 0.2153846154rem;
  }
}
.footer-contact_item p span {
  display: block;
}
.footer .fast-rold {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.footer .fast-rold span {
  font-size: 0.3rem;
  color: #faf8fc;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  padding-bottom: 0.14rem;
}
@media (max-width: 1054px) {
  .footer .fast-rold span {
    font-size: 22px;
  }
}
@media (max-width: 990px) {
  .footer .fast-rold span {
    font-size: 0.2769230769rem;
  }
}
.footer .fast-rold span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.37rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 0.02rem;
}
.footer .fast-rold img {
  width: 0.38rem;
}
.footer .fast_list {
  gap: 0.5rem 0.35rem;
  display: flex;
  flex-wrap: wrap;
}
.footer .fast_list a {
  font-size: 0.2rem;
  color: #faf8fc;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .footer .fast_list a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .footer .fast_list a {
    font-size: 0.2153846154rem;
  }
}
.footer .fast_list a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .copyright {
  font-size: 0.18rem;
  color: #d4d4d4;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #49906b;
  padding: 0.2rem 0;
}
@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: 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;
}
.banner .swiper-pagination {
  bottom: 0.79rem;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 0.21rem;
  height: 0.21rem;
  background: #fff;
  border: 1px solid #fff;
  margin: 0 0.14rem !important;
}
.banner .swiper-pagination-bullet-active {
  background: #06934F;
}
@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 .swiper-pagination {
  text-align: right;
  bottom: 0.33rem;
}
.one-swiper .swiper-pagination-bullet {
  opacity: 1;
  width: 0.21rem;
  height: 0.21rem;
  background: #fff;
  border: 1px dashed transparent;
  background-clip: content-box;
  padding: 0.05rem;
  margin: 0 0.05rem !important;
}
.one-swiper .swiper-pagination-bullet-active {
  border-color: #fff;
}
.one-swiper-item {
  display: block;
}
.one-swiper-item:hover .one-swiper-item-img .inner-bg {
  transform: scale(1.1);
}
.one-swiper-item-img {
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.one-swiper-item-img .inner-bg {
  padding-bottom: 61.9047619048%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.one-swiper-item-text {
  background: url(../images/iocn1.png) top left no-repeat;
  background-size: 0.33rem 0.33rem;
  padding: 0.2rem 0.25rem 0;
}
.one-swiper-item-text .p1 {
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
@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;
  }
}
.one-swiper-item-text .p2 {
  display: flex;
  align-items: center;
}
.one-swiper-item-text .p2 .s1 {
  font-size: 0.22rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 .s1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 .s1 {
    font-size: 0.2153846154rem;
  }
}
.one-swiper-item-text .p2 .l1 {
  margin: 0 0.13rem;
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 .l1 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 .l1 {
    font-size: 0.1846153846rem;
  }
}
.one-swiper-item-text .p2 .s2 {
  font-size: 0.16rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .one-swiper-item-text .p2 .s2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .one-swiper-item-text .p2 .s2 {
    font-size: 0.1846153846rem;
  }
}

.box-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.45rem;
}
.box-title_text {
  width: 1.2rem;
  height: 0.85rem;
  position: relative;
  background: url(../images/title_bg.png) left center no-repeat;
  background-size: 1.05rem 0.85rem;
}
.box-title_text .s1 {
  font-size: 0.3rem;
  color: #06934F;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  bottom: 0.05rem;
  left: 0.15rem;
}
@media (max-width: 1054px) {
  .box-title_text .s1 {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .box-title_text .s1 {
    font-size: 0.2769230769rem;
  }
}
.box-title_text .s2 {
  font-family: fzxkjw;
  font-size: 0.45rem;
  color: #06934F;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
}
@media (max-width: 1054px) {
  .box-title_text .s2 {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .box-title_text .s2 {
    font-size: 0.3384615385rem;
  }
}
.box-title_text .s3 {
  top: 0;
  left: 0.39rem;
}
.box-title_text .s4 {
  top: 0.37rem;
  left: 0.81rem;
}
.box-title_line {
  display: flex;
  align-items: center;
  margin: 0 0.37rem 0 0.13rem;
}
.box-title_line:before {
  height: 0.01rem;
  content: "";
  background: #06934F;
}
.box-title_line:after {
  border: 1px solid #06934F;
  content: "";
  border-radius: 50%;
  width: 0.09rem;
  height: 0.09rem;
}
.box-title_more {
  background: url(../images/more_bg.png) left top no-repeat;
  background-size: 100% 100%;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0.04rem 0.14rem;
}
@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;
}

.boxa {
  padding: 0.45rem 0 0.7rem 0;
}
.boxa-flex {
  justify-content: space-between;
}
.boxa-flex_item {
  width: 21.2857142857%;
}
.boxa-flex_mid {
  width: 55.5%;
  background: url(../images/bg1.png) bottom left no-repeat;
  background-size: 100%;
  padding: 0 0.1rem 0.1rem;
}

.boxb {
  background: #F2F9F6;
  padding: 0.5rem 0;
}

.boxc {
  background: url(../images/bg2.png) center no-repeat;
  background-size: cover;
  padding: 0.35rem 0 0.45rem 0;
}
.boxc-flex_item {
  width: 50%;
}

.boxd {
  padding: 0.4rem 0 0.6rem 0;
}
.boxd-list {
  display: flex;
  margin: 0 -0.2rem;
}
.boxd-list_item {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem;
}
.boxd-list_item a {
  display: block;
  padding-bottom: 42.2374429224%;
  position: relative;
  overflow: hidden;
}
.boxd-list_item a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.boxd-list_item a img {
  transition: all 0.5s ease;
  display: block;
}
.boxd-list_item a:hover img {
  transform: scale(1.1);
}
.boxd-list_item a:hover p {
  color: #06934F;
}
.boxd-list_item p {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .boxd-list_item p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .boxd-list_item p {
    font-size: 0.2153846154rem;
  }
}

.tuwen_one {
  margin-top: -0.2rem;
}
.tuwen_one-item {
  margin-top: 0.2rem;
}
.tuwen_one-item a {
  display: block;
}
.tuwen_one-item a:hover .tuwen_one-item-img .inner-bg {
  transform: scale(1.1);
}
.tuwen_one-item a:hover .tuwen_one-item-text .p1 {
  color: #06934F;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p2 .s1:before {
  background: #06934F;
  width: 0.53rem;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p2 .s1 i {
  color: #06934F;
}
.tuwen_one-item a:hover .tuwen_one-item-text .p2 .s2 {
  color: #06934F;
}
.tuwen_one-item-img {
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.tuwen_one-item-img .inner-bg {
  padding-bottom: 62.7516778523%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.tuwen_one-item-text .p1 {
  font-size: 0.2rem;
  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;
  margin-bottom: 0.2rem;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p1 {
    font-size: 0.2153846154rem;
  }
}
.tuwen_one-item-text .p2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tuwen_one-item-text .p2 .s1 {
  display: flex;
  align-items: center;
  margin-right: 0.1rem;
}
.tuwen_one-item-text .p2 .s1:before {
  content: "";
  width: 0rem;
  height: 0.01rem;
  background: transparent;
  transition: all 0.5s ease;
}
.tuwen_one-item-text .p2 .s1 i {
  font-size: 0.23rem;
  color: #aaaaaa;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p2 .s1 i {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 .s1 i {
    font-size: 0.2461538462rem;
  }
}
.tuwen_one-item-text .p2 .s2 {
  font-size: 0.16rem;
  color: #099999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .tuwen_one-item-text .p2 .s2 {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .tuwen_one-item-text .p2 .s2 {
    font-size: 0.1846153846rem;
  }
}

.list_one {
  margin: -0.39rem -0.11rem 0 -0.11rem;
  display: flex;
  flex-wrap: wrap;
}
.list_one-item {
  width: calc(33.33% - 0.22rem);
  margin: 0.39rem 0.11rem 0 0.11rem;
}
.list_one-item a {
  background: #fff;
  display: block;
  padding: 0.25rem;
  transition: all 0.5s ease;
}
.list_one-item a:hover {
  box-shadow: 0px 0.09rem 0.21rem 0px rgba(6, 147, 79, 0.14);
  border-radius: 0 0 0 0.24rem;
}
.list_one-item a:hover .l1 {
  width: 100%;
  background: #06934F;
}
.list_one-item a:hover .p1,
.list_one-item a:hover .p2,
.list_one-item a:hover .p3 span,
.list_one-item a:hover .p3 i {
  color: #06934F;
}
.list_one-item .l1 {
  height: 0.04rem;
  background: #333333;
  width: 0.32rem;
  margin-bottom: 0.2rem;
  transition: all 0.5s ease;
}
.list_one-item .p1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.3rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1054px) {
  .list_one-item .p1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p1 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item .p2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.1em;
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
@media (max-width: 1054px) {
  .list_one-item .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p2 {
    font-size: 0.2153846154rem;
  }
}
.list_one-item .p3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_one-item .p3 span {
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_one-item .p3 span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p3 span {
    font-size: 0.2153846154rem;
  }
}
.list_one-item .p3 i {
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_one-item .p3 i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_one-item .p3 i {
    font-size: 0.2153846154rem;
  }
}

.list_two {
  background: rgba(255, 255, 255, 0.85);
  padding: 0.01rem 0.4rem 0.4rem 0.2rem;
  position: relative;
}
.list_two:before {
  content: "";
  position: absolute;
  left: 1.22rem;
  top: 0.6rem;
  bottom: 0.7rem;
  width: 0.01rem;
  background: #9ed2b9;
}
.list_two-item {
  margin-top: 0.25rem;
}
.list_two-item a {
  display: flex;
  align-items: center;
}
.list_two-item a:hover .list_two-item_time .p1 {
  color: #06934F;
}
.list_two-item a:hover .list_two-item_dot::after {
  opacity: 1;
}
.list_two-item a:hover .list_two-item_text {
  color: #06934F;
}
.list_two-item_time {
  text-align: center;
}
.list_two-item_time .p1 {
  font-size: 0.25rem;
  color: #666666;
  margin-bottom: 0.1rem;
  line-height: 1;
}
@media (max-width: 1054px) {
  .list_two-item_time .p1 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .list_two-item_time .p1 {
    font-size: 0.2461538462rem;
  }
}
.list_two-item_time .p2 {
  font-size: 0.18rem;
  color: #999;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .list_two-item_time .p2 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item_time .p2 {
    font-size: 0.2153846154rem;
  }
}
.list_two-item_dot {
  position: relative;
  z-index: 8;
  margin: 0 0.3rem;
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #86c7a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_two-item_dot:after {
  content: "";
  width: 0.47rem;
  height: 0.45rem;
  position: absolute;
  left: calc(50% - 0.235rem);
  top: calc(50% - 0.225rem);
  background: url(../images/bg3.png) center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.list_two-item_text {
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
}
@media (max-width: 1054px) {
  .list_two-item_text {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .list_two-item_text {
    font-size: 0.2153846154rem;
  }
}

.page_banner {
  padding-bottom: 26.0416666667%;
  position: relative;
}
.page_banner > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.mob_page-menu-btn {
  display: none;
}

.page_content {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 2;
}
@media (max-width: 1054px) {
  .page_content {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page_content {
    font-size: 0.2153846154rem;
  }
}
.page_content img {
  max-width: 100% !important;
  max-height: auto !important;
}

.paging {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 0.01rem solid #ccc;
  padding: 0.04rem 0.08rem;
  margin: 0 0.03rem;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #06934F;
  border-color: #06934F;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1054px) {
  .page-title h1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-title h1 {
    font-size: 0.2461538462rem;
  }
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid #efefef;
  padding-bottom: 0.1rem;
}
.page-info span {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  margin: 0 0.1rem;
}
@media (max-width: 1054px) {
  .page-info span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-info span {
    font-size: 0.1846153846rem;
  }
}

.page-next-prev {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 0.1rem;
}
.page-next-prev a {
  font-size: 14px;
  color: #333;
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .page-next-prev a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .page-next-prev a {
    font-size: 0.2153846154rem;
  }
}
.page-next-prev a:hover {
  color: #06934F;
}

.layout_page {
  padding-bottom: 1.2rem;
}
.layout_page-box {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 990px) {
  .layout_page-left {
    width: 3.2rem;
    margin-top: -1.2rem;
    z-index: 100;
    position: relative;
    padding-bottom: 0.6rem;
  }
  .layout_page-left:after {
    width: 100%;
    height: calc(100% - 0.8rem);
    background: url(../images/nav-bg.png) no-repeat bottom #a42427;
    background-size: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-left-title {
    background: url(../images/nav-top.png) no-repeat center;
    padding: 0.4rem 0.2rem 0.3rem 0.45rem;
    background-size: 100%;
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (min-width: 990px) and (max-width: 1054px) {
  .layout_page-left-title {
    font-size: 16px;
  }
}
@media (min-width: 990px) and (max-width: 990px) {
  .layout_page-left-title {
    font-size: 0.2153846154rem;
  }
}
@media (min-width: 990px) {
  .layout_page-left-title span {
    display: block;
    line-height: 1.6;
    padding-top: 0.04rem;
    position: relative;
  }
  .layout_page-left-title span:after {
    bottom: auto;
    top: 0;
    width: 0.21rem;
    height: 0.02rem;
    background: #e7b21d;
    content: "";
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  .layout_page-menu {
    padding-bottom: 0.55rem;
    position: relative;
  }
  .layout_page-menu:after {
    background: #f5f8ff;
    height: 100%;
    left: 0.09rem;
    right: 0;
    width: auto;
    content: "";
    position: absolute;
    bottom: 0;
    transition: 0.5s;
  }
  .layout_page-menu-item {
    position: relative;
    z-index: 9;
  }
  .layout_page-menu-item p {
    font-size: 0.18rem;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 0 0.3rem 0 0.5rem;
    line-height: 1.2;
    position: relative;
  }
}
@media (min-width: 990px) and (max-width: 1054px) {
  .layout_page-menu-item p {
    font-size: 16px;
  }
}
@media (min-width: 990px) and (max-width: 990px) {
  .layout_page-menu-item p {
    font-size: 0.2153846154rem;
  }
}
@media (min-width: 990px) {
  .layout_page-menu-item p a {
    display: block;
    cursor: pointer;
    width: 100%;
    color: #333;
    background: url(../images/jt1.png) no-repeat right 0.3rem center;
    background-size: 0.07rem;
    border-bottom: 0.01rem dashed #d2d2d2;
    transition: 0.5s;
    padding: 0.18rem 0.45rem 0.18rem 0;
  }
  .layout_page-menu-item p:after {
    width: auto;
    height: auto;
    background: url(../images/nav-on.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    top: -0.12rem;
    right: -0.1rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    transition: 0.5s;
  }
  .layout_page-menu-item:hover p:after, .layout_page-menu-item.on p:after {
    opacity: 1;
  }
  .layout_page-menu-item:hover a, .layout_page-menu-item.on a {
    color: #fff;
    background: url(../images/jt2.png) no-repeat right 0.25rem center;
  }
}
.layout_page-right {
  padding: 0.4rem 0 0 0.6rem;
}
.layout_page-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.55rem;
  border-bottom: 0.01rem solid #e5e5e5;
}
.layout_page-top-title {
  font-size: 0.28rem;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
  padding-bottom: 0.15rem;
  position: relative;
}
@media (max-width: 1054px) {
  .layout_page-top-title {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-title {
    font-size: 0.2153846154rem;
  }
}
.layout_page-top-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.6rem;
  height: 0.04rem;
  left: 0;
  background: #06934F;
}
.layout_page-top-crumbs {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .layout_page-top-crumbs {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-crumbs {
    font-size: 0.2153846154rem;
  }
}
.layout_page-top-crumbs i {
  margin-right: 0.05rem;
  font-size: 0.2rem;
  color: #06934F;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (max-width: 1054px) {
  .layout_page-top-crumbs i {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .layout_page-top-crumbs i {
    font-size: 0.2153846154rem;
  }
}
.layout_page-top-crumbs span {
  margin: 0 0.05rem;
}
.layout_page-top-crumbs a:hover {
  color: #06934F;
}

.page-list_item {
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #dfdfdf;
}
.page-list_item:hover {
  background: #f8f8f8;
}
.page-list_item:hover a {
  color: #06934F;
}
.page-list_item:before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #06934F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
.page-list_item a {
  font-size: 0.18rem;
  color: #303030;
  margin-bottom: 0;
  line-height: 1.5;
  line-height: 0.6rem;
}
@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.18rem;
  color: #999999;
  margin-bottom: 0;
  line-height: 1.5;
  padding: 0 0.1rem;
}
@media (max-width: 1054px) {
  .page-list_item span {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .page-list_item span {
    font-size: 0.2153846154rem;
  }
}

.tuwen_page {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}
.tuwen_page-item {
  width: calc(25% - 0.9375vw);
}
.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: #06934F;
}
.tuwen_page-item-img {
  overflow: hidden;
  margin-bottom: 0.1rem;
  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;
  transition: all 0.5s ease;
}
.tuwen_page-item-img .inner-bg {
  transition: all 0.5s ease;
}
.tuwen_page-item-text .p1 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 5;
  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) {
  .tuwen_page {
    gap: 10px;
  }
  .tuwen_page-item {
    width: calc(50% - 5px);
  }
  .mob_page-menu-btn {
    display: block;
  }
  .page_banner {
    padding-bottom: 40%;
    position: relative;
  }
  .page_banner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
  .layout_page-box {
    flex-direction: column;
  }
  .layout_page-right {
    width: 100%;
    padding: 0;
  }
  .page-list_item a {
    line-height: 40px;
  }
  .layout_page-top-title {
    display: none;
  }
  .layout_page-top {
    margin-bottom: 10px;
  }
  .layout_page .wrap {
    padding: 0;
  }
  .layout_page {
    padding-bottom: 0;
  }
  .layout_page-right {
    padding: 15px;
  }
  .layout_page-left {
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 99;
  }
  .layout_page-left-title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #06934F;
  }
  .layout_page-left-title span {
    font-size: 18px;
    color: #fff;
  }
  .mob_page-menu-btn i {
    font-size: 18px;
    color: #fff;
  }
  .layout_page-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #06934F;
    display: none;
  }
  .layout_page-menu.on {
    display: block;
  }
  .layout_page-menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .layout_page-menu-item p a {
    display: block;
    padding: 5px 20px 0 30px;
    font-size: 15px;
    line-height: 2;
    color: #fff;
  }
}
@media (max-width: 1100px) {
  .wrap {
    max-width: 98%;
  }
  .list_two:before {
    left: 1.69rem;
    top: 0.8rem;
    bottom: 0.9rem;
  }
}
@media (max-width: 990px) {
  .header:after {
    height: 100px;
    background-size: 100% 100%;
  }
  .wrap {
    max-width: 100%;
  }
  .list_one {
    margin: -0.15rem 0;
  }
  .list_one-item {
    width: 100%;
    margin-top: 0.15rem;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-info {
    padding: 10px 0;
  }
  .footer-info_flex-left {
    border: none;
  }
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-contact {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer .fast-rold {
    margin-bottom: 10px;
  }
  .footer .fast_list {
    gap: 10px;
  }
  .footer-info_flex-left,
  .footer-info_flex-right {
    padding: 0;
  }
  .box-title {
    margin-bottom: 15px;
  }
  .boxd-list {
    margin: 0 -5px;
  }
  .boxd-list_item {
    width: calc(33.33% - 10px);
    margin: 0 5px;
  }
  .list_two:before {
    left: 89px;
    top: 37px;
    bottom: 47px;
  }
  .top-right.on {
    display: flex;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px;
    background: #06934F;
  }
}
/*# sourceMappingURL=main.css.map */