.banner-wrap {
  width: 100vw;
}

.slideshow {
  width: 100vw;
  height: auto;
  object-fit: cover;
}

.swiper-button-prev {
  left: 30px !important;
}

.swiper-button-next {
  right: 30px !important;
}

.banner-wrap .swiper-pagination-bullet {
  margin: 3px 5px !important;
  background: #fff;
  opacity: 0.5;
  width: 15px;
  height: 15px;
  transition: all ease 0.3s;
}

.banner-wrap .swiper-pagination-bullet-active {
  height: 15px;
  border-radius: 15px;
  background: #fff;
  opacity: 1;
}

.banner-wrap .swiper-pagination-bullet:hover {
  height: 15px;
  border-radius: 15px;
  background: #fff;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container.pages {
  flex: 1;
}

/* 导航 */
.nav-blank {
  height: 100px;
}

nav {
  padding: 0 !important;
}

nav .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 94%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo {
  flex: 0 0 auto;
  align-self: center;
}

.nav-item {
  height: 100px;
  line-height: 100px;
}

.nav-link {
  color: #333 !important;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.nav-item-sub,
.nav-link-smshow {
  display: none;
}

.nav-item:hover .nav-link,
.nav-item:hover .nav-link-smshow {
  color: #3cb035 !important;
}

.nav-nav .nav-item:hover .nav-item-ex {
  height: auto;
  opacity: 1;
  padding: 60px 0px;
}

.nav-item-ex-sm {
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.nav-item-ex {
  position: absolute;
  left: 50%;
  padding: 0px;
  transform: translateX(-50%);
  top: 100%;
  display: flex;
  opacity: 0;
  justify-content: center;
  width: 100%;
  height: 0;
  z-index: 10;
  transition: all ease 0.3s;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

.nav-item-ex .wrap {
  width: 94%;
  margin: 0 auto;
  display: flex;
  max-width: 1600px;
  justify-content: space-between;
}

.nav-item-ex .wrap .left {
  width: 65%;
  padding: 0px;
}

.nav-item-ex .wrap .left .title {
  font-size: 26px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.nav-item-ex .wrap .left .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 0;
}

.nav-item-ex .wrap .left .list a {
  transition: all ease 0.15s;
  display: flex;
  justify-content: space-between;
  width: 33.33%;
  line-height: 1.2;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
  margin-right: 5%;
}

.nav-item-ex .wrap .left .list a:hover {
  color: #3cb035;
  border-bottom: 1px solid #3cb035;
}

.nav-item-ex .wrap .right {
  width: 30%;
}

.nav-item-ex .wrap .right .imgZoom {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 53.33%;
}

.nav-item-ex .wrap .right .imgZoom img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: auto;
  transition: all 0.8s ease 0.1s;
}

.nav-button {
  display: flex;
  align-self: center;
}

.nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 60px;
  margin: 20px 0;
  padding: 0px 15px;
  box-sizing: content-box;
  cursor: pointer;
}

.nav-btn:after {
  position: absolute;
  right: 0px;
  top: 21px;
  content: "";
  background: #666;
  height: 20px;
  width: 1px;
}

.nav-language:hover ul {
  height: auto;
  opacity: 1;
}

.nav-language ul {
  opacity: 0;
  height: 0;
  transition: all ease 0.3s;

  position: absolute;
  top: 60px;
  width: 106px;
  background: #fff;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}

.nav-language li {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: Arial;
}

.nav-language li:hover {
  color: #3cb035;
}

.nav-search button {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
  height: 60px;
}

.nav-search:after {
  display: none;
}

.nav-navbtn {
  display: none;
  padding-right: 0;
}

.nav-navbtn:after {
  display: none;
}

.nav-navbtn button {
  padding: 0;
  border: 0;
}

/* 底部 */
.footer {
  background-color: rgba(51, 51, 51, 1) !important;
}
.footer a {
  color: #fff;
}
.footer h5 {
  font-size: 16px;
  font-weight: bold;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* 内页 大图下导航 */
.subnav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background:#f5f5f5;
}

.subnav-item {
  font-size: 15px;
  width: 140px;
  line-height: 70px;
  color: #333;
  display: block;
  background: rgb(255 255 255 / 0%);
  transition: all ease .3s;
  position: relative;
  height: 100%;
  overflow: hidden;
  min-width: auto;
  text-align: center;
}

.subnav-item:hover {
  color: #3CB035;
}

.subnav-item.active {
  color: #fff;
  background: #3CB035;
}

/* 单页 */
.single-content span {
  text-wrap: auto !important;
}

.single-content-image {
  max-width: 50%;
  float: right;
  margin-left: 20px;
}

/* 新闻列表页 */
.newslist-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% + 60px);
  margin-bottom: 30px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
  margin-left: -30px;
}

.newslist-item-left {
  flex: 0 0 180px;
  padding-right: 50px;
}

.newslist-item-left p {
  min-height: 20px;
  font-size: 18px;
  color: rgba(153, 153, 153, 1);
  line-height: 1;
  font-family: Arial;
  font-weight: normal;
}

.newslist-item-left > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 38px;
  margin-top: 30px;
  font-size: 16px;
  color: rgba(204, 204, 204, 1);
  line-height: 1;
}
  

.newslist-item-left svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  margin-left: auto;
  margin-right: auto;
}

.newslist-item-text {
  flex: 1;
  padding-left: 50px;
  transition: all .5s ease;
  position: relative;
}

.newslist-item-text::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1rem;
  display: block;
  width: 40px;
  height: 1px;
  background: #aaa;
  transition: all .5s ease;
}

.newslist-item-text h3 {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
  width: 80%;
}

.newslist-item-text p {
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 1.5;
  font-family: Microsoft YaHei;
  width: 80%;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newslist-item-image {
  flex: 0 0 250px;
}

.newslist-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.newslist-item:hover {
  background: #eee;
}

.newslist-item:hover .newslist-item-left > div {
  background: #3CB035;
  color: #fff;
}

.newslist-item:hover .newslist-item-text {
  position: realtive;
  padding-left: 90px;
  transition: all .5s ease
}

.newslist-item:hover .newslist-item-text::before  {
  content: '';
  position: absolute;
  left: 0px;
  top: 1rem;
  display: block;
  width: 60px;
  height: 1px;
  background: #aaa;
  transition: all .5s ease
}


/* 首页新样式 */
.section-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.section-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.section-title-line {
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: rgba(0, 44, 94, 1);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  width: 46px;
  height: 4px;
}

.section-title-row {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.section-title-row h3 {
  font-size: 80px;
  font-family: Arial;
  font-weight: bold;
  color: rgba(246, 246, 246, 1);
  text-align: center;
}

.section-title-row p {
  line-height: normal;
  text-align: center;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  margin-top: -70px;
}

.section-a-more {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 135px;
  padding: 8px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(60, 176, 53, 1);
  font-size: 14px;
  border-color: rgba(60, 176, 53, 1);
  line-height: 1.5;
  border-radius: 0.25rem;
  user-select: none;
}

.section-a-more span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}

.section-a-more svg {
  font-size: 16px;
  width: 20px;
  height: 30px;
  margin-right: 3px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -3px;
  fill: currentColor;
}

.section-aboutus {
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 94%;
}
.section-aboutus-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
}
.section-aboutus-left {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 50%;
  margin-right: 50px;
}
.section-aboutus-left p {
  color: #696969;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 30px;
}
.section-aboutus-right {
  position: relative;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  margin-left: 80px;
}
.section-aboutus-image {
  overflow: hidden;
}
.section-aboutus-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-product {
  padding-top: 30px;
  padding-bottom: 60px;
  min-width: 0px;
  min-height: 0px;
  /* background-color: rgba(246, 246, 246, 1); */
}
.section-product-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 30px;
  box-sizing: border-box;
}
.section-product-item {
  flex: 1;
}
.section-product-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
}
.section-product-image a {
}
.section-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-product-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.section-product-text h3 {
  margin-right: auto;
  font-size: 22px;
  font-weight: bold;
  width: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.section-product-text p {
  margin-left: auto;
  margin-right: auto;
  color: rgba(102, 102, 102, 1);
  width: auto;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}

.section-news {
  position: relative;
  min-height: 300px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  width: 94%;
}
.section-news-container {
  display: flex;
  overflow: hidden;
  margin-top: 40px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-news-first {
  width: 50%;
}
.section-news-first a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.section-news-first img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-news-first span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -52px;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 3.2;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-weight: bold;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.section-news-right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.section-news-item {
  position: relative;
  flex: 0 0 100%;
}
.section-news-item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 96%;
  margin-right: 0px;
  margin-left: auto;
  margin-bottom: 00px;
  margin-top: 00px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0, 1, 1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px solid #e9e9e9;
}
.section-news-item-left {
  flex: 0 0 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(246, 246, 246, 1);
  height: 110px;
}
.section-news-item-left p {
  height: 20px;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 20px;
  font-family: Arial;
  text-align: center;
}
.section-news-item-left p:first-child {
  line-height: 38px;
  height: 38px;
  font-size: 38px;
}
.section-news-item-right {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.section-news-item-right p {
  line-height: normal;
  margin-left: 6%;
  margin-right: 6%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-news-item-right p:first-child {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  -webkit-line-clamp: 1;
  font-weight: bold;
}
.section-news-item-right p:last-child {
  font-size: 14px;
  color: rgba(128, 128, 128, 1);
  margin-top: 2%;
  -webkit-line-clamp: 3;
}
.section-news-item:hover .section-news-item-left {
  background-color: #3cb035;
}
.section-news-item:hover .section-news-item-left p {
  color: #fff;
}
.section-news-item:hover .section-news-item-right p:first-child {
  color: #3cb035;
}

.section-partner {
  width: 94%;
}

.section-partner-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}

.partner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  transition: all ease 0.3s;
  z-index: 10;
  left: 0;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
  cursor: pointer;
}

.partner-button:hover {
  background: #005ba2;
}

.partner-button:after {
  content: "";
  width: 16px;
  height: 16px;
  border-left: 2px solid #333;
  border-top: 2px solid #333;
}

.partner-button:hover:after {
  border-color: #fff;
}

.partner-button-prev:after {
  transform: rotate(-45deg);
  margin-left: 8px;
}

.partner-button-next:after {
  transform: rotate(135deg);
  margin-right: 8px;
}

.partner-list-wrap {
  position: relative;
  flex: 1;
  margin: 0 10px;
  overflow: hidden;
}

.partner-list-main {
  position: absolute;
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.partner-list {
  display: none;
}

.partner-list-item {
  display: flex;
  aspect-ratio: 16 / 6.5;
  margin-right: 20px;
  border: 1px solid #ddd;
}

.partner-list-item img {
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .subnav {
    display: none !important;
  }

  .section-title-row h3 {
    font-size: 50px;
  }

  .section-title-row p {
    font-size: 24px;
    margin-top: -52px;
  }

  .section-aboutus {
    margin-bottom: 50px;
  }

  .section-aboutus-container {
    flex-direction: column;
  }

  .section-aboutus-left {
    flex: 1;
    margin-right: 0px;
  }

  .section-aboutus-left p {
    font-size: 14px;
  }

  .section-aboutus-right {
    margin-left: 0px;
    margin-top: 20px;
  }

  .section-product-container {
    flex-direction: column;
  }

  .section-product-text {
    width: 100%;
    padding: 20px;
  }

  .section-product-text h3 {
    font-size: 16px;
    margin-left: 0;
  }

  .section-news-container {
    flex-direction: column;
  }

  .section-news-first {
    width: 100%;
  }

  .section-news-right {
    width: 100%;
  }

  .section-news-item-wrap {
    width: 100%;
  }
}
