@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
}
.header a:visited,.footer a:visited{
color:#fff
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.wp_articlecontent img {
  display: inline-block;
  width: auto;
height: inherit;
}

body {
  font-size: 0.18rem;
  font-family: "Microsoft YaHei", "Arial", "sans-serif";
}
.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.container {
  width: 90%;
  max-width: 16rem;
  margin: 0 auto;
}

.header {
  background-color: #007a49;
  background-image: url(../img/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topbar {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem 0;
  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;
}

.logo-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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.logo-box .yx-box {
  width: 5.2rem;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo-box .yuan-logo-box {
  width: 3.63rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-fixed .topbar{
padding:0.24rem 0
}
.header-fixed .logo-box .yx-box{
width:3.7rem
}
.header-fixed .logo-box .yuan-logo-box {
width:2.3rem
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
}
.fixed .topbar {
  padding: 0.2rem 0;
}
.fixed .yx-box {
  width: 4.2rem;
}
.fixed .yuan-logo-box {
  width: 3rem;
}

/*.fixed-content {
  position: fixed;
  top: 7.84rem;
  left: 0;
  right: 0;
  bottom: 0;
}*/

.fixed-padding {
  padding-top: 1.5rem;
  top: 0;
  overflow: auto;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  color: #fff;
}

.search-box {
  width: 2rem;
  max-width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.25rem;
  line-height: 0.25rem;
  margin-right: 0.12rem;
}

.s-keyword {
  border: 0.01rem solid #ccc;
  border-radius: 0.24rem 0 0 0.24rem;
  padding: 0 0.12rem;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

.search-submit-btn {
  background: #e6c24e;
  /*linear-gradient(to right, #84c175, #4caf50)*/
  border: 0;
  color: #fff;
  border-radius: 0 0.24rem 0.24rem 0;
  padding: 0 0.06rem;
  line-height: 0;
  width: 0.4rem;
  cursor: pointer;
}

.s-home-link {
  font-size: 0.17rem;
}

.nav-bar {
  display: none;
  background-color: #2fa161;
  position: relative;
}
.nav-bar ul.nav {
  margin: 0;
  padding: 0;
  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;
}
.nav-bar ul.nav li.nav-item {
  position: relative;
  text-align: center;
  margin: 0;
  list-style: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.18rem;
flex:1;
white-space:nowrap
}
.nav-bar ul.nav li.nav-item:hover {
  background-color: #79BF62;
}
.nav-bar ul.nav li.nav-item:hover .sub-nav {
  background: #79BF62;
}
.nav-bar .sub-nav {
  font-size: 90%;
  width: 100%;
  color: rgb(240, 240, 240);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  padding: 0;
  display: none;
}
.nav-bar .sub-nav li {
  font-weight: normal;
}
.nav-bar .sub-nav li:hover {
  background-color: #02995d;
}
.nav-bar .sub-nav-item {
  position: relative;
}
.nav-bar .sub-nav-item .sub-nav {
  display: none;
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.nav-bar a {
  padding: 0.1rem;
  color: inherit;
  text-decoration: none;
  display: block;
}
.nav-bar .navlist {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  background: rgba(23, 125, 59, 0.7);
  color: #fff;
  display: none;
}
.nav-bar .nav_list1 {
  visibility: hidden;
  font-size: 90%;
}
.nav-bar .navlist-li {
  float: left;
}

.footer {
  background-color: #007a49;
  color: #fff;
  padding: 0.4rem 0;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
align-items:center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foot-l {
  width: 6.7rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0.7rem 0 0;
}
.foot-l p{
margin:0.1rem 0
}
.f-logo-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;
  margin-bottom: 0.1rem;
}
.f-logo-box img:first-child {
  width: 46%;
}
.f-logo-box img:last-child {
  width: 50%;
}

.ewm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ewm-box .ewm-item {
  width: 1.3rem;
/*  margin-left: 0.25rem;*/
}
.ewm-box .ewm-item img{
width:80%;
margin:auto
}
.ewm-box .ewm-text {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.5;
}

.g-nav2 {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #007a49;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 980px) {
  a.navA {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(25%, -50%);
            transform: translate(25%, -50%);
    right: 0;
    background-size: 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/navA.png) no-repeat center;
    background-size: contain;
  }
  .g-nav2 .scroll {
    position: static;
    overflow-y: auto;
    /* 留出按钮的位置 */
    padding-top: 1.7rem;
  }
  .g-nav2 .scroll ul {
    max-width: 17.85rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-nav2 .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(255, 255, 255, 0.13) solid 0.01rem;
  }
  .g-nav2 .scroll li .h2,
  .g-nav2 .scroll li .h2-only {
    font-size: 0.36rem;
    line-height: 1rem;
    padding-left: 0.5rem;
    position: relative;
  }
  .g-nav2 .scroll li a {
    color: #fff;
  }
  /* 二级导航 */
  .g-nav2 .scroll li .sub-nav {
    padding: 0 0 0 0.5rem;
    display: none;
  }
  .g-nav2 .scroll li .sub-nav .sub-nav-item {
    font-size: 0.3rem;
    line-height: 0.96rem;
    border-top: rgba(255, 255, 255, 0.13) solid 0.01rem;
  }
  .g-nav2 .scroll li .sub-nav .sub-nav-item:nth-child(1) {
    border: 0;
  }
  /* 二级导航下拉箭头 */
  .g-nav2 .scroll li .h2:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0.5rem;
    width: 0.5rem;
    height: 100%;
    content: "";
    background: url(../img/down.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
  }
  /* 三级导航 */
  .g-nav2 .scroll li .sub-nav dl {
    margin-left: -0.5rem;
    padding: 0 0.2rem 0.3rem 0;
    margin-top: -0.1rem;
  }
  .g-nav2 .scroll li .sub-nav dd {
    font-size: 0.24rem;
    line-height: 0.6rem;
    min-width: 25%;
    padding-left: 0.5rem;
  }
  .g-nav2 .scroll li .sub-nav dd a {
    display: block;
    height: 0.6rem;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    -webkit-box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
  }
  #app {
    padding-top: 1.45rem;
  }
  /* 显示导航 */
  body.navShow {
    overflow: hidden;
  }
  body.navShow .g-nav2 {
    opacity: 1;
    visibility: visible;
  }
  .fixed-content {
    position: static;
  }
  .fixed-padding {
    padding-top: 0;
  }
  body {
    font-size: 0.32rem;
  }
  .search-box {
    height: 0.4rem;
    width: 2.8rem;
  }
  .search-bar {
    font-size: 0.26rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .s-home-link {
    font-size: 0.32rem;
  }
  .footer .container {
    display: block;
  }
  .footer .foot-l {
    width: 100%;
    margin: 0;
  }
  .footer .ewm-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.2rem;
  }
  .footer .ewm-box .ewm-item {
    width: 1.6rem;
  }
  .fixed .topbar,
  .topbar {
    padding-right: 0.7rem;
  }
}
@media screen and (max-width: 800px) {
  .topbar {
    display: block;
  }
  .logo-box .yx-box {
    margin: 0;
    margin-left: 0.2rem;
  }
  #app {
    padding-top: 1.7rem;
  }
}
/* 所在位置 */
.col_metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #007a49;
}
.col_metas::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.01rem;
  background-color: #ccc;
}
.col_metas .col_title {
  background-color: #fff;
  padding-right: 0.2rem;
  z-index: 1;
}
.col_metas .col_path {
  z-index: 1;
font-weight:bold
}
.col_metas .col_path .path_name,
.col_metas .col_path a {
  padding: 0 0.06rem;
  margin-left: 0.1rem;
  background-color: #fff;
  color: #6dbd90;
}
.col_metas .col_path a:hover {
  color: #007a49;
}
.col_metas .col_path .possplit {
  display: none;
}

@media screen and (max-width: 800px) {
  .col_metas .col_path {
    font-size: 0.22rem;
  }
}