@charset "UTF-8";
html {
  font-size: 100px;
}

body {
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  padding: 0;
  margin: 0;
  font-size: 0.16rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 18rem;
  position: relative;
}

.pic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pic .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* 通用样式 */
.flex {
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* 动画延迟结束 */
/* 视频弹窗 */
.vwrap {
  display: none;
  z-index: 1040000;
  width: 100%;
  /* height: 100%; */
  position: fixed;
}

.vwrap .videobtg {
  z-index: 900;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
}

.vwrap .videobox {
  z-index: 1200;
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90vh;
}

.vwrap .videobox #videobox {
  width: 100%;
  max-height: 90vh;
  /* display: inline-block; */
  /* background:#000; */
  border-radius: 0.1rem;
  overflow-y: auto;
  /* position: absolute; */
}

.vwrap .videobox #videobox * {
  max-height: 100%;
}

.vwrap .videobox #videobox .img_hezi {
  padding-bottom: 60% !important;
}

.vwrap .videobox #videobox video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#videobox_wrapper {
  height: 100% !important;
}

.vwrap .close {
  z-index: 999;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: -42px;
  text-align: center;
}

.vwrap .close i {
  display: block;
  width: 31px;
  height: 31px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.vwrap .close i svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.vwrap .close:hover i svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .vwrap .videobox {
    width: 100%;
    /* left: 3%; */
    margin-left: 0;
  }
  .vwrap .close {
    right: 0;
    top: -35px;
  }
}
@media (max-height: 500px) {
  .vwrap .videobox {
    width: 60%;
  }
  .vwrap .videobox #videobox .img_hezi {
    padding-bottom: 50% !important;
  }
}
/* 视频弹窗 */
/* header */
.header {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#519b44), to(rgba(81, 155, 68, 0)));
  background: linear-gradient(#519b44, rgba(81, 155, 68, 0));
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0.3rem 0 1rem;
}
.header .logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .logo img {
  height: 0.65rem;
}
.header .search {
  margin: 0.13rem 0.2rem 0.13rem 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  background-size: 0.13rem;
  position: relative;
  cursor: pointer;
}
.header .search img {
  height: 0.13rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .top-link {
  font-size: 0.16rem;
  color: #fff;
  margin-top: 0.15rem;
}

/* 搜索 */
.search-box {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
}
.search-box .serform {
  width: 90%;
  margin: 0 auto;
  -webkit-transition: 0.2s 0.1s;
  transition: 0.2s 0.1s;
}
.search-box .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}

.search-box.showDiv {
  opacity: 1;
  visibility: visible;
}
.search-box.showDiv .serform {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}

.search-bar {
  max-width: 5.5rem;
  margin: 0 auto;
  position: relative;
}
.search-bar .qwss {
  height: 0.5rem;
  border: 0;
  border-right: 0;
  padding-right: 0.9rem;
  width: 100%;
  padding-left: 0.15rem;
  background: #fff;
  border-radius: 5px 10px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-bar .tj {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  outline: none;
  border-style: none;
  background: #519b44;
}
.search-bar .tj:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}

/* 导航 */
.navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar li {
  position: relative;
  display: inline-block;
  padding: 0 0.12rem;
  color: #fff;
  cursor: pointer;
}
.navbar li .lv1 {
  display: inline-block;
  position: relative;
  padding: 0.15rem 0 0.35rem;
  font-size: 0.22rem;
  font-weight: normal;
  color: #fff;
}
.navbar li .lv1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.navbar li.current > a,
.navbar li:hover > a {
  font-weight: bold;
}
.navbar li.current > a:after,
.navbar li:hover > a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navbar .subnav {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  padding: 0.1rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.navbar .subnav:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  display: none;
}
.navbar .subnav dl {
  position: relative;
}
.navbar .subnav a {
  display: block;
  width: 100%;
  line-height: 0.24rem;
  text-align: center;
  padding: 0.1rem;
  font-size: 0.18rem;
  color: #333;
  position: relative;
}
.navbar .subnav a:hover {
  background: #519b44;
  color: #fff;
}
.navbar li:hover .subnav {
  display: block;
}

.full-menu {
  position: fixed;
  z-index: 9999999;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  background-size: cover;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.full-menu .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  cursor: pointer;
}
.full-menu .close img {
  width: 100%;
}
.full-menu .inner {
  position: absolute;
  z-index: 2;
  left: 0px;
  right: 0px;
  top: 1rem;
  bottom: 0px;
  overflow-y: auto;
}
.full-menu ul {
  max-width: 15.6rem;
  margin: 0px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.full-menu ul li {
  width: 25%;
  text-align: center;
  padding-bottom: 0.45rem;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  opacity: 0;
}
.full-menu ul li .lv1 {
  display: block;
  font-size: 0.24rem;
  font-weight: bold;
  padding: 0px 0.1rem 0.1rem;
  border-bottom: 2px solid #ffb812;
  color: #fff;
}
.full-menu ul li .subnav {
  padding: 0.1rem 0px;
}
.full-menu ul li .subnav dd {
  font-size: 0;
}
.full-menu ul li .subnav a {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin: 0.1rem 0px;
  color: #fff;
}
.full-menu ul li .subnav a:hover {
  color: #ffb812;
}

.show-full {
  overflow: hidden;
}
.show-full .full-menu {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.show-full .full-menu li {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.menu-btn,
.phone-menu {
  display: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
}
.banner .pic {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 33%;
}
.banner .img {
  -webkit-transition: 6s 1s linear;
  transition: 6s 1s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.banner .swiper-slide-active .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.banner .banner-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.45rem;
  z-index: 9;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  color: #fff;
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 8px;
}
.banner .banner-pagination span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 50%;
  border: 1px solid #fff;
}
.banner .banner-prev,
.banner .banner-next {
  position: absolute;
  top: 50%;
  width: 0.56rem;
  height: 0.56rem;
  font-size: 0;
  cursor: pointer;
  z-index: 9;
}
.banner .banner-prev {
  background: url(../images/banner-prev.png) top center no-repeat;
  background-size: 100% 100%;
  left: 1rem;
}
.banner .banner-next {
  background: url(../images/banner-next.png) top center no-repeat;
  background-size: 100% 100%;
  right: 1rem;
}

/* banner焦点图结束 */
/* 通用样式 */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.index-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.index-title .t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.48rem;
}
.index-title .t .icon {
  display: inline-block;
  height: 0.4rem;
}
.index-title .t .icon img {
  height: 100%;
}
.index-title .t span {
  font-size: 0.36rem;
  color: #000000;
  padding-left: 0.1rem;
}
.index-title .m {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 9;
}
.index-title .m a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-title .m .icon {
  display: inline-block;
  position: relative;
}
.index-title .m .icon img {
  width: 0.3rem;
}
.index-title .m p {
  display: inline-block;
  margin-right: 0.15rem;
  font-size: 0.24rem;
  color: #509b42;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.index-title .m:hover p {
  font-weight: bold;
  margin-right: 0.1rem;
}

.webkit-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 通用样式 */
/* section1 */
.section1 {
  padding: 0.4rem 0;
  background: url(../images/section1-bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section1 .index-title .t {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s1-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s1-lf {
  width: 43.6%;
  background: #fff;
  border: 1px solid #519b44;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.s1-lf li a {
  display: block;
}
.s1-lf li .pic {
  padding-bottom: 56%;
}
.s1-lf li .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.s1-lf li .tit {
  padding: 0.3rem;
}
.s1-lf li .tit h2 {
  font-size: 0.18rem;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s1-lf .s1-pagination {
  position: absolute;
  left: auto;
  right: 0.35rem;
  bottom: 0.35rem;
  z-index: 9;
  width: auto;
}
.s1-lf .s1-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  background: #dde0dc;
  border-radius: 50%;
  margin: 0 0.02rem;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.s1-lf .s1-pagination span.swiper-pagination-bullet-active {
  background: #509b42;
}

.s1-rt {
  width: 54%;
}
.s1-rt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s1-rt ul li {
  width: 49%;
  margin-bottom: 0.3rem;
  padding: 0.47rem 0.3rem;
  background: #fff;
  border: 1px solid #e3f9df;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem 0 0.1rem 0;
}
.s1-rt ul li:nth-child(n+5) {
  margin-bottom: 0;
}
.s1-rt ul li:nth-child(n+5) * {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.s1-rt ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s1-rt ul .date {
  text-align: center;
  font-size: 0.14rem;
  color: #666666;
}
.s1-rt ul .date .day {
  margin-bottom: 0.1rem;
  font-size: 0.26rem;
  color: #509b42;
  font-weight: bold;
}
.s1-rt ul .txt {
  width: calc(100% - 0.7rem);
  padding-left: 0.2rem;
  position: relative;
}
.s1-rt ul .txt:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.42rem;
  background: #bdd3b9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.s1-rt ul .txt p {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s1-rt ul li:hover {
  background: url(../images/s1-rt-bg.png) right bottom no-repeat;
  background-size: cover;
}
.s1-rt ul li:hover .date {
  color: #fff;
}
.s1-rt ul li:hover .date .day {
  color: #fff;
}
.s1-rt ul li:hover .txt p {
  color: #fff;
}

/* section1 */
/* section2 */
.section2 {
  padding: 0.4rem 0 0.3rem;
  background: #fff;
  overflow: hidden;
}

.s2-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s2-c .col {
  width: 48.5%;
}

.s2-list {
  border: 1px solid #e3f9df;
  border-top: 3px solid #509b42;
  background: #fff;
  padding: 0.2rem 0.4rem 0.4rem;
  -webkit-box-shadow: 0 0 10px 0 #e0e1e0;
          box-shadow: 0 0 10px 0 #e0e1e0;
}
.s2-list ul li {
  padding: 0.15rem 0;
  border-bottom: 1px solid #eeeeee;
}
.s2-list ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s2-list ul .date {
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  font-size: 0.14rem;
  color: #666666;
  padding: 0.15rem 0;
  border: 1px solid #509b42;
  border-radius: 0.1rem;
}
.s2-list ul .date .day {
  margin-bottom: 0.05rem;
  font-size: 0.26rem;
  color: #509b42;
  font-weight: bold;
}
.s2-list ul .txt {
  width: calc(100% - 1rem);
  position: relative;
}
.s2-list ul .txt p {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.s2-list ul li:hover .txt p {
  color: #509b42;
}

/* section2 */
/* section3 */
.section3 {
  padding-bottom: 0.3rem;
  overflow: hidden;
}

.s3-c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s3-c ul li {
  width: 48.5%;
}
.s3-c ul li a {
  display: block;
  position: relative;
}
.s3-c ul li .pic {
  height: 1.6rem;
}
.s3-c ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.s3-c ul li .tit p {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  width: 80%;
  text-align: center;
  background: url(../images/icon-fwzn.png) right center no-repeat;
  background-size: 0.44rem;
}

/* section3 */
/* 底部 */
.footer {
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
  padding: 0.28rem 0;
}
.footer .footer-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .links h2 {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
}
.footer .links ul li {
  display: inline-block;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
}
.footer .links ul a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}
.footer .footer-logo {
  padding: 0 0.4rem;
  position: relative;
  text-align: center;
}
.footer .footer-logo img {
  width: 90%;
  max-width: 5.3rem;
}
.footer .footer-logo:before, .footer .footer-logo:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.3);
}
.footer .footer-logo:before {
  left: 0;
}
.footer .footer-logo:after {
  right: 0;
}
.footer .cory {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #fff;
}

/* 底部 */
.gototop {
  position: fixed;
  z-index: 99;
  right: 3%;
  bottom: 20%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  cursor: pointer;
}

/* 列表页 */
.listbanner {
  height: 22vw;
  min-height: 220px;
  position: relative;
}
.listbanner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.list-page {
  position: relative;
  z-index: 9;
  margin-top: -1.3rem;
  margin-bottom: 0.5rem;
  min-height: 600px;
}

/* 当前位置 */
.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.35rem;
}
.location h2 {
  font-size: 0.4rem;
  font-weight: normal;
  color: #fff;
}
.location .phone-column {
  display: none;
}
.location .weizhi {
  margin-left: 0.35rem;
  padding-left: 0.2rem;
  background: url(../images/location.png) left center no-repeat;
  background-size: 0.15rem;
  font-size: 0.16rem;
  color: #fff;
}
.location .weizhi * {
  font-size: 0.16rem;
  color: #fff;
}

/* 当前位置 */
/* 二级导航 */
.list-nav {
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.list-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list-nav ul::-webkit-scrollbar {
  width: 0.08rem;
  height: 0.05rem;
}
.list-nav ul::-webkit-scrollbar-thumb {
  background: #509b42;
  border-radius: 0.08rem;
}
.list-nav ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0.08rem;
  margin: 0 0.4rem;
}
.list-nav li {
  margin: 0 0.4rem;
}
.list-nav li a {
  display: block;
  white-space: nowrap;
  padding-left: 0.2rem;
  position: relative;
  font-size: 0.3rem;
  color: #666666;
}
.list-nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.1rem;
  height: 0.1rem;
  background: #509b42;
  border-radius: 50%;
}
.list-nav li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 0.2rem);
  height: 0.03rem;
  background: #509b42;
  opacity: 0;
}
.list-nav li.active a,
.list-nav li:hover a {
  color: #000000;
}
.list-nav li.active a:after,
.list-nav li:hover a:after {
  opacity: 1;
}

/* 二级导航 */
.list-cont {
  margin-top: 0.5rem;
}

.list-cont.jgzn .inner {
  margin-bottom: 0.2rem;
}
.list-cont.jgzn .inner .tit {
  position: relative;
  margin-bottom: 0.25rem;
}
.list-cont.jgzn .inner .tit h2 {
  display: inline-block;
  font-size: 0.28rem;
  color: #000000;
  font-weight: normal;
  padding-right: 0.15rem;
  background: #fff;
  position: relative;
  z-index: 5;
}
.list-cont.jgzn .inner .tit:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #509b42;
}
.list-cont.jgzn .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.2rem;
  overflow: hidden;
}
.list-cont.jgzn .inner li {
  width: 50%;
  margin-bottom: 0.3rem;
  position: relative;
}
.list-cont.jgzn .inner li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.6rem;
  margin: 0 0.2rem;
  padding: 0 0.4rem;
  background: url(../images/jgzn-bg1.png) right bottom no-repeat #fff;
  border: 1px solid #e3f9df;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
  border-radius: 0.1rem 0 0.1rem 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.list-cont.jgzn .inner li .lf {
  width: 1rem;
  padding-right: 0.2rem;
  position: relative;
  border-right: 1px solid #bdd3b9;
}
.list-cont.jgzn .inner li .lf h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #509b42;
  margin-bottom: 0.1rem;
}
.list-cont.jgzn .inner li .lf p {
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.3rem;
}
.list-cont.jgzn .inner li .rt {
  width: calc(100% - 1.2rem);
}
.list-cont.jgzn .inner li .rt p {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.list-cont.jgzn .inner li:hover .box {
  background: url(../images/jgzn-bg2.png) right bottom no-repeat, -webkit-gradient(linear, left top, right top, from(rgb(105, 164, 29)), to(rgb(65, 149, 119)));
  background: url(../images/jgzn-bg2.png) right bottom no-repeat, linear-gradient(to right, rgb(105, 164, 29), rgb(65, 149, 119));
}
.list-cont.jgzn .inner li:hover .box h2 {
  color: #ffffff;
}
.list-cont.jgzn .inner li:hover .box p {
  color: #ffffff !important;
}
.list-cont.jgzn .inner2 li .box {
  height: 2.13rem;
}
.list-cont.jgzn .inner2 li:nth-child(n+4) .lf {
  width: 1.45rem;
}
.list-cont.jgzn .inner2 li:nth-child(n+4) .rt {
  width: calc(100% - 1.7rem);
}

.list-news li {
  margin-bottom: 0.3rem;
}
.list-news li * {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.list-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.list-news a:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(105, 164, 29)), to(rgb(65, 149, 119)));
  background: linear-gradient(to right, rgb(105, 164, 29), rgb(65, 149, 119));
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.list-news .picbox {
  width: 3.4rem;
}
.list-news .picbox .pic {
  padding-bottom: 56%;
}
.list-news .picbox .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-news .txtbox {
  position: relative;
  width: calc(100% - 3.8rem);
  padding-top: 0.2rem;
  padding-right: 0.2rem;
}
.list-news .txtbox .tit {
  font-size: 0.2rem;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-news .txtbox .abst {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  height: 0.56rem;
  color: #666666;
}
.list-news .txtbox .date {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.3rem;
}
.list-news li:hover a:before {
  width: 100%;
}
.list-news li:hover .date {
  color: #fff;
}
.list-news li:hover .tit {
  color: #fff !important;
}
.list-news li:hover .abst {
  color: rgb(255, 255, 255) !important;
}

.list-txt ul li {
  padding: 0.15rem 0;
  border-bottom: 1px solid #eeeeee;
}
.list-txt ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-txt ul .date {
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  font-size: 0.14rem;
  color: #666666;
  padding: 0.15rem 0;
  border: 1px solid #509b42;
  border-radius: 0.1rem;
}
.list-txt ul .date .day {
  margin-bottom: 0.05rem;
  font-size: 0.26rem;
  color: #509b42;
  font-weight: bold;
}
.list-txt ul .txt {
  width: calc(100% - 1rem);
  position: relative;
}
.list-txt ul .txt p {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  max-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.list-txt ul li:hover .txt p {
  color: #509b42;
}

.list-pics ul {
  overflow: hidden;
  margin: 0 -0.2rem;
}
.list-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 0.35rem;
}
.list-pics a {
  display: block;
  margin: 0 0.2rem;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #EAE5F9;
}
.list-pics a .pic {
  width: 100%;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.list-pics a .pic .img {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.list-pics a .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-pics a .tit {
  padding: 0.2rem 0.1rem;
  position: relative;
}
.list-pics a .tit h2 {
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-pics a:hover h2 {
  color: #024272;
}

.list-teacher {
  overflow: hidden;
}
.list-teacher ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.list-teacher li {
  width: calc(50% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
}
.list-teacher li a {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #EAE5F9;
  border-radius: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-teacher li .pic {
  width: 2.2rem;
  height: 3rem;
  border-radius: 0.1rem;
  background: url(../images/faculty_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.list-teacher li .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-teacher li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 0.25rem 0.5rem;
}
.list-teacher li h2 {
  font-size: 0.28rem;
  color: #519b44;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.list-teacher li h3 {
  font-size: 0.2rem;
  display: block;
}
.list-teacher li .line {
  height: 1px;
  background: #EAE5F9;
  margin: 0.25rem 0;
  position: relative;
}
.list-teacher li .line:after {
  content: "";
  width: 0.4rem;
  height: 3px;
  background: #519b44;
  left: 0;
  top: -1px;
  z-index: 4;
  position: absolute;
}
.list-teacher li .abst {
  font-size: 0.14rem;
  color: #797979;
  line-height: 0.24rem;
  height: 0.72rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* 正文页 */
.article-page {
  background-color: #fff;
}

.article {
  overflow: hidden;
  padding: 0.2rem 0;
  word-break: break-all;
}
.article .tit {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
.article .info {
  margin: 0.2rem 0;
  padding-bottom: 0.15rem;
  border-bottom: 1px dashed #c5c5c5;
  color: #666;
  font-size: 0.16rem;
  color: #aaa;
  line-height: 0.22rem;
  text-align: center;
}
.article .info img {
  width: 26px;
  height: 26px;
  margin: 0 10px;
  vertical-align: middle;
}
.article .info span {
  margin: 0 10px;
}
.article .cont {
  padding: 0.2rem 0;
  font-size: 0.18rem;
  color: #333;
  line-height: 2;
}
.article .cont p {
  text-indent: 2em;
  margin-bottom: 0.25rem;
  text-align: justify;font-size:18px!important;line-height:36px!important;
}
.article .cont p img,
.article .cont p video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.article .cont table p {
  text-indent: 0;
  padding: 0;
  line-height: 1.2;
}
.article .np {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
}
.article .np a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  line-height: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 10px;
}
.article .np a:hover {
  color: #024272;
}

.cont-teacher .titbox {
  margin-bottom: 0.4rem;
  padding: 0.3rem;
  border-radius: 0.1rem;
  background: #fff;
  border: 1px solid #EAE5F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-teacher .titbox .pic {
  width: 2.2rem;
  border-radius: 0.1rem;
  background: url(../images/faculty_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.cont-teacher .titbox .pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont-teacher .titbox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.cont-teacher .titbox .txt h2 {
  font-size: 0.28rem;
  color: #024272;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.cont-teacher .titbox .txt h3 {
  font-size: 0.2rem;
  display: block;
}
.cont-teacher .titbox .txt .line {
  height: 1px;
  background: #EAE5F9;
  margin: 0.25rem 0;
  position: relative;
}
.cont-teacher .titbox .txt .line:after {
  content: "";
  width: 0.4rem;
  height: 3px;
  background: #FECA77;
  left: 0;
  top: -1px;
  z-index: 4;
  position: absolute;
}
.cont-teacher .titbox .txt .info {
  font-size: 0.2rem;
  color: #666;
}
.cont-teacher .cont {
  line-height: 1.8em;
  color: #333;
  text-align: justify;
  font-size: 0.16rem;
  word-break: break-all;
}
.cont-teacher .cont dl {
  margin-bottom: 0.4rem;
}
.cont-teacher .cont dt {
  position: relative;
  padding-left: 0.25rem;
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  color: #024272;
}
.cont-teacher .cont dt:after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: #ffde85;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  border-radius: 50%;
  position: absolute;
}
.cont-teacher .cont dd {
  border-top: 1px solid #ffde85;
  padding-top: 0.2rem;
}