main {
  width: 100%;
  margin: auto;
  margin-top: 6.25rem;
  max-width: 1920px;
}
main .banner .swiper-slide a img {
  width: 100%;
}
main .banner .bannerlr {
  display: none;
  position: absolute;
  top: 40%;
  z-index: 9999;
  right: 13%;
}
main .banner .bannerlr .swiper-button-prev,
main .banner .bannerlr .swiper-container-rtl .swiper-button-next {
  width: 3.125rem;
  height: 2.5rem;
  margin-right: 10px;
  position: initial;
  border: 1px solid #a3a6a4;
  background-image: url("../imgs/bleft.png");
  background-size: inherit;
}
main .banner .bannerlr .swiper-button-next,
main .banner .bannerlr .swiper-container-rtl .swiper-button-prev {
  width: 3.125rem;
  height: 2.5rem;
  position: initial;
  border: 1px solid #2db87b;
  background-image: url("../imgs/bright.png");
  background-size: inherit;
}
main .about {
  width: 100%;
  padding: 5% 14.4%;
  display: flex;
  background: url("../imgs/abbg.png") no-repeat;
  background-size: cover;
}
main .about .bigbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
main .about .bigbox .left {
  width: 50%;
}
main .about .bigbox .left .one {
  display: flex;
  margin-bottom: 2.18rem;
}
main .about .bigbox .left .one .h {
  width: 1px;
  background-color: #00844a;
  margin-right: 1.875rem;
}
main .about .bigbox .left .one .te {
  text-transform: uppercase;
  color: #323333;
}
main .about .bigbox .left .one .te h3 {
  line-height: 1;
  margin-bottom: 2rem;
}
main .about .bigbox .left .one .te p {
  background: url("../imgs/timg.png") center left no-repeat;
  padding-left: 2.5rem;
  color: #00844a;
}
main .about .bigbox .left .one .te p:nth-child(4) {
  margin-bottom: 0;
}
main .about .bigbox .left .two {
  margin-bottom: 2.81rem;
}
main .about .bigbox .left .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #218c59;
  border-radius: 0;
  text-decoration: none;
  width: 10.31rem;
  padding: 0.51rem 0.81rem;
  border: 1px solid #218c59;
  background-color: rgba(0, 0, 0, 0);
}
main .about .bigbox .right {
  object-fit: contain;
  width: 39.7%;
}
main .tpr {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../imgs/tpr.bg.png") no-repeat left top;
}
main .tpr h3 {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}
main .tpr .tabs {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ededed;
  margin-bottom: 4.68rem;
}
main .tpr .tabs .tab {
  cursor: pointer;
  margin: 0 5%;
  font-weight: bold;
  margin-bottom: 1.56rem;
}
main .tpr .tabs .active {
  color: #00844a;
  position: relative;
}
main .tpr .tabs .active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00844a;
  bottom: -1.56rem;
}
main .tpr .tprbox {
  width: 100%;
}
main .tpr .tprbox .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #639b84;
  margin: 0 10px;
}
main .tpr .tprbox .swiper-pagination-bullets {
  left: -3.25rem;
}
main .tpr .tprbox .swiper-pagination-bullet-active {
  background: #00844a;
  position: relative;
}
main .tpr .tprbox .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 相对于父元素顶部偏移50% */
  left: 50%;
  /* 相对于父元素左侧偏移50% */
  transform: translate(-50%, -50%);
  /* 使用transform进行居中偏移修正 */
  width: 25px;
  height: 25px;
  border: 1px solid #00844a;
  border-radius: 100%;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide {
  padding-left: 14.4%;
  width: 100%;
  overflow: hidden;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp {
  transition: border-left-color 0.3s, background 0.3s;
  /* 过渡 border-left-color 和 background 属性 */
  margin-bottom: 4.5rem;
  overflow: hidden;
  width: 100%;
  display: flex;
  border-left: 1px solid #d0d3d1;
  padding-left: 14.4%;
  text-decoration: none;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp .left {
  width: 70%;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp .left .p1 {
  color: #000;
  font-weight: bold;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp .left .p2 {
  min-height: 3.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* 显示的最大行数 */
  font-size: 0.875rem;
  color: #666666;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp .left .more {
  transition: background 0.3s, margin-top 0.3s, padding 0.3s, border-width 0.3s;
  /* 过渡 background、margin-top、height、padding、border-width 和 width 属性 */
  margin-top: 2rem;
  width: 1.56rem;
  height: 1.25rem;
  background: url("../imgs/pr-right.png") no-repeat right center;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp .left .more p {
  transition: opacity 0.3s;
  /* 过渡 opacity 属性 */
  display: none;
  opacity: 0;
  margin-bottom: 0;
  color: #00844a;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp .right {
  width: 30%;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp .right img {
  width: 100%;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp:hover {
  border-left-color: #00844a;
  background: url("../imgs/trboxbg.png") no-repeat;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp:hover .more {
  background: url("../imgs/pr-right2.png") no-repeat 90% center;
  margin-top: 1rem;
  height: auto;
  padding: 0.51rem 0.81rem;
  border: #00844a 1px solid;
  width: 10rem;
}
main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp:hover .more > p {
  display: block;
  opacity: 1;
}
main .tpr .button {
  margin-bottom: 3rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  border-radius: 0;
  text-decoration: none;
  width: 10.31rem;
  padding: 0.51rem 0.81rem;
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0);
}
main .news {
  background-color: #f7faf9;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .news h3 {
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
}
main .news .topboxs {
  position: relative;
  width: 100%;
  max-width: 95rem;
}
main .news .topboxs .newtop {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide {
  height: 30rem;
  background-color: #fff;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  transition: box-shadow 0.3s ease;
  /* 添加阴影的过渡效果 */
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 15rem;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide .text {
  transition: color 0.3s;
  color: #666666;
  padding: 0 2.23rem;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide .text .date {
  background: url("../imgs/date.png") no-repeat left center;
  margin: 0.625rem 0 0.9375rem 0;
  padding-left: 1.5625rem;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide .text h5 {
  color: #323333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* 显示的最大行数 */
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide .text .p2 {
  min-height: 2.9375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* 显示的最大行数 */
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide .text .more {
  transition: background 0.3s, margin-top 0.3s, padding 0.3s, border-width 0.3s;
  /* 过渡 background、margin-top、height、padding、border-width 和 width 属性 */
  margin: 2rem auto;
  width: 1.56rem;
  height: 1.25rem;
  background: url("../imgs/pr-right.png") no-repeat right center;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide .text .more p {
  transition: opacity 0.3s;
  /* 过渡 opacity 属性 */
  display: none;
  opacity: 0;
  margin-bottom: 0;
  color: #00844a;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide:hover {
  background-image: url("../imgs/newsbg.png");
  background-size: cover;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  /* 鼠标悬停时的阴影效果 */
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide:hover .text > h5 {
  color: #00844a;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide:hover .text > .more {
  background: url("../imgs/pr-right2.png") no-repeat 90% center;
  margin-top: 1rem;
  height: auto;
  padding: 0.51rem 0.81rem;
  border: #00844a 1px solid;
  width: 10rem;
}
main .news .topboxs .newtop .swiper-wrapper .swiper-slide:hover .more > p {
  display: block;
  opacity: 1;
}
main .news .topboxs .swiper-button-next-n,
main .news .topboxs .swiper-button-prev-n {
  position: absolute;
  top: 30%;
  left: 0;
  width: 3rem;
  height: 2.5rem;
  background: url("../imgs/new-l.png") #bebebe no-repeat center center;
}
main .news .topboxs .swiper-button-prev-n {
  left: auto;
  right: 0;
  background-color: #00844a;
  background-image: url("../imgs/new-r.png");
}
main .news .topboxs .newbottom {
  width: 90%;
  height: 12.5rem;
  margin: 0 auto;
}
main .news .topboxs .newbottom .swiper-wrapper .swiper-slide {
  transition: box-shadow 0.3s ease;
  /* 添加阴影的过渡效果 */
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5625rem 1.25rem;
  padding-right: 8rem;
  text-decoration: none;
  color: #333333;
  background: url("../imgs/pr-right.png") #fff no-repeat 95% 55%;
}
main .news .topboxs .newbottom .swiper-wrapper .swiper-slide .p1 {
  margin-bottom: 0;
  padding-right: 1.5625rem;
  margin-right: 1.5625rem;
  font-weight: bold;
  border-right: 1px solid #e0e0e0;
}
main .news .topboxs .newbottom .swiper-wrapper .swiper-slide .right h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* 显示的最大行数 */
}
main .news .topboxs .newbottom .swiper-wrapper .swiper-slide .right .p2 {
  color: #999;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  /* 显示的最大行数 */
}
main .news .topboxs .newbottom .swiper-wrapper .swiper-slide:hover {
  background: url("../imgs/pr-right2.png") #fff no-repeat 95% 55%;
}
main .news .topboxs .newbottom .swiper-wrapper .swiper-slide:hover .p1 {
  color: #00844a;
}
main .news .topboxs .swiper-paginations {
  position: absolute;
  width: 1.875rem;
  left: auto !important;
  right: 0;
  top: 75%;
  display: flex;
  flex-direction: column;
}
main .news .topboxs .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #639b84;
  margin: 5px 0;
}
main .news .topboxs .swiper-pagination-bullets {
  left: -3.25rem;
}
main .news .topboxs .swiper-pagination-bullet-active {
  background: #00844a;
  position: relative;
}
main .news .topboxs .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 相对于父元素顶部偏移50% */
  left: 50%;
  /* 相对于父元素左侧偏移50% */
  transform: translate(-50%, -50%);
  /* 使用transform进行居中偏移修正 */
  width: 25px;
  height: 25px;
  border: 1px solid #00844a;
  border-radius: 100%;
}
main .news .button {
  margin-bottom: 3rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  border-radius: 0;
  text-decoration: none;
  width: 10.31rem;
  padding: 0.51rem 0.81rem;
  border: 1px solid #e5e5e5;
  background-color: rgba(0, 0, 0, 0);
}
main .trade {
  padding: 5rem 0;
  padding-bottom: 0;
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .trade .title {
  display: flex;
  width: 100%;
  align-items: center;
}
main .trade .title h3 {
  width: 50%;
  text-align: center;
}
main .trade .title .next {
  position: relative;
  width: 50%;
  height: 12.1875rem;
  background-color: #eaf4f0;
}
main .trade .title .next .tradelf,
main .trade .title .next .traderi {
  position: absolute;
  width: 50px;
  height: 40px;
  border: 1px solid #a3a6a4;
  background-image: url("../imgs/bleft.png");
  background-size: inherit;
  left: 18.125rem;
  top: 50%;
}
main .trade .title .next .traderi {
  width: 50px;
  height: 40px;
  border: 1px solid #2db87b;
  background-image: url("../imgs/bright.png");
  background-size: inherit;
  left: 23rem;
}
main .trade .mytrade {
  width: 100%;
  overflow: hidden;
}
main .trade .mytrade .swiper-slide {
  text-decoration: none;
  position: relative;
}
main .trade .mytrade .swiper-slide img {
  width: 100%;
  height: 100%;
}
main .trade .mytrade .swiper-slide .p1 {
  text-transform: capitalize;
  transition: all 0.5s;
  opacity: 1;
  left: 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  margin-left: 3rem;
  margin-bottom: 2rem;
  writing-mode: vertical-rl;
}
main .trade .mytrade .swiper-slide .Overlay {
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000061;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .trade .mytrade .swiper-slide .Overlay p {
  color: #fff;
  text-transform: capitalize;
}
main .trade .mytrade .swiper-slide .Overlay .button {
  border: 1px solid #ffffff96;
  padding: 0.625rem 0.3125rem;
  display: flex;
}
main .trade .mytrade .swiper-slide .Overlay .button img {
  margin: auto;
  width: 90%;
}
main .trade .mytrade .swiper-slide:hover .p1 {
  display: none;
  opacity: 0;
}
main .trade .mytrade .swiper-slide:hover .Overlay {
  opacity: 1;
}
main .cooperation {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  padding: 5% 14.4%;
  flex-direction: column;
  align-items: center;
  background: url("../imgs/cooperationbg.png") no-repeat;
}
main .cooperation h3 {
  margin-bottom: 4rem;
}
main .cooperation .log {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
main .cooperation .log img {
  width: 20%;
  margin-right: 0%;
  margin-bottom: 2.8125rem;
    height: 7.5rem;
    object-fit: contain;
}
main .cooperation .log img:nth-child(4n) {
  margin-right: 0%;
}
@media screen and (max-width: 1280px) {
  main {
    margin-top: 5.25rem;
  }
  main .about {
    padding: 5% 10%;
  }
  main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide {
    padding-left: 10%;
  }
  main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp {
    padding-left: 10%;
  }
  main .news .topboxs .newtop .swiper-wrapper .swiper-slide {
    height: 28rem;
  }
  main .news .topboxs .newtop .swiper-wrapper .swiper-slide img {
    height: 14rem;
  }
  main .cooperation {
    padding: 5% 10%;
  }
}
@media screen and (max-width: 1024px) {
  main .about {
    padding: 5%;
  }
  main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide {
    padding-left: 5%;
  }
  main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide .lit-tprbox .lit-tprbox-swiper-wrapper .lit-tprbox-swiper-slide .tjp {
    padding-left: 5%;
  }
  main .news .topboxs .newtop .swiper-wrapper .swiper-slide {
    height: 24rem;
  }
  main .news .topboxs .newtop .swiper-wrapper .swiper-slide img {
    height: 12rem;
  }
  main .cooperation {
    padding: 5%;
  }
}
@media screen and (max-width: 802px) {
  main {
    margin-top: 0;
  }
  main .banner .swiper-button-prev,
  main .banner .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  main .banner .swiper-button-next,
  main .banner .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  main .about {
    padding: 4%;
  }
  main .about .right {
    object-fit: contain;
  }
  main .tpr {
    padding: 0 4%;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../imgs/tpr.bg.png") no-repeat left top;
  }
  main .tpr h3 {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  main .tpr .tabs {
    margin-bottom: 4%;
  }
  main .tpr .tabs .tab {
    margin: 0 3%;
    text-align: center;
    margin-bottom: 1.56rem;
  }
  main .tpr .tprbox .swiper-pagination-bullets {
    left: 0;
  }
  main .tpr .tprbox .tprbox-swiper-wrapper .tprbox-swiper-slide {
    padding-left: 0;
  }
  main .news {
    padding: 0 4%;
  }
  main .news h3 {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  main .news .topboxs .newtop {
    width: 100%;
    margin-bottom: 4%;
  }
  main .news .topboxs .swiper-button-next-n,
  main .news .topboxs .swiper-button-prev-n {
    display: none;
  }
  main .news .topboxs .swiper-button-prev-n {
    display: none;
  }
  main .news .topboxs .newbottom {
    width: 100%;
  }
  main .news .topboxs .swiper-paginations {
    display: none;
  }
  main .news .button {
    margin-bottom: 4%;
    margin-top: 4%;
  }
  main .trade {
    padding: 4% 0;
  }
  main .trade .title .next {
    display: flex;
    padding: 7% 0;
    height: auto;
    justify-content: center;
  }
  main .trade .title .next .tradelf,
  main .trade .title .next .traderi {
    margin: 0 6%;
    position: initial;
  }
  main .trade .mytrade .swiper-slide .p1 {
    writing-mode: horizontal-tb;
  }
  main .cooperation {
    padding: 0 4%;
  }
  main .cooperation h3 {
    margin-bottom: 4%;
  }
  main .cooperation .log img {
    margin-right: 6.6%;
  }
}
@media screen and (max-width: 563px) {
  main .about .bigbox {
    flex-direction: column-reverse;
  }
  main .about .bigbox .left {
    width: 100%;
  }
  main .about .bigbox .right {
    display: none;
  }
  main .tpr .tabs .tab {
    font-size: 12px;
  }
  main .news .topboxs .newtop .swiper-wrapper .swiper-slide {
    height: 21rem;
  }
  main .news .topboxs .newtop .swiper-wrapper .swiper-slide img {
    height: 50%;
  }
  main .news .topboxs .newtop .swiper-wrapper .swiper-slide .text .more {
    display: none;
  }
  main .news .topboxs .newbottom .swiper-wrapper .swiper-slide {
    padding: 2%;
    background: #fff;
  }
}
@media screen and (max-width: 484px) {
  main .about {
    padding: 10% 5%;
  }
  main .tpr {
    padding: 10% 5%;
  }
  main .tpr h3 {
    margin-bottom: 10%;
  }
  main .news {
    padding: 10% 5%;
  }
  main .news h3 {
    margin-bottom: 10%;
  }
  main .cooperation {
    padding: 10% 5%;
    margin-bottom: 30px;
  }
  main .cooperation h3 {
    margin-bottom: 10%;
  }
  main .cooperation .log {
    justify-content: space-between;
  }
  main .cooperation .log img {
    width: 45%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  main .cooperation .log img:nth-child(4n) {
    margin-right: 0;
  }
}
