@charset "UTF-8";
@import url(swiper-3.4.1.min.css);
* {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'MicrosoftYaHei', 微软雅黑,serif; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 721px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: -webkit-calc(13.33333333vw);
    font-size: calc(13.33333333vw); } }
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px; } }
.clear {
  clear: both;
  *height: 1%; }
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img {
  display: block; }

li {
  list-style: none; }

body {
  font-size: 18px;
  line-height: 35px;
  position: relative;
  color: #666; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 14px;
      line-height: 30px; } }

[v-cloak] {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

a {
  color: #666666; }
  a:hover {
    color: #598a56; }

.wap {
  display: none; }

body {
  background: #fff; }

.w1200 {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .w1200 {
      width: 100%;
      overflow: hidden; } }

@media screen and (max-width: 1200px) {
  .pc {
    display: none; }

  .wap {
    display: block; } }
section {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    section {
      width: 95%; } }

header img {
  width: 100%; }
header .wap {
  width: 100%; }
header .title {
  position: absolute;
  height: 207px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 80px; }

#container {
  background: url("../images/header.jpg") no-repeat center top;
  background-size: 100% 613px;
  padding-top: 366px; }
  @media screen and (max-width: 1200px) {
    #container {
      width: 100%;
      background: none;
      padding-top: 0; } }

menu {
  background: linear-gradient(to right, #456d41, #7eba78, #9cc57e);
  display: flex;
  height: 68px;
  line-height: 68px; }
  @media screen and (max-width: 1200px) {
    menu {
      width: 100%;
      height: auto;
      padding: 8px 0 0 0;
      line-height: 14px;
      display: inline-block; } }
  menu li {
    flex: 2;
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px; }
    @media screen and (max-width: 1200px) {
      menu li {
        float: left;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
        margin: 0 0.08rem; }
        menu li:nth-child(1) {
          margin-left: 0.13rem;
          font-size: 13px; } }
    menu li.long {
      flex: 3; }
  menu a {
    position: relative;
    color: white; }
    @media screen and (max-width: 1200px) {
      menu a {
        font-size: 13px;
        float: left; } }
    menu a:hover {
      color: white; }
  menu .active a::after {
    position: absolute;
    content: '';
    bottom: -5px;
    height: 3px;
    background: #fffe91;
    width: 22px;
    border-radius: 3px;
    left: 50%;
    margin-left: -11px; }
  @media screen and (max-width: 1200px) {
    menu .btn {
      margin-right: 0.2rem; } }
  menu .btn img {
    width: 160px;
    display: inline-block;
    margin-top: 10px; }
    @media screen and (max-width: 1200px) {
      menu .btn img {
        width: 1.3rem;
        margin-top: 0.05rem;
        margin-left: 0.02rem; } }

#part1 {
  box-sizing: border-box;
  background: linear-gradient(rgba(255, 255, 255, 0.6), #fff);
  padding: 30px 30px;
  margin-top: 40px; }
  @media screen and (max-width: 1200px) {
    #part1 {
      padding: 0 0 10px 0;
      background: none;
      margin-top: 0.4rem; } }
  #part1 .swiper-container {
    position: relative;
    width: 633px;
    height: 372px;
    float: left; }
    @media screen and (max-width: 1200px) {
      #part1 .swiper-container {
        width: 100%;
        height: 55.8293838863vw; } }
    #part1 .swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%; }
      #part1 .swiper-container .swiper-wrapper .img {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #part1 .swiper-container .swiper-wrapper .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          object-fit: cover; }
        #part1 .swiper-container .swiper-wrapper .img .title {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          background: rgba(77, 133, 71, 0.8);
          color: white;
          padding: 0 120px 0 20px;
          height: 42px;
          line-height: 42px;
          font-size: 16px; }
          @media screen and (max-width: 1200px) {
            #part1 .swiper-container .swiper-wrapper .img .title {
              height: 35px;
              line-height: 35px;
              font-size: 15px; } }
    #part1 .swiper-container .swiper-pagination {
      position: absolute;
      text-align: right;
      padding-right: 20px;
      left: auto;
      right: 5px;
      bottom: 5px; }
      @media screen and (max-width: 1200px) {
        #part1 .swiper-container .swiper-pagination {
          bottom: 5px;
          right: 5px; } }
    #part1 .swiper-container .swiper-pagination-bullet {
      opacity: 1;
      width: 8px;
      height: 8px;
      border-radius: 0;
      background: #bfdcb2; }
      @media screen and (max-width: 1200px) {
        #part1 .swiper-container .swiper-pagination-bullet {
          width: 0.25rem; } }
    #part1 .swiper-container .swiper-pagination-bullet-active {
      background: white; }
  #part1 .news {
    position: relative;
    float: right;
    width: 500px; }
    #part1 .news .part_bg {
      position: absolute;
      top: 0;
      width: 34px; }
      @media screen and (max-width: 1200px) {
        #part1 .news .part_bg {
          display: none; } }
    #part1 .news ul {
      position: relative;
      box-sizing: border-box;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        #part1 .news ul {
          padding-top: 10px; } }
    @media screen and (max-width: 1200px) {
      #part1 .news {
        width: 100%;
        margin-top: 10px; } }
    #part1 .news li {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      background: url("../images/dot.png") no-repeat left center;
      background-size: 8px auto;
      padding-left: 20px;
      margin-left: 35px;
      margin-bottom: 11px; }
      @media screen and (max-width: 1200px) {
        #part1 .news li {
          margin-left: 0.3rem;
          margin-bottom: 0.1rem; } }

.more {
  text-align: right;
  font-size: 14px; }
  .more a {
    color: #9c9c9c; }
    .more a:hover {
      color: #ee0000; }
  .more img {
    display: inline-block;
    width: 70px; }

.part_title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px; }
  @media screen and (max-width: 1200px) {
    .part_title {
      margin-bottom: 0.3rem;
      margin-top: 0.4rem; } }
  .part_title img:first-child {
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .part_title img:first-child {
        height: 1rem; } }
  .part_title .btn {
    position: absolute;
    right: 0;
    height: 45px !important;
    top: 0;
    cursor: pointer; }
    @media screen and (max-width: 1200px) {
      .part_title .btn {
        position: relative;
        height: 0.55rem !important; } }

#part2 {
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  height: 313px;
  padding-top: 43px;
  box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    #part2 {
      height: auto;
      padding-top: 20px;
      background: #b4d590; }
      #part2 ul {
        width: 90vw;
        margin: 0 auto; } }
  #part2 li {
    position: relative;
    float: left;
    width: 338px;
    height: 211px;
    background: black;
    margin-left: 47px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      #part2 li {
        width: 100%;
        height: 56.1834319527vw;
        margin-left: 0; } }
    #part2 li .img {
      opacity: 0.6;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
    #part2 li .play {
      position: absolute;
      width: 79px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

#part3 .table {
  margin-top: 30px;
  background: linear-gradient(white, #e8f2e3);
  border: 1px solid #86c17d;
  border-radius: 9px;
  padding: 50px 110px; }
  @media screen and (max-width: 1200px) {
    #part3 .table {
      margin-top: 0;
      padding: 0.5rem 0.3rem; } }
  #part3 .table .clear {
    margin-bottom: 28px; }
    @media screen and (max-width: 1200px) {
      #part3 .table .clear {
        margin-bottom: 0.28rem; } }
    #part3 .table .clear .name {
      width: 100px;
      float: left;
      text-align: right;
      line-height: 40px; }
      @media screen and (max-width: 1200px) {
        #part3 .table .clear .name {
          width: 100%;
          text-align: left; }
          #part3 .table .clear .name img {
            height: 0.3rem; } }
      #part3 .table .clear .name img {
        display: inline-block; }
    #part3 .table .clear .input {
      float: right;
      width: 854px; }
      @media screen and (max-width: 1200px) {
        #part3 .table .clear .input {
          width: 100%;
          text-align: left; } }
      #part3 .table .clear .input input {
        background: white;
        border: 1px solid #649e5a;
        height: 40px;
        width: 100%; }
      #part3 .table .clear .input textarea {
        resize: none;
        background: white;
        border: 1px solid #649e5a;
        width: 100%;
        height: 118px; }
    #part3 .table .clear .photo {
      position: relative;
      float: left;
      background: white;
      border: 1px solid #649e5a;
      width: 95px;
      height: 95px;
      margin-right: 10px; }
      #part3 .table .clear .photo .delete {
        position: absolute;
        background: #649e5a;
        opacity: 0.9;
        color: white;
        text-align: center;
        right: -2px;
        left: 0;
        bottom: -1px;
        cursor: pointer;
        font-size: 18px; }
      #part3 .table .clear .photo img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: contain; }
  #part3 .table .button img {
    margin: 0 auto;
    cursor: pointer; }
    @media screen and (max-width: 1200px) {
      #part3 .table .button img {
        width: 3rem; } }
#part3 .grid {
  margin-top: 50px; }
  @media screen and (max-width: 1200px) {
    #part3 .grid {
      margin-top: 0.5rem; } }
  #part3 .grid .grid-item {
    width: 600px;
    padding: 0 17px;
    box-sizing: border-box; }
    @media screen and (max-width: 1200px) {
      #part3 .grid .grid-item {
        width: 100%; } }
    #part3 .grid .grid-item .name {
      color: #649e5a;
      margin-top: 10px; }
      #part3 .grid .grid-item .name span {
        float: right;
        font-size: 18px; }
    #part3 .grid .grid-item .content {
      text-align: justify;
      margin-bottom: 20px;
      font-size: 16px; }
      @media screen and (max-width: 1200px) {
        #part3 .grid .grid-item .content {
          font-size: 14px;
          line-height: 20px; } }
    #part3 .grid .grid-item .photo-list {
      border-bottom: 1px solid #cccccc; }
      #part3 .grid .grid-item .photo-list .img {
        float: left;
        background: #a2c989;
        width: 172px;
        height: 122px;
        position: relative;
        margin-right: 25px;
        margin-bottom: 25px; }
        @media screen and (max-width: 1200px) {
          #part3 .grid .grid-item .photo-list .img {
            width: 1.892rem;
            height: 1.342rem;
            margin-right: 0.25rem;
            margin-bottom: 0.25rem; } }
        #part3 .grid .grid-item .photo-list .img:nth-child(3n) {
          margin-right: 0; }
        #part3 .grid .grid-item .photo-list .img img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          object-fit: contain; }

.pagination {
  text-align: center;
  padding: 76px 0; }
  @media screen and (max-width: 1200px) {
    .pagination {
      padding: 0.76rem 0; } }
  .pagination a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #598a56;
    border: 1px solid #a2c989; }
    .pagination a.active {
      background: #a2c989;
      color: white; }

#list {
  box-sizing: border-box;
  background: linear-gradient(rgba(255, 255, 255, 0.6), #fff);
  padding: 40px 50px;
  margin-top: 40px;
  font-size: 20px; }
  @media screen and (max-width: 1200px) {
    #list {
      background: none;
      padding: 0.4rem 0.1rem;
      margin-top: 0; } }
  #list .location {
    color: #598a56;
    font-size: 20px; }
    @media screen and (max-width: 1200px) {
      #list .location {
        font-size: 14px; } }
  #list .clear {
    margin-top: 25px; }
    @media screen and (max-width: 1200px) {
      #list .clear {
        margin-top: 0; } }
  #list .img {
    float: left;
    position: relative;
    width: 338px;
    height: 199px; }
    @media screen and (max-width: 1200px) {
      #list .img {
        width: 3.38rem;
        height: 1.99rem; } }
    #list .img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
  #list .right {
    position: relative;
    float: right;
    width: 720px;
    height: 199px;
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 1200px) {
      #list .right {
        width: 3.22rem;
        height: 1.99rem;
        margin-bottom: 0.3rem; } }
    #list .right .title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
      @media screen and (max-width: 1200px) {
        #list .right .title {
          font-size: 14px;
          line-height: 20px; } }
    #list .right .detail {
      color: #446d40; }
      @media screen and (max-width: 1200px) {
        #list .right .detail {
          font-size: 14px; } }
    #list .right .date {
      position: absolute;
      color: #999999;
      font-size: 16px;
      bottom: 30px;
      left: 0; }
      @media screen and (max-width: 1200px) {
        #list .right .date {
          font-size: 14px;
          display: none; } }
  #list .no-img .right {
    width: 100%;
    height: auto; }
    #list .no-img .right .date {
      position: relative;
      bottom: auto; }

#article {
  box-sizing: border-box;
  background: linear-gradient(rgba(255, 255, 255, 0.6), #fff);
  padding: 40px 50px;
  margin-top: 40px;
  font-size: 20px; }
  @media screen and (max-width: 1200px) {
    #article {
      margin-top: 0;
      padding: 0.4rem 0.5rem;
      font-size: 16px; } }
  #article .top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 1200px) {
      #article .top {
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem; } }
  #article .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media screen and (max-width: 1200px) {
      #article .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0.1rem; } }
  #article .date {
    text-align: center;
    color: #999999;
    font-size: 18px; }
    @media screen and (max-width: 1200px) {
      #article .date {
        font-size: 16px; } }
  #article .article img {
    max-width: 100% !important;
    margin: 30px auto; }
    @media screen and (max-width: 1200px) {
      #article .article img {
        margin: 0.3rem auto; } }
  #article .article video {
    width: 100%;
    margin: 30px auto;
    background: #666; }
    @media screen and (max-width: 1200px) {
      #article .article video {
        margin: 0.3rem auto; } }

/*# sourceMappingURL=style.css.map */
