@font-face {
  font-family: 'DMSans-Medium';
  src: url('../public/Themes/fonts/DMSans-Medium.ttf');
}

@font-face {
  font-family: 'DMSans-Regular';
  src: url('../public/Themes/fonts/DMSans-Regular.ttf');
}

@font-face {
  font-family: 'DMSans-Bold';
  src: url('../public/Themes/fonts/DMSans-Bold.ttf');
}

@font-face {
  font-family: 'DMSans-Semibold';
  src: url('../public/Themes/fonts/DMSans-Semibold.ttf');
}

body {
  color: #666;
  --style-color: #4AAA3E;
  --sub-color: #1A3317;
  --bg-color: linear-gradient(100deg, #A0CA2A 25.41%, #4AAA3E 82.84%);
  font-family: 'DMSans-Medium';
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, .h6, b, strong, .title, .tit, label {
  color: #333;
  font-family: 'DMSans-Bold';
}


/* line-title */
.line-title {
  margin-bottom: 20px;
}

.line-title span {
  color: var(--style-color);
}

.line-title::after {
  content: '';
  width: 60px;
  height: 4px;
  margin-top: 10px;
  background: var(--bg-color);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-family: 'DMSans-Semibold';
}

.swiper-pagination {
  gap: 6px;
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  margin: 0;
  width: 15px;
  height: 3px;
  border-radius: 6px;
  transition: width .3s;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #000;
  opacity: .1;
}

.swiper-pagination-bullet-active {
  background: var(--style-color);
}

@media (min-width: 1200px) {
  .line-title {
    margin-bottom: 30px;
  }

  .line-title span {
    margin-top: 20px;
  }

  .line-title::after {
    width: 100px;
    margin-top: 20px;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-pagination-bullet {
    height: 6px;
  }

  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    width: 16px;
  }

  .swiper-pagination-bullet-active {
    width: 30px;
  }
}


/*手机导航代码开始 */
.header .shoujizhezhao {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
}

.header .shoujidaohang {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 240px;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
  padding: 15px;
  box-sizing: border-box;
  z-index: 200000;
  opacity: 0;
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, box-shadow .5s ease-in-out;
}

.header .zhankai {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.header .shoujizhezhao.zhankai {
  visibility: visible;
  opacity: 1;
}

.header .shoujilogo {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.header .shoujilogo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .shoujilogo a img {
  width: 70%;
  height: auto;
}

.header .shoujidaohang1 {
  width: 100%;
  color: rgba(40, 40, 40, 0.70);
  border-bottom: 1px solid #999;
}

.header .shoujidaohang1 .js-hasdrop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .shoujidaohang1 a {
  display: block;
  width: 100%;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.header .shoujidaohang1 .js-hasdrop i {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  flex-shrink: 0;
}

.header .shoujidaohang1 .js-hasdrop.active i {
  transform: rotate(90deg);
}

.header .shoujidaohang1 .dropdown {
  display: none;
}

.header .shoujidaohang1 .dropdown a {
  padding-left: 20px;
  font-size: 14px;
  border-top: 1px solid #999;
}

.header .shoujidaohang1 .has-drop.active {
  color: var(--style-color);
}

.header .shoujidaohang2 {
  width: 100%;
  margin-top: 20px;
}

/*手机导航代码结束 */

/* 头部代码开始*/
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header.shadow {
  position: fixed;
}

.header .header-top {
  color: #fff;
  background: var(--sub-color);
}

.header .header-top .container {
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
}

.header .daohang1 {
  flex-shrink: 0;
}

.header .daohang1>a {
  display: block;
}

.header .daohang1 img {
  width: auto;
  height: 50px;
}

.header .header-bottom {
  background: #fff;
}

.header .header-bottom .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .daohang2 {
  display: none;
}

.header .daohang3 {
  display: flex;
  align-items: center;
}

.header .daohang3-1 {
  display: flex;
}

.header .daohang3-1>i {
  color: inherit;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
}

.header .daohang3-1>i:not(:first-child) {
  margin-left: 15px;
}

.header .btn {
  width: 80px;
  font-size: 10px;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
  padding: 6px;
  background: var(--bg-color);
  box-shadow: 0 4px 20px 0 rgba(74, 170, 62, 0.25);
  display: inline-block;
}

.header .daohang4 {
  height: 24px;
  margin-left: 15px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background: #333;
}

.header .sousuo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000999999999999999900;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.header .sousuoguan {
  position: absolute;
  z-index: 1;
  right: 20px;
  cursor: pointer;
  top: 20px;
  color: #fff;
}

.header .sousuo1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 600px;
  transform: translate(-50%, -50%);
}

.header .sousuo1 form {
  position: relative;
}

.header .search-text {
  width: 100%;
  height: 50px;
  background: none;
  color: #fff;
  border-color: #fff;
  padding: 0 10px 0 10px;
  font-size: 20px;
}

.header .sousuo1-1 {
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all .6s;
}

.header .sousuo1-1 button {
  background: transparent;
  border: transparent;
}

.header .sousuo1-1 i {
  color: #fff;
  font-size: 20px;
}

.header .search-text::-webkit-input-placeholder {
  color: #fff;
}

.header .search-text:-moz-placeholder {
  color: #fff;
}

.header .search-text::-moz-placeholder {
  color: #fff;
}

.header .search-text:-ms-input-placeholder {
  color: #fff;
}

/* 头部代码结束*/
/* 导航响应式开始*/
@media (min-width: 768px) {
  .header .header-top .container {
    padding: 9px 0;
  }

  .header .daohang3-1>i:not(:first-child), .header .daohang4 {
    margin-left: 20px;
  }

  .header .btn {
    width: 105px;
    font-size: 12px;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .header .header-top {
    transition: margin .3s;
  }

  .header.shadow .header-top {
    margin-top: -36px;
  }

  .header .daohang1 img {
    height: 60px;
  }

  .header .header-bottom .container {
    height: 86px;
    position: relative;
  }

  .header .daohang2 {
    flex: 1;
    gap: 6px;
    height: 100%;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .header .daohang2-1 {
    height: 100%;
  }

  .header .daohang2-1>a {
    height: 100%;
    color: #333;
    padding: 0 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .header .daohang2-1:hover>a, .header .daohang2-1.active>a {
    color: var(--style-color);
  }

  .header .daohang2-1>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: var(--style-color);
    transition: width .3s;
  }

  .header .daohang2-1:hover>a::before, .header .daohang2-1.active>a::before {
    width: 100%;
  }

  .header .daohang2-1>a i {
    font-size: 12px;
    line-height: 1;
    margin-left: 5px;
    transition: transform .3s;
  }

  .header .daohang2-1:hover>a i, .header .daohang2-1.active>a i {
    transform: rotate(180deg);
  }

  .header .daohang2-1 .container {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .header .daohang2-1:hover .container {
    opacity: 1;
    visibility: visible;
  }

  .header .pulldown {
    width: 100%;
    background: #FFF;
    border-top: 2px solid var(--style-color);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .header .pulldown-1 {
    display: flex;
    align-items: center;
    padding: 18px 25px 20px;
  }

  .header .lt {
    flex: 1;
    column-gap: 25px;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
  }

  .header .li-item {
    width: calc((100% - 50px) / 3);
  }

  .header .li-item a {
    font-size: 14px;
    display: inline-block;
    line-height: calc(24 / 14);
    transition: all .3s;
  }

  .header .li-item a:hover {
    color: var(--style-color);
    transform: translateX(10px);
  }

  .header .rt {
    width: 296px;
  }

  .header .rt .scale-img {
    display: block;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
  }

  .header .rt img {
    width: 100%;
  }

  .header .rt .scale-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(26, 51, 23, 0.00) 61.23%, rgba(26, 51, 23, 0.90) 89.13%);
    z-index: 1;
  }

  .header .rt-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 12px;
    font-size: 16px;
    color: #fff;
    z-index: 2;
  }

  .header .pulldown-2 {
    padding: 28px 30px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .header .item-block {
    flex: 0 0 calc((100% - 80px) / 5);
    padding: 23px;
    display: block;
    border-radius: 14px;
    border: 1px solid #E8E8E8;
    transition: all .3s;
  }

  .header .item-block:hover {
    background: rgba(74, 170, 62, 0.02);
    border-color: var(--style-color);
  }

  .header .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(74, 170, 62, 0.10);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .item-block:hover .icon {
    background: var(--style-color);
  }

  .header .icon img {
    width: auto;
    height: 28px;
    position: relative;
  }

  .header .item-block:hover img {
    top: -50px;
    filter: drop-shadow(0 50px 0 #fff);
  }

  .header .tit {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .header .item-block:not(:hover) .tit {
    color: #333;
  }

  header .info {
    font-size: 14px;
    line-height: calc(24 / 14);
    color: #999;
  }

  .header .daohang4 {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header .daohang2 {
    gap: 10px;
    padding-right: 30px;
  }

  .header .pulldown-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header .lt {
    column-gap: 42px;
    padding-right: 40px;
  }

  .header .li-item {
    width: calc((100% - 84px) / 3);
  }

  .header .daohang3-1>i:not(:first-child) {
    margin-left: 25px;
  }

  .header .btn {
    width: 136px;
    margin-left: 25px;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}


/* banner */
.banner {
  position: relative;
  overflow: hidden;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(26, 51, 23, 0.92) 14.27%, rgba(26, 51, 23, 0.50) 37.28%, rgba(26, 51, 23, 0.00) 57.01%);
}

.banner>img {
  width: 100%;
  display: block;
}

.banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  color: #fff;
}

.banner .info-group {
  width: calc((45% / ((100vw - 30px) / 991)) * 1px);
  transform: scale(calc(100vw / 991px));
  transform-origin: 0 center;
}

.banner .title {
  font-size: 24px;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}

.banner .info>*:not(:last-child) {
  margin-bottom: 10px;
}

.banner .info ul>li:not(:last-child) {
  margin-bottom: 5px;
}

.banner .btn {
  color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 9px 20px;
  background: var(--bg-color);
}

@media (min-width: 768px) {
  .banner .container {
    top: 45%;
  }

  .banner .info-group {
    width: 430px;
    transform: scale(calc(100vw / 1199px));
    transform-origin: 0 center;
  }

  .banner .title {
    font-size: 30px;
  }

  .banner .info, .banner .btn {
    font-size: 18px;
  }

  .banner .info>*:not(:last-child) {
    margin-bottom: 20px;
  }

  .banner .info ul>li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .banner .info-group {
    width: 640px;
    transform: scale(calc((100vw - 5px) / 1915px));
    transform-origin: 0 center;
  }

  .banner .title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .banner .info {
    font-size: 20px;
  }

  .banner .info>*:not(:last-child) {
    margin-bottom: 40px;
  }

  .banner .info ul>li:not(:last-child) {
    margin-bottom: 20px;
  }

  .banner .btn {
    font-size: 20px;
    margin-top: 60px;
    padding: 13px 40px;
  }
}


/* breadcrumb */
.breadcrumb-div {
  display: none;
}

@media(min-width: 768px) {
  .breadcrumb-div {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .breadcrumb {
    display: flex;
    list-style: none;
    padding-left: 0;
  }

  .breadcrumb>li {
    line-height: 24px;
    color: rgba(40, 40, 40, 0.40);
  }

  .breadcrumb>li:not(:last-child)::after {
    content: '/';
    margin: 0 12px;
  }

  .breadcrumb>li:last-child {
    color: var(--style-color);
  }
}

@media(min-width: 1200px) {
  .breadcrumb-div {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}