@charset "utf-8";

/* CSS Author WeChat:iGAME_Max */
/*公用代码*/
body,
html {
  background: none repeat scroll 0 0;
  font: 16px arial, verdana;
  color: #151515;
  font-family: "Arial", "Microsoft Yahei", "微软雅黑", "Microsoft JhengHei", "微软正黑体", sans-serif;
}

::-webkit-scrollbar {
  /* 1 */
  width: 6px;
  background-color: #C7C7C7;
}

::-webkit-scrollbar-button {
  /* 2 */
  display: none;
}

::-webkit-scrollbar-track {
  /* 3 */
}

::-webkit-scrollbar-track-piece {
  /* 4 */
}

::-webkit-scrollbar-thumb {
  /* 5 */
  width: 5px;
  border-radius: 0;
  background-color: #303030;
}

::-webkit-scrollbar-corner {
  /* 6 */
  background-color: #303030;
}

::-webkit-resizer {
  /* 7 */
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

label input {
  vertical-align: middle;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'syht-h';
  src: url(fonts/SourceHanSansCN-Heavy.ttf);
}

@font-face {
  font-family: 'bl-r';
  src: url(fonts/Barlow-Regular.ttf);
}

/* 鼠标样式 */
.cursor {
  pointer-events: none;
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #303030;
  background: #303030;
  opacity: 0;
  transition: width .2s ease-out, height .2s ease-out, transform .2s;
  transform: translate(-50%, -50%) rotate(0);
}

.cursor.active {
  width: 20rem;
  height: 20rem;
  background: rgba(255, 255, 255, 0.35);
}

.cursor.style {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.8);
}

/* *:not(a),a{cursor:url(../images/cursor_fill.svg) 11 11,auto} */

a,
a:active,
a:visited,
a:link {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #151515;
}

a:hover {
  color: #49864d;
}

a:hover,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  text-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  border: 0;
}

i {
  font-style: initial;
}

table {
  border-collapse: collapse;
}

ul li {
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  resize: none;
  font-size: 0.875rem;
}

.f-l {
  float: left;
}

.f-l,
.f-r {
  display: inline-block;
}

.f-r {
  float: right;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30,
.top40 {
  margin-top: 30px;
}

.top50 {
  margin-top: 50px;
}

.top60 {
  margin-top: 60px;
}

.top70 {
  margin-top: 70px;
}

.top80 {
  margin-top: 80px;
}

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.w-90 {
  width: 90%;
  margin: auto;
}

.w-100 {
  width: 100%;
  float: left;
}

.w-900 {
  margin: auto;
  width: 56.25rem;
}

.w-1100 {
  margin: auto;
  width: 63.875rem;
}

.w-1200 {
  margin: auto;
  width: 75rem;
}

.w-1300 {
  margin: auto;
  width: 83.75rem;
}

.w-1400 {
  margin: auto;
  width: 88.75rem;
}

.w-1500 {
  margin: auto;
  width: 95rem;
}

.w-1600 {
  margin: auto;
  width: 100rem;
}

.w-1700 {
  margin: auto;
  width: 107.5rem;
}

.div-pc {
  display: block;
}

.div-phone {
  display: none;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

.img-hover {
  overflow: hidden;
}

.img-hover .img-h {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
}

.img-hover:hover .img-h {
  transform: scale(1.1);
}

/* 布局样式 */
.between-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.between-center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}

.between-bottom {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-end;
}

.center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.around-center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
}

.column-between {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.column-around {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

/* 文字超出隐藏省略号 */
.text-one-hide {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-two-hide {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-three-hide {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 手机版按钮 */
.head-btn {
  width: 2.25rem;
  height: 1.375rem;
  float: right;
  position: relative;
  cursor: pointer;
  transform-origin: 0;
  display: none;
}

.head-btn i {
  display: block;
  width: 100%;
  height: 2px;
  float: left;
  background-color: #fff;
  position: absolute;
  transition: all .6s ease .1s;
  -webkit-transition: all .6s ease .1s;
  -moz-transition: all .6s ease .1s;
}

.head-btn i.bar-top {
  top: 0;
}

.head-btn i.bar-cen {
  top: 50%;
  margin-top: -1px;
}

.head-btn i.bar-bom {
  bottom: 0;
}

.head-btn.cur i.bar-cen {
  opacity: 0;
}

.head-btn.cur i.bar-top {
  transform: rotate(45deg);
  margin-top: 0.6rem;
}

.head-btn.cur i.bar-bom {
  transform: rotate(-45deg);
  margin-bottom: 0.6rem;
}

.head-btn.cur i {
  background-color: #fff;
}

/*隐藏*/
.overHide {
  overflow: hidden;
}

.fanye-box {
  text-align: center;
  padding: 3rem 0;
  margin: auto;
}

.fanye-box .between-center {
  /* box-shadow: 0 0 1rem rgba(0,0,0,0.1); border: 1px solid #E4E4E4; */
}

.fanye-box a {
  cursor: pointer;
}

.fanye-box a,
.fanye-box span {
  width: 4.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin: auto;
  border-radius: 0;
  margin: 0 0.5rem;
  border-radius: 100%;
  color: #3a540f;
}

.fanye-box a:hover,
.fanye-box a.curr,
.fanye-box a.current,
.fanye-box span:hover,
.fanye-box span.curr,
.fanye-box span.current {
  color: #9cca4f;
}

.fanye-box .prev,
.fanye-box .next {
  width: 4.375rem;
  height: 4.375rem;
  background: url(../images/icon_jt1.png) no-repeat center #799a65;
  background-size: 1.875rem;
}

.fanye-box .prev {
  transform: rotate(180deg);
}

.fanye-box .prev:hover,
.fanye-box .next:hover {
  background-color: #49864d;
  border-color: #303030;
  color: #fff;
}

.all-center-box {
  width: 100%;
  float: left;
  position: relative;
  min-height: 70vh;
}

.all-center-box::before {
  content: '';
  width: 100%;
}

/* .all-center-box.active{ margin-top: 4.875rem;} */

.text-center {
  text-align: center;
}

.goTop {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #303030;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transition: all .6s;
  cursor: pointer;
}

.goTop::after {
  content: '';
  width: 3.125rem;
  height: 3.125rem;
  background: url(../images/icon_jt1.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.5625rem 0 0 -1.5625rem;
  transform: rotate(-90deg);
}

.goTop:hover::after {
  animation: upDown1 1.5s infinite linear;
}

.goTop.active {
  opacity: 1;
}

@keyframes upDown1 {
  0% {
    transform: translateY(0rem) rotate(-90deg);
  }

  25% {
    transform: translateY(-0.4rem) rotate(-90deg);
  }

  50% {
    transform: translateY(0rem) rotate(-90deg);
  }

  75% {
    transform: translateY(0.4rem) rotate(-90deg);
  }

  100% {
    transform: translateY(0rem) rotate(-90deg);
  }
}

@keyframes upDown2 {
  0% {
    transform: translateX(0rem)
  }

  50% {
    transform: translateX(0.5rem)
  }

  100% {
    transform: translateX(0rem)
  }
}

.tips-box {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.5rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  padding: 0.6rem 1rem;
}

.head-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  transition: all 0.6s;
}

.head-box .top-box {
  height: 9.25rem;
  transition: all .6s;
}

.head-box .f-l {
  position: relative;
}

.head-box .f-l img {
  display: block;
  height: 3.1875rem;
}

.head-box .f-r .box1 {
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/icon_2.png) no-repeat center;
  background-size: 100%;
  margin-right: 3.4375rem;
  cursor: pointer;
}

.head-box .f-r .box2 {
  width: 3.5625rem;
  height: 3.5625rem;
  background: url(../images/icon_1.png) no-repeat center #fff;
  border-radius: 100%;
  background-size: 1.5rem;
  position: relative;
  cursor: pointer;
}

.head-box .f-r .box2::after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 4px solid #a2bccc;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: menu_circle;
  animation-name: menu_circle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes menu_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

.head-box .head-menu {
  margin-right: 2.75rem;
}

.head-box .head-menu ul li {
  float: left;
  margin-left: 2.5rem;
}

.head-box .head-menu ul li a {
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 1.875rem;
  border-radius: 50px;
  font-size: 1.25rem;
  color: #fff;
}

.head-box .head-menu ul li.active a,
.head-box .head-menu ul li:hover a {
  color: #49864d !important;
}

.head-box .head-menu ul li.bg a {
  background: #49864d;
  color: #fff !important;
}

.head-box .lower-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: all .6s;
}

.head-box .lower-box .w-90 {
  width: 94.5%;
  height: 6.25rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0 90px rgba(19, 53, 80, .5);
  border-radius: 1.25rem;
  padding: 0 2.7rem;
  transition: all .6s;
}

.head-box .lower-box .f-r .box1 {
  margin-right: 0;
  background-image: url(../images/icon_2_1.png);
}

.head-box .lower-box .f-r .box2 {
  display: none;
}

.head-box .lower-box .head-menu ul li a {
  color: #333;
}

.head-box.active .top-box {
  opacity: 0;
}

.head-box.active .lower-box {
  opacity: 1;
  pointer-events: auto;
}

.head-box.active2 .top-box {
  opacity: 0;
}

.head-box.active2 .lower-box {
  opacity: 1;
  pointer-events: auto;
}

.head-box.style2 .lower-box {
  top: 0;
}

.head-box.style2 .lower-box .w-90 {
  width: 100%;
  border-radius: 0;
  background: #fff;
}

.head-box.style2 .lower-box .head-search {
  right: 0.5rem;
}

.head-box .head-search {
  width: 25rem;
  padding: 1.25rem 1.875rem;
  background: #fff;
  box-shadow: 0 0 99px rgba(29, 56, 75, .4);
  border-radius: 0.625rem;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
}

.head-box .head-search::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  top: -8px;
  right: 60px;
  background-color: #fff;
  position: absolute;
}

.head-box .head-search::before {
  content: '';
  width: 100%;
  height: 1.625rem;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.head-box .head-search form {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}

.head-box .head-search .text {
  width: 100%;
  height: 3.125rem;
  flex: 1;
  border: none;
}

.head-box .head-search .btns {
  width: 2rem;
  height: 3.125rem;
  background: url(../images/icon_2_1.png) no-repeat center;
  background-size: 0.875rem;
  border: none;
}

.head-box .top-box .head-search {
  right: 9.5rem;
}

.head-box .lower-box .head-search {
  right: 2.5rem;
}

.head-box .top-box .head-search.active {
  opacity: 1;
  top: 75%;
  pointer-events: auto;
}

.head-box .lower-box .head-search.active {
  opacity: 1;
  top: 85%;
  pointer-events: auto;
}


.home-box1 .swiper {
  height: 100vh;
}

.home-box1 .swiper .swiper-slide {
  overflow: hidden;
}

.home-box1 .swiper .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
    background-size: 100% 100%;
    object-fit: cover;
}

.home-box1 .swiper .swiper-slide .slide-inner .box1 {
  font-size: 3.75rem;
  transform: translate(5rem, 0);
  opacity: 0;
  transition: all .6s ease .4s;
}

.home-box1 .swiper .swiper-slide .slide-inner .box2 {
  font-size: 5rem;
  line-height: 1;
  margin-top: 1rem;
  transform: translate(5rem, 0);
  opacity: 0;
  transition: all .6s ease .5s;
}

.home-box1 .swiper .swiper-slide.swiper-slide-active .slide-inner .box1,
.home-box1 .swiper .swiper-slide.swiper-slide-active .slide-inner .box2 {
  opacity: 1;
  transform: translate(0, 0);
}

.home-box1 .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 3rem;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 3.125rem;
  height: 3.125rem;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  margin: 0 1rem;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 0.1875rem;
  height: 0.1875rem;
  background: #49864d;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.05rem;
  transition: all .6s;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 0.1875rem;
  height: 0.1875rem;
  background: #49864d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
  transition: all .6s;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet i {
  width: 0.1875rem;
  height: 0.625rem;
  background: #49864d;
  border-radius: 1.5px;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet i::after {
  content: '';
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #49864d;
  box-sizing: border-box;
  border-radius: 100%;
  transform: scale(0);
  transition: all .6s;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i::after {
  transform: scale(1);
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 0;
  right: 50%;
}

.home-box1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 0;
  left: 50%;
}

.all-title1 {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  padding-left: 2.25rem;
}

.all-title1::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border: 0.2rem solid #49864d;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.75rem;
  box-sizing: border-box;
}

.home-box2 {
  padding: 7.5rem 0 8.125rem;
  background: url(../images/bg_1.png) no-repeat -5rem 5rem #f6f6f5;
  background-size: 39.375rem;
  position: relative;
  z-index: 1;
}

.home-box2 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

.home-box2 .f-l {
  width: 100%;
  flex: 1;
}

.home-box2 .f-l .box1 {
  font-size: 3.125rem;
  color: #49864d;
  font-weight: bold;
  padding: 2.5rem 0 2rem;
}

.home-box2 .f-l .box2 {
  font-size: 1rem;
  color: #49864d;
  text-transform: uppercase;
}

.home-box2 .f-r .swiper {
  width: 46.375rem;
  overflow: initial;
  margin-right: 3rem;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 {
  min-height: 24rem;
  padding: 3.125rem;
  background: #49864d;
  border-radius: 1.25rem;
  position: relative;
  z-index: 1;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr1 {
  width: 6.6875rem;
  height: 6.6875rem;
  background: #49864d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 2.5rem;
  top: -3.3438rem;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr1 img {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: contain;
  display: inline-block;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr2 img {
  height: 2.125rem;
  display: inline-block;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr3 {
  min-height: 12.5rem;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  margin-top: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  text-align: justify;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr3::before {
  content: '';
  width: 100%;
  height: 0.1875rem;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr3::after {
  content: '';
  width: 30%;
  height: 0.1875rem;
  background: #799a65;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr4 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1.25rem;
  z-index: -1;
  overflow: hidden;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.15);
  filter: blur(1.1rem);
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box2 {
  height: 6.25rem;
  background: #49864d;
  padding: 0 3.125rem;
  border-radius: 1.25rem;
  margin-bottom: 5rem;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box2 i {
  width: 3rem;
  height: 3rem;
  background: #6fc391;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box2 i img {
  width: 1.875rem;
  height: 1.875rem;
  object-fit: contain;
  display: block;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box2 span {
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 0 1.25rem;
}

.home-box2 .f-r .swiper .swiper-wrapper .swiper-slide::after {
  content: '';
  width: 86%;
  height: 6.25rem;
  position: absolute;
  left: 7%;
  bottom: -1rem;
  border-radius: 1.25rem;
  background: #d3e0d3;
  z-index: -1;
}

.home-box2 .f-r .box-info1 {
  width: 17.5rem;
}

.home-box2 .f-r .box-info1 ul li {
  width: 100%;
  height: 12.125rem;
  float: left;
  /*background: url(../images/bg_2.png) no-repeat bottom #49864d;*/
  background-size: auto 5.875rem;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  padding: 2.1875rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 2.5rem;
}

.home-box2 .f-r .box-info1 ul li+li {}

.home-box2 .f-r .box-info1 ul li .box1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

.home-box2 .f-r .box-info1 ul li .box2 {
  display: flex;
}

.home-box2 .f-r .box-info1 ul li .box2 i {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  opacity: 0.4;
  margin-right: 6px;
}

.home-box2 .f-r .box-info1 ul li .box2 i:first-child {
  opacity: 1;
}

.home-box2 .f-r .box-info1 ul li .box3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .4s ease;
}

.home-box2 .f-r .box-info1 ul li .box3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-box2 .f-r .box-info1 ul li .box4 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.5rem;
}

.home-box2 .f-r .box-info1 ul li .box5 {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(73, 134, 77, 0.8), rgba(73, 134, 77, 0));
  border-radius: 1.25rem;
  padding: 2.5rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all .4s ease;
}

.home-box2 .f-r .box-info1 ul li.active .box3 {
  opacity: 1;
}

.home-box2 .f-r .box-info1 ul li.active .box5 {
  opacity: 1;
  transform: translate(0, 0);
}

.home-box3 {
  padding: 6.875rem 0 5.625rem 6rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-height: 61.875rem;
}

.home-box3 .c1 {
  width: 100%;
  height: 180vh;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  pointer-events: none;
}

.home-box3 .top-box .all-title1 {
  width: 22.375rem;
}

.home-box3 .top-box .swiper {
  width: 80%;
  flex: 1;
}

.home-box3 .top-box .swiper .swiper-slide {
  width: max-content;
  display: flex;
  cursor: grab;
}

.home-box3 .top-box .swiper .swiper-slide:active {
  cursor: grabbing;
}

.home-box3 .top-box .swiper .swiper-slide a {
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 9.375rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  padding: 0 1.5rem;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #777;
  font-size: 1.25rem;
  border-radius: 50px;
  margin-right: 2.75rem;
  cursor: pointer;
}

.home-box3 .top-box .swiper .swiper-slide a.active,
.home-box3 .top-box .swiper .swiper-slide a:hover {
  background: #fff;
  border-color: #49864d;
  color: #49864d;
}

.home-box3 .lower-box {
  margin-top: 5rem;
}

.home-box3 .swiper-wrapper {
  transition-duration: 800ms !important;
}

.home-box3 .lower-box .swiper-slide {
  width: max-content;
  display: flex;
  cursor: grab;
}

.home-box3 .lower-box .swiper-slide:active {
  cursor: grabbing;
}

.home-box3 .lower-box .swiper-slide .center-block {
  flex-shrink: 0;
  width: 22.0625rem;
  height: 40.625rem;
  background: #f0f3f2;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all .4s ease;
  margin-right: 2.125rem;
  cursor: pointer;
  position: relative;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 {
  width: 2rem;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 1.25rem;
  top: 3.75rem;
  line-height: 1.1;
  transition: all .4s;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 span {
  font-size: 1.875rem;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 p {
  font-size: 1.125rem;
  color: #666;
  position: relative;
  padding-top: 2.5rem;
  margin-top: 1.5rem;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 p::after {
  content: '';
  width: 1px;
  height: 1.75rem;
  background: #abbdba;
  position: absolute;
  left: 50%;
  top: 0;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 i {
  width: 0.9375rem;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  margin-left: -0.47rem;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 i em {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.625rem solid rgba(168, 189, 112, 0.6);
  margin-top: 1rem;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 i em:nth-child(2) {
  border-top-color: rgba(168, 189, 112, 0.5);
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 i em:nth-child(3) {
  border-top-color: rgba(168, 189, 112, 0.4);
}

.home-box3 .lower-box .swiper-slide .center-block .box-info1 i em:nth-child(4) {
  border-top-color: rgba(168, 189, 112, 0.3);
}

.home-box3 .lower-box .swiper-slide .center-block .box-info2 {
  width: 15rem;
  position: absolute;
  left: 2.75rem;
  top: 3.75rem;
  opacity: 0;
  transform: translate(4rem, 0);
  transition: all .8s ease;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info2 .box1 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #c9f7cc;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info2 .box2 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #afeeb4;
  padding: 1rem 0;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info2 .box3 {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1rem;
  color: #f0fff1;
  max-height: 18rem;
  overflow: hidden;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info3 {
  width: 16rem;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .6s;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info4 {
  width: 12.5rem;
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  display: flex;
  padding-left: 6.25rem;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all .6s ease;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info4::after {
  content: '';
  width: 6.25rem;
  height: 1px;
  background: rgba(168, 189, 112, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info4 i {
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.625rem solid rgba(168, 189, 112, 0.6);
  margin-left: 1rem;
}

.home-box3 .lower-box .swiper-slide .center-block .box-info4 i:nth-child(2) {
  border-left-color: rgba(168, 189, 112, 0.5);
}

.home-box3 .lower-box .swiper-slide .center-block .box-info4 i:nth-child(3) {
  border-left-color: rgba(168, 189, 112, 0.4);
}

.home-box3 .lower-box .swiper-slide .center-block .box-info4 i:nth-child(4) {
  border-left-color: rgba(168, 189, 112, 0.3);
}

.home-box3 .lower-box .swiper-slide .center-block.active {
  width: 37.25rem;
  background: #49864d;
}

.home-box3 .lower-box .swiper-slide .center-block.active .box-info1 {
  transform: translate(-4rem, 0);
  opacity: 0;
}

.home-box3 .lower-box .swiper-slide .center-block.active .box-info2 {
  transform: translate(0, 0);
  opacity: 1;
}

.home-box3 .lower-box .swiper-slide .center-block.active .box-info3 {
  width: 18.5rem;
}

.home-box3 .lower-box .swiper-slide .center-block.active .box-info4 {
  opacity: 1;
  transform: translate(0, 0);
}

.home-box4 {
  padding: 5.9375rem 0 12.375rem;
  /* background: url(../images/bg_4.jpg) no-repeat bottom; */
  background-size: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.home-box4 .c1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.home-box4 .center-block {
  padding: 0 7.1875rem 0 37.5rem;
  position: relative;
}

.home-box4 .center-block .f-l {
  width: 39.875rem;
  height: 39.875rem;
  background: url(../images/bg_3.jpg) no-repeat fixed center;
  background-size: 100vw;
  position: absolute;
  left: -3.75rem;
  top: 50%;
  margin-top: -19.9375rem;
  border-radius: 100%;
}

.home-box4 .center-block .f-r {
  width: 100%;
  position: relative;
}

.home-box4 .center-block .f-r .box-info1 {
  font-weight: bold;
}

.home-box4 .center-block .f-r .box-info1 div {
  flex: 1;
}

.home-box4 .center-block .f-r .box-info1 span {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
}

.home-box4 .center-block .f-r .box-info1 p {
  font-size: 2.25rem;
  margin-top: 0.8rem;
}

.home-box4 .center-block .f-r .box-info1 i {
  width: 14.375rem;
  height: 14.375rem;
  background: #4F874E;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0;
}

.home-box4 .center-block .f-r .box-info1 i img {
  width: 7.1875rem;
  height: 7.1875rem;
  object-fit: contain;
  display: block;
}

.home-box4 .center-block .f-r .box-info2 {
  padding: 7.3125rem 4.6875rem 0 11.5625rem;
}

.home-box4 .center-block .f-r .box-info2 .box1 {
  font-size: 1.25rem;
  color: #888;
  line-height: 1.8;
  text-align: justify;
}

.home-box4 .center-block .f-r .box-info2 .box2 {
  margin-top: 6.25rem;
}

.home-box4 .center-block .f-r .box-info2 .box2 a {
  display: inline-block;
  line-height: 4.25rem;
  padding-left: 5rem;
  font-size: 1.125rem;
  position: relative;
}

.home-box4 .center-block .f-r .box-info2 .box2 a::after {
  content: '';
  width: 4.25rem;
  height: 4.25rem;
  background: url(../images/icon_jt1.png) no-repeat center #49864d;
  background-size: 1.625rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-box4 .center-block .f-r .box-info3 i {
  position: absolute;
  border-radius: 100%;
}

.home-box4 .center-block .f-r .box-info3 i:nth-child(1) {
  width: 6.875rem;
  height: 6.875rem;
  bottom: -3rem;
  right: -6rem;
  background: #799a65;
}

.home-box4 .center-block .f-r .box-info3 i:nth-child(2) {
  width: 1.875rem;
  height: 1.875rem;
  bottom: 4rem;
  right: -8.5rem;
  background: #799a65;
  opacity: 0.3;
}

/* .rellax{will-change: transform;  backface-visibility: hidden;  transform: translateZ(0);} */

.home-box5 {
  padding: 3.75rem 0;
  background: #f0f3f2;
  overflow: hidden;
}

.home-box5 .swiper {
  margin-top: 3rem;
  overflow: initial;
  padding-bottom: 11.5625rem;
}

.home-box5 .swiper .swiper-slide {
  width: 27.0625rem;
}

.home-box5 .swiper .swiper-slide a {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.home-box5 .swiper .swiper-slide a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #49864d;
  border-radius: 1.25rem;
  transition: all .6s;
  opacity: 0;
}

.home-box5 .swiper .swiper-slide a .imgs {
  height: 19.25rem;
  overflow: hidden;
  border-radius: 1.25rem;
}

.home-box5 .swiper .swiper-slide a .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all .6s;
}

.home-box5 .swiper .swiper-slide a .info .box1 {
  font-size: 1.25rem;
  font-weight: bold;
  height: 3.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1.25rem;
  transition: all .6s;
  color: #2D2D2D;
  text-align: justify;
}

.home-box5 .swiper .swiper-slide a .info .box2 {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  color: #2D2D2D;
  transition: all .6s;
}

.home-box5 .swiper .swiper-slide a .info .box2 i {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/icon_4.png) no-repeat center #fff;
  background-size: 0.5rem;
  border-radius: 100%;
  opacity: 0;
  transition: all .6s;
}

@media screen and (min-width:1100px) {
  .home-box5 .swiper .swiper-slide a:hover .imgs img {
    transform: scale(1.1);
  }

  .home-box5 .swiper .swiper-slide a:hover .info .box1,
  .home-box5 .swiper .swiper-slide a:hover .info .box2 {
    color: #fff;
  }

  .home-box5 .swiper .swiper-slide a:hover .info .box2 i {
    transform: rotate(180deg);
    opacity: 1;
  }

  .home-box5 .swiper .swiper-slide a:hover::after {
    transform: scale(1.1);
    opacity: 1;
  }
}

.home-box5 .swiper .swiper-button-prev::after,
.home-box5 .swiper .swiper-button-next::after {
  display: none;
}

.home-box5 .swiper .swiper-button-prev,
.home-box5 .swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 4.375rem;
  height: 4.375rem;
  border: 1px solid #799a65;
  border-radius: 100%;
  background: url(../images/icon_jt2.png) no-repeat center;
  background-size: 1.625rem;
  transition: all .6s;
}

.home-box5 .swiper .swiper-button-prev {
  transform: rotate(180deg);
}

.home-box5 .swiper .swiper-button-next:hover,
.home-box5 .swiper .swiper-button-prev:hover {
  background-image: url(../images/icon_jt1.png);
  background-color: #799a65;
}

.home-box6 {
  background: #4F874E;
  position: relative;
  overflow: hidden;
  padding: 5.625rem 0;
}

.home-box6 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-box6 .box1 {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 3.75rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.home-box6 .box2 {
  position: relative;
  z-index: 2;
}

.home-box6 .box2 a {
  display: inline-block;
  padding: 0 3.4375rem;
  line-height: 4.25rem;
  background: rgba(192, 208, 179, 0.5);
  border-radius: 50px;
  text-align: center;
  color: #112018;
}

.home-box6 .box2 a span {
  display: block;
  padding-right: 2.375rem;
  font-size: 1.25rem;
  background: url(../images/icon_jt3.png) no-repeat right;
  background-size: 0.5rem;
}

.home-box6 .box2 a:hover {
  background: rgba(192, 208, 179, 0.8);
}

.home-box6 .box3 {
  width: 49.6875rem;
  height: 49.6875rem;
  background: url(../images/bg_5.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 2.5rem;
  z-index: 2;
  animation: scroll360 40s linear infinite;
  pointer-events: none;
}

@keyframes scroll360 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.foot-box {
  background: #eee;
  overflow: hidden;
}

.foot-box .top-box {
  padding: 3.125rem 0 5.625rem;
}

.foot-box .top-box .f-l img {
  height: 10.25rem;
  display: inline-block;
}

.foot-box .top-box .f-r .box1 {
  font-size: 1.25rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e8e7e7;
}

.foot-box .top-box .f-r .box2 {
  padding-top: 1.75rem;
}

.foot-box .top-box .f-r .box2 a {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  background-color: #E7E7E7;
  border-radius: 100%;
  background-position: center;
  background-size: 1.75rem;
  float: left;
  background-repeat: no-repeat;
}

.foot-box .top-box .f-r .box2 a+a {
  margin-left: 1rem;
}

.foot-box .top-box .f-r .box2 a div {
  width: 8.75rem;
  background: #fff;
  padding: 0.625rem 1rem;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 1rem;
  margin-left: -4.375rem;
  text-align: center;
  border-radius: 0.25rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease;
  transform: translate(0, 2rem);
}

.foot-box .top-box .f-r .box2 a div::after {
  content: '';
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.4rem solid #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -0.4rem;
}

.foot-box .top-box .f-r .box2 a div p {
  font-size: 12px;
}

.foot-box .top-box .f-r .box2 a div img {
  width: 100%;
  display: block;
  margin-top: 0.2rem;
}

.foot-box .top-box .f-r .box2 a:hover {
  background-color: #4E824D;
}

.foot-box .top-box .f-r .box2 a:hover div {
  transform: translate(0, 0);
  opacity: 1;
}

.foot-box .top-box .f-r .box2 a.icon-wx {
  background-image: url(../images/icon_5.png);
}

.foot-box .top-box .f-r .box2 a.icon-wb {
  background-image: url(../images/icon_6.png);
}

.foot-box .top-box .f-r .box2 a.icon-dy {
  background-image: url(../images/icon_7.png);
}

.foot-box .top-box .f-r .box2 a.icon-xhs {
  background-image: url(../images/icon_8.png);
  background-size: 2.3rem;
}

.foot-box .top-box .f-r .box2 a:hover.icon-wx {
  background-image: url(../images/icon_5_1.png);
}

.foot-box .top-box .f-r .box2 a:hover.icon-wb {
  background-image: url(../images/icon_6_1.png);
}

.foot-box .top-box .f-r .box2 a:hover.icon-dy {
  background-image: url(../images/icon_7_1.png);
}

.foot-box .top-box .f-r .box2 a:hover.icon-xhs {
  background-image: url(../images/icon_8_1.png);
}

.foot-box .cen-box {
  border-top: 1px solid #e8e7e7;
  padding: 4.375rem 0 4rem;
}

.foot-box .cen-box .w-90 {
  align-items: flex-start;
}

.foot-box .cen-box ul {
  display: grid;
  gap: 1.3rem;
  font-size: 1.125rem;
}

.foot-box .cen-box ul span {
  display: block;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
}

.foot-box .cen-box ul span strong {
  font-size: 1.5rem;
}

.foot-box .cen-box ul li {
  display: block;
}

.foot-box .cen-box ul li p {
  font-size: 0.875rem;
}

.foot-box .cen-box ul:nth-child(3) {
  grid-template-columns: repeat(2, 1fr);
}

.foot-box .cen-box ul:nth-child(3) span {
  grid-column: span 2;
}

.foot-box .lower-box {
  background: #eaeaea;
  padding: 1.25rem 0;
  font-size: 1.125rem;
  color: #828282;
}

.foot-box .lower-box a {
  color: #bababa;
}

.foot-box .lower-box a:hover {
  color: #4F874E;
}

.page-banner {
  height: 31.25rem;
  background-position: top;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.page-banner .box1 {
  margin-top: 6rem;
  font-size: 3.75rem;
  color: #fff;
}

.page-banner .box2 {
  font-size: 5rem;
  color: #799a65;
  font-weight: bold;
  line-height: 1;
  margin-top: 2rem;
}

.page-menu {
  background: #f3f9ed;
  overflow: hidden;
  <!-- height: 4.3125rem; -->
}
.page-menu .jj p{
  padding: 1.875rem 0;
  color: #4F874F;
    padding-left: 1.875rem;
}

.page-menu ul {
  display: flex;
  overflow: auto;
}

.page-menu ul li {
  flex-shrink: 0;
  position: relative;
  margin: 2rem 4.375rem 2rem 1.875rem;
}

.page-menu ul li a {
  float: left;
  line-height: 4.3125rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #7f9a84;
  position: relative;
  line-height: 2.3125rem;
  display: flex;
  flex-direction: column;
}
.page-menu ul li a i{
  font-size:12px;
  display:flex;
  height:max-content;
  font-weight:400;
}

.page-menu ul li::after {
  content: '';
  width: 0;
  height: 0.1875rem;
  background: #8cbb4b;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .4s ease;
}

.page-menu ul li.active a,
.page-menu ul li a:hover {
  color: #004a2d;
}

.page-menu ul li.active::after,
.page-menu ul li:hover::after {
  width: 100%;
}

.news-box1 {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
}

.news-box1 canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-box1 .w-90 {
  position: relative;
  z-index: 2;
}

.news-box1 .center-block ul {
  width: 100%;
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}

.news-box1 .center-block ul li {
  width: 100%;
  float: left;
  height: 28.375rem;
}

.news-box1 .center-block ul li a {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  color: #fff;
  border-radius: 1.25rem;
}

.news-box1 .center-block ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all .6s ease;
}

.news-box1 .center-block ul li a div {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.5rem;
}

.news-box1 .center-block ul li a div p {
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-box1 .center-block ul li a div i {
  font-size: 1rem;
  display: block;
  margin-top: 0.8rem;
}

.news-box1 .center-block ul li a::after {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #4F874E;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.95);
  transition: all .6s ease;
  box-sizing: border-box;
  border-radius: 1.25rem;
}

.news-box1 .center-block ul li a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 1;
  transition: all .6s;
  border-radius: 1.25rem;
}

.news-box1 .center-block ul li a:hover {
  color: #49864d;
}

.news-box1 .center-block ul li a:hover::before {
  opacity: 0;
}

.news-box1 .center-block ul li a:hover::after {
  transform: scale(1);
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.news-box1 .center-block ul li a:hover img {
  transform: scale(1.1);
}

.news-info1 {
  height: 33.0625rem;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.news-info1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.2);
  animation: bgMove 40s linear infinite;
}

.news-info1 .center-center {
  position: absolute;
  left: 0;
  bottom: 5rem;
}

.news-info1 .center-center .box1 {
  font-size: 2rem;
  font-weight: bold;
}

.news-info1 .center-center .box2 {
  font-size: 1.125rem;
  margin-top: 1.5rem;
}

@keyframes bgMove {
  0% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1.2);
  }
}

.news-info2 .box-info1 {
  
  padding: 3rem 0;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  margin:auto;
}
.news-info2  .w-90{
width: 72rem;

}

.news-info2 .box-info2 {
  margin-top: 1.5rem;
  padding: 3rem 0 3.75rem;
  border-top: 1px solid #ededed;
}

.news-info2 .box-info2 a {
  display: inline-block;
  line-height: 3.5rem;
  border: 2px solid #49864d;
  border-radius: 50px;
  padding: 0 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.news-info2 .box-info2 a.prev span,
.news-info2 .box-info2 a.next span {
  display: inline-block;
  padding-right: 2rem;
  position: relative;
}

.news-info2 .box-info2 a.prev span::after,
.news-info2 .box-info2 a.next span::after {
  content: '';
  width: 1.25rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icon_jt4.png) no-repeat right;
  background-size: 1.25rem;
  transition: all .6s;
}

.news-info2 .box-info2 a.prev span {
  padding: 0 0 0 2rem;
}

.news-info2 .box-info2 a.prev span::after {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

.news-info2 .box-info2 a.back {
  width: 14.875rem;
  background: #4F874E;
  color: #fff;
}

.news-info2 .box-info2 a.back:hover {
  background: #477946;
}

.news-info2 .box-info2 a:hover {
  background: #4F874E;
  color: #fff;
}

.news-info2 .box-info2 a:hover span::after {
  background-image: url(../images/icon_jt5.png);
}

.team-box1 {
  position: relative;
  overflow: hidden;
  padding: 3.125rem 0 10.625rem;
}

.team-box1 .c1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.team-box1 .w-90 {
  position: relative;
  z-index: 2;
}

.team-box1 .top-box {
  text-align: center;
}

.team-box1 .top-box span {
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
  color: #333;
}

.team-box1 .top-box p {
  font-size: 0.875rem;
  color: #b6bfab;
  margin-top: 0.2rem;
}

.team-box1 .lower-box ul {
  width: 100%;
  display: grid;
  gap: 10.625rem 3.125rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8.75rem;
}

.team-box1 .lower-box ul li {
  width: 100%;
  float: left;
}

.team-box1 .lower-box ul li a {
  width: 100%;
  float: left;
  height: 19.6875rem;
  border-radius: 1.875rem;
  background: url(../images/bg_6.png) no-repeat right #fff;
  background-size: auto 100%;
  box-shadow: 0 0 2.5rem rgba(59, 87, 12, 0.1);
  padding: 2.5rem 3.4375rem;
}

.team-box1 .lower-box ul li a .f-l {
  width: 61%;
  color: #333;
}

.team-box1 .lower-box ul li a .f-l .box1 {
  font-size: 1.125rem;
}

.team-box1 .lower-box ul li a .f-l .box1 span {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #1f5023;
      white-space: nowrap;
}

.team-box1 .lower-box ul li a .f-l .box1 p {
  flex: 1;
  padding-left: 1.1rem;
}

.team-box1 .lower-box ul li a .f-l .box2 {
  margin-top: 0.5rem;
  height: 6.375rem;
}

.team-box1 .lower-box ul li a .f-l .box2 p {
  display: block;
  padding-left: 1rem;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  position: relative;
}

.team-box1 .lower-box ul li a .f-l .box2 p::after {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background: #9cca4f;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.team-box1 .lower-box ul li a .f-l .box3 {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.6;
}

.team-box1 .lower-box ul li a .f-l .box4 {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  height: 100px;
}
.team-box1 .lower-box ul li a .f-l .box4 p{
  display: -webkit-box;
  /* 用于 WebKit 浏览器 */
  -webkit-line-clamp: 4;
  /* 限制为5行 */
  -webkit-box-orient: vertical;
  /* 设置为垂直方向 */

  display: box;
  /* 用于 Firefox */
  box-orient: vertical;

  overflow: hidden;
}

.team-box1 .lower-box ul li a .f-r {
  width: 13.625rem;
  height: 26.0625rem;
  position: absolute;
  right: 4.375rem;
  bottom: 0;
  transition: all .6s;
}

.team-box1 .lower-box ul li a .f-r img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

.team-box1 .lower-box ul li a:hover {
  box-shadow: 0 0 2.5rem rgba(59, 87, 12, 0.25);
}

.team-box1 .lower-box ul li a:hover .f-r {
  right: 3rem;
}

.contact-box1 {
  padding: 12.5rem 0 26.25rem;
  background: url(../images/bg_7.jpg) no-repeat center fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.contact-box1 .f-l {
  width: 50.5rem;
}

.contact-box1 .f-l ul {
  display: grid;
  gap: 1.6875rem 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}

.contact-box1 .f-l ul li {
  background: #fff;
  border-radius: 0.875rem;
  box-shadow: 0 0 1.5rem rgba(71, 96, 29, 0.2);
  height: 8.5rem;
  padding: 0 2rem;
  transition: all .6s;
}

.contact-box1 .f-l ul li i {
  width: 3rem;
  transition: all .6s;
}

.contact-box1 .f-l ul li i img {
  display: inline-block;
}

.contact-box1 .f-l ul li div {
  flex: 1;
  padding: 0 0 0 1.25rem;
}

.contact-box1 .f-l ul li div span {
  display: block;
  font-size: 1rem;
}

.contact-box1 .f-l ul li div p {
  font-size: 1.125rem;
  margin-top: 0.625rem;
  color: #344911;
}

.contact-box1 .f-l ul li em {
  width: 4.875rem;
  height: 4.875rem;
  border: 1px solid #F5F5F5;
}

.contact-box1 .f-l ul li em img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.contact-box1 .f-l ul li:hover {
  box-shadow: 0 0 1.5rem rgba(71, 96, 29, 0.3);
}

.contact-box1 .f-l ul li:hover i {
  transform: rotateY(360deg);
}

.contact-box1 .f-r {
  width: 70rem;
  height: 70rem;
  position: absolute;
  right: -11.125rem;
  top: 6.5rem;
  border: 1px solid #49864d;
  border-radius: 100%;
  padding: 2.5rem;
}

.contact-box1 .f-r>i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-box1 .f-r>i:nth-child(1)::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: #49864d;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -0.75rem;
  margin-left: -0.75rem;
}

.contact-box1 .f-r>i:nth-child(2)::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: #49864d;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -0.75rem;
  margin-top: -0.75rem;
}

.contact-box1 .f-r>i:nth-child(3)::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: #49864d;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -0.75rem;
  margin-left: -0.75rem;
}

.contact-box1 .f-r>i:nth-child(4)::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background: #49864d;
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  right: -0.75rem;
  margin-bottom: -0.75rem;
}

.contact-box1 .f-r>i:nth-child(1) {
  animation: scroll360 9s linear infinite;
}

.contact-box1 .f-r>i:nth-child(2) {
  animation: scroll-360 10s linear infinite;
  zoom: 1.3;
}

.contact-box1 .f-r>i:nth-child(3) {
  animation: scroll360 11s linear infinite;
  zoom: 1.6;
}

.contact-box1 .f-r>i:nth-child(4) {
  animation: scroll-360 8s linear infinite;
  zoom: 1.2;
}

.contact-box1 .f-r .map-box {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.contact-box1 .f-r .map-box .BMap_Marker.BMap_noprint::after,
.contact-box1 .f-r .map-box .BMap_Marker.BMap_noprint::before {
  display: none;
}

.contact-box1 .f-r .map-box .BMap_Marker>div {
  z-index: 4;
}

.contact-box1 .f-r .map-box .BMap_Marker::before {
  content: '';
  width: 70px;
  height: 70px;
  background: rgba(156, 202, 79, 0.25);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: -5px;
  animation: spread 3s linear infinite;
  animation-delay: -1.5s
}

.contact-box1 .f-r .map-box .BMap_Marker::after {
  content: '';
  width: 70px;
  height: 70px;
  background: rgba(156, 202, 79, 0.5);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin-left: -5px;
  animation: spread 3s linear infinite;
  animation-delay: -3s
}

@keyframes scroll-360 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes spread {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0
  }
}

.about-box1 {
  padding: 6.875rem 0;
  position: relative;
  overflow: hidden;
}

.about-box1 .f-l {
  position: relative;
  padding: 0 3.125rem;
}

.about-box1 .f-l div {
  width: 32.9375rem;
  height: 36.125rem;
  border-radius: 11.625rem;
  /* overflow: hidden; */
  position: relative;
  z-index: 2;
}

.about-box1 .f-l div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.about-box1 .f-l em {
  width: 22.1875rem;
  height: 14.625rem;
  background: #c0d0b3;
  position: absolute;
  left: 0;
  bottom: -2.1875rem;
  border-radius: 7.3125rem;
}

.about-box1 .f-r {
  width: 63.75rem;
  padding-right: 3.75rem;
  margin-top: 4rem;
}

.about-box1 .f-r .box-info1 span {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
}

.about-box1 .f-r .box-info1 p {
  font-size: 1.125rem;
  color: #999999;
  margin-top: 0.5rem;
  font-weight: lighter;
}

.about-box1 .f-r .box-info2 {
  font-size: 1.1rem;
  margin-top: 4.375rem;
  text-align: justify;
  line-height: 1.6;
}

.about-box1 .f-r .box-info3 {
  margin-top: 4.25rem;
}

.about-box1 .f-r .box-info3 a {
  display: inline-block;
  line-height: 4.25rem;
  padding-left: 5rem;
  font-size: 1.125rem;
  position: relative;
}

.about-box1 .f-r .box-info3 a::after {
  content: '';
  width: 4.25rem;
  height: 4.25rem;
  background: url(../images/icon_jt1.png) no-repeat center #49864d;
  background-size: 1.625rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-box1>em:nth-child(1) {
  content: '';
  width: 26.875rem;
  height: 26.875rem;
  border-radius: 100%;
  background: rgba(156, 202, 79, 0.07);
  position: absolute;
  right: -15.625rem;
  bottom: 4.0625rem;
}

.about-box1>em:nth-child(2) {
  content: '';
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  background: rgba(156, 202, 79, 0.05);
  position: absolute;
  right: -6.25rem;
  bottom: -1.75rem;
}

.about-box2 {
  background: #F9F9F9;
  padding: 3.125rem 0 5rem;
}

.about-box2 .top-box {
  text-align: center;
}

.about-box2 .top-box span {
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
}

.about-box2 .top-box p {
  font-size: 0.875rem;
  color: #b6bfab;
  margin-top: 0.3rem;
}

.about-box2 .lower-box {
  text-align: center;
  margin-top: 2.5rem;
}

.about-box3 {
  padding: 11.25rem 0 6rem;
  position: relative;
  overflow: hidden;
}

.about-box3>em:nth-child(1) {
  content: '';
  width: 26.875rem;
  height: 26.875rem;
  border-radius: 100%;
  background: rgba(156, 202, 79, 0.07);
  position: absolute;
  left: -10rem;
  top: 4.0625rem;
}

.about-box3>em:nth-child(2) {
  content: '';
  width: 25rem;
  height: 25rem;
  border-radius: 100%;
  background: rgba(156, 202, 79, 0.05);
  position: absolute;
  top: -1.75rem;
  left: -15.625rem;
}

.about-box3 .w-90 {
  background: url(../images/zt_1.png) no-repeat bottom;
  background-size: 100%;
}

.about-box3 .f-l {
  padding-left: 7.5rem;
}

.about-box3 .f-l .box-info1 span {
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
}

.about-box3 .f-l .box-info1 p {
  font-size: 0.875rem;
  color: #b6bfab;
  margin-top: 0.3rem;
}

.about-box3 .f-l .box-info2 {
  margin-top: 2.25rem;
}

.about-box3 .f-l .box-info2 span {
  width: 3.625rem;
  height: 3.625rem;
  background: url(../images/icon_jt2.png) no-repeat center #DEE5D8;
  background-size: 1.25rem;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  transition: all .6s;
}

.about-box3 .f-l .box-info2 span.prev {
  transform: rotate(180deg);
  margin-right: 1rem;
}

.about-box3 .f-l .box-info2 span:hover {
  background-color: #49864d;
  background-image: url(../images/icon_jt1.png);
}

.about-box3 .f-r .center-block {
  width: 25.375rem;
  height: 26.25rem;
  box-shadow: 0 0 2.5rem rgba(83, 123, 16, 0.25);
  border-radius: 1.875rem;
  position: relative;
}

.about-box3 .f-r .center-block .box-info1 {
  width: 97%;
  height: 98%;
  background: #4E824D;
  border-radius: 1.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 8% 74%;
  transition: all .6s ease .1s;
}

.about-box3 .f-r .center-block .box-info2 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  color: #fff;
  font-size: 2.25rem;
  text-align: center;
  padding-bottom: 0.3rem;
  transform: translate(0, 3rem);
  opacity: 0;
  transition: all .6s ease .2s;
}

.about-box3 .f-r .center-block .box-info3 {
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
  background: #fff;
  background: linear-gradient(180deg, #eef7d8, #ffffff);
}

.about-box3 .f-r .center-block .box-info3 .column-between {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.75rem 2rem 1.25rem;
  animation: slideOutDown 0.6s ease forwards;
}

.about-box3 .f-r .center-block .box-info3 .column-between img {
  width: 3.375rem;
  height: 3.375rem;
  display: inline-block;
  object-fit: contain;
}

.about-box3 .f-r .center-block .box-info3 .column-between div span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a560d;
}

.about-box3 .f-r .center-block .box-info3 .column-between div p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-top: 0.5rem;
}

.about-box3 .f-r .center-block .box-info3 .column-between.active {
  animation: slideInUp 0.6s ease forwards;
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.about-box3 .f-r .swiper {
  width: 37.5rem;
  margin-left: 1.75rem;
  padding: 1.875rem 0;
}

.about-box3 .f-r .swiper .swiper-slide {
  text-align: center;
}

.about-box3 .f-r .swiper .swiper-slide .column-between {
  width: 14rem;
  height: 14.5rem;
  margin: auto;
  border-radius: 1.875rem;
  background: linear-gradient(180deg, #eef7d8, #ffffff);
  padding: 1.25rem 1.75rem;
  box-shadow: 0 0 2.5rem rgba(83, 123, 16, 0.25);
}

.about-box3 .f-r .swiper .swiper-slide .column-between img {
  width: 3.375rem;
  height: 3.375rem;
  display: block;
  object-fit: contain;
}

.about-box3 .f-r .swiper .swiper-slide .column-between p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3C5711;
  text-align: left;
}

.about-box3 .f-r.animated .center-block .box-info1 {
  transform: rotate(-12deg) translate(0, -3.6rem);
}

.about-box3 .f-r.animated .center-block .box-info2 {
  opacity: 1;
  transform: translate(0, 0);
}

.business-box1 {
  position: relative;
  z-index: 1;
  background: #F6F6F5;
  padding: 5rem 0;
}

.business-box1 .c1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.business-box1 .f-l {
  width: 46.75rem;
  position: relative;
}

.business-box1 .f-l .center-block {
  height: 46.75rem;
  position: sticky;
  top: 10rem;
}

.business-box1 .f-l .box1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}

.business-box1 .f-l .box1 svg {
  content: '';
  width: 40rem;
  height: 40rem;
  position: absolute;
  left: 50%;
  top: 0;
}

.business-box1 .f-l .box1 svg:nth-child(1) {
  transform: translate(-50%, -50%) rotateX(80deg) scale(1);
  animation: growAndFall1 2s .5s linear infinite;
}

.business-box1 .f-l .box1 svg:nth-child(2) {
  transform: translate(-50%, -50%) rotateX(80deg) scale(1);
  animation: growAndFall2 2s linear infinite;
}

.business-box1 .f-l .box2 {
  width: 100%;
  height: 100%;
  background: #49864d;
  border-radius: 100%;
  position: absolute;
  right: 1.875rem;
  bottom: 1.25rem;
  z-index: 2;
  transition: all .6s;
  opacity: 0;
  transform: translate(-2rem, 0);
}

.business-box1 .f-l .box3 {
  width: 100%;
  height: 100%;
  background: #49864d;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.business-box1 .f-l .box3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .6s;
}

.business-box1 .f-l .box3 img.active {
  opacity: 1;
  z-index: 2;
}

.business-box1 .f-l.animated .box2 {
  opacity: 1;
  transform: translate(0, 0);
}

.business-box1 .f-r {
  width: 40.5rem;
  position: relative;
}

.business-box1 .f-r .column-between {
  height: 21.25rem;
  padding: 3.125rem;
  border-radius: 0.75rem;
  position: sticky;
  top: 10rem;
  margin-bottom: 2rem;
  color: #fff;
}

.business-box1 .f-r .column-between .box1 {
  font-size: 1.875rem;
}

.business-box1 .f-r .column-between .box2 {
  font-size: 1.25rem;
  line-height: 1.8;
}

.business-box1 .f-r .column-between:nth-child(1) {
  background: #E6EEDF;
  color: #4F874F;
}

.business-box1 .f-r .column-between:nth-child(2) {
  background: #C1D0B3;
  color: #49864d;
}

.business-box1 .f-r .column-between:nth-child(3) {
  background: #94AD86;
}

.business-box1 .f-r .column-between:nth-child(4) {
  background: #799B65;
}

.business-box1 .f-r .column-between:nth-child(5) {
  background: #537A38;
  opacity: 1 !important;
}

.business-box1 .f-l .spacer {
  width: 100%;
  height: calc(21.25rem * 6 + 0rem);
  display: block;
  transition: all .6s;
}

.business-box1 .f-r .spacer {
  width: 100%;
  height: calc(21.25rem * 6 + 5rem);
  display: block;
  transition: all .6s;
}

@keyframes growAndFall1 {
  0% {
    transform: translate(-50%, -50%) rotateX(80deg) scale(0);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%) rotateX(80deg) scale(0.6);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) rotateX(80deg) scale(1.2);
    opacity: 0;
  }
}

@keyframes growAndFall2 {
  0% {
    transform: translate(-50%, -50%) rotateX(80deg) scale(0);
    opacity: 0;
  }

  33% {
    transform: translate(-50%, -50%) rotateX(80deg) scale(0.5);
    opacity: 0.2;
  }

  66% {
    transform: translate(-50%, -50%) rotateX(80deg) scale(1);
    opacity: 0.4;
  }

  100% {
    transform: translate(-50%, -50%) rotateX(80deg) scale(1.5);
    opacity: 0;
  }
}


.new_list{
  padding: 2.5rem 0;
}
.new_list .w-90{
  width:65%;

}



.new_list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #effcf3;
    padding: 1.25rem;
    margin-bottom: 2.1875rem;
}

.new_list .title h3 {
      font-weight: 400;
  font-size: 1.575rem;
  max-width: 100%;
  
}

.new_list .title a {
  font-size: 1rem;
}

.new_list .jtdt .title a::after {
  content: "";
  display: flex;
  width: .9375rem;
  background-image: url('../images/icon_jt1.png');
  background-size: .625rem;
}

.new_list .jtdt .box {
  height: 30.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.new_list .jtdt .box .left {
  width: 70%;
  width: 54.375rem;
  height: 100%;
  position: relative;
}
.new_list .jtdt .box .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.new_list .jtdt .box .left img:not(.new_list .jtdt .box .left img:first-child){
  opacity: 0;
}

.new_list .jtdt .box .right {
  width: 30%;
  padding-left: 1.875rem;
  box-sizing: border-box;
}
.new_list .jtdt .box .right ul li{
  margin-bottom: 10px;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
}
.new_list .jtdt .box .right ul li:last-child{
  margin-bottom: 0;
}
.new_list .jtdt .box .right ul li a p{
    font-size: 1.125rem;
    color: #151515;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.new_list .jtdt .box .right ul li a i{
  font-size: 1rem;
  display: flex;
  color: #ccc;
  margin-top: .25rem;
}
.new_list .jtdt .box .right ul li:hover a p{
  color: #49864d;
}

.new_list .new_list_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem;
}
.new_list .new_list_box .left,
.new_list .new_list_box .right{
  width: 49%;
}
.new_list .new_list_box ul li{
  margin-bottom: 2.875rem;
}
.new_list .new_list_box ul li a{
  display: flex;
  justify-content: space-between;
}

.new_list .new_list_box ul li a i{
  width: 34%;
  height: 8.375rem;
  overflow: hidden;
}
.new_list .new_list_box ul li a i img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
.new_list .new_list_box ul li a .text{
  width: 63%;
}
.new_list .new_list_box ul li a p:first-child{
min-height: 3rem;
}
.new_list .new_list_box ul li a p{
  
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.125rem;
}
.new_list .new_list_box ul li a p+p{
  color: #999;
  font-size: .875rem;
  margin: .7375rem 0;
}
.new_list .new_list_box ul li:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}











/* 屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {
  /* html,body {zoom:0.9} */
}

/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.5) {
  /* html,body {zoom:0.8} */
}

/* 小于等于多少高度的样式 */
@media screen and (max-height:700px) {}

@media screen and (max-height:600px) {}

/* 小于等于多少宽度的样式 */
@media screen and (max-width:1800px) {

  body,
  html {
    font-size: calc(100vw / 120);
  }
}

@media screen and (max-width:1440px) {
  /* body,html{ font-size: calc(100vw / 100);} */
}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1180px) {}

@media screen and (max-width:1024px) {

  html,
  body {
    font-size: 78%;
  }

  .w-90 {
    width: 90% !important;
  }

  .w-900,
  .w-1100,
  .w-1200,
  .w-1400,
  .w-1600,
  .w-1300,
  .w-1500 {
    width: 90% !important;
  }

  .div-pc {
    display: none;
  }

  .div-phone {
    display: block;
  }

  .fanye-box {
    padding: 1.5rem 0;
  }

  .fanye-box a,
  .fanye-box span {
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.3rem;
    margin: 0 0.2rem;
  }

  .fanye-box .prev,
  .fanye-box .next {
    width: 3rem;
    height: 3rem;
    background-size: 1rem;
  }


  .head-box .top-box {
    height: 7rem;
    padding: 0 0.35rem;
  }

  .head-box .head-search {
    position: fixed;
    top: 7rem !important;
    right: 3% !important;
    width: 94% !important;
  }

  .head-box .lower-box .head-search::after {
    right: 6.5rem;
  }

  .head-box .top-box .head-search::after {
    right: 6.5rem;
  }

  .head-box .top-box .head-search.active {
    top: 6rem !important;
  }

  .head-box .lower-box .head-search.active {
    top: 6rem !important;
  }

  .head-box .lower-box {
    top: 1rem;
  }

  .head-box .lower-box .w-90 {
    width: 94.5% !important;
    height: 5rem;
    padding: 0 1rem;
  }

  .head-box .lower-box .f-r .box1,
  .head-box .f-r .box1 {
    margin-right: 2rem;
    position: relative;
    z-index: 2;
  }

  .head-box .lower-box .f-r .box2 {
    display: block;
    position: relative;
    z-index: 2;
  }

  .head-box .head-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0, 2rem);
    padding: 6.5rem 2.75% 1rem;
    transition: all .6s;
    pointer-events: none;
  }

  .head-box .head-menu ul {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    overflow: auto;
  }

  .head-box .head-menu ul::-webkit-scrollbar {
    display: none;
  }

  .head-box .head-menu ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 1rem 0;
  }

  .head-box .head-menu.active {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: auto;
  }

  .head-box.style2 .lower-box .w-90 {
    width: 100% !important;
  }

  .all-title1 {
    font-size: 1.2rem;
    padding: 0 0 0.1rem 1.6rem;
  }

  .all-title1::after {
    zoom: 0.8;
  }

  .home-box1 .swiper {
    height: 30rem;
  }

  .home-box1 .swiper .swiper-slide .slide-inner .box1 {
    font-size: 2.4rem;
  }

  .home-box1 .swiper .swiper-slide .slide-inner .box2 {
    font-size: 2rem;
  }

  .home-box1 .swiper .swiper-pagination {
    bottom: 1rem;
  }

  .home-box2 {
    padding: 2rem 0;
    background-position: -3rem 3rem;
    background-size: 25rem;
  }

  .home-box2 .w-90 {
    display: block;
  }

  .home-box2 .f-l .box1 {
    font-size: 2rem;
    padding: 1rem 0;
  }

  .home-box2 .f-r {
    width: 100%;
  }

  .home-box2 .f-r .box-info1 {
    display: none;
  }

  .home-box2 .f-r .swiper {
    width: 100%;
    margin: 0 0 0;
    overflow: hidden;
    padding: 3rem 0 1rem;
  }

  .home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 {
    padding: 1.5rem;
    min-height: 20rem;
  }

  .home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr1 {
    zoom: 0.7;
  }

  .home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box1 .nr3 {
    margin-top: 1rem;
    font-size: 1.1rem;
  }

  .home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box2 {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
    height: 5rem;
  }

  .home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box2 span {
    font-size: 1.2rem;
  }

  .home-box2 .f-r .swiper .swiper-wrapper .swiper-slide .box2 i {
    zoom: 0.8;
  }

  .home-box2 .f-r .swiper .swiper-wrapper .swiper-slide::after {
    height: 4rem;
  }

  .home-box3 {
    padding: 2rem 0 2rem 5%;
  }

  .home-box3 .swiper-wrapper {
    transition-duration: 400ms !important;
  }

  .home-box3 .top-box .all-title1 {
    width: auto;
    margin-right: 2rem;
  }

  .home-box3 .top-box .swiper {
    width: 70%;
  }

  .home-box3 .top-box .swiper .swiper-slide a {
    margin-right: 0.8rem;
    line-height: 1.8rem;
    height: 1.8rem;
    min-width: initial;
    padding: 0 1rem;
    font-size: 1.2rem;
  }

  .home-box3 .lower-box {
    margin-top: 1.5rem;
  }

  .home-box3 .lower-box .swiper-slide .center-block.active {
    width: ;
  }

  .home-box4 {
    padding: 2rem 0;
  }

  .home-box4 .center-block {
    padding: 0;
  }

  .home-box4 .center-block .f-l {
    width: 100%;
    height: 27rem;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    background-position: left;
    background-size: 118.75rem;
  }

  .home-box4 .center-block .f-r {
    padding-top: 2rem;
  }

  .home-box4 .center-block .f-r .box-info1 i {
    position: absolute;
    right: 0;
    top: -10rem;
    width: 10rem;
    height: 10rem;
  }

  .home-box4 .center-block .f-r .box-info1 i img {
    width: 5rem;
    height: 5rem;
  }

  .home-box4 .center-block .f-r .box-info1 p {
    font-size: 1.5rem;
  }

  .home-box4 .center-block .f-r .box-info2 {
    padding: 1rem 0;
  }

  .home-box4 .center-block .f-r .box-info2 .box1 {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .home-box4 .center-block .f-r .box-info2 .box2 {
    margin-top: 1.5rem;
  }

  .home-box4 .center-block .f-r .box-info3 {
    display: none;
  }

  .home-box5 {
    padding: 2rem 0;
  }

  .home-box5 .swiper {
    margin-top: 1rem;
    padding-bottom: 0rem;
  }

  .home-box5 .swiper .swiper-slide a .info .box2 {
    margin-top: 1rem;
  }

  .home-box5 .swiper .swiper-button-prev,
  .home-box5 .swiper .swiper-button-next {
    bottom: auto;
    top: 10rem;
    width: 3rem;
    height: 3rem;
    background-size: 1.3rem;
  }

  .home-box6 {
    padding: 2rem 0;
  }

  .home-box6 .box1 {
    font-size: 2rem;
    padding-bottom: 2.5rem;
    line-height: normal;
  }

  .home-box6 .box2 a {
    line-height: 3.5rem;
    padding: 0 2.5rem;
  }

  .home-box6 .box3 {
    width: 16rem;
    height: 16rem;
    top: 5rem;
  }

  .foot-box .top-box {
    padding: 2rem 0;
  }

  .foot-box .top-box .f-l {
    display: none;
  }

  .foot-box .top-box .f-r {
    width: 100%;
  }

  .foot-box .top-box .f-r .box2 a+a {
    margin-left: 2rem;
  }

  .foot-box .top-box .f-r .box2 a div {
    width: 10rem;
    left: 0;
    margin-left: 0;
  }

  .foot-box .top-box .f-r .box2 a div::after {
    left: 1.2rem;
    margin-left: 0;
  }

  .foot-box .cen-box {
    padding: 2rem 0;
  }

  .foot-box .cen-box .w-90 {
    display: block;
  }

  .foot-box .cen-box ul {
    gap: 0.5rem;
  }

  .foot-box .cen-box ul span {
    padding-bottom: 0.5rem;
  }

  .foot-box .cen-box ul+ul {
    margin-top: 1.5rem;
  }

  .foot-box .lower-box {
    font-size: 1rem;
  }

  .foot-box .lower-box .w-90 {
    display: block;
  }

  .foot-box .lower-box .f-l,
  .foot-box .lower-box .f-r {
    width: 100%;
    text-align: center;
  }

  .foot-box .lower-box .f-r {
    margin-top: .5rem;
  }

  .page-banner {
    height: 30rem;
  }

  .page-banner .box1 {
    font-size: 2.4rem;
  }

  .page-banner .box2 {
    font-size: 3rem;
    margin-top: 1rem;
  }

  .page-menu {
    <!-- height: 3.6rem; -->
  }

  .page-menu ul li a {
    line-height: 3.6rem;
    margin: 0;
  }

  .page-menu ul li+li {
    margin-left: 1.5rem;
  }

  .news-box1 {
    padding: 2rem 0 1.5rem;
  }

  .news-box1 .center-block ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }

  .news-box1 .center-block ul li {
    height: 22rem;
  }

  .news-info1 {
    height: 18rem;
  }

  .news-info1 .bg {
    animation: bgMove 20s linear infinite;
  }

  .news-info1 .center-center {
    bottom: 1.5rem;
  }

  .news-info1 .center-center .box1 {
    font-size: 1.5rem;
  }

  .news-info1 .center-center .box2 {
    margin-top: 0.8rem;
  }

  .news-info2 .box-info1 {
    padding: 1.5rem 0;
    line-height: 1.6;
  }

  .news-info2 .box-info2 {
    padding: 2rem 0;
    margin-top: 0rem;
  }

  .news-info2 .box-info2 a {
    line-height: 2.3rem;
    padding: 0 1rem;
    font-size: 1rem;
  }

  .news-info2 .box-info2 a.back {
    width: 10rem;
  }

  .news-info2 .box-info2 a.next span {
    padding-right: 1.5rem;
  }

  .news-info2 .box-info2 a.prev span {
    padding: 0 0 0 1.5rem;
  }














  .team-box1 {
    padding: 2rem 0;
  }

  .team-box1 .lower-box ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }

  .team-box1 .lower-box ul li a {
    padding: 1.5rem;
    height: auto;
  }

  .team-box1 .lower-box ul li a .f-l {
    width: 63%;
  }

  .team-box1 .lower-box ul li a .f-l .box2 {
    height: auto;
  }

  .team-box1 .lower-box ul li a .f-l .box3 {
    margin-top: 1rem;
  }

  .team-box1 .lower-box ul li a .f-r {
    width: 8.5rem;
    right: 1.5rem;
  }

  .team-box1 .lower-box ul li a:hover .f-r {
    right: 1.5rem;
  }

  .contact-box1 {
    padding: 2rem 0;
  }

  .contact-box1 .f-l {
    width: 100%;
  }

  .contact-box1 .f-l ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  .contact-box1 .f-l ul li {
    height: 6rem;
  }

  .contact-box1 .f-r {
    width: 100%;
    height: 20rem;
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    border-radius: 0;
    margin-top: 1.5rem;
  }

  .contact-box1 .f-r>i {
    display: none;
  }

  .contact-box1 .f-r .map-box {
    border-radius: 0;
  }

  .about-box1 {
    padding: 2rem 0;
  }

  .about-box1>em:nth-child(1) {
    width: 20rem;
    height: 20rem;
    right: -10rem;
    bottom: 2rem;
  }

  .about-box1>em:nth-child(2) {
    width: 18rem;
    height: 18rem;
    bottom: -1rem;
    right: -3rem;
  }

  .about-box1 .f-l {
    width: 100%;
    padding: 0;
  }

  .about-box1 .f-l div {
    width: 100%;
    height: 25rem;
    border-radius: 5rem;
  }

  .about-box1 .f-l em {
    left: -1rem;
    bottom: -1.5rem;
    height: 10rem;
    border-radius: 5rem;
  }

  .about-box1 .f-r {
    width: 100%;
    padding: 2rem 0 0;
    margin-top: 1rem;
  }

  .about-box1 .f-r .box-info1 span {
    font-size: 1.6rem;
  }

  .about-box1 .f-r .box-info2 {
    margin-top: 1.5rem;
  }

  .about-box1 .f-r .box-info3 {
    margin-top: 1.5rem;
  }

  .about-box2 {
    padding: 2rem 0 3rem;
  }

  .about-box2 .top-box span {
    font-size: 1.6rem;
  }

  .about-box2 .lower-box {
    margin-top: 1.5rem;
  }

  .about-box3 {
    padding: 2rem 0;
  }

  .about-box3 .f-l {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 11;
  }

  .about-box3 .f-l .box-info2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 17rem;
  }

  .about-box3 .w-90,
  .about-box3 .f-r {
    width: 100%;
    display: block;
  }

  .about-box3 .f-r {
    padding: 7rem 3rem 1rem;
  }

  .about-box3 .f-r .swiper {
    width: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
  }

  .about-box3 .f-r .center-block {
    width: 100%;
    height: 20rem;
  }

  .about-box3 .f-r.animated .center-block .box-info1 {
    transform: rotate(-6deg) translate(0, -3.6rem);
  }

  .about-box3>em:nth-child(1) {
    width: 20rem;
    height: 20rem;
    left: -8rem;
  }

  .about-box3>em:nth-child(2) {
    width: 18rem;
    height: 18rem;
    left: -13rem;
  }

  .business-box1 {
    padding: 3rem 0 0;
    position: sticky;
    top: 0;
  }

  .business-box1 .w-90 {
    display: block;
  }

  .business-box1 .f-l {
    width: 100%;
    padding: 0 2rem;
    text-align: center;
  }

  .business-box1 .f-l .center-block {
    width: 23rem;
    height: 23rem;
    left: 50%;
    margin-left: -11.5rem;
  }

  .business-box1 .f-l .box1 svg {
    width: 20rem;
    height: 20rem;
  }

  .business-box1 .f-l .box3 img:nth-child(1) {
    opacity: 1;
  }

  .business-box1 .f-r {
    width: 100%;
    margin-top: 4rem;
  }

  .business-box1 .f-r .column-between {
    padding: 2rem;
    height: 18rem;
    top: 0;
    position: relative;
  }

  .business-box1 .f-l .spacer,
  .business-box1 .f-r .spacer {
    display: none;
  }


}

@media screen and (max-width:768px) {
  .new_list .jtdt .box,.new_list .new_list_box{
    flex-direction: column;
  }
  .new_list .jtdt .box .left,.new_list .jtdt .box .right,.new_list .new_list_box .left,.new_list .new_list_box .right{
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .new_list .jtdt .box{
    height: auto;
  }
  .new_list .jtdt .box .left{
    height: 16.875rem;
  }
}

@media screen and (max-width:480px) {
 .home-box1 .swiper {
    height: 20rem;
  }
  .new_list .new_list_box ul li a i{
    width: 50%;
  }
  .new_list .new_list_box ul li a .text{
    width: 45%;
  }
}

@media screen and (max-width:365px) {}