@font-face {
  font-family: 'mont';
  src: url('../css/fonts/objectivity-medium-8.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-medium';
  src: url('../css/fonts/objectivity-bold-4.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-light';
  src: url('../css/fonts/objectivity-light-6.otf') format('opentype');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  font-family:
    Arial,
    Source Han Sans CN,
    PingFang SC,
    Microsoft YaHei,
    sans-serif;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #237e39;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #dedede;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-family: 'mont', Arial;
  --font-mont: 'mont', Arial;
  --font-mont-medium: 'mont-medium', Arial;
  --font-mont-light: 'mont-light', Arial;
}

.el-message {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.hamburger {
  display: none;
}

.center-1200 {
  width: 1200px;
}

.center-1400 {
  width: 1400px;
}

.center-1600 {
  width: 1600px;
}

.center-1680 {
  width: 1680px;
}

.app {
  display: none;
}

.diaolog-pb {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.diaolog-pb .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.diaolog-pb video,
.diaolog-pb img {
  max-height: 75vh;
  max-width: 75vw;
}

.diaolog-pb i {
  font-size: 46px;
  position: absolute;
  bottom: 100%;
  left: 100%;
  color: #ffffff;
  cursor: pointer;
}

.diaolog.active {
  display: block;
}

.diaolog iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}

.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: max-content;
  max-width: 50%;
  text-align: center;
}

.message-alert.success {
  background-color: #55bb8a;
}

.message-alert.error {
  background-color: #f56c6c;
}

.message-alert.warning {
  background-color: #e6a23c;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
}

.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #237e39;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.el-message {
  font-family: var(--font-family);
  z-index: 9999 !important;
}

.el-form-item__error,
.el-select-dropdown__item,
.el-checkbox__label {
  font-family: var(--font-family);
}

.el-form-item__error {
  z-index: 1;
}
.header-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: 0.4s;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.headerct {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.headerct .nav {
  display: flex;
  height: 100%;
}
.headerct .nav li {
  position: relative;
  height: 100%;
}
.headerct .nav li:not(:first-of-type) {
  margin-left: 50px;
}
.headerct .nav li.active .nav-item p,
.headerct .nav li.active .nav-item i,
.headerct .nav li:hover .nav-item p,
.headerct .nav li:hover .nav-item i {
  color: #237e39;
}
.headerct .nav li .two {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  padding-top: 10px;
  transition: 0.5s;
  opacity: 0;
  transform-origin: top;
}
.headerct .nav li:hover .two {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .nav li .two .rq {
  background-color: #ffffff;
  border-radius: 6px;
  width: max-content;
  min-width: 160px;
  padding: 8px 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  position: relative;
}
.headerct .nav li .two .rq::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.headerct .nav li .two .rq a {
  display: block;
  text-align: center;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 8px 15px;
  transition: 0.4s;
}
.headerct .nav li .two .rq a:hover {
  color: #237e39;
}
.headerct .nav .nav-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .nav .nav-item p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.4s;
}
.headerct .nav .nav-item i {
  font-size: 16px;
  color: #222222;
  margin-left: 5px;
  transition: 0.4s;
}
.headerct .right {
  display: flex;
  align-items: center;
}
.headerct .right .search {
  font-size: 18px;
  color: #222222;
  transition: 0.4s;
  margin-right: 38px;
  cursor: pointer;
}
.headerct .right .search:hover {
  color: #237e39;
}
.headerct .right .lan {
  margin-left: 40px;
  cursor: pointer;
  position: relative;
}
.headerct .right .lan .flow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  padding-top: 12px;
  transform-origin: top;
  opacity: 0;
  transition: 0.4s;
}
.headerct .right .lan:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .right .lan .flow .rq {
  background-color: #237e39;
  border-radius: 6px;
  width: 100px;
  padding: 5px 0;
  position: relative;
}
.headerct .right .lan .flow .rq::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid #237e39;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.headerct .right .lan .flow .rq a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 5px 0;
  transition: 0.4s;
  opacity: 0.85;
}
.headerct .right .lan .flow .rq a.active{
    opacity: 1;
}
.headerct .right .lan .flow .rq a:hover {
  text-decoration: underline;
}
.headerct .right .lan .zs {
  display: flex;
  align-items: center;
  background-color: #237e39;
  border-radius: 15px;
  padding: 5px 7px;
}
.headerct .right .lan .zs .wz {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.headerct .right .lan .zs .wz p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transform: translateY(2px);
}
.headerct .right .lan .zs .wz i {
  font-size: 16px;
  color: #ffffff;
  margin-left: 5px;
}
.mySwiper {
  width: 100%;
}
.mySwiper .bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.mySwiper .ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mySwiper .ct .rq {
  opacity: 0;
  transform: translateY(10vh);
  transition: 1.5s;
  width: 520px;
}
.mySwiper .swiper-slide.show-text .rq {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct .line {
  width: 60px;
  height: 5px;
  background: #237e39;
  border-radius: 3px;
}
.mySwiper .ct .title {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  margin: 20px 0 10px 0;
}
.mySwiper .ct h4 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
}
.mySwiper .ct p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 27px;
}
.mySwiper .ct .dbl {
  display: flex;
  margin-top: 60px;
}
.mySwiper .ct .dbl a:not(:first-of-type) {
  margin-left: 10px;
}
.pb-more {
  width: 221px;
  height: 61px;
  border-radius: 10px;
  border: 1px solid #f8f8f8;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-more::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #237e39;
  transition: 0.4s;
  z-index: -1;
}
.pb-more:hover {
  border-color: #237e39;
  color: #ffffff !important;
}
.pb-more:hover:before {
  width: 100%;
}
.pb-more.black {
  border-color: #c9c9c9;
  color: #555555;
}
.mySwiper .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 59px;
}
.mySwiper .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 0.4;
  transition: 0.4s;
}
.mySwiper .swiper-pagination-bullet-active {
  width: 60px;
  background: #237e39;
  opacity: 1;
}
.i1-box {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding: 110px 0 0 0;
}
.i-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
}
.pb-h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 60px;
  color: #222222;
}
.pb-h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  opacity: 0.8;
  margin-top: 24px;
}
.pb-h3-48 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  line-height: 54px;
}
.pb-h3.jz,
.pb-h6.jz,
.pb-h3-48.jz {
  text-align: center;
}
.pb-h3.wh,
.pb-h6.wh,
.pb-h3-48.wh {
  color: #ffffff;
}
.i1-box .mide {
  margin-top: 85px;
  width: 100%;
}
.i1-box .mide .row {
  display: flex;
  justify-content: space-between;
  height: 26vw;
}
.i1-box .mide .row .item {
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.i1-box .mide .row .item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1-box .mide .row .item.left {
  width: calc(57% - 20px);
}
.i1-box .mide .row .item.right {
  width: 43%;
}
.i1-box .mide .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.i1-box .mide .row:not(:first-of-type) {
  margin-top: 20px;
}
.i1-box .mide .row .item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.4s;
}
.i1-box .mide .row .item .play:hover {
  transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
}
.i1-box .mide .row .item .wz {
  position: absolute;
  top: 68px;
  /* left: 90px; */
  left: 10%;
  width: 251px;
}
.i1-box .mide .row .item .wz p {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #237e39;
}
.i1-box .mide .row .item .wz h3 {
  font-family: var(--font-mont-medium);
  font-weight: 500;
  font-size: 60px;
  color: #222222;
  margin-top: 10px;
}
.i1-box .mide .row .item .wz h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.8;
  margin-top: 18px;
  line-height: 20px;
}
.i1-box .mide .row .item .more {
  position: absolute;
  bottom: 79px;
  /* left: 90px; */
  left: 10%;
  width: 149px;
  height: 39px;
  background: #237e39;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.i1-box .mide .row .item .more span {
  position: relative;
}
.i1-box .mide .row .item .more span::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: 0.4s;
}
.i1-box .mide .row .item .more:hover span::before {
  width: 100%;
}
.i1-box .mide .row.r2 .item.right .wz p,
.i1-box .mide .row.r2 .item.right .wz h3,
.i1-box .mide .row.r2 .item.right .wz h6 {
  color: #ffffff;
}
.i1-box .mide .row.r2 .item.right .more {
  background-color: #ffffff;
  color: #444444;
}
.i1-box .mide .row.r2 .item.right .more span::before {
  background-color: #444444;
}
.i2-box {
  margin: 0 auto;
}
.i2ct {
  padding: 140px 0 125px 0;
  margin: 0 auto;
}
.i2ct .mide {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.i2ct .mide .item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 40px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 60px 57px 47px 57px;
  z-index: 1;
}
.i2ct .mide .item:nth-of-type(1),
.i2ct .mide .item:nth-of-type(2),
.i2ct .mide .item:nth-of-type(3) {
  margin-top: 0;
}
.i2ct .mide .item:nth-of-type(3n) {
  margin-right: 0;
}
.i2ct .mide .item .ib {
  height: 56px;
}
.i2ct .mide .item .ib img {
  max-height: 100%;
}
.i2ct .mide .item .txt {
  margin-top: 70px;
}
.i2ct .mide .item h4 {
  font-family: var(--font-mont-medium);
  font-weight: 500;
  font-size: 24px;
  color: #222222;
  line-height: 29px;
  height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
}
.i2ct .mide .item p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.8;
  margin-top: 12px;
  transition: 0.4s;
  line-height: 20px;
}
.i2ct .mide .item .flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.i2ct .mide .item .flow img {
  width: 100%;
  height: 100%;
}
.i2ct .mide .item .flow .rund {
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #237e39;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i2ct .mide .item .flow .rund i {
  font-size: 18px;
  color: #ffffff;
}
.i2ct .mide .item:hover .ib img {
  filter: brightness(100);
}
.i2ct .mide .item:hover .txt h4,
.i2ct .mide .item:hover .txt p {
  color: #ffffff;
}
.i2ct .mide .item:hover .flow {
  opacity: 1;
}
.i3-swiper .bg {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.i3-swiper .ct {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}
.i3-swiper .ct .rq {
  opacity: 0;
  transform: translateY(10vh);
  transition: 1.5s;
}
.i3-swiper .swiper-slide.show-text .rq {
  opacity: 1;
  transform: translateY(0);
}
.i3-swiper .ct .pb-h6 {
  margin-top: 15px;
}
.i3-swiper .ct .more {
  width: 220px;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.i3-swiper .ct .more::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #237e39;
  transition: 0.4s;
  z-index: -1;
}
.i3-swiper .ct .more:hover {
  color: #ffffff;
}
.i3-swiper .ct .more:hover::before {
  width: 100%;
}
.i3-swiper .qh {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.i3-swiper .qh i {
  font-size: 18px;
  color: #ffffff;
}
.i3-swiper .qh:hover {
  background-color: #237e39;
}
.i3-swiper .prev {
  left: 58px;
}
.i3-swiper .next {
  right: 58px;
}
.i4-box {
  overflow: hidden;
  position: relative;
}
.i4ct {
  padding: 125px 0 170px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.i4-box .marquee {
  position: absolute;
  right: 0;
  bottom: 75px;
  width: calc(100% - (100% - 1400px) / 2);
  overflow: hidden;
}
.i4-box .marquee-box {
  display: flex;
}
.i4-box .marquee img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 1084px;
  height: auto;
}
.i4-box .left {
  width: 520px;
  position: relative;
  z-index: 1;
}
.i4-box .left h4 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 24px;
  color: #237e39;
  margin-top: 15px;
}
.i4-box .left .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  opacity: 0.8;
  margin: 52px 0 89px 0;
}
.pb-line-more {
  width: 220px;
  height: 60px;
  background: #237e39;
  border-radius: 10px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-line-more span {
  position: relative;
}
.pb-line-more span::before {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: 0.4s;
}
.pb-line-more:hover span::before {
  width: 100%;
}
.i4-box .right {
  width: calc(100% - 520px - 100px);
  position: relative;
  z-index: 1;
}
.i4-box .right .bg {
  width: 100%;
  border-radius: 30px;
}
.i4-box .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.4s;
}
.i4-box .right .play img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i4-box .right .play:hover {
  transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
}
.i5ct {
  margin: 0 auto;
  padding: 110px 0 150px 0;
}
.i5ct .mide {
  margin-top: 38px;
}
.i5ct .mide .tag-b {
  display: flex;
}
.i5ct .mide .tag-b a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 26px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.i5ct .mide .tag-b a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #237e39;
  transition: 0.4s;
  z-index: -1;
}
.i5ct .mide .tag-b a:hover,
.i5ct .mide .tag-b a.active {
  color: #ffffff;
}
.i5ct .mide .tag-b a:hover::before,
.i5ct .mide .tag-b a.active::before {
  width: 100%;
}
.i5ct .mide .box .rq {
  transition: 1s;
  opacity: 0;
  transform: translateY(80px);
}
.i5ct .mide .box .rq:not(:first-of-type) {
  display: none;
}
.i5ct .mide .box .rq.active {
  transform: translateY(0);
  opacity: 1;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.news-list li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 40px;
  transition: 0.4s;
}
.news-list li:hover {
  transform: translateY(-15px);
}
.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3) {
  margin-top: 0;
}
.news-list li:nth-of-type(3n) {
  margin-right: 0;
}
.news-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 580px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
}
.news-list li a .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li a .wz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 42px 47px 0 47px;
}
.news-list li a .wz p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #237e39;
}
.news-list li a .wz h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
  margin: 18px 0;
}
.news-list li a .wz h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.8;
  line-height: 20px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .bg {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.banner .ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .ct .line {
  width: 60px;
  height: 5px;
  background: #237e39;
  border-radius: 3px;
}
.banner .ct h1 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 80px;
  color: #ffffff;
  margin-top: 25px;
}
.banner .ct h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  max-width: 451px;
}
.two-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.two-nav .ct {
  height: 80px;
  display: flex;
  margin: 0 auto;
}
.two-nav .ct a {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  transition: 0.4s;
  position: relative;
  display: flex;
  align-items: center;
}
.two-nav .ct a:not(:last-of-type) {
  margin-right: 50px;
}
.two-nav .ct a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #237e39;
  transition: 0.4s;
}
.two-nav .ct a:hover,
.two-nav .ct a.active {
  color: #237e39;
}
.two-nav .ct a.active::after {
  width: 100%;
}
.link-nav .ct {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 21px;
}
.link-nav .ct a,
.link-nav .ct span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  transition: 0.4s;
  line-height: 20px;
}
.link-nav .ct a {
  max-width: 200px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.link-nav .ct a:hover {
  color: #237e39;
}
.link-nav .ct span {
  margin: 0 12px;
}
.pro1-box {
  overflow: hidden;
}
.pro1ct {
  margin: 0 auto;
  padding: 90px 0 100px 0;
}
.pro1ct .big-box .box {
  display: none;
}
.pro1ct .big-box .box.active {
  display: block;
}
.pro1ct .tag {
  display: flex;
  margin-top: 34px;
}
.pro1ct .tag .a {
  display: flex;
  align-items: center;
  background-color: rgba(226, 226, 231, 0.5);
  border-radius: 10px;
  transition: 0.4s;
  padding: 12px 15px;
  cursor: pointer;
}
.pro1ct .tag .a.active {
  background-color: #237e39;
}
.pro1ct .tag .a.active .ic i {
  color: #ffffff !important;
}
.pro1ct .tag .a.active .line {
  background-color: #ffffff;
}
.pro1ct .tag .a.active p {
  color: #ffffff !important;
}
.pro1ct .tag .a:hover .ic i {
  color: #237e39;
}
.pro1ct .tag .a:hover p {
  color: #237e39;
}
.pro1ct .tag .a:not(:last-of-type) {
  margin-right: 10px;
}
.pro1ct .tag .a .ic i {
  font-size: 16px;
  color: #666666;
}
.pro1ct .tag .a .ic i:last-of-type {
  display: none;
}
.pro1ct .tag .a .line {
  width: 1px;
  height: 26px;
  background: #666666;
  opacity: 0.1;
  transition: 0.4s;
  margin: 0 20px 0 12px;
}
.pro1ct .tag .a p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
}
.pro2-box {
  background-color: #f5f5f7;
}
.pro2ct {
  margin: 0 auto;
  padding: 100px 0;
}
.pro2ct .big-box .box {
  display: none;
}
.pro2ct .big-box .box.active {
  display: block;
}
.pro2ct .big-box .box .rq {
  display: none;
}
.pro2ct .big-box .box.active .rq.active {
  display: block;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: calc((100% - 56px) / 3);
  margin-top: 50px;
  margin-right: 28px;
}
.pro-list li:nth-of-type(3n) {
  margin-right: 0;
}
.pro-list li:nth-of-type(1),
.pro-list li:nth-of-type(2),
.pro-list li:nth-of-type(3) {
  margin-top: 0;
}
.pro-list li a {
  display: block;
  position: relative;
  height: 580px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
}
.pro-list li a:hover {
  transform: translateY(-15px);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
}
.pro-list li a .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-list li a .flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 47px 80px 0 80px;
}
.pro-list li a .flow p {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #237e39;
  text-align: center;
}
.pro-list li a .flow h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  text-align: center;
  margin: 6px 0 10px 0;
}
.pro-list li a .flow h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  opacity: 0.7;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
}
.pd1-box {
  overflow: hidden;
}
.pd1ct {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 180px 0 0 0;
}
.pd1ct .left {
  width: 620px;
  border-radius: 30px;
  padding: 67px 48px 120px 70px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.pd1ct .left h6 {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 22px;
  color: #237e39;
}
.pd1ct .left .title {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 60px;
  color: #222222;
}
.pd1ct .left .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin: 20px 0 42px 0;
  height: 240px;
  overflow-y: auto;
  padding-right: 25px;
}
.pd1ct .left .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pd1ct .left .desc::-webkit-scrollbar-thumb {
  background: #237e39;
}
.pd1ct .left .desc::-webkit-scrollbar-track {
  background: rgba(35, 126, 57, 0.2);
}
.pd1ct .left .desc p {
  position: relative;
  padding-left: 12px;
}
.pd1ct .left .desc p:not(:first-of-type) {
  margin-top: 9px;
}
.pd1ct .left .desc p::before {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #237e39;
}
.pd1ct .left .an {
  display: flex;
}
.pd1ct .left .an .pb-line-more:not(:last-of-type) {
  margin-right: 15px;
}
.pd1ct .right .sw-box {
  display: flex;
  align-items: flex-end;
}
.pd1ct .desc-swiper {
  width: 560px;
  height: 560px;
  margin-right: 60px;
}
.pd1ct .desc-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd1ct .desc-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.pd1ct .time-swiper {
  width: 80px;
  height: 480px;
}
.pd1ct .time-swiper .ib {
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  position: relative;
}
.pd1ct .time-swiper .ib::after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #86bd35;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 7px;
  transition: 0.4s;
  opacity: 0;
}
.pd1ct .time-swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.pd1ct .time-swiper .swiper-slide-thumb-active .ib {
  border-color: #237e39;
}
.pd1ct .time-swiper .swiper-slide-thumb-active .ib::after {
  opacity: 1;
}
.pd1ct .time-swiper::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 8%;
  background: linear-gradient(
    to bottom,
    rgba(241, 244, 247, 0),
    rgba(241, 244, 247, 0.9)
  );
  z-index: 1;
}
.pd-diaolog .mall-list {
  justify-content: center;
}
.pd-diaolog .mall-list li {
  position: relative;
}
.pd2-box {
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(245, 245, 247, 0),
    rgba(245, 245, 247, 1) 40%
  );
}
.pd2ct {
  padding: 60px 0 100px 0;
  margin: 0 auto;
}
.pd2ct .sw-box {
  /* padding-left: calc((100% - 1400px) / 2); */
  margin-top: 55px;
}
.pd2-swiper {
  overflow: visible;
}
.pd2ct .sw-box .dbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.pd2ct .sw-box .dbl .qhb {
  display: flex;
}
.pd2ct .sw-box .dbl .qhb .qh {
  width: 56px;
  height: 56px;
  background: #237e39;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.pd2ct .sw-box .dbl .qhb .qh i {
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.pd2ct .sw-box .dbl .qhb .qh:last-of-type {
  margin-left: 20px;
}
.pd2ct .sw-box .dbl .qhb .qh.swiper-button-disabled {
  background-color: #ebebef;
  cursor: no-drop;
}
.pd2ct .sw-box .dbl .qhb .qh.swiper-button-disabled i {
  color: #222222;
}
.pd2ct .pd2-swiper-pagination {
  position: unset;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: calc(100% - 132px - 60px);
}
.pd2ct .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
  background-color: #237e39;
}
.pd2-swiper .ib {
  width: 100%;
}
.pd2-swiper .ib img {
  width: 100%;
  border-radius: 30px;
}
.pd2-swiper .txt {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  padding: 0 20px;
  margin-top: 25px;
}
.pd2-swiper .txt span {
  font-size: 16px;
  font-weight: 400;
}
.pd3-box {
  position: relative;
}
.pd3ct {
  position: absolute;
  top: 81px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.pd3ct .tag {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.pd3ct .tag .item {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.4s;
  padding: 0 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  cursor: pointer;
}
.pd3ct .tag .item.active {
  background-color: rgba(255, 255, 255, 1);
}
.pd3ct .tag .item p {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  width: calc(100% - 42px - 10px);
}
.pd3ct .tag .item .rund {
  width: 42px;
  height: 42px;
  background: #237e39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
.pd3-swiper img {
  width: 100%;
}
.pd4-box {
  background-color: #f5f5f7;
}
.pd4ct {
  margin: 0 auto;
  padding: 90px 0 100px 0;
}
.pd4-swiper {
  margin-top: 35px;
  padding-top: 15px;
}
.pd4-swiper .swiper-slide a {
  display: block;
  position: relative;
  height: 580px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
}
.pd4-swiper .swiper-slide a:hover {
  transform: translateY(-15px);
}
.pd4-swiper .swiper-slide a .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd4-swiper .swiper-slide a .flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 47px 80px 0 80px;
}
.pd4-swiper .swiper-slide a .flow p {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #237e39;
  text-align: center;
}
.pd4-swiper .swiper-slide a .flow h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  text-align: center;
  margin: 6px 0 10px 0;
}
.pd4-swiper .swiper-slide a .flow h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  opacity: 0.7;
  text-align: center;
}
.pd4-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: unset;
}
.pd4-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background: #7d7d87;
  border-radius: 3px;
  opacity: 0.4;
  transition: 0.4s;
}
.pd4-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}
.pd4-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 60px;
  background-color: #237e39;
}
.pd5-box {
  overflow: hidden;
}
.pd5ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 85px 0 145px 0;
}
.pd5ct .left {
  width: 533px;
}
.pd5ct .left .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin-top: 20px;
}
.pd6ct {
  margin: 0 auto;
  padding: 90px 0 60px 0;
}
.pd6ct .mide {
  margin-top: 50px;
  border-top: 3px solid #237e39;
  padding-top: 3px;
}
.pd6ct .mide img {
  max-width: 100%;
}
.pd6ct .mide table {
  font-family: var(--font-mont);
  border-collapse: collapse;
  width: 100%;
}
.pd6ct .mide table tr:first-of-type {
  border-top: 1px solid #004e9c;
}
.pd6ct .mide table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding: 26px 0;
}
.pd6ct .mide table tr td {
  display: flex;
  align-items: center;
  width: 50%;
}
.pd6ct .mide table tr td h4 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 120px;
  margin-right: 40px;
  word-break: normal;
}
.pd6ct .mide table tr td p {
  font-family: var(--font-mont-light);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: calc(100% - 120px - 40px);
  padding-right: 50px;
  word-break: normal;
}
.pd7ct {
  margin: 0 auto;
  padding: 100px 0;
}
.faq-list {
  margin-top: 50px;
}
.faq-list li {
  padding: 27px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.faq-list li:first-of-type {
  padding-top: 0;
}
.faq-list li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #237e39;
  transition: 0.8s;
  width: 0;
  height: 1px;
}
.faq-list li.active::after {
  width: 100%;
}
.faq-list li .db {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-list li .db p {
  width: calc(100% - 50px);
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}
.faq-list li .db .ic {
  cursor: pointer;
}
.faq-list li .db .ic i {
  font-size: 18px;
  color: #7d7d7d;
  transition: 0.3s;
}
.faq-list li .db .ic i:hover {
  color: #222222;
}
.faq-list li .db .ic i:last-of-type {
  display: none;
}
.faq-list li .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  padding: 40px 40px 40px 17px;
  display: none;
  word-break: break-word;
}
.faq-list li.active .ic i:last-of-type {
  display: block;
}
.faq-list li.active .ic i:first-of-type {
  display: none;
}
.faq-list li.active p {
  color: #237e39;
}
.pd8-box {
  background-color: #f5f5f7;
}
.pd8ct {
  margin: 0 auto;
  padding: 100px 0;
}
.pd8ct .mide {
  margin-top: 50px;
  font-family: var(--font-mont) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.pd8ct .mide p,
.pd8ct .mide span {
  font-family: var(--font-mont) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.pd8ct .mide p:not(:first-of-type) {
  margin-top: 15px;
}
.pd8ct .mide img {
  max-width: 100%;
  margin: 10px auto 0;
}
.ma1-box {
  background-color: #f5f5f7;
}
.ma1ct {
  padding: 100px 0;
  margin: 0 auto;
}
.ma1ct .big-box .mbox {
  display: none;
}
.ma1ct .big-box .mbox.active {
  display: block;
}
.mall-list {
  display: flex;
  flex-wrap: wrap;
}
.mall-list li {
  width: calc((100% - 28px) / 2);
  height: 381px;
  margin-right: 28px;
  margin-top: 40px;
  display: flex;
}
.mall-list li:nth-of-type(2n) {
  margin-right: 0;
}
.mall-list li:nth-of-type(1),
.mall-list li:nth-of-type(2) {
  margin-top: 0;
}
.mall-list li .ib {
  width: 50%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.mall-list li .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mall-list li .link {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 47px 38px 0 48px;
}
.mall-list li .link .tab {
  display: flex;
}
.mall-list li .link .tab p {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  opacity: 0.4;
  transition: 0.4s;
  cursor: pointer;
}
.mall-list li .link .tab p:not(:last-of-type) {
  margin-right: 23px;
}
.mall-list li .link .tab p.active {
  color: #237e39;
  opacity: 1;
}
.mall-list li .link .tag {
  margin-top: 22px;
}
.mall-list li .link .tag .rq {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 230px;
}
.mall-list li .link .tag .rq::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.mall-list li .link .tag .rq::-webkit-scrollbar-thumb {
  background: #237e39;
}
.mall-list li .link .tag .rq::-webkit-scrollbar-track {
  background: rgba(35, 126, 57, 0.2);
}
.mall-list li .link .tag .rq a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 18px;
  margin-right: 5px;
  margin-top: 5px;
  transition: 0.4s;
}
.mall-list li .link .tag .rq a:hover {
  border-color: #237e39;
  background-color: #237e39;
  box-shadow: 0px 6px 24px 0px rgba(20, 152, 52, 0.5);
  color: #ffffff;
}
.mall-list li .link .box:not(:first-of-type) {
  display: none;
}
.so1-box {
  background-color: #f5f5f7;
  overflow: hidden;
  padding-bottom: 100px;
}
.so1ct {
  margin: 89px auto 0;
}
.so1ct .top {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.so1ct .top .left {
  width: calc(100% - 683px - 100px);
}
.so1ct .top .right {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  width: 683px;
  padding-top: 10px;
}
.so1-box .sw-box {
  margin: 26px auto 0;
}
.sol-swiper {
  padding: 20px 0;
  overflow: visible;
}
.sol-swiper a {
  width: 100%;
  display: block;
  transition: 0.4s;
  border-radius: 30px;
  overflow: hidden;
}
.sol-swiper a:hover {
  box-shadow: 0px 6px 20px 0px rgba(20, 152, 52, 0.5);
}
.sol-swiper a:hover .txt {
  background-color: #237e39;
}
.sol-swiper a .ib img {
  width: 100%;
}
.sol-swiper a .txt {
  background-color: #ffffff;
  padding: 37px 50px 44px 50px;
  transition: 0.4s;
}
.sol-swiper a .txt h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
}
.sol-swiper a .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
  margin-top: 20px;
}
.sol-swiper a:hover .txt h3,
.sol-swiper a:hover .txt p {
  color: #ffffff;
}
.so1-box .sw-box .dbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.so1-box .sw-box .dbl .qhb {
  display: flex;
}
.so1-box .sw-box .dbl .qhb .qh {
  width: 56px;
  height: 56px;
  background: #237e39;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.so1-box .sw-box .dbl .qhb .qh i {
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.so1-box .sw-box .dbl .qhb .qh:last-of-type {
  margin-left: 20px;
}
.so1-box .sw-box .dbl .qhb .qh.swiper-button-disabled {
  background-color: #ebebef;
  cursor: no-drop;
}
.so1-box .sw-box .dbl .qhb .qh.swiper-button-disabled i {
  color: #222222;
}
.sol-swiper-pagination {
  position: unset;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: calc(100% - 132px - 60px);
}
.sol-swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
  background-color: #237e39;
}
.down-box {
  overflow: hidden;
}
.downct {
  margin: 0 auto;
  padding: 100px 0;
}
.pb-tab {
  display: flex;
}
.pb-tab.jz {
  justify-content: center;
}
.pb-tab a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.4s;
  border-radius: 10px;
  background-color: rgba(226, 226, 231, 0.5);
  padding: 14px 25px;
}
.pb-tab a:not(:last-of-type) {
  margin-right: 10px;
}
.pb-tab a.active {
  background-color: #237e39;
  color: #ffffff !important;
}
.pb-tab a:hover {
  color: #237e39;
}
.down-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.down-list li {
  width: calc((100% - 56px) / 3);
  margin-right: 28px;
  margin-top: 40px;
}
.down-list li:nth-of-type(1),
.down-list li:nth-of-type(2),
.down-list li:nth-of-type(3) {
  margin-top: 0;
}
.down-list li:nth-of-type(3n) {
  margin-right: 0;
}
.down-list li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 60px 60px 41px 50px;
  transition: 0.4s;
}
.down-list li a h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
}
.down-list li a .dbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 85px;
}
.down-list li a .dbl p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #237e39;
  transition: 0.4s;
}
.down-list li a .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  z-index: -1;
}
.down-list li a .bg2 {
  opacity: 0;
}
.down-list li a:hover {
  filter: drop-shadow(0 42px 79px rgba(35, 126, 57, 0.41));
  z-index: 2;
}
.down-list li a:hover .bg1 {
  opacity: 0;
}
.down-list li a:hover .bg2 {
  opacity: 1;
}
.down-list li a:hover h3,
.down-list li a:hover .dbl p {
  color: #ffffff;
}
.down-list li a .wave {
  position: absolute;
  right: 0px;
  bottom: 30px;
  width: calc(100% - 140px);
  height: 150px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  z-index: -1;
}
.down-list li a .wave .line {
  width: 2px;
  background: linear-gradient(
    0deg,
    rgba(235, 237, 241, 0) 0%,
    rgba(235, 237, 241, 1) 100%
  );
  transition: opacity 0.4s ease;
  opacity: 1;
}
.down-list li a:hover .wave .line {
  opacity: 0.4;
}
.vd-box {
  overflow: hidden;
}
.vdct {
  margin: 0 auto;
  padding: 100px 0;
}
.vd-list {
  display: flex;
  flex-wrap: wrap;
}
.vd-list li {
  width: calc((100% - 56px) / 3);
  margin-right: 28px;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
}
.vd-list li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #237e39;
  transition: 0.4s;
}
.vd-list li:nth-of-type(1),
.vd-list li:nth-of-type(2),
.vd-list li:nth-of-type(3) {
  margin-top: 0;
}
.vd-list li:nth-of-type(3n) {
  margin-right: 0;
}
.vd-list li .ib {
  width: 100%;
  height: 253px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.vd-list li .ib .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vd-list li .ib .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.4s;
}
.vd-list li .ib .play:hover {
  transform: translate(-50%, -50%) rotate(360deg) scale(1.2);
}
.vd-list li p {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  text-align: center;
  transition: 0.4s;
  margin: 35px 0;
}
.vd-list li:hover p {
  color: #237e39;
}
.vd-list li:hover::after {
  width: 100%;
}
.con1-box {
  background-color: #f8f8f9;
}
.con1ct {
  margin: 0 auto;
  padding: 65px 0 100px 0;
}
.con1ct .pb-h3-48 {
  margin: 54px 0;
}
.con1ct .mide .box {
  transition: 1s;
  opacity: 0;
  transform: translateY(80px);
}
.con1ct .mide .box:not(:first-of-type) {
  display: none;
}
.con1ct .mide .box.active {
  transform: translateY(0);
  opacity: 1;
}
.con1ct .mide .rq {
  display: flex;
}
.con1ct .mide .rq .item {
  width: calc((100% - 56px) / 3);
  background: #ffffff;
  border-radius: 30px;
  margin-right: 28px;
  padding: 56px 45px 65px 45px;
  transition: 0.4s;
}
.con1ct .mide .rq .item:hover {
  box-shadow: 0px 40px 101px 0px rgba(17, 24, 35, 0.07);
}
.con1ct .mide .rq .item:nth-of-type(3n) {
  margin-right: 0;
}
.con1ct .mide .rq .item h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 20px;
  color: #222222;
  opacity: 0.7;
  text-align: center;
}
.con1ct .mide .rq .item .ib {
  margin: 45px 0;
  height: 60px;
}
.con1ct .mide .rq .item .ib img {
  max-height: 100%;
  margin: 0 auto;
}
.con1ct .mide .rq .item a {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  text-align: center;
  display: block;
  word-break: break-word;
  line-height: 36px;
}
.con2-box {
  height: 720px;
  max-width: 1920px;
  margin: 0 auto;
}
.con2-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.c3ct {
  margin: -160px auto 0;
  padding: 0 0 100px 0;
  position: relative;
  z-index: 1;
}
.c3ct .mide {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 40px 101px 0px rgba(17, 24, 35, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 90px 230px 100px 230px;
}
.c3ct form {
  margin-top: 45px;
}
.c3ct form .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.c3ct form .item {
  position: relative;
}
.c3ct form .row .item {
  width: calc((100% - 34px) / 2);
}
.c3ct form .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
}
.c3ct form .item input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  outline: none;
  padding: 0 15px 0 58px;
}
.c3ct form .item input.active,
.c3ct form .item textarea.active,
.c3ct form .item select.active {
  border-color: #237e39;
}
.c3ct form .item input::placeholder,
.c3ct form .item textarea::placeholder {
  color: #aaaaaa;
}
.c3ct form .item select {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
  outline: none;
  padding: 0 25px 0 58px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;

  /* ==========新增核心兼容代码========== */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* 隐藏IE旧版下拉箭头 */
.c3ct form .item select::-ms-expand {
  display: none;
}
/* 下拉箭头 */
.c3ct form .item.jt::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #222;
  pointer-events: none; /* 不阻挡点击select */
}
.c3ct form .item select:valid {
  color: #222222;
}
.c3ct form .item select option[value=''] {
  color: #aaaaaa;
}
.c3ct form .item select option:not([value='']) {
  color: #222222;
}
.c3ct form .ys a {
  margin-left: 5px;
  transition: 0.4s;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
}
.c3ct form .ys a:hover {
  color: #237e39;
}
.c3ct form input[type='checkbox'] {
  accent-color: #237e39;
}
.c3ct form .item textarea {
  width: 100%;
  height: 110px;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  outline: none;
  padding: 22px 15px 0 58px;
  resize: none;
}
.c3ct form .message img {
  top: 25px;
  transform: unset;
}
.c3ct form button {
  border: none;
  outline: none;
  background: #237e39;
  border-radius: 10px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  height: 59px;
  margin-top: 30px;
}
.privacy-diaolog {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
  overflow-y: auto;
}
.privacy-diaolog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
}
.privacy-diaolog .content .top {
  display: flex;
  justify-content: flex-end;
  padding: 15px 10px 0 10px;
}
.privacy-diaolog .content .top i {
  font-size: 22px;
  color: #848484;
  cursor: pointer;
  transition: 0.3s;
}
.privacy-diaolog .content .top i:hover {
  color: #237e39;
}
.privacy-diaolog .content .mide {
  padding: 0 0 40px 40px;
  margin-top: 20px;
}
.privacy-diaolog .content .title {
  text-align: center;
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}
.privacy-diaolog .content .wz {
  overflow-y: auto;
  height: 510px;
  padding-right: 20px;
  margin-top: 25px;
  font-family: var(--font-mont);
}
.privacy-diaolog .content .wz h1,
.privacy-diaolog .content .wz h2,
.privacy-diaolog .content .wz h3,
.privacy-diaolog .content .wz h4,
.privacy-diaolog .content .wz h5,
.privacy-diaolog .content .wz h6 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.privacy-diaolog .content .wz p,
.privacy-diaolog .content .wz span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-indent: 16px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-thumb {
  background: #237e39;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-track {
  background: #dedede;
}
.news-search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  display: flex;
  height: 70px;
}
.news-search .left {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.35);
  padding: 0 29px;
}
.news-search .left i {
  font-size: 18px;
  color: #ffffff;
}
.news-search .left input {
  width: calc(100% - 18px - 20px);
  height: 100%;
  margin-left: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.news-search .left input::placeholder {
  color: #ffffff;
}
.news-search .btn {
  width: 160px;
  height: 100%;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  outline: none;
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.news-search .btn img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.news1-box {
  overflow: hidden;
}
.news1ct {
  margin: 0 auto;
  padding: 95px 0 100px 0;
}
.news1ct .mide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.news1ct .mide .left {
  width: 560px;
  height: 736px;
  border-radius: 30px;
  overflow: hidden;
}
.news1ct .mide .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news1ct .mide .right {
  width: calc(100% - 560px - 70px);
  display: flex;
  flex-wrap: wrap;
}
.news1ct .mide .right a {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-top: 40px;
  border-radius: 30px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 65px 50px 45px 50px;
}
.news1ct .mide .right a:nth-of-type(1),
.news1ct .mide .right a:nth-of-type(2) {
  margin-top: 0;
}
.news1ct .mide .right a:nth-of-type(2n) {
  margin-right: 0;
}
.news1ct .mide .right a h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #237e39;
  transition: 0.4s;
}
.news1ct .mide .right a h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
  margin: 18px 0 80px 0;
}
.news1ct .mide .right a p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.5;
  transition: 0.4s;
}
.news1ct .mide .right a .flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.news1ct .mide .right a .flow img {
  width: 100%;
  height: 100%;
}
.news1ct .mide .right a .flow .rund {
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-color: #237e39;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news1ct .mide .right a .flow .rund i {
  font-size: 18px;
  color: #ffffff;
}
.news1ct .mide .right a:hover .flow {
  opacity: 1;
}
.news1ct .mide .right a:hover h4,
.news1ct .mide .right a:hover h6,
.news1ct .mide .right a:hover p {
  color: #ffffff;
}
.news1ct .big-box .box {
  display: none;
}
.news1ct .big-box .box.active {
  display: block;
}
.news2-box {
  background-color: #f5f5f7;
}
.news2ct {
  margin: 0 auto;
  padding: 100px 0;
}
.news2ct .news-list {
  margin-top: 0;
}
.news2ct .news-list li a {
  box-shadow: none;
}
.news2ct .big-box .box {
  display: none;
}
.news2ct .big-box .box.active {
  display: block;
}
.nd1ct {
  margin: 0 auto;
  padding: 100px 0;
}
.nd1ct .title {
  margin-top: 80px;
}
.nd1ct .dbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 44px;
  padding: 35px 0;
}
.nd1ct .dbl .time {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #237e39;
}
.nd1ct .dbl .fx {
  display: flex;
  align-items: center;
}
.nd1ct .dbl .fx .wz {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-right: 15px;
}
.social-share .social-share-icon {
  border-color: #f2f3f4 !important;
  background-color: #f2f3f4 !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
.social-share .social-share-icon:hover {
  background-color: #237e39 !important;
  color: #ffffff !important;
}
.social-share .icon-twitter::before {
  display: none;
}
.social-share .it {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-share .it:hover {
  filter: brightness(10);
}
.nd1ct .content {
  font-family: var(--font-mont) !important;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-top: 75px;
}
.nd1ct .content p,
.nd1ct .content span {
  font-family: var(--font-mont) !important;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
}
.nd1ct .content img {
  margin: 15px auto;
  max-width: 100%;
}
.nd1ct .fy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding-top: 50px;
  margin-top: 70px;
}
.nd1ct .fy .pb {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  width: 45%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
}
.nd1ct .fy .pb span {
  color: #237e39;
  margin-right: 15px;
}
.nd1ct .fy .pb.right {
  text-align: right;
}
.nd1ct .fy .pb.right span {
  margin: 0 0 0 15px;
}
.nd1ct .fy .pb:hover {
  color: #237e39;
}
.nd2-box {
  background-color: #f5f5f7;
}
.nd2ct {
  margin: 0 auto;
  padding: 95px 0 100px 0;
  position: relative;
}
.nd2ct .qh {
  position: absolute;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  bottom: 48%;
  border-radius: 50%;
  transition: 0.4s;
}
.nd2ct .qh i {
  font-size: 16px;
  color: #222222;
  transition: 0.4s;
}
.nd2ct .prev {
  left: -62px;
}
.nd2ct .next {
  right: -62px;
}
.nd2ct .qh:hover {
  border-color: #237e39;
  background-color: #237e39;
}
.nd2ct .qh:hover i {
  color: #ffffff;
}
.nd2-swiper {
  margin-top: 40px;
  padding-top: 15px;
}
.nd2-swiper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 580px;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.4s;
}
.nd2-swiper .swiper-slide a:hover {
  transform: translateY(-15px);
}
.nd2-swiper .swiper-slide a .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nd2-swiper .swiper-slide a .wz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 42px 47px 0 47px;
}
.nd2-swiper .swiper-slide a .wz p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #237e39;
}
.nd2-swiper .swiper-slide a .wz h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.4s;
  margin: 18px 0;
}
.nd2-swiper .swiper-slide a .wz h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.8;
}
.nd2-swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  position: unset;
}
.nd2-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background: #7d7d87;
  border-radius: 3px;
  opacity: 0.4;
  transition: 0.4s;
}
.nd2-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 10px;
}
.nd2-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 60px;
  background-color: #237e39;
}
.ac1-box {
  overflow: hidden;
}
.ac1ct {
  margin: 0 auto;
  padding: 90px 0 100px 0;
}
.ac1ct .top {
  display: flex;
  justify-content: space-between;
}
.ac1ct .top .left {
  width: 683px;
}
.ac1ct .top .right {
  width: calc(100% - 683px - 151px);
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.ac1ct .bg {
  width: 100%;
  border-radius: 30px;
  margin-top: 45px;
}
.ac2-box {
  position: relative;
}
.ac2-box .bg {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
.ac2-box .wz {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ac2-box .wz .rq {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  width: 865px;
  line-height: 54px;
}
.ac2-box .wz .rq span {
  color: #237e39;
}
.ac2-box .dbl {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translate(-50%, 0);
}
.ac2-box .dbl .box {
  display: flex;
  justify-content: space-between;
}
.ac2-box .dbl .box .item {
  width: 448px;
  background-color: rgba(248, 248, 249, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 30px 65px 30px 30px;
}
.ac2-box .dbl .box .item .ib {
  /* width: 250px; */
  width: 0;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s;
}
.ac2-box .dbl .box .item .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac2-box .dbl .box .item .txt {
  /* width: calc(100% - 250px - 28px); */
  width: 100%;
  transition: 0.4s;
}
.ac2-box .dbl .box .item .txt h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.ac2-box .dbl .box .item .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  display: none;
  margin-top: 17px;
}
.ac2-box .dbl .box .item .flow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.ac2-box .dbl .box .item .flow i {
  font-size: 16px;
  color: #222222;
  transition: 0.4s;
}
.ac2-box .dbl .box .item .flow:hover {
  border-color: #237e39;
}
.ac2-box .dbl .box .item .flow:hover i {
  color: #237e39;
}
.ac2-box .dbl .box .item .flow i:last-of-type {
  display: none;
}
.ac2-box .dbl .box .item.active {
  width: calc(100% - 448px - 28px);
  align-items: center;
}
.ac2-box .dbl .box .item.active .flow i:last-of-type {
  display: block;
}
.ac2-box .dbl .box .item.active .flow i:first-of-type {
  display: none;
}
.ac2-box .dbl .box .item.active .ib {
  width: 250px;
}
.ac2-box .dbl .box .item.active .txt {
  width: calc(100% - 250px - 28px);
}
.ac3-box {
  overflow: hidden;
}
.ac3ct {
  margin: 0 auto;
  padding: 210px 0 100px 0;
}
.ac3ct .mide {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.ac3ct .mide .left {
  width: 567px;
  height: 665px;
  border-radius: 30px;
  overflow: hidden;
}
.ac3ct .mide .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac3ct .mide .right {
  width: calc(100% - 567px - 60px);
}
.ac3ct .mide .right .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 36px 0;
  position: relative;
}
.ac3ct .mide .right .row::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.4s;
  background-color: #237e39;
}
.ac3ct .mide .right .row:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.ac3ct .mide .right .row .ib {
  width: 82px;
}
.ac3ct .mide .right .row .ib img {
  max-width: 100%;
}
.ac3ct .mide .right .row .txt {
  width: calc(100% - 82px - 28px);
}
.ac3ct .mide .right .row .txt h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  transition: 0.4s;
}
.ac3ct .mide .right .row .txt h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  margin-top: 18px;
}
.ac3ct .mide .right .row:hover::before {
  width: 100%;
}
.ac3ct .mide .right .row:hover .txt h4 {
  color: #237e39;
}
.ac4-box {
  overflow: hidden;
  position: relative;
}
.ac4-box::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 0;
  bottom: 18%;
}
.ac4ct {
  margin: 0 auto;
  padding: 95px 0 50px 0;
}
.ac4ct .ac4-sw-box {
  margin-top: 47px;
}
.ac4-sw-box .desc-swiper .rq {
  display: flex;
}
.ac4-sw-box .desc-swiper .rq .left {
  width: 50%;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 47px 60px 69px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ac4-sw-box .desc-swiper .rq .left h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.ac4-sw-box .desc-swiper .rq .left .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  margin-top: 26px;
}
.ac4-sw-box .desc-swiper .rq .left .dbl {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 34px;
  margin-top: 50px;
}
.ac4-sw-box .desc-swiper .rq .left .dbl h5 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #237e39;
}
.ac4-sw-box .desc-swiper .rq .left .dbl .txt {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-top: 17px;
}
.ac4-sw-box .desc-swiper .rq .left .dbl .txt p {
  position: relative;
  padding-left: 11px;
}
.ac4-sw-box .desc-swiper .rq .left .dbl .txt p::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #237e39;
}
.ac4-sw-box .desc-swiper .rq .right {
  width: 50%;
}
.ac4-sw-box .desc-swiper .rq .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.ac4-sw-box .time-swiper {
  margin-top: 50px;
  padding: 30px 0 50px 0;
}
.ac4-sw-box .time-swiper .item {
  border-radius: 30px;
  padding: 35px 35px 30px 35px;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ac4-sw-box .time-swiper .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.ac4-sw-box .time-swiper .item .ib {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  background: #237e39;
  border-radius: 50%;
  border: 5px solid #237e39;
  transition: 0.4s;
  overflow: hidden;
}
.ac4-sw-box .time-swiper .item .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac4-sw-box .time-swiper .item p {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 22px;
  transition: 0.4s;
}
.ac4-sw-box .time-swiper .swiper-slide-thumb-active .item {
  box-shadow: 0px 15px 30px 0px rgba(25, 140, 53, 0.4);
}
.ac4-sw-box .time-swiper .swiper-slide-thumb-active .item .bg {
  opacity: 1;
}
.ac4-sw-box .time-swiper .swiper-slide-thumb-active .item .ib {
  border-color: #ffffff;
}
.ac4-sw-box .time-swiper .swiper-slide-thumb-active .item p {
  color: #ffffff;
}
.ac5-box {
  overflow: hidden;
}
.ac5ct {
  padding: 95px 0 100px 0;
  margin: 0 auto;
}
.ac5ct .top {
  display: flex;
  justify-content: space-between;
}
.ac5ct .top .right {
  width: 606px;
}
.ac5ct .top .right h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #237e39;
}
.ac5ct .top .right p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin-top: 28px;
}
.ac5ct .mide {
  position: relative;
  width: 100%;
  height: 720px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 55px;
}
.ac5ct .mide .bigbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac5ct .mide .rq {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
.ac5ct .mide .rq .row {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 28px;
  position: relative;
  padding: 19px 30px 19px 55px;
  transition: 0.4s;
  width: max-content;
}
.ac5ct .mide .rq .row:not(:first-of-type) {
  margin-top: 10px;
}
.ac5ct .mide .rq .row .flow {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #222222;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: 0.4s;
}
.ac5ct .mide .rq .row .flow i {
  font-size: 16px;
  color: #222222;
  transition: 0.4s;
}
.ac5ct .mide .rq .row .flow:hover {
  border-color: #237e39;
}
.ac5ct .mide .rq .row .flow:hover i {
  color: #237e39;
}
.ac5ct .mide .rq .row .flow i:last-of-type {
  display: none;
}
.ac5ct .mide .rq .row .zs {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
}
.ac5ct .mide .rq .row .nr {
  display: none;
}
.ac5ct .mide .rq .row .nr .db {
  display: flex;
}
.ac5ct .mide .rq .row .nr .db .left {
  width: calc(100% - 128px);
}
.ac5ct .mide .rq .row .nr .db .left h6 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  padding-right: 15px;
}
.ac5ct .mide .rq .row .nr .db .left .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
  position: relative;
  margin-top: 28px;
}
.ac5ct .mide .rq .row .nr .db .left .line::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #237e39;
}
.ac5ct .mide .rq .row .nr .z {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
  margin-top: 26px;
}
.ac5ct .mide .rq .row .nr .db .right {
  width: 128px;
  height: 96px;
  position: relative;
}
.ac5ct .mide .rq .row .nr .db .right .ig {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.ac5ct .mide .rq .row .nr .db .right .ic {
  position: absolute;
  top: 0;
  left: 0;
}
.ac5ct .mide .rq .row.active {
  width: 574px;
  padding: 36px 33px 50px 55px;
}
.ac5ct .mide .rq .row.active .flow i:last-of-type {
  display: block;
}
.ac5ct .mide .rq .row.active .flow i:first-of-type {
  display: none;
}
.ab6-box {
  background-color: #f5f5f7;
  overflow: hidden;
  padding: 100px 0;
}
.ab6-box .top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ab6-box .top .right {
  width: 661px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.ab6-box .sw-box {
  margin-top: 55px;
}
.ab6-box .swiper-wrapper {
  transition-timing-function: linear !important;
}
.ab6-box .swiper-container {
  overflow: visible;
}
.ab6-box .swiper-container:not(:first-of-type) {
  margin-top: 30px;
}
.ab6-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #ffffff;
  height: 180px;
  transition: 0.4s;
}
.ab6-box .swiper-container:hover {
  z-index: 5;
}
.ab6-box a:hover {
  box-shadow: 0px 39px 131px 0px rgba(39, 39, 57, 0.1);
}
.ab6-box a img {
  max-width: 80%;
  max-height: 80%;
}
.ab7-box {
  overflow: hidden;
  background-color: #f5f5f7;
  padding-bottom: 100px;
}
.ab7-box .top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 85px;
}
.ab7-box .top .right {
  width: 661px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.ab7-box .sw-box {
  margin: 72px auto 0;
}
.ab7-swiper {
  overflow: visible;
}
.ab7-swiper .item {
  background: #ffffff;
  padding: 50px 32px 50px 32px;
  border-radius: 30px;
}
.ab7-swiper .item:hover .txt p {
  color: #237e39;
}
.ab7-swiper .item:hover .ib .flow {
  opacity: 1;
}
.ab7-swiper .item .ib {
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ab7-swiper .item .ib .flow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: #237e39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  opacity: 0;
}
.ab7-swiper .item .ib .flow i {
  font-size: 18px;
  color: #ffffff;
}
.ab7-swiper .item .ib .flow:hover {
  transform: scale(1.1) translate(-50%, -50%);
}
.ab7-swiper .item .ib img {
  max-width: 100%;
  max-height: 100%;
}
.ab7-swiper .item .txt {
  margin-top: 50px;
}
.ab7-swiper .item .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.4s;
  text-align: center;
}
.ab7-box .bottom {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ab7-box .bottom .qhb {
  display: flex;
}
.ab7-box .bottom .qhb .qh {
  width: 56px;
  height: 56px;
  background: #237e39;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.ab7-box .bottom .qhb .qh i {
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.ab7-box .bottom .qhb .qh:last-of-type {
  margin-left: 20px;
}
.ab7-box .bottom .qhb .qh.swiper-button-disabled {
  background-color: #ebebef;
  cursor: no-drop;
}
.ab7-box .bottom .qhb .qh.swiper-button-disabled i {
  color: #222222;
}
.ab7-swiper-pagination {
  position: unset;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: calc(100% - 132px - 60px);
}
.ab7-swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
  background-color: #237e39;
}

.ab3-box {
  overflow: hidden;
  background-color: #f5f5f7;
}
.ab3ct {
  margin: 0 auto;
  padding: 95px 0 100px 0;
}
.ab3ct .top {
  display: flex;
  justify-content: space-between;
}
.ab3ct .top .right {
  width: 670px;
}
.ab3ct .top .right h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #237e39;
}
.ab3ct .top .right p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin-top: 26px;
}
.ab3ct .mide {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.ab3ct .mide .left {
  width: calc((100% - 28px) / 2);
}
.ab3ct .mide .left .row {
  position: relative;
}
.ab3ct .mide .left .row img {
  width: 100%;
}
.ab3ct .mide .left .row:not(:first-of-type) {
  margin-top: 28px;
}
.ab3ct .mide .left .row .txt {
  position: absolute;
  width: 270px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
}
.ab3ct .mide .left .row .txt h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.ab3ct .mide .left .row .txt p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-top: 80px;
}
.ab3ct .mide .right {
  width: calc((100% - 28px) / 2);
  position: relative;
}
.ab3ct .mide .right img {
  width: 100%;
}
.ab3ct .mide .right .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 56px 61px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ab3ct .mide .right .txt h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.ab3ct .mide .right .txt h4 {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  margin-top: 14px;
}
.ab3ct .mide .right .txt .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.ab3ct .mide .right .txt .desc p {
  position: relative;
  padding-left: 11px;
}
.ab3ct .mide .right .txt .desc p:not(:first-of-type) {
  margin-top: 10px;
}
.ab3ct .mide .right .txt .desc p::before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 9px;
  left: 0px;
}
.ab4-box {
  position: relative;
}
.ab4-box .bg {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
.ab4-box .title {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
}
.ab4-box .bottom {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.ab4-box .bottom .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ab4-box .bottom .ct .item {
  width: calc((100% - 24px) / 4);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 35px 40px;
  transition: 0.4s;
}
.ab4-box .bottom .ct .item .zs:hover .rund {
  border-color: #237e39;
}
.ab4-box .bottom .ct .item .zs:hover .rund i {
  color: #237e39;
}
.ab4-box .bottom .ct .item.active {
  background-color: #237e39;
  padding-bottom: 60px;
}
.ab4-box .bottom .ct .item.active .zs p {
  color: #ffffff;
}
.ab4-box .bottom .ct .item.active h6 {
  color: rgba(255, 255, 255, 0.9);
}
.ab4-box .bottom .ct .item.active .zs .rund {
  border-color: #ffffff;
}
.ab4-box .bottom .ct .item.active .zs .rund i {
  color: #ffffff;
  transform: rotate(180deg);
}
.ab4-box .bottom .ct .item .zs {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.ab4-box .bottom .ct .item .zs p {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  width: calc(100% - 42px - 15px);
  transition: 0.4s;
}
.ab4-box .bottom .ct .item .zs .rund {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.ab4-box .bottom .ct .item .zs .rund i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}
.ab4-box .bottom .ct .item h6 {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 30px;
  display: none;
}
.ab5-box {
  overflow: hidden;
  padding: 95px 0 100px 0;
}
.ab5-box .top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ab5-box .top .right {
  width: 676px;
}
.ab5-box .top .right h4 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #237e39;
}
.ab5-box .top .right p {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
  margin-top: 26px;
}
.ab5-swiper {
  margin-top: 55px;
}
.ab5-swiper .swiper-slide {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 67px 70px 70px 70px;
}
.ab5-swiper .swiper-slide .dbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ab5-swiper .swiper-slide .dbl .time {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 72px;
  color: #237e39;
  line-height: 1;
}
.ab5-swiper .swiper-slide .dbl p {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  opacity: 0.3;
}
.ab5-swiper .swiper-slide .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 40px 0;
}
.ab5-swiper .swiper-slide .desc {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.ab5-swiper .swiper-slide .desc span {
  color: #237e39;
}
.ab5-swiper-pagination {
  position: unset;
  height: 1px;
  margin-top: 35px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 120px auto 0;
}
.ab5-swiper-pagination .swiper-pagination-progressbar-fill {
  height: 2px;
  top: -1px;
  background-color: #237e39;
}
.ab1-box {
  position: relative;
}
.ab1-box .big-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ab1ct {
  margin: 0 auto;
  padding: 135px 0 0 0;
  margin-bottom: 72px;
}
.ab1ct .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 137px;
}
.ab1ct .top h3 {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 60px;
  color: #222222;
  line-height: 66px;
}
.ab1ct .top h3 span {
  color: #237e39;
}
.ab1ct .desc {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 49px;
  padding-top: 55px;
}
.ab1ct .desc .left {
  width: 651px;
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 22px;
  color: #237e39;
  line-height: 32px;
}
.ab1ct .desc .right {
  width: 657px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.ab1ct .desc .right p:not(:first-of-type) {
  margin-top: 15px;
}
.ab1-box .zoom-img {
  width: 1400px;
  height: 613px;
  object-fit: cover;
  border-radius: 30px;
  position: sticky;
  top: 0;
  margin: 0 auto;
}
.ab1-box .mide {
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  justify-content: space-between;
}
.ab1-box .mide .row {
  width: calc((100% - 28px) / 2);
}
.ab1-box .mide .row:nth-of-type(2n) {
  margin-top: 110px;
}
.ab1-box .mide .item {
  width: 100%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 60px 60px 52px 64px;
  transition: 0.4s;
}
.ab1-box .mide .item:hover {
  background-color: rgba(255, 255, 255, 1);
}
.ab1-box .mide .item:hover .sz .num,
.ab1-box .mide .item:hover .sz .zm {
  color: #237e39;
}
.ab1-box .mide .item:hover .sz p {
  color: #237e39;
}
.ab1-box .mide .item:not(:first-of-type) {
  margin-top: 28px;
}
.ab1-box .mide .item .ib {
  height: 76px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.ab1-box .mide .item .ib img {
  max-height: 100%;
}
.ab1-box .mide .item .sz {
  display: flex;
  align-items: flex-end;
  margin-top: 90px;
}
.ab1-box .mide .item .sz .num,
.ab1-box .mide .item .sz .zm {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 100px;
  color: #000000;
  line-height: 1;
  transition: 0.4s;
}
.ab1-box .mide .item .sz p {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  transform: translateY(-10px);
  margin-left: 10px;
  transition: 0.4s;
}
.ab1-box .mide .item span {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  margin-top: 16px;
  display: block;
}
.map-box {
  overflow: hidden;
}
.mapct {
  margin: 0 auto;
  padding: 95px 0 100px 0;
  position: relative;
}
.mapct .top {
  display: flex;
  justify-content: space-between;
}
.mapct .top .right {
  width: 685px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.mapct .mide {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.mapct .mide .bg {
  width: 100%;
}
.mapct .mide .line {
  position: absolute;
  bottom: 30%;
  right: 22%;
  z-index: 1;
  width: 65.5%;
}
.mapct .mide .bigpt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 10%;
  right: 22%;
  z-index: 2;
}
.mapct .mide .bigpt .ib {
  position: relative;
  animation: tiaodong 2.5s infinite ease-in-out;
}
.mapct .mide .bigpt .ib img:first-of-type {
  position: relative;
  z-index: 1;
}
.mapct .mide .bigpt .ib img:last-of-type {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
.mapct .mide .bigpt p {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 18px;
  color: #237e39;
  width: max-content;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
}
@keyframes tiaodong2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.mapct .mide .pt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
}
.mapct .mide .pt img {
  animation: tiaodong 2.5s infinite ease-in-out;
}
.mapct .mide .pt p {
  text-align: center;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.mapct .mide .pt1 {
  top: 15%;
  right: 35%;
}
.mapct .mide .pt2 {
  top: 48%;
  right: 48%;
}
.mapct .mide .pt3 {
  top: 18%;
  left: 44%;
}
.mapct .mide .pt4 {
  top: 15%;
  left: 10%;
}
.mapct .mide .pt5 {
  bottom: 25%;
  left: 22%;
}
.mapct .mide .pt6 {
  bottom: 37%;
  right: 21%;
}
@keyframes tiaodong {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.mapct .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.mapct .bottom .item {
  width: calc((100% - 28px) / 2);
}
.mapct .bottom .item .rq {
  background-color: #f8f8f9;
  border-radius: 30px;
  padding: 43px 60px 52px 50px;
  transition: 0.4s;
}
.mapct .bottom .item .rq:hover {
  box-shadow: 0px 39px 131px 0px rgba(39, 39, 57, 0.1);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.mapct .bottom .item .rq .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mapct .bottom .item .rq .top p {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 22px;
  color: #222222;
}
.mapct .bottom .item .rq .sz {
  display: flex;
  align-items: flex-end;
  margin-top: 90px;
}
.mapct .bottom .item .rq .sz .num2,
.mapct .bottom .item .rq .sz .zm {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 80px;
  color: #237e39;
  line-height: 1;
  transition: 0.4s;
}
.mapct .bottom .item .rq .sz p {
  font-family: var(--font-mont);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  margin-left: 6px;
}
.hover-area {
  cursor: grab;
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #237e39;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform, opacity;
  transition: opacity 0.2s ease;
}
.custom-cursor i {
  font-size: 14px;
  color: #ffffff;
}
.custom-cursor.white {
  background-color: #ffffff;
}
.custom-cursor.white i {
  color: #000000;
}
.page {
  width: 100%;
  margin-top: 60px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 56px;
  height: 56px;
  margin-right: 9px;
  padding: 0;
  border-radius: 50%;
  min-width: 56px;
  background-color: rgba(153, 153, 153, 0.07);
}
.page .el-pagination .btn-next {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  min-width: 56px;
  background-color: rgba(153, 153, 153, 0.07);
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i {
  font-size: 16px;
}
.page .el-pager li {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin-right: 9px;
  padding: 0px;
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border-radius: 50%;
  transition: 0.3s;
  background-color: rgba(153, 153, 153, 0.07);
}
.page .el-pager li.active {
  background-color: #237e39;
  color: #ffffff;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #237e39;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #237e39;
}
.page .el-pagination button:hover {
  color: #237e39;
}
.page .el-pagination button:disabled {
  color: #c0c4cc;
}
.ftct {
  margin: 0 auto;
  padding: 62px 0 50px 0;
}
.ftct .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ftct .top .icon {
  display: flex;
}
.ftct .top .icon a {
  display: block;
  position: relative;
}
.ftct .top .icon a::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: 0.4s;
}
.ftct .top .icon a:hover::after {
  width: 25px;
}
.ftct .top .icon a:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.ftct .top .icon a:not(:last-of-type) {
  margin-right: 38px;
}
.ftct .top .icon a .flow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  padding-bottom: 12px;
  opacity: 0;
  transform-origin: bottom;
  transition: 0.4s;
}
.ftct .top .icon a .flow .rq {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18);
  position: relative;
  padding: 4px;
}
.ftct .top .icon a .flow .rq img {
  width: 100px;
}
.ftct .top .icon a .flow .rq::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.ftct .mide {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 66px;
  margin-top: 50px;
}
.ftct .mide .item h3 {
  font-family: var(--font-mont);
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 27px;
}
.ftct .mide .item .txt a {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  display: block;
  transition: 0.4s;
}
.ftct .mide .item .txt a:not(:first-of-type) {
  margin-top: 15px;
}
.ftct .mide .item .txt a:hover {
  opacity: 1;
}
.ftct .bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 44px;
  margin-top: 60px;
}
.ftct .bottom .link {
  display: flex;
  align-items: center;
  margin-left: 19px;
}
.ftct .bottom a,
.ftct .bottom span {
  font-family: var(--font-mont);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  transition: 0.4s;
}
.ftct .bottom .link a {
  opacity: 0.3;
}
.ftct .bottom .link span {
  opacity: 0.3;
  margin: 0 8px;
}
.ftct .bottom .link a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1560px) {
  .center-1400 {
    width: 1100px;
  }
  .privacy-diaolog .content .wz {
    height: 380px;
  }
  .headerct .nav li:not(:first-of-type) {
    margin-left: 25px;
  }
  .headerct .right .search {
    margin-right: 28px;
  }
  .headerct .right .lan {
    margin-left: 30px;
  }
  .mySwiper .ct .line {
    width: 50px;
    height: 4px;
  }
  .mySwiper .ct .title {
    font-size: 66px;
  }
  .mySwiper .ct h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .mySwiper .ct .dbl {
    margin-top: 50px;
  }
  .mySwiper .ct p {
    margin-top: 22px;
  }
  .pb-more {
    width: 200px;
    height: 56px;
  }
  .mySwiper .swiper-pagination {
    bottom: 49px;
  }
  .i1-box {
    padding: 100px 0 0 0;
  }
  .pb-h3 {
    font-size: 48px;
  }
  .i1-box .mide .row .item .wz h3 {
    font-size: 48px;
  }
  .i1-box .mide .row .item .wz h6 {
    margin-top: 10px;
  }
  .i1-box .mide .row .item .wz {
    top: 48px;
  }
  .i1-box .mide .row .item .more {
    bottom: 49px;
  }
  .i2ct {
    padding: 120px 0 110px 0;
  }
  .pb-h6 {
    margin-top: 19px;
  }
  .i2ct .mide .item {
    /* width: calc((100% - 60px) / 3);
    margin-right: 30px; */
    padding: 40px 37px 27px 37px;
  }
  .i2ct .mide .item h4 {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
  }
  .i2ct .mide .item .txt {
    margin-top: 50px;
  }
  .i2ct .mide .item .flow .rund {
    width: 54px;
    height: 54px;
    right: 10px;
  }
  .i3-swiper .ct .more {
    width: 200px;
    height: 46px;
  }
  .i4ct {
    padding: 105px 0 170px 0;
  }
  .i4-box .left h4 {
    font-size: 21px;
  }
  .i4-box .left .desc {
    margin: 32px 0 60px 0;
  }
  .i4-box .left {
    width: 500px;
  }
  .i4-box .right {
    width: calc(100% - 500px - 80px);
  }
  .i4-box .marquee img {
    width: 984px;
  }
  .i5ct {
    padding: 100px 0 130px 0;
  }
  .news-list li a .wz {
    padding: 30px 30px 0 30px;
  }
  .news-list li a .wz h3 {
    font-size: 18px;
    line-height: 22px;
    max-height: 66px;
    margin: 14px 0;
  }
  .news-list li a {
    height: 448px;
  }
  .two-nav .ct a:not(:last-of-type) {
    margin-right: 35px;
  }
  .banner .ct h1 {
    font-size: 60px;
    margin-top: 20px;
  }
  .banner .ct .line {
    width: 50px;
    height: 4px;
  }
  .downct {
    padding: 90px 0 100px 0;
  }
  .down-list li a h3 {
    font-size: 19px;
    line-height: 24px;
    height: 72px;
  }
  .down-list li a {
    padding: 45px 45px 35px 40px;
  }
  .down-list li a .dbl {
    margin-top: 55px;
  }
  .down-list li a .wave {
    width: calc(100% - 115px);
    height: 90px;
    bottom: 25px;
  }
  .pb-h3-48 {
    font-size: 40px;
    line-height: 46px;
  }
  .con1ct .mide .rq .item a {
    font-size: 24px;
    line-height: 30px;
  }
  .con1ct .mide .rq .item {
    padding: 46px 35px 55px 35px;
  }
  .con1ct .mide .rq .item .ib {
    margin: 35px 0;
  }
  .con2-box {
    height: 600px;
  }
  .c3ct .mide {
    padding: 70px 180px 90px 180px;
  }
  .c3ct {
    margin-top: -130px;
  }
  .ab1ct {
    padding: 115px 0 0 0;
  }
  .ab1ct .top {
    padding-right: 87px;
  }
  .ab1ct .top h3 {
    font-size: 48px;
    line-height: 54px;
  }
  .ab1ct .desc .left {
    width: 520px;
  }
  .ab1ct .desc .right {
    width: 520px;
  }
  .ab1-box .zoom-img {
    width: 1100px;
    height: auto;
  }
  .ab1-box .mide .item {
    padding: 40px 40px 35px 44px;
  }
  .ab1-box .mide .item .sz .num,
  .ab1-box .mide .item .sz .zm {
    font-size: 80px;
  }
  .ab1-box .mide .item .sz p {
    font-size: 24px;
  }
  .ab1-box .mide .item .sz {
    margin-top: 50px;
  }
  .ab1-box .mide .item span {
    margin-top: 10px;
    font-size: 19px;
  }
  .ab3ct .mide .right .txt {
    padding: 45px 45px;
  }
  .ab3ct .mide .right .txt h3 {
    font-size: 26px;
  }
  .ab3ct .mide .right .txt h4 {
    font-size: 19px;
    margin-top: 10px;
  }
  .ab3ct .mide .left .row .txt {
    left: 45px;
    width: 250px;
  }
  .ab3ct .mide .left .row .txt p {
    margin-top: 25px;
  }
  .ab3ct .mide .left .row .txt h3 {
    font-size: 27px;
  }
  .ab4-box .title {
    top: 90px;
  }
  .ab4-box .bottom {
    bottom: 90px;
  }
  .ab4-box .bottom .ct .item {
    padding: 25px 30px;
  }
  .ab4-box .bottom .ct .item .zs p {
    font-size: 18px;
  }
  .ab4-box .bottom .ct .item h6 {
    margin-top: 25px;
  }
  .ab4-box .bottom .ct .item.active {
    padding-bottom: 40px;
  }
  .ab5-box .top .right {
    width: 640px;
  }
  .ab5-swiper .swiper-slide {
    padding: 50px 55px 55px 55px;
  }
  .ab5-swiper .swiper-slide .dbl .time {
    font-size: 58px;
  }
  .ab5-swiper .swiper-slide .line {
    margin: 25px 0;
  }
  .ab5-swiper-pagination {
    margin: 90px auto 0;
  }
  .ab3ct .top .right {
    width: 600px;
  }
  .mapct .top .right {
    width: 600px;
  }
  .mapct .mide .line {
    bottom: 25%;
  }
  .mapct .bottom .item .rq {
    padding: 33px 50px 42px 40px;
  }
  .mapct .bottom .item .rq .top p {
    font-size: 20px;
  }
  .mapct .bottom .item .rq .sz .num2,
  .mapct .bottom .item .rq .sz .zm {
    font-size: 68px;
  }
  .mapct .bottom .item .rq .sz p {
    font-size: 26px;
  }
  .mapct .bottom .item .rq .sz {
    margin-top: 60px;
  }
  .mapct .bottom {
    margin-top: -16px;
  }
  .ab6-box a {
    height: 110px;
    border-radius: 26px;
  }
  .ab7-swiper .item .ib {
    height: 240px;
  }
  .ab7-swiper .item .txt {
    margin-top: 40px;
  }
  .ab7-swiper .item {
    padding: 40px 25px 40px 25px;
  }
  .ac1ct .top .left {
    width: 550px;
  }
  .ac1ct .top .right {
    width: calc(100% - 550px - 88px);
  }
  .ac2-box .wz .rq {
    font-size: 38px;
    line-height: 44px;
  }
  .ac2-box .wz .rq {
    width: 660px;
  }
  .ac2-box .wz {
    top: 38%;
  }
  .ac2-box .dbl .box .item .txt h4 {
    font-size: 20px;
  }
  .ac2-box .dbl .box .item {
    padding: 25px 45px 25px 25px;
  }
  .ac2-box .dbl .box .item .txt p {
    margin-top: 15px;
  }
  .ac2-box .dbl .box .item.active .ib {
    width: 200px;
  }
  .ac2-box .dbl .box .item.active .txt {
    width: calc(100% - 200px - 25px);
  }
  .ac3ct .mide .left {
    width: 480px;
    height: 600px;
  }
  .ac3ct .mide .right {
    width: calc(100% - 480px - 60px);
  }
  .ac3ct .mide .right .row .ib {
    width: 62px;
  }
  .ac3ct .mide .right .row .txt h4 {
    font-size: 18px;
  }
  .ac3ct .mide .right .row .txt h6 {
    margin-top: 9px;
  }
  .ac3ct .mide .right .row {
    padding: 20px 0;
  }
  .ac5ct .mide {
    height: 600px;
  }
  .ac5ct .mide .rq {
    left: 60px;
  }
  .ac5ct .mide .rq .row .nr .db .left h6 {
    font-size: 20px;
  }
  .ac5ct .mide .rq .row .nr .z {
    margin-top: 20px;
  }
  .ac5ct .mide .rq .row.active {
    padding: 36px 33px 40px 55px;
  }
  .ac4-sw-box .desc-swiper .rq .left {
    padding: 37px 40px 49px 40px;
  }
  .ac4-sw-box .desc-swiper .rq .left h4 {
    font-size: 26px;
  }
  .ac4-sw-box .desc-swiper .rq .left .desc {
    margin-top: 20px;
  }
  .ac4-sw-box .desc-swiper .rq .left .dbl {
    padding-top: 24px;
    margin-top: 40px;
  }
  .ac4-sw-box .desc-swiper .rq .left .dbl h5 {
    font-size: 20px;
  }
  .ac4-sw-box .desc-swiper .rq .left .dbl .txt {
    line-height: 28px;
  }
  .ac4-sw-box .time-swiper .item {
    padding: 25px 25px 25px 25px;
    border-radius: 26px;
  }
  .ac4-sw-box .time-swiper .item .ib {
    width: 100px;
    height: 100px;
  }
  .ac4-sw-box .time-swiper .item p {
    margin-top: 18px;
    font-size: 15px;
  }
  .ac5ct .top .right {
    width: 550px;
  }
  .mall-list li {
    height: 300px;
  }
  .mall-list li .link {
    padding: 35px 28px 0 38px;
  }
  .mall-list li .link .tab p {
    font-size: 18px;
  }
  .mall-list li .link .tab p:not(:last-of-type) {
    margin-right: 18px;
  }
  .mall-list li .link .tag {
    margin-top: 18px;
  }
  .mall-list li .link .tag .rq {
    max-height: 180px;
  }
  .mall-list li .link .tag .rq a {
    font-size: 15px;
    padding: 7px 14px;
  }
  .nd2-swiper .swiper-slide a {
    height: 448px;
  }
  .nd2-swiper .swiper-slide a .wz {
    padding: 30px 30px 0 30px;
  }
  .nd2-swiper .swiper-slide a .wz h3 {
    font-size: 18px;
    line-height: 22px;
    max-height: 66px;
    margin: 14px 0;
  }
  .news1ct .mide .left {
    width: 440px;
    height: 570px;
  }
  .news1ct .mide .right {
    width: calc(100% - 440px - 60px);
  }
  .news1ct .mide .right a {
    padding: 45px 30px 35px 30px;
  }
  .news1ct .mide .right a h4 {
    font-size: 18px;
    line-height: 22px;
    height: 88px;
    margin: 14px 0 40px 0;
  }
  .news1ct .mide .right a .flow .rund {
    width: 50px;
    height: 50px;
    right: 15px;
  }
  .pd1ct .left {
    width: 500px;
    padding: 47px 30px 120px 50px;
  }
  .pd1ct .desc-swiper {
    width: 420px;
    height: 420px;
    margin-right: 50px;
  }
  .pd1ct .time-swiper {
    width: 60px;
    height: 380px;
  }
  .pd1ct .left h6 {
    font-size: 18px;
  }
  .pd1ct .left .title {
    font-size: 48px;
  }
  .pb-line-more {
    width: 200px;
    height: 56px;
  }
  /* .pd2ct .sw-box {
    padding-left: calc((100% - 1100px) / 2);
  } */
  .pd2-swiper .txt {
    font-size: 20px;
    line-height: 30px;
  }
  .pd3ct .tag .item {
    padding: 0 25px;
    border-radius: 26px;
  }
  .pd3ct .tag .item p {
    font-size: 20px;
  }
  .pd4-swiper .swiper-slide a {
    height: 455px;
  }
  .pd4-swiper .swiper-slide a .flow {
    padding: 30px 40px 0 40px;
  }
  .pd4-swiper .swiper-slide a .flow h3 {
    font-size: 30px;
  }
  .pd4-swiper .swiper-slide a .flow h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .faq-list li .desc {
    padding: 35px 40px 25px 17px;
  }
  .pd7ct {
    padding: 90px 0;
  }
  .pd8ct {
    padding: 90px 0;
  }
  .pro1ct {
    padding: 80px 0 90px 0;
  }
  .pro-list li a {
    height: 455px;
  }
  .pro-list li a .flow {
    padding: 30px 40px 0 40px;
  }
  .pro-list li a .flow h3 {
    font-size: 30px;
  }
  .so1ct .top .left {
    width: calc(100% - 583px - 80px);
  }
  .so1ct .top .right {
    width: 583px;
  }
  .sol-swiper a .txt {
    padding: 27px 40px 34px 40px;
  }
  .sol-swiper a .txt p {
    margin-top: 15px;
  }
  .sol-swiper a .txt h3 {
    font-size: 20px;
  }
  .vd-list li .ib {
    height: 200px;
    border-radius: 26px;
  }
  .vd-list li p {
    margin: 30px 0;
    font-size: 20px;
  }
  .ftct {
    padding: 60px 0 40px 0;
  }
  .ftct .mide {
    margin-top: 40px;
    padding-top: 56px;
  }
  .ftct .bottom {
    margin-top: 50px;
    padding-top: 34px;
  }
}
