.submit {
    display: none;
}
.header .inner .active form div>i {
    display: none;
}
.header .inner .active .submit {
    display: flex;
    color: #fff;
background: none;
    border: none;
}
.right-location .main>p:nth-of-type(1) {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 22px;
  position: relative;
}
.right-location .main > p:nth-of-type(1)::after {
  content: "";
  width: 64px;
  height: 10px;
  background-color: rgba(0, 149, 77, 0.39);
  position: absolute;
  bottom: -3px;
  left: calc(50% - 32px);
}
/* 子页面侧边栏 */
.group > .main{
  padding: 40px 0;
}
.group > .main .inner {
  display: flex;
  justify-content: space-between;
}
.group > .main .inner .list-left {
  width: 240px;
  height: 100%;
  background-image: url(../static/home/list-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 34px;
}
.group {
  background: #fff !important;
}
.group > .main .inner .list-left .title {
  width: 100%;
  height: 92px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 29px;
  background: linear-gradient(97deg, #269B66 0%, #3FBE67 100%);
}
.group > .main .inner .list-left .title > span:nth-of-type(1) {
  font-size: 26px;
  font-weight: bold;
  font-family: '宋体';
  color: #fff;
}
.group > .main .inner .list-left .title > span:nth-of-type(2) {
  font-size: 12px;
  font-weight: bold;
  color: #00954d61;
}
.group > .main .inner .list-left .title > img {
  width: 114px;
  height: 92px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.group > .main .inner .list-left .item {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #555555;
  background-color: rgba(238, 248, 239, 1);
  position: relative;
  z-index: 100;
  cursor: pointer;
  border-bottom: 1px solid rgba(43, 176, 116, 0.212);
}
.group > .main .inner .list-left .item:hover span {
  border-left-color: #fff;
}
.group > .main .inner .list-left .item:hover {
  color: #fff;
  background-color: rgba(243, 142, 42, 1);
}
.group > .main .inner .list-left .active {
  color: #fff;
  background-color: rgba(243, 142, 42, 1);
}
.group > .main .inner .list-left .active span {
  border-left-color: #fff;
}
.group > .main .inner .list-left .item span {
  width: 0;
  border: 6px solid transparent;
  border-left-color: #2BA889;
  display: none;
}
.group > .main .inner .right-location {
  width: 950px;
}
.header .inner .search-icon::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
}
.banner-location a:hover{
color:#00954d;
}

.header .inner .search-icon.active::before {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
  /* 搜索 */
  .header .inner .search-icon.active::before {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .header .inner .search-icon {
    width: 30px;
    height: 30px;
    color: #007750;
    position: relative;
    z-index: 1000;
  }
.header .pc .top .inner .right{
    display: flex;
    align-items: center;
}
  .header .inner .search-border:hover {
    color: #F6A452;
    border: 1px solid #F6A452;
  }
  .header .inner .search-icon.active .search-border:hover {
    border: 1px solid #F6A452;
  }
  .header .inner .search-border {
    width: 30px;
    box-sizing: border-box;
    border: 1px solid #007750;
    height: 30px;
    border-radius: 36px;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    font-size: 34px;
    color: #007750;
  }
  .header .inner .search-input {
    display: none;
    width: calc(100% - 36px);
    height: 100%;
  }
  .header .inner .search-input input {
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: 0;
    float: left;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    background: rgba(255, 255, 255, 0);
  }
  .header .inner .search-input input::placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .header .inner .search-icon.active .search-border {
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #007750;
    height: 36px;
  }
  .header .inner .search-icon.active .search-border .search-input {
    display: block;
  }


.active .group {
    overflow: hidden;
  }
  
  /* 页头 */
  .header {
    position: relative;
    top: 0;
    border-top: 10px solid #00954d;
    width: 100%;
    height: 116px;
    background: #fff;
    z-index: 990;
  }
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 106px;
  }
  .header-nav {
    flex: none;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
  }
  .header-links {
    display: flex;
    align-items: center;
    padding-right: 14px;
  }
  .header-links a {
    color: #00954d;
    font-size: 14px;
  }
  .header-links a:nth-of-type(4)::after{
 width: 0px;
 margin: 0 10px;
}
  .header-links a::after {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0 20px;
    width: 1px;
    height: 16px;
    background: #00954d;
    content: "";
    cursor: default;
  }
.header-links a:hover{
   color:#F6A452;
}
  .header-links img {
    width: 16px;
    height: 16px;
  }
  .nav-container {
    display: flex;
  }
  .nav-item {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 22px;
  }
  .nav-item:hover {
    color: #007750;
    background: rgba(0, 149, 77, 0.06);
  }
  .nav-item a {
    display: inline-block;
    padding: 5px 12px;
    width: 100%;
    height: 100%;
  }
  .nav-list {
    position: absolute;
    left: 50%;
    top: 32px;
    opacity: 0;
    background: #fff;
    overflow: hidden;
    transform: scale(1, 0) translateX(-50%);
    transform-origin: top;
  }
  .nav-list a:nth-of-type(1){
    display: none !important;
  }
  .nav-item:hover .nav-list {
    opacity: 1;
    transform: scale(1, 1) translateX(-50%);
  }
  .nav-list a {
    padding: 16px;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.5s;
  }
  .nav-list a:hover {
    color: #fff;
    background: #00954d;
  }
  .arrow_btn {
    display: none;
    width: calc(100% - 200px);
    height: 60px;
    position: absolute;
    right: 5%;
    top: 0;
  }
  .arrow_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    margin: -7px 0 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    border-radius: 2px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
  .arrow_btn.active::before {
    transform: rotate(45deg);
  }
  
  /* 导航栏图标 */
  .header-menu {
    display: none;
  }
  .header-menu > span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    background: #00954d;
    border-radius: 2px;
    -webkit-transform-origin: 20px;
    transform-origin: 19px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      width 0.5s;
  }
  .header-menu > span:last-child {
    margin-bottom: 0;
  }
  .header-menu.active > span {
    opacity: 1;
    transform: rotate(45deg);
  }
  .header-menu.active > span:first-child {
    opacity: 1;
    transform: rotate(-45deg);
    position: relative;
    top: 1px;
  }
  .header-menu.active > span:nth-child(2) {
    width: 0;
    opacity: 0;
    transform: rotate(0);
    transition: width 0.5s;
  }
  
  /* 轮播 */
  .image-g {
    position: relative;
    height: 34.25vw;
    max-height: 650px;
    min-height: 300px;
    z-index: 50;
  }
  .image-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .image-inner.active {
    opacity: 1;
  }
  .image-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    z-index: 1;
  }
  .image-dots-list {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #ffffff;
    cursor: pointer;
  }
  .image-dots-list.active {
    width: 10px;
    height: 10px;
  }
  .image-dots-list.active::after {
    position: absolute;
    top: -5px;
    left: -5px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    content: "";
    box-sizing: border-box;
  }
  .image-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    width: 100%;
    transform: translateY(-50%);
  }
  .image-arrow img {
    max-width: 72px;
    min-width: 40px;
    width: 3.75vw;
    max-height: 72px;
    min-height: 40px;
    height: 3.75vw;
    cursor: pointer;
transition: all .1s linear;
  }
  
  /* 子页面 banner */
  .banner {
    position: relative;
    width: 100vw;
    height: 50vw;
    max-height: 435px;
    min-height: 300px;
  }
  .banner .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
  }
  .banner .inner img {
    margin-right: 12px;
    width: 18px;
    height: 20px;
  }
  .banner-title {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 49px;
  }
  .banner-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
    border-bottom: 4px solid #e8f7e4;
    align-items: center;
  }
  .banner-right>p:nth-of-type(1){
    height: 44px;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 5px solid #2bb074;
    color: #555555;
    font-family: '宋体';

  }
  .banner-menu {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
  }
  .banner-menu-item {
    margin-right: 46px;
    cursor: pointer;
padding:10px 15px;
  }
  .banner-menu-item.active {
    border-radius: 25px;
    padding: 10px 15px;
    background: #00954d;
  }
  .banner-location {
    display: flex;
    align-items: center;
  }
.banner-location span{
width: 3px;
    height: 3px;
    background-color: #999999;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
    display: inline-block;
}
.banner-location span:last-child{
display:none;
}
  .banner-location a {
    margin: 0 6px;
  }
  
  .banner.no-image {
    margin-top: 140px;
    margin-bottom: 24px;
  }
  .banner.no-image .inner {
    position: relative;
    bottom: 0;
    color: #999;
  }
  .banner.no-image .banner-right {
    margin-bottom: 0;
  }
  
  @media (max-width: 1280px) {
    .header {
      border: 0;
      height: 86px;
    }
    .header .inner {
      height: 86px;
    }
    .header-logo {
      width: 493px;
      height: 49px;
    }
    .header-nav {
      padding-top: 0;
      justify-content: center;
    }
    .header-menu {
      display: block;
      margin-left: 20px;
    }
    .nav-container {
      position: fixed;
      top: 86px;
      right: 0;
      flex-direction: column;
      border-top: 1px solid rgba(0, 119, 80, 0.6);
      width: 100%;
      height: calc(100% - 86px);
      background: rgba(255, 255, 255, 1);
      transform: translateX(100%);
      transition: all 0.5s;
    }
    .nav-container.active {
      transform: translateX(0);
    }
    .nav-item {
      border-bottom: 1px solid rgba(0, 119, 80, 0.6);
      text-align: left;
    }
    .nav-item.active {
      color: #333;
      background: transparent;
    }
    .nav-item a {
      padding: 19px 50px;
      height: 60px;
    }
    .nav-item:hover {
      color: #333;
      background: #fff;
    }
    .nav-list {
      position: relative;
      top: 0;
      display: none;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    .nav-list a {
      padding: 19px 70px;
      border-top: 1px solid rgba(0, 72, 155, 0.8);
      text-align: left;
      line-height: 22px;
    }
    .nav-list a:hover {
      /* background: rgba(251, 198, 65, 0.8); */
      color: #333;
      background: #fff;
    }
    .arrow_btn {
      display: block;
    }
  
    .menu .inner {
      width: 100%;
    }
    .menu-container {
      position: relative;
      right: 0;
      bottom: 0;
      justify-content: center;
    }
  
   
  }
  @media (max-width: 1200px) {
    .group > .main .inner{
      flex-direction: column;
    }
    .group > .main .inner .list-left{
      width: 100%;
      display: flex;
      align-items: flex-end;
    }
.group > .main .inner .list-left .title{
display:none;
}
.group > .main .inner .list-left .son_menu{
display:flex;
width:100%;
}
.group > .main .inner .list-left .son_menu .item{
flex:1;
}
    .group > .main{
      padding: 0;
    }
    .group > .main .inner .list-left .item{
      height: 92px;
    }
    .group > .main .inner .right-location{
      width: 100%;
    }

  }
  @media (max-width: 1000px) {
    .banner .inner {
      bottom: -46px;
      flex-direction: column;
      align-items: flex-start;
    }
    .banner-content {
      flex-direction: column-reverse;
    }
    .banner-right {
      margin-bottom: 0;
    }
    .banner-location {
      color: #999;
    }
    .banner.no-image .banner-location {
      margin-top: 0;
    }
  }
  
  @media (max-width: 850px) {
    .header-logo {
      margin-right: 10%;
      width: 100%;
      height: auto;
    }
    .group > .main .inner .list-left{
      display: none;
    }
  }
  
  @media (max-width: 650px) {
    .banner-title {
      display: none;
    }
    .banner-menu {
      display: none;
    }
    .banner-location{
      display: none;
    }
    .banner-right{
      margin-top: 10px;
    }
  }
  
  @media (max-width: 600px) {
    .active .group {
      overflow: hidden;
    }
    .header .inner {
      flex-direction: column;
      justify-content: center;
    }
    .header-logo {
      margin-right: 0;
      width: auto;
      max-height: 36px;
    }
    .header-nav {
      margin-top: 10px;
      height: auto;
    }
    .header-links {
      padding-right: 0;
    }
  
    .menu-item {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
    }
  }
  
  @media (max-width: 450px) {
  }
  