@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.41285;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #FFF;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

img {
  border-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.bodyhid {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

.bodyhid2 {
  width: 100%;
  height: 100% !important;
  overflow: hidden !important;
}

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

/* .clear {
	clear: both;
} */
::before,
::after {
  content: "";
  position: absolute;
}

.clear::after, .clear::before {
  position: relative;
  height: 0;
  content: "";
  display: block;
  clear: both;
}

.container {
  max-width: 1680px;
  padding: 0 10px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container::after {
  content: "";
  position: relative;
  clear: both;
  display: block;
}

/* function.css */
/* 禁止选中文本 */
.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* 浮动 */
.fl, .subpage-picList-item, .subpage-list-item p, .subpage .location .name, .subpage-l, .footer-info .l, .footer-l, .tzgg-l, .news-pic, .news-l, .normal-title .name {
  float: left;
}

.fr, .subpage-list-item span, .subpage .location-wrap, .subpage-r, .footer-info .r, .footer-r, .tzgg-r, .news-r, .normal-title .more {
  float: right;
}

.cf {
  zoom: 1;
}
.cf :after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* 宽度 */
.w100 {
  width: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

/* 元素类型 */
/*文字排版、颜色*/
.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.wn {
  /* 强制不换行 */
  word-wrap: normal;
  white-space: nowrap;
}

.wb {
  /* 强制换行 */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

/* 保持空白序列*/
.wp {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .subpage-picList-item .content p, .subpage-list-item p, .rydw .swiper-slide .content p, .news-list-item p, .normal-list-item .title, .a {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* 溢出样式 */
/* 定位方式 */
.ps {
  position: static;
}

.pr {
  position: relative;
  zoom: 1;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

/* 垂直对齐方式 */
/* 鼠标样式 */
/* flex布局 */
.df-sb, .header .nav-wrap, .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.df-sb::before, .header .nav-wrap::before, .header-wrap::before, .df-sb::after, .header .nav-wrap::after, .header-wrap::after {
  content: normal;
}
.df-sb > *, .header .nav-wrap > *, .header-wrap > * {
  float: left;
}

/* ie11-失效原因 */
.df-sa {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.df-sa::before, .df-sa::after {
  content: normal;
}
.df-sa > * {
  float: left;
}

/* 垂直居中 */
.df-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tb-c {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.ts-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ts-mc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ts-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ts-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 辅助 */
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #DCE7E1;
  border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #006125;
}

/* 滤镜 */
/* 模糊 */
/* 高亮 */
/* 鲜艳 */
/* 黑白 */
/* 颜色反转50% */
/* 颜色反转100% */
/* 白色滤镜 */
/* 生动鲜艳 */
/* 灰褐 */
/* 阴影效果 */
/*title提示框美化样式*/
.tooltip {
  font-size: 12px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  opacity: 0.8;
  font-family: Microsoft Yahei;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 6px dashed #000;
  top: 0;
  left: 20%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-arrow-n {
  border-bottom-color: #6F8EC5;
}

.tipsy-inner {
  background-color: #6F8EC5;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
}

.menu-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  transition: 0.3s;
  background: linear-gradient(135deg, #23ADB2, #329FDA);
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.2);
  z-index: 999;
}

.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.menu-button.cross {
  background: #1CAAAF;
  background: linear-gradient(135deg, #ACCE22, #1CAAAF);
}

.cross .bar:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

body.bodyhid {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@font-face {
  font-family: "sy-h";
  src: url(../fonts/SOURCEHANSERIFCN-HEAVY-4.OTF);
}
.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f24 {
  font-size: 24px;
}

.image {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.en {
  text-transform: uppercase;
}

.block {
  display: block;
}

.w12 {
  width: 1200px;
  margin: auto;
}

.w13 {
  width: 1300px;
  margin: auto;
}

.w136 {
  width: 1360px;
  margin: auto;
}

.w14 {
  width: 1400px;
  margin: auto;
}

.w145 {
  width: 1450px;
  margin: auto;
}

@media screen and (max-width: 1450px) {
  .w145 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .w14 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .w12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.w17 {
  width: 1700px;
  margin: auto;
}

.ab2center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.obj2cov, .img2scl img, .subpage-picList-item .pic img, .rydw .swiper-slide .pic img, .news-pic .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img2scl, .subpage-picList-item .pic, .rydw .swiper-slide .pic, .news-pic .pic {
  overflow: hidden;
}
.img2scl img, .subpage-picList-item .pic img, .rydw .swiper-slide .pic img, .news-pic .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.img2scl:hover img, .subpage-picList-item .pic:hover img, .rydw .swiper-slide .pic:hover img, .news-pic .pic:hover img {
  transform: scale(1.2);
}

@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }
  70% {
    opacity: 0.65;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 97, 37, 0.6), 0 0 0 10px rgba(0, 97, 37, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 97, 37, 0.3), 0 0 0 20px rgba(0, 97, 37, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 97, 37, 0.6), 0 0 0 10px rgba(0, 97, 37, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 97, 37, 0.3), 0 0 0 20px rgba(0, 97, 37, 0);
  }
}
.menu {
  position: fixed;
  top: 3px;
  right: 0;
  transform: scale(0.65, 0.65);
  z-index: 950;
  width: 60px;
  height: 60px;
  background: #fff;
  animation: ripple_4 1s linear infinite;
  border-radius: 50%;
  cursor: pointer;
}
.menu1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu1 span {
  position: absolute;
  width: 28px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu1 span:before {
  width: 4px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
  background: #006125;
}
.menu1 span::after {
  right: 0;
  top: 0;
  width: 22px;
  height: 100%;
  border-radius: 50px;
  background: #006125;
}
.menu1 span:nth-child(1) {
  margin-top: -9px;
}
.menu1 span:nth-child(3) {
  margin-top: 9px;
}
.menu.cross {
  animation-name: ripple_5;
}
.menu.cross .menu1 span {
  margin: 0;
}
.menu.cross .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.cross .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.cross .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.cross .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.cross .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}
/* Bounce To Top */
@keyframes and_none1 {
  from {
    transform: scale3d(1.1, 1.1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
    /* 跳跃的起点和终点 */
  }
  25% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(-30px);
    /* 在跳跃的中间点向上移动一些 */
  }
}
.header {
  position: relative;
  border-top: 6px solid #006125;
}
.header-wrap {
  height: 110px;
}
.header .search-box form {
  position: relative;
  width: auto;
  display: block !important;
}
.header .search-box form:hover .search-txt {
  display: block;
  animation: fadeInLeft 0.5s;
  opacity: 1;
  right: 30px;
}
.header .search-txt {
  width: 200px;
  height: 30px;
  background-color: #006125;
  border: none;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 100px;
  display: none;
  opacity: 0;
}
.header .search-txt::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.header .search-txt::placeholder {
  color: #fff;
  font-size: 14px;
}
.header .search-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/icon-search.png) no-repeat center;
}
.header .nav {
  height: 60px;
  background-color: rgba(0, 97, 37, 0.878);
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
.header .nav-wrap {
  height: 100%;
}
.header .nav-item {
  flex: 1;
  line-height: 36px;
  position: relative;
}
.header .nav-item > a {
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.header .nav-item > a::after {
  opacity: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .nav-item:hover > a::after {
  width: 40px;
  opacity: 1;
}
.header .nav-item:hover .nav-sub {
  display: block;
  animation: fadeInUp 0.5s;
}
.header .nav-sub {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin: auto;
  padding: 0.78vw 1vw;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 3px;
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}
.header .nav-sub a {
  color: #fff;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.header .nav-sub a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .nav-sub a:hover {
  font-weight: bold;
  border-color: #fff;
}

.banner .swiper-slide {
  height: 485px;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-button-prev, .banner .swiper-button-netx {
  width: 21px;
  height: 43px;
}
.banner .swiper-button-prev {
  left: 60px;
  background: url(../images/icon-left.png) no-repeat center;
}
.banner .swiper-button-next {
  right: 60px;
  background: url(../images/icon-right.png) no-repeat center;
}
.banner .swiper-pagination span {
  background-color: #fff;
}

.normal-title {
  line-height: 30px;
  overflow: hidden;
  color: #006125;
  position: relative;
  border-bottom: 1px solid rgba(0, 97, 37, 0.2);
  padding-bottom: 10px;
}
.normal-title::after {
  width: 96px;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #006125;
}
.normal-title .name {
  font-size: 24px;
}
.normal-title .more {
  color: #006125;
  background: url(../images/icon-link.png) no-repeat left center;
  font-size: 14px;
  padding-left: 26px;
}
.normal-list {
  margin-top: 20px;
}
.normal-list-item {
  padding: 9px 0;
  display: block;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-list-item .title {
  font-size: 18px;
  color: #1c1c1c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-list-item .time {
  margin-top: 12px;
  font-size: 14px;
  color: #aaaaaa;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.normal-list-item .time::after {
  left: 99px;
  width: calc(100% - 99px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  background-color: #eeeeee;
}
.normal-list-item:hover {
  background-color: #006125;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.normal-list-item:hover .title,
.normal-list-item:hover .time {
  color: #fff;
}
.normal-list-item:hover .title {
  animation: fadeIn 0.5s;
  font-weight: bold;
}
.normal-list-item:hover .time::after {
  width: calc(100% - 110px);
  background-color: #fff;
}

.news {
  padding-top: 26px;
  background-color: #f9fcfb;
  padding-bottom: 40px;
}
.news-wrap {
  margin-top: 20px;
}
.news-l {
  width: calc(60% + 40px);
}
.news-pic {
  background-color: #fff;
  width: calc(50% - 20px);
  margin-right: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-pic .pic {
  width: 100%;
  height: 240px;
}
.news-pic .content {
  padding-left: 24px;
  padding-right: 30px;
  padding-top: 23px;
  padding-bottom: 64px;
}
.news-pic .title {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1c1c1c;
  min-height: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-pic .time {
  margin-top: 13px;
  color: #aaaaaa;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-pic .more {
  margin-top: 8px;
  text-align: right;
  float: right;
  color: #1c1c1c;
  font-size: 14px;
  background: url(../images/icon-more1.png) no-repeat left center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding-left: 32px;
}
.news-pic:hover {
  box-shadow: 0 0 10px rgba(0, 97, 37, 0.5);
  transform: translateY(-10px);
}
.news-pic:hover .title {
  animation: fadeIn 0.5s;
  font-weight: bold;
  color: #006125;
}
.news-r {
  width: calc(40% - 40px);
}
.news-list {
  background-color: #fff;
}
.news-list-item {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 23px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item:first-child {
  margin-top: 0;
}
.news-list-item:last-child {
  border: none;
}
.news-list-item p {
  font-size: 18px;
  color: #1c1c1c;
  margin-bottom: 9px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item span {
  color: #aaaaaa;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news-list-item:hover {
  background-color: #006125;
}
.news-list-item:hover p {
  animation: fadeInUp 0.5s;
  font-weight: bold;
}
.news-list-item:hover p,
.news-list-item:hover span {
  color: #fff;
}

.zxjj {
  position: relative;
  height: 640px;
  overflow: hidden;
}
.zxjj .bg {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}
.zxjj-wrap {
  margin-top: 55px;
}
.zxjj-wrap .name {
  font-size: 24px;
  line-height: 30px;
  color: #006125;
}
.zxjj-wrap .content {
  margin-top: 18px;
  width: 50%;
  padding-right: 2.6vw;
  text-align: justify;
  font-size: 18px;
  line-height: 2;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-indent: 2em;
}
.zxjj-wrap .more {
  width: 160px;
  line-height: 40px;
  border-width: 1px;
  border-color: rgb(0, 97, 37);
  border-style: solid;
  border-radius: 20px;
  font-size: 14px;
  background: url(../images/icon-link.png) no-repeat left center;
  color: #006125;
  padding-left: 66px;
  background-position-x: 40px;
  margin-top: 18px;
}
.zxjj .zzjg {
  position: relative;
  margin-top: 57px;
  height: 240px;
}
.zxjj .zzjg::after {
  position: absolute;
  width: 1080px;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 97, 37, 0.878);
  overflow: hidden;
}
.zxjj .zzjg-wrap {
  position: relative;
  z-index: 2;
  padding-top: 35px;
}
.zxjj .zzjg-wrap > * {
  width: 56.6666%;
}
.zxjj .zzjg-wrap .normal-title {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.zxjj .zzjg-wrap .normal-title::after {
  background-color: #fff;
}
.zxjj .zzjg-wrap .normal-title .more {
  color: #fff;
  background-image: url(../images/icon-link-w.png);
}
.zxjj .zzjg-wrap .content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-indent: 2em;
}

.tzgg {
  padding-top: 35px;
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
}
.tzgg-l, .tzgg-r {
  width: calc(50% - 20px);
}
.rydw {
  padding-top: 35px;
  padding-bottom: 40px;
}
.rydw-banner {
  margin-top: 20px;
}
.rydw .swiper-pagination {
  display: none;
}
.rydw .swiper-slide {
  width: 180px;
}
.rydw .swiper-slide .pic {
  width: 100%;
  height: 220px;
}
.rydw .swiper-slide .content {
  overflow: hidden;
  height: 140px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  padding-top: 19px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.rydw .swiper-slide .content p {
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  color: #006125;
}
.rydw .swiper-slide .content p.name {
  color: #322f2f;
}
.rydw .swiper-slide .content p.name + div {
  margin-top: 0;
}
.rydw .swiper-slide .content .name {
  color: #322f2f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.rydw .swiper-slide .content > div {
  margin-top: 8px;
}
.rydw .swiper-slide:hover .content {
  background-color: #006125;
  transform: translateY(-20px);
}
.rydw .swiper-slide:hover .content p,
.rydw .swiper-slide:hover .content .name {
  color: #fff;
}
.rydw .swiper-button-prev, .rydw .swiper-button-next {
  width: 24px;
  height: 48px;
  margin-top: 0;
  transform: translateY(-50%);
}
.rydw .swiper-button-prev {
  left: 0;
  background: url(../images/icon-left2.png) no-repeat center;
}
.rydw .swiper-button-next {
  right: 0;
  background: url(../images/icon-right2.png) no-repeat center;
}

.footer {
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: cover;
  padding-top: 30px;
}
.footer-wrap * {
  color: rgba(255, 255, 255, 0.6);
}
.footer-wrap .name {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  margin-bottom: 5px;
}
.footer-wrap .name::after {
  width: 16px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.footer-wrap p {
  font-size: 15px;
  line-height: 32px;
}
.footer-l {
  width: 303px;
}
.footer-r {
  width: calc(100% - 303px);
  padding-left: 7.135vw;
}
.footer-r .links {
  max-height: 96px;
  overflow-y: auto;
}
.footer-r a {
  font-size: 15px;
  line-height: 32px;
  margin-right: 1vw;
  position: relative;
}
.footer-r a::after {
  width: 0;
  left: 0;
  height: 1px;
  opacity: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer-r a:hover::after {
  width: 100%;
  opacity: 1;
}
.footer-info {
  margin-top: 20px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.161);
}
.footer-info * {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.menu {
  display: none;
}

.subpage {
  background: url(../images/subpage-bg.png) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 130px;
}
.subpage-l {
  position: relative;
  top: -100px;
  width: 260px;
  z-index: 2;
}
.subpage-l .name {
  height: 100px;
  font-size: 30px;
  color: #fff;
  background-color: #006125;
  text-align: center;
  line-height: 100px;
}
.subpage-nav {
  width: 100%;
}
.subpage-nav-item {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  position: relative;
}
.subpage-nav-item i {
  position: absolute;
  right: 10px;
  top: 29px;
  background: url(../images/icon-add.png) no-repeat center;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-nav-item:last-child {
  border-bottom: none;
}
.subpage-nav-item > a {
  color: #333333;
  padding-left: 40px;
  display: block;
  width: 100%;
  line-height: 80px;
  background-color: #f5f5f5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-nav-item.on > a, .subpage-nav-item:hover > a {
  animation: fadeIn 0.5s;
  font-weight: bold;
  color: #006125;
}
.subpage-nav-item.on .subpage-nav-sub, .subpage-nav-item:hover .subpage-nav-sub {
  display: block;
  animation: fadeInUp 0.5s;
}
.subpage-nav-item.on i, .subpage-nav-item:hover i {
  transform: rotate(90deg);
}
.subpage-nav-sub {
  display: none;
  padding: 10px 10px;
  background-color: #e6e6e6;
}
.subpage-nav-sub a {
  font-size: 16px;
  color: #333333;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-nav-sub a:last-child {
  border-bottom: none;
}
.subpage-nav-sub a:hover, .subpage-nav-sub a.on {
  background-color: #fff;
  color: #006125;
  font-weight: bold;
}
.subpage-r {
  width: calc(100% - 260px);
  padding-left: 2.0833vw;
}
.subpage .location {
  margin-top: 27px;
  overflow: hidden;
  line-height: 30px;
  border-bottom: 2px solid #006125;
  padding-bottom: 17px;
}
.subpage .location .name {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.subpage .location-wrap {
  font-size: 14px;
  color: #777777;
}
.subpage .location-wrap a {
  color: #777777;
}
.subpage .location-wrap a:hover {
  color: #006125;
  font-weight: bold;
  animation: fadeIn 0.5s;
}
.subpage-list {
  margin-top: 20px;
}
.subpage-list-item {
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #333333;
  font-size: 18px;
  padding: 11px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-list-item p {
  width: calc(100% - 120px);
  padding-left: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: url(../images/icon-li.png) no-repeat left center;
}
.subpage-list-item span {
  color: #999999;
}
.subpage-list-item:hover {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 97, 37, 0.5);
}
.subpage-list-item:hover p {
  animation: fadeIn 0.5s;
  font-weight: bold;
  color: #006125;
}
.subpage-list #page {
  margin-top: 10px;
}
.subpage .lxwm {
  padding-top: 10px;
}
.subpage .lxwm p {
  font-size: 18px;
  line-height: 2;
  color: #333333;
  margin-top: 20px;
}
.subpage .lxwm #map {
  margin-top: 30px;
  width: 100%;
  height: 320px;
}
.subpage-picList {
  margin-top: 30px;
}
.subpage-picList-item {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  width: 180px;
  margin-right: 59.9px;
  margin-bottom: 30px;
  margin-top: 9px;
}
.subpage-picList-item:nth-child(4n) {
  margin-right: 0;
}
.subpage-picList-item .pic {
  width: 100%;
  height: 220px;
}
.subpage-picList-item .content {
  overflow: hidden;
  height: 140px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  padding-top: 19px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-picList-item .content p {
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  color: #006125;
}
.subpage-picList-item .content p.name {
  color: #322f2f;
}
.subpage-picList-item .content p.name + div {
  margin-top: 0;
}
.subpage-picList-item .content .name {
  color: #322f2f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.subpage-picList-item .content > div {
  margin-top: 8px;
}
.subpage-picList-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 97, 37, 0.5);
}
.subpage-picList-item:hover .content {
  background-color: rgba(0, 97, 37, 0.8);
}
.subpage-picList-item:hover .content p,
.subpage-picList-item:hover .content .name {
  color: #fff;
}
.subpage-picList #page {
  margin-top: 0 !important;
}

#page {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
}
#page * {
  margin-top: 5px !important;
}
#page .p_pages {
  display: inline-block;
  height: auto;
}
#page .p_pages * {
  vertical-align: baseline !important;
  color: #6a6868 !important;
}
#page .p_pages span {
  font-size: 15px;
  color: #6a6868 !important;
  background-color: rgba(0, 97, 37, 0.102) !important;
}
#page .p_pages span.p_no, #page .p_pages span.p_fun {
  border-radius: 5px !important;
  line-height: 34px !important;
  height: 34px !important;
  color: #6a6868;
  background-color: rgba(0, 97, 37, 0.102) !important;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 0 3px;
  border: none !important;
}
#page .p_pages span.p_no a, #page .p_pages span.p_fun a {
  padding: 0 15px !important;
  display: inline-block;
  line-height: 34px !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
#page .p_pages span.p_no:hover a, #page .p_pages span.p_fun:hover a {
  color: #fff !important;
  background-color: transparent !important;
}
#page .p_pages span.p_no_d, #page .p_pages span:hover {
  background-color: #006125 !important;
  color: #fff !important;
}
#page .p_pages .p_fun_d,
#page .p_pages .p_no_d {
  padding: 0 15px !important;
  display: inline-block;
  border-radius: 5px !important;
  height: 34px !important;
  line-height: 34px !important;
  margin: 0 3px;
  border: none !important;
}
#page .p_t {
  line-height: 34px !important;
  font-size: 15px !important;
}
#page .p_goto {
  color: #6a6868 !important;
  font-size: 15px !important;
}
#page .p_goto input {
  border: none !important;
  width: 48px !important;
  height: 34px !important;
  line-height: 34px !important;
  border: none !important;
  border-radius: 5px !important;
  background-color: rgba(0, 97, 37, 0.102) !important;
  color: #6a6868 !important;
}
#page .p_goto a {
  border: none !important;
  height: auto !important;
  border-radius: 5px !important;
  line-height: 34px !important;
  background-color: #006125 !important;
  color: #fff !important;
  padding: 0 15px !important;
}

.article {
  margin-top: 50px;
}
.article-t {
  padding-bottom: 36px;
  background: url(../images/article-t-bg.png) repeat-x bottom center;
}
.article-t .info {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #777777;
}
.article-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  color: #333333;
  text-align: center;
}
.article-wrap {
  margin-top: 10px;
  overflow: hidden;
}
.article-wrap p {
  margin-top: 20px;
  font-size: 18px;
  text-align: justify;
  line-height: 2;
}
.article-wrap img {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 1200px) {
  .subpage-picList-item {
    width: 23%;
    margin-right: 2.666%;
  }
}
@media screen and (max-width: 900px) {
  .header-wrap {
    display: block;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .logo {
    width: 100%;
    float: none;
  }
  .header .logo a,
  .header .logo img {
    display: block;
    width: 100%;
  }
  .header .search {
    width: 100%;
  }
  .header .search-box {
    margin-top: 10px;
    float: none;
  }
  .header .search-box form {
    width: 60%;
    background-color: #eeeeee;
    padding: 8px 10px;
    border-radius: 10px;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .search-box form:hover {
    width: 100%;
  }
  .header .search-box form:hover .search-txt {
    animation: none;
  }
  .header .search-txt {
    width: calc(100% - 30px);
    display: block;
    opacity: 1;
    left: 0;
    position: relative;
    background-color: rgba(0, 97, 37, 0.8);
  }
  .header .search-btn {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header .nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .nav-wrap {
    padding-top: 30px;
    display: block;
    width: 400px;
    margin-left: 0;
    background-color: #006125;
    padding-left: 20px;
    height: 100vh;
    overflow-y: auto;
  }
  .header .nav-item {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid white;
  }
  .header .nav-item > a {
    color: #fff;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header .nav-item > a::after {
    width: 40px;
    background-color: #fff;
    height: 2px;
    left: 0;
    bottom: -1px;
    opacity: 1;
    right: auto;
  }
  .header .nav-item:hover .nav-sub {
    animation: none;
  }
  .header .nav-sub {
    display: block;
    position: static;
    padding: 20px 10px;
    background-color: transparent;
    overflow: hidden;
    box-shadow: none;
  }
  .header .nav-sub a {
    width: 50%;
    float: left;
    color: #fff;
    text-align: left;
    border-bottom: none;
  }
  .menu {
    display: block;
  }
  .subpage-picList-item {
    width: 32%;
    margin-right: 2%;
  }
  .subpage-picList-item:nth-child(4n) {
    margin-right: 2%;
  }
  .subpage-picList-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-wrap {
    padding-bottom: 20px;
  }
  .header .search-box form {
    width: 100%;
  }
  .banner .swiper-slide {
    height: 68vw;
  }
  .banner .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    display: none;
  }
  .news {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
  .news-l, .news-r {
    width: 100%;
    float: none;
  }
  .news-pic {
    width: calc(50% - 10px);
  }
  .news-pic:last-child {
    margin-right: 0;
  }
  .news-pic .pic {
    height: 31vw;
  }
  .news-pic .content {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 2.3vw;
    padding-bottom: 6.5vw;
  }
  .news-pic .title {
    font-size: 16px;
    min-height: 45px;
  }
  .news-pic .time {
    font-size: 12px;
    margin-top: 2vw;
  }
  .news-pic .more {
    font-size: 12px;
  }
  .news-r {
    margin-top: 4vw;
  }
  .news-list-item {
    padding: 10px;
  }
  .news-list-item p {
    font-size: 16px;
    margin-bottom: 1vw;
  }
  .news-list-item span {
    font-size: 12px;
  }
  .normal-title {
    padding-bottom: 6px;
  }
  .normal-title .name {
    font-size: 20px;
  }
  .normal-title .more {
    font-size: 12px;
  }
  .normal-list {
    margin-top: 2vw;
  }
  .normal-list-item .title {
    font-size: 16px;
  }
  .normal-list-item .time {
    margin-top: 2vw;
    font-size: 12px;
  }
  .zxjj {
    height: auto;
  }
  .zxjj .bg {
    display: none;
  }
  .zxjj-wrap {
    margin-top: 6vw;
  }
  .zxjj-wrap .content {
    width: 100%;
    font-size: 16px;
  }
  .zxjj-wrap .name {
    font-size: 20px;
  }
  .zxjj-wrap .more {
    width: 140px;
    line-height: 30px;
    font-size: 12px;
    padding-left: 56px;
    background-position-x: 30px;
  }
  .zxjj .zzjg {
    height: auto;
    padding-bottom: 4vw;
    margin-top: 6vw;
  }
  .zxjj .zzjg-wrap {
    padding-top: 4vw;
  }
  .zxjj .zzjg-wrap > * {
    width: 100%;
  }
  .zxjj .zzjg-wrap .content {
    font-size: 16px;
    margin-top: 2vw;
  }
  .tzgg {
    padding-top: 4vw;
  }
  .tzgg-l, .tzgg-r {
    width: 100%;
    float: none;
  }
  .tzgg-r {
    margin-top: 4vw;
  }
  .rydw .swiper-slide .content {
    height: 120px;
    padding-top: 2vw;
    font-size: 13px;
  }
  .footer {
    padding-top: 3vw;
  }
  .footer .name {
    font-size: 16px;
  }
  .footer-wrap p,
  .footer-wrap a {
    font-size: 12px;
    line-height: 24px;
  }
  .footer-r .links {
    max-height: 72px;
  }
  .footer-info {
    margin-top: 2vw;
    line-height: 30px;
  }
  .footer-info * {
    font-size: 12px;
  }
  .subpage {
    padding-bottom: 13vw;
  }
  .subpage-l, .subpage-r {
    width: 100%;
    float: none;
  }
  .subpage-l {
    top: -40px;
  }
  .subpage-l .name {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }
  .subpage-r {
    margin-top: -2vw;
    padding-left: 0;
  }
  .subpage-nav-item {
    font-size: 16px;
  }
  .subpage-nav-item i {
    top: 20px;
  }
  .subpage-nav-item > a {
    line-height: 60px;
  }
  .subpage .location {
    margin-top: 3vw;
    padding-bottom: 10px;
  }
  .subpage .location .name {
    font-size: 22px;
  }
  .subpage .location-wrap {
    font-size: 13px;
  }
  .subpage-list {
    margin-top: 2vw;
  }
  .subpage-list-item {
    font-size: 16px;
    padding: 6px 0;
  }
  .subpage-list-item:hover {
    padding: 6px 10px;
  }
  .subpage .lxwm p {
    font-size: 16px;
    margin-top: 2vw;
  }
  .subpage .lxwm #map {
    margin-top: 4vw;
  }
  .subpage-picList-item .pic {
    height: 40vw;
  }
  .subpage-picList-item .content {
    height: 120px;
    padding-top: 2vw;
    font-size: 13px;
  }
  .article-wrap p {
    margin-top: 2vw;
    font-size: 16px;
  }
  #page {
    margin-top: 4vw;
    font-size: 13px;
  }
  #page .p_pages span {
    font-size: 13px;
  }
  #page .p_pages span.p_no, #page .p_pages span.p_fun {
    border-radius: 2px !important;
    line-height: 28px !important;
    height: 28px !important;
  }
  #page .p_pages span.p_no a, #page .p_pages span.p_fun a {
    padding: 0 10px !important;
    display: inline-block;
    line-height: 28px !important;
  }
  #page .p_pages .p_fun_d,
  #page .p_pages .p_no_d {
    padding: 0 10px !important;
    border-radius: 3px !important;
    height: 28px !important;
    line-height: 28px !important;
  }
  #page .p_t {
    line-height: 28px !important;
    font-size: 13px !important;
  }
  #page .p_goto input {
    width: 38px !important;
    height: 28px !important;
    line-height: 28px !important;
    border-radius: 3px !important;
  }
  #page .p_goto a {
    border-radius: 3px !important;
    line-height: 28px !important;
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 500px) {
  .news-pic {
    width: 100%;
    margin: auto;
  }
  .news-pic .pic {
    height: 50vw;
  }
  .news-pic .content {
    padding-bottom: 40px;
  }
  .news-pic:last-child {
    margin-top: 4vw;
  }
  .footer-l {
    width: 100%;
    text-align: center;
  }
  .footer-l .name {
    display: none;
  }
  .footer-r {
    display: none;
  }
  .footer-info * {
    line-height: 24px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .subpage .location .name, .subpage .location-wrap {
    float: none;
    width: 100%;
  }
  .subpage .location .name {
    padding-bottom: 6px;
    margin-bottom: 1vw;
    border-bottom: 1px solid rgba(0, 97, 37, 0.7176470588);
  }
  .subpage-picList-item {
    width: 48.5%;
    margin-right: 3%;
  }
  .subpage-picList-item:nth-child(4n), .subpage-picList-item:nth-child(3n) {
    margin-right: 3%;
  }
  .subpage-picList-item:nth-child(2n) {
    margin-right: 0;
  }
  .subpage-picList-item .pic {
    height: 60vw;
  }
}
@media screen and (max-width: 400px) {
  .rydw .swiper-slide .pic {
    height: 55vw;
  }
  .header .nav-wrap {
    width: 100%;
    padding-left: 10px;
  }
}/*# sourceMappingURL=index.css.map */
