html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

img[src=""] {
  opacity: 0;
}

i {
  font-style: normal;
}

/*@font-face {*/
/*  font-family: 'gm';*/
/* src: url("../fonts/gotham.otf"); */
/*  src: url("../fonts/Gotham.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: 'gl';*/
/*  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");*/
/*}*/

.gol {
  font-family: 'gl';
}

/*@font-face {*/
/*  font-family: 'gel';*/
/*  src: url("../fonts/gotham-extralight.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: 'ol';*/
/*  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: 'or';*/
/*  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");*/
/*}*/

/*@font-face {*/
/*  font-family: 'ob';*/
/*  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");*/
/*}*/

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: .35rem;
}

.f_16 {
  font-size: .4rem;
}

.f_18 {
  font-size: .45rem;
}

.f_20 {
  font-size: .5rem;
}

.f_22 {
  font-size: .55rem;
}

.f_24 {
  font-size: .6rem;
}

.f_26 {
  font-size: .65rem;
}

.f_28 {
  font-size: .7rem;
}

.f_30 {
  font-size: .75rem;
}

.f_32 {
  font-size: .8rem;
}

.f_34 {
  font-size: .85rem;
}

.f_36 {
  font-size: .9rem;
}

.f_40 {
  font-size: 1rem;
}

.f_42 {
  font-size: 1.05rem;
}

.f_44 {
  font-size: 1.1rem;
}

.f_46 {
  font-size: 1.15rem;
}

.f_48 {
  font-size: 1.15rem;
}

.f_50 {
  font-size: 1.25rem;
}

.f_52 {
  font-size: 1.3rem;
}

.f_54 {
  font-size: 1.35rem;
}

.f_56 {
  font-size: 1.4rem;
}

.f_60 {
  font-size: 1.5rem;
}

.f_64 {
  font-size: 1.6rem;
}

.f_68 {
  font-size: 1.7rem;
}

.f_76 {
  font-size: 1.9rem;
}

.f_80 {
  font-size: 2rem;
}

.f_133 {
  font-size: 3.325rem;
}

@media (max-width: 1760px) {
  .f_133 {
    font-size: 2.75rem;
  }
}

@media (max-width: 767px) {
  .f_133 {
    font-size: 52px;
  }
}

/* 头部 */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
  padding: .65rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

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

.header .left .logo {
  display: block;
  width: 4rem;
  margin-right: 3.675rem;
}

.header .left .logo img {
  width: 100%;
}

.header .left .h_nav {
  display: flex;
}

.header .left .h_nav a {
  color: #fff;
  display: block;
  margin-right: 1rem;
  /* font-family: gm; */
  line-height: 1;
}

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

.header .right .lag {
  position: relative;
}

.header .right .lag .h {
  padding-left: .65rem;
  color: #fff;
  /* font-family: gm; */
  line-height: 1.25;
  background: url(../img/h_icon1.png)no-repeat left center;
  background-size: .5rem .5rem;
  margin-right: .525rem;
}

.header .right .ser {
  width: 6rem;
  line-height: 1.15rem;
  border: 1px solid #fff;
  border-radius: .1rem;
  padding: 0 .625rem 0 1.525rem;
  position: relative;
  margin-right: .4rem;
  transition: all 0.5s;
}

.header .right .ser::before {
  content: "";
  position: absolute;
  left: .6rem;
  top: 50%;
  transform: translateY(-50%);
  width: .5rem;
  height: .5rem;
  background: url(../img/h_icon2.png);
  background-size: 100% 100%;
}

.header .right .ser input {
  line-height: 1.15rem;
  background-color: transparent;
  color: #fff;
  width: 100%;
}

.header .right .sign {
  width: 3.05rem;
  line-height: 1.2rem;
  color: #fff;
  background-color: var(--logoColor);
  border-radius: .1rem;
  text-align: center;
  font-family: gl;
}

.header .img2 {
  display: none;
}

.header.on {
  background-color: #ffffff;
  padding: .5rem 1.5rem;
  box-shadow: 0 0 .75rem rgba(0, 0, 0, 0.05);
}

.header.on .img1 {
  display: none;
}

.header.on .img2 {
  display: block;
}

.header.on .left .h_nav a {
  color: #333333;
}

.header.on .right .lag .h {
  background-image: url(../img/h_icon1_1.png);
  color: #333;
}

.header.on .right .ser {
  border-color: #333;
}

.header.on .right .ser::before {
  background-image: url(../img/h_icon2_1.png);
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.banner .swiper-slide {
  height: 100vh;
  position: relative;
}

.banner .swiper-slide .pc {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide .pc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide .txt1 {
  position: absolute;
  top: 26vh;
  left: 5rem;
  color: #fff;
}

.banner .swiper-slide .txt1 .h1 {
  font-family: gr;
  line-height: 1;
  margin-bottom: .95rem;
}

.banner .swiper-slide .txt1 .h2 {
  font-family: gl;
  line-height: 1;
}

.banner .swiper-slide .txt2 {
  position: absolute;
  right: 2rem;
  bottom: 9.9vh;
  color: #fff;
  width: 33.5%;
  border-radius: .4rem;
  overflow: hidden;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(.25rem);
  padding: 1rem 1rem .6rem .8rem;
}

.banner .swiper-slide .txt2>img {
  position: absolute;
  top: .45rem;
  right: 2.3rem;
  height: calc(100% - .9rem);
  z-index: -1;
}

.banner .swiper-slide .txt2 .h3 {
  font-family: gl;
  line-height: 1;
  margin-bottom: 2.25rem;
}

.banner .swiper-slide .txt2 .p {
  display: flex;
  justify-content: flex-end;
}

.banner .swiper-slide .txt2 .more {
  color: #fff;
  /*font-family: gm;*/
  line-height: .8rem;
  padding-right: 1.1rem;
  background: url(../img/btn.png)no-repeat right center;
  background-size: .8rem .8rem;
}

.banner .swiper-pagination {
  bottom: 9.9vh;
  left: 5rem;
  width: auto;
  display: table;
}

.banner .swiper-pagination-bullet {
  background-color: #fff;
}

.part1 {
  padding: 3.75rem 5rem 2.8rem 5rem;
}

.part1 .top {
  text-align: center;
  margin-bottom: 1.5rem;
}

.part1 .top .h {
  font-family: gl;
  color: #000000;
  line-height: 1;
  margin-bottom: .8rem;
}

.part1 .top .p {
  font-family: gr;
  line-height: 1;
  color: #666666;
}

.part1 .con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part1 .con .box {
  position: relative;
  border-radius: .3rem;
  overflow: hidden;
}

.part1 .con .box .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.part1 .con .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.part1 .con .box:hover .pic img {
  transform: scale(1.05);
}

.part1 .con .box1 {
  width: 24.85rem;
  height: 14.25rem;
  margin-bottom: .625rem;
}

.part1 .con .box2 {
  width: 12.25rem;
  height: 14.25rem;
  margin-bottom: .625rem;
}

.part1 .con .box3 {
  width: 12.25rem;
  height: 6.875rem;
}

.part1 .con .box4 {
  width: 12.25rem;
  height: 6.875rem;
}

.part1 .con .box .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 .8rem .6rem .8rem;
  color: #fff;
}

.part1 .con .box .txt .h {
  font-family: gr;
  line-height: 1.25;
}

.part1 .con .box .txt .p {
  font-family: gr;
  line-height: 1.25;
  margin-top: .25rem;
  display: none;
}

.part1 .con .box:hover .txt .p {
  display: block;
}

.part1 .con .box .txt1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.2rem .8rem 0 .8rem;
  color: #fff;
}

.part1 .con .box .txt1 .h {
  font-family: gr;
  line-height: 1.25;
  margin-bottom: .375rem;
}

.part1 .con .box .txt1 .p {
  font-family: gr;
  line-height: 1.3;
  margin-bottom: 1.05rem;
  width: 6.75rem;
}

.part1 .con .box .txt1 .btn {
  width: 4.1rem;
  line-height: .95rem;
  border: 1px solid #ffffff;
  border-radius: .1rem;
  text-align: center;
  transition: all 0.5s;
}

.part1 .con .box .txt1 .btn:hover {
  border-color: transparent;
  background-color: #ffffff;
}

.part1 .con .box .txt1 .btn span {
  padding-left: .625rem;
  background: url(../img/ip1_btn.png)no-repeat left center;
  background-size: .35rem .35rem;
}

.part1 .con .box .txt1 .btn:hover span {
  color: #000;
  background-image: url(../img/ip1_btn1.png);
}

.parts .more, 
.part1 .more {
  width: 4.8rem;
  margin: 0 auto;
  margin-top: 2.075rem;
  display: block;
  border: 1px solid var(--logoColor);
  border-radius: .2rem;
  text-align: center;
  line-height: 1.35rem;
  color: #000000;
  /*font-family: gm;*/
  transition: all 0.5s;
}
.parts .more:hover,
.part1 .more:hover {
  border-color: transparent;
  background-color: var(--logoColor);
  color: #fff;
}

.part2 {
  padding: 0 5rem;
}

.part2 .top .h1 {
  line-height: .875rem;
  margin-bottom: .875rem;
  /*font-family: gm;*/
  color: var(--logoColor);
}

.part2 .top .h2 {
  line-height: 1.6rem;
  margin-bottom: 1.75rem;
  font-family: gl;
  color: #000000;
}

.part2 .bottom .tab {
  position: relative;
  margin-bottom: 1.4rem;
}

.part2 .bottom .tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /*background-image: linear-gradient(to right, #F1F1F1, #575959, #F2F2F2)*/
  background: linear-gradient(to right, #F1F1F1, var(--logoColor), #F2F2F2);
}

.part2 .bottom .tab ul {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-end;
  height: 2.85rem;
}

.part2 .bottom .tab ul li {
  width: 33.33%;
  text-align: center;
  position: relative;
  padding-bottom: .25rem;
  cursor: pointer;
}

.part2 .bottom .tab ul li .tit1 {
  margin-bottom: .425rem;
  transition: all 0.5s;
}

.part2 .bottom .tab ul li.on .tit1 {
  color: var(--logoColor);
}

.part2 .bottom .cons {
  position: relative;
}

.part2 .bottom .cons:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5rem;
  width: calc(100% + 10rem);
  background-color: #F5F5F5;
  height: calc(100% - 11.5rem);
}

.part2 .bottom .cons .con {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.part2 .bottom .cons .con .swiper-slide {
  border-radius: .3rem;
  overflow: hidden;
}

.part2 .bottom .cons .con .swiper-slide .pic {
  width: 100%;
  height: 11.5rem;
}

.part2 .bottom .cons .con .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part2 .bottom .cons .con .swiper-slide .txt {
  background-color: #fff;
  padding: 1.575rem 1.5rem 1.5rem;
}

.part2 .bottom .cons .con .swiper-slide .txt .h {
  /*font-family: gm;*/
  color: #333333;
  line-height: 1;
  margin-bottom: .5rem;
}

.part2 .bottom .cons .con .swiper-slide .txt .p {
  font-family: gr;
  line-height: 1.33;
  margin-bottom: 1.225rem;
  color: #666666;
}

.part2 .bottom .cons .con .swiper-slide .txt .num_box {
  display: flex;
  justify-content: space-between;
}

.part2 .bottom .cons .con .swiper-slide .txt .num_box .num {
  display: flex;
  align-items: flex-end;
  color: var(--logoColor);
  margin-bottom: .3rem;
  /*font-family: gm;*/
}

.part2 .bottom .cons .con .swiper-slide .txt .num_box .num span.f_48 {
  font-family: or;
  margin-right: .25rem;
  line-height: 1;
}

.part2 .bottom .cons .con .swiper-slide .txt .num_box .p1 {
  /*font-family: gm;*/
  color: #333333;
  line-height: 1.1;
}

.part2 .bottom .tab ul li img {
  margin: 0 auto;
  width: 0;
  margin-bottom: 0;
  transition: all 0.5s;
}

.part2 .bottom .tab ul li.on img {
  width: 1.2rem;
  margin-bottom: .375rem;
}

.part2 .bottom .tab ul li .dian {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
  width: .2rem;
  height: .2rem;
  background-color: #717171;
  border-radius: 50%;
  transition: all 0.5s;
}

.part2 .bottom .tab ul li.on .dian {
  background-color: var(--logoColor);
}

.part3 {
  padding: 3rem 5rem 2.5rem 5rem;
  background-color: #F5F5F5;
  position: relative;
  z-index: 2;
}

.part3:after {
  content: "";
  position: absolute;
  top: 3.675rem;
  left: 7.125rem;
  width: 16.875rem;
  height: 16.875rem;
  background: url(../img/ip3_bj.png)no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.part3 .top {
  display: flex;
  margin-bottom: 2.45rem;
}

.part3 .top .left {
  width: 15.5rem;
  padding-top: 2.825rem;
  padding-bottom: 3.05rem;
}

.part3 .top .left .icon {
  /*font-family: gm;*/
  color: var(--logoColor);
  line-height: 1.1;
  margin-bottom: .75rem;
}

.part3 .top .left .h {
  font-family: gl;
  color: #000000;
  line-height: 1;
  margin-bottom: 1rem;
}

.part3 .top .left .p {
  font-family: gr;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.part3 .top .left .btn {
  display: block;
  width: 4.6rem;
  border: 1px solid var(--logoColor);
  border-radius: .2rem;
  text-align: center;
  line-height: 1.35rem;
  color: #000000;
  font-family: grr;
  transition: all 0.5s;
}

.part3 .top .left .btn:hover {
  border-color: transparent;
  background-color: var(--logoColor);
  color: #fff;
}

.part3 .top .right {
  width: 19.5rem;
  margin-left: 2.1rem;
}

.part3 .top .right img {
  max-width: 9999px;
  width: 21.4rem;
}

#chartdiv {
  height: 16.5rem;
  position: relative;
}

#chartdiv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 1.5rem;
  background-color: #f5f5f5;
}

.riifo-globtal-market-leader {
  position: relative;
}

#chartdiv {
  height: 16.5rem;
  position: relative;
  background: url(../img/ip3_dq.png) center;
  background-size: auto 100%;
}

#chartdiv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 1.5rem;
  background-color: #F5F5F5;
}

.riifo-globtal-market-leader {
  position: relative;
}

.riifo-globtal-market-leader #info {
  position: absolute;
  bottom: 0.6rem;
  right: -4.5rem;
  width: 9.5rem;
  background-color: #ffffff;
  border-radius: 0.12rem;
  box-shadow: 0 0.03rem .2rem rgba(0, 0, 0, 0.1);
}

.riifo-globtal-market-leader #info .right-addtext-item {
  display: none;
  width: 100%;
  padding: 0.8rem;
}

.riifo-globtal-market-leader #info .right-addtext-item.on {
  display: block;
}

.riifo-globtal-market-leader #info .title-1 {
  font-family: or;
  color: var(--logoColor);
  line-height: 1;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--logoColor);
  margin-bottom: 0.6rem;
}

.riifo-globtal-market-leader #info .dz {
  font-family: or;
  color: #333333;
  line-height: 0.5rem;
  padding-left: 0.9rem;
  background: url(../img/dz.svg)no-repeat left top;
  background-size: auto 0.5rem;
  margin-bottom: 0.7rem;
}

.riifo-globtal-market-leader #info .tel {
  font-family: or;
  color: #333333;
  line-height: 0.5rem;
  padding-left: 0.9rem;
  background: url(../img/tel.svg)no-repeat left top;
  background-size: auto 0.5rem;
  margin-bottom: 0.7rem;
}

.riifo-globtal-market-leader #info .email {
  font-family: or;
  color: #333333;
  line-height: 0.5rem;
  padding-left: 0.9rem;
  background: url(../img/em.svg)no-repeat left top;
  background-size: auto 0.5rem;
}

.riifo-content {
  position: relative;
}

.riifo-content .yuan {
  position: absolute;
  width: 0.6vw;
  height: 0.6vw;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.riifo-content .yuan:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2vw;
  height: 0.2vw;
  background-color: #991d85;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.riifo-content .yuan.on:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: scale1 3s 1.5s linear infinite;
  border-radius: 50%;
}

@keyframes scale1 {
  0% {
    opacity: 0.6;
    width: 100%;
    height: 100%;
  }

  100% {
    opacity: 0.1;
    width: 600%;
    height: 600%;
  }
}

.riifo-content .yun1 {
  top: 59%;
  left: 74%;
}

.riifo-content .yun2 {
  top: 61%;
  left: 73%;
}

.riifo-content .yun3 {
  top: 57%;
  left: 72%;
}

.riifo-content .yun4 {
  top: 67%;
  left: 65%;
}

.part3 .bottom {
  display: flex;
  justify-content: space-between;
}

.part3 .bottom .item {
  width: 8.25rem;
}

.part3 .bottom .item .h1 {
  font-family: gm;
  color: var(--logoColor);
  line-height: 1;
  padding-bottom: .375rem;
  border-bottom: 1px solid var(--logoColor);
  margin-bottom: .8rem;
}

.part3 .bottom .item .h2 {
  display: flex;
  margin-bottom: .4rem;
  font-family: or;
  color: var(--logoColor);
  align-items: flex-end;
}

.part3 .bottom .item .h2 .nl {
  font-family: gr;
  line-height: 1;
  margin-right: .3rem;
}

.part3 .bottom .item .h2 .nr {
  position: relative;
}

.part3 .bottom .item .h2 .nr .add {
  position: absolute;
  top: -1.4rem;
  left: 0;
}

.part3 .bottom .item .p {
  /*font-family: gm;*/
  line-height: 1;
  color: var(--logoColor);
}

.part4 {
  padding: 3.75rem 5rem 0 5rem;
}

.part4 .tit {
  font-family: gl;
  color: #000000;
  line-height: 1;
  margin-bottom: 2rem;
}

.part4 .con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.part4 .con .box1 {
  width: 18.4rem;
  display: block;
}

.part4 .con .box1 .pic {
  width: 100%;
  height: 12.5rem;
  border-radius: .3rem;
  overflow: hidden;
  margin-bottom: .75rem;
}

.part4 .con .box1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.part4 .con .box1:hover .pic img {
  transform: scale(1.05);
}

.part4 .con .box1 .h {
  font-family: gl;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.part4 .con .box1 .more {
  display: table;
  /*font-family: gm;*/
  padding-right: 1.1rem;
  line-height: .8rem;
  background: url(../img/btn1.png)no-repeat right center;
  background-size: .8rem .8rem;
  transition: all 0.5s;
}

.part4 .con .box1 .more:hover {
  padding-right: .9rem;
}

.part4 .con .box2 {
  width: 8.6rem;
  display: block;
}

.part4 .con .box2 .pic {
  width: 100%;
  height: 8.5rem;
  border-radius: .3rem;
  overflow: hidden;
  margin-bottom: .8rem;
}

.part4 .con .box2 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.part4 .con .box2:hover .pic img {
  transform: scale(1.05);
}

.part4 .con .box2 .h {
  font-family: gl;
  color: #000000;
  line-height: .65rem;
  height: 1.3rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .6rem;
}

.part4 .con .box2 .p {
  font-family: gr;
  color: #666666;
  line-height: .5rem;
  height: 2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: .75rem;
}

.part4 .con .box2 .more {
  display: table;
  font-family: gr;
  padding-right: 1.1rem;
  line-height: .8rem;
  background: url(../img/btn1.png)no-repeat right center;
  background-size: .8rem .8rem;
  transition: all 0.5s;
}

.part4 .con .box2 .more:hover {
  padding-right: .9rem;
}

.part4 .more1 {
  width: 4.8rem;
  margin: 0 auto;
  display: block;
  border: 1px solid var(--logoColor);
  border-radius: .2rem;
  text-align: center;
  line-height: 1.35rem;
  color: #000000;
  /*font-family: gm;*/
  transition: all 0.5s;
}

.part4 .more1:hover {
  border-color: transparent;
  background-color: var(--logoColor);
  color: #fff;
}

.part5 {
  padding: 2rem 1rem;
}

.part5 .con {
  padding: 4.075rem 0 4.4rem 0;
  background: url(../img/ip5_pic.png)no-repeat center;
  background-size: cover;
  border-radius: .3rem;
}

.part5 .con .h {
  text-align: center;
  font-family: gl;
  line-height: 1.3;
  margin-bottom: 1.15rem;
}

.part5 .con form {
  width: 12.5rem;
  display: flex;
  justify-content: space-between;
  padding: .1rem .1rem .1rem .6rem;
  background-color: #FFFFFF;
  border-radius: .2rem;
  margin: 0 auto;
}

.part5 .con form .txt {
  width: 7.8rem;
  line-height: 1.4rem;
}

.part5 .con form .btn {
  line-height: 1.4rem;
  width: 3.6rem;
  color: #ffffff;
  text-align: center;
  background-color: var(--logoColor);
  border-radius: .2rem;
}

.footer {
  background-color: #F5F5F5;
  padding: 1.35rem 4rem 0 4rem;
}

.footer .f-logo {
  padding-bottom: .8rem;
  width: 100%;
  margin-bottom: 1.55rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .f-logo a {
  display: block;
  width: 6rem;
}

.footer .f_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .f_top .t_left .f_logo img {
  width: 100%;
}

.footer .f_top .t_left .li {
  margin-bottom: .45rem;
}

.footer .f_top .t_left .li.other {
  margin-top: .85rem;
}

.footer .f_top .t_left .li .icon {
  display: flex;
  align-items: center;
}

.footer .f_top .t_left .li .icon div {
  width: max-content;
  margin-right: .15rem;
}

.footer .f_top .t_left .li .icon p {
  color: #999999;
  /*font-family: 'GothamMedium';*/
}

.footer .f_top .t_left .li .txt {
  margin-top: .25rem;
  color: #333;
}

.footer .f_top .t_left .li.other .txt {
  margin-top: .45rem;
}

.footer .f_top .t_left .fx {
  margin-top: 1.75rem;
}

.footer .f_top .t_left .fx .focu-box {
  display: flex;
  align-items: center;
  margin-top: .35rem;
}

.footer .f_top .t_left .fx .tit {
  /* font-family: gm; */
  color: #666666;
}

.footer .f_top .t_left .fx a {
  display: block;
  height: .6rem;
  margin-right: .4rem;
  filter: grayscale(100%);
  transition: all 0.5s;
}

.footer .f_top .t_left .fx a:hover {
  filter: grayscale(0%);
}

.footer .f_top .t_left .fx a img {
  height: 100%;
}

.footer .f_top .t_right {
  display: flex;
  max-width: 70%;
  justify-content: space-between;
}

.footer .f_top .t_right ul {
  max-width: 4.5rem;
  margin-right: .5rem;
  max-height: calc(9em + 5rem);
  overflow: hidden;
}

.footer .f_top .t_right ul:last-child {
  margin-right: 0;
}

.footer .f_top .t_right li:first-child {
  /* font-family: gm; */
  color: #000000;
  line-height: 1;
  margin-bottom: .6rem;
  width: max-content;
}

.footer .f_top .t_right li {
  margin-bottom: .5rem;
}

.footer .f_top .t_right li:last-child {
  margin-bottom: 0;
}

.footer .f_top .t_right li a {
  /*width: max-content;*/
  display: block;
  line-height: 1;
  /* font-family: gm; */
  color: #666666;
  transition: all .4s;
}

.footer .f_top .t_right li a:hover {
  color: var(--logoColor);
}

.footer .f_bottom {
  display: flex;
  justify-content: space-between;
  padding: .8rem 0 .9rem;
}

.footer .f_bottom a {
  color: #999999;
  /* font-family: gm; */
  line-height: 1;
  margin-right: .4rem;
  transition: all .4s;
}

.footer .f_bottom a:hover {
  color: var(--logoColor);
}

.footer .f_bottom a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1440px) {
  .footer .f_top .left .p span {
    width: 2.125rem;
  }

  .i_part3 .txt .list {
    margin-bottom: 1.375rem;
  }
}

@media screen and (max-width: 1366px) {
  .i_part3 .txt .list {
    margin-bottom: 1.125rem;
  }

  .i_part3 .txt {
    width: 16rem;
  }

  .i_part3 .pics {
    width: 47vw;
  }

  .i_part3 .swiper-pagination {
    right: 50.5vw;
  }

  .i_part8 form input[type="submit"] {
    width: 5rem;
  }

  .footer .f_top .right .item {
    margin-left: .75rem;
    padding-left: .75rem;
  }
}

@media screen and (max-width: 1280px) {
  .footer .f_top .left .p span {
    width: 2.5rem;
  }

  .footer .f_bottom .right a {
    margin-left: .4rem;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }

  .m_header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 18px 15px;
    z-index: 98;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .m_header .logo {
    width: 118px;
  }

  .m_header .right {
    display: flex;
    align-items: center;
  }

  .m_header .user {
    width: 25px;
    height: 25px;
    margin-right: 20px;
  }

  .m_header .btn {
    width: 18px;
  }

  .m_header .btn div {
    width: 100%;
    height: 2px;
    background-color: #333333;
    margin: 4px 0;
  }

  .nav_m {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 99;
    padding: 80px 15px 30px 15px;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }

  .nav_m .out {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 24px;
  }

  .nav_m>ul>li {
    font-size: 18px;
    line-height: 36px;
    padding: 10px 0;
    font-family: ab;
    position: relative;
  }

  .nav_m>ul>li:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    top: 22px;
    width: 12px;
    height: 12px;
    background: url(../../index.html)no-repeat center;
    background-size: contain;
    transition: all 0.5s;
  }

  .nav_m>ul>li.on:nth-child(2):after {
    transform: rotate(90deg);
  }

  .nav_m>ul>li .m_ul1 {
    padding: 10px 0 10px 10px;
    display: none;
  }

  .nav_m>ul>li .m_ul1>li {
    font-size: 16px;
    font-family: ar;
  }

  .nav_m>ul>li .m_ul1>li .m_ul2 {
    padding: 10px 0 10px 10px;
  }

  .nav_m>ul>li .m_ul1>li .m_ul2>li {
    font-size: 14px;
  }

  .nav_m>ul>li .m_ul1>li .m_ul2>li .m_ul3 {
    padding: 10px 0 10px 10px;
  }

  .nav_m>ul>li .m_ul1>li .m_ul2>li .m_ul3>li {
    font-size: 12px;
  }

  .banner {
    height: 128vw;
    position: relative;
  }

  .banner .swiper-slide .slide-inner .pc {
    display: none;
  }

  .banner .swiper-slide .slide-inner .mm {
    display: block;
    width: 100%;
    height: 100%;
  }

  .banner .swiper-slide .slide-inner .mm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner .swiper-slide .slide-inner .txt {
    top: 21.86vw;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  .banner .swiper-slide .slide-inner .txt .h {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
  }

  .banner .swiper-slide .slide-inner .txt .p {
    font-size: 20px;
    line-height: 22px;
  }

  .banner .swiper-slide .slide-inner .txt .more {
    display: none;
  }

  .banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    border-radius: 4px;
  }

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

  .slide_right {
    display: none;
  }

  .i_part1 {
    padding: 60px 15px;
    height: auto;
  }

  .i_part1 .txt {
    display: none;
  }

  .i_part1 .pics {
    height: auto;
    position: static;
    width: 100%;
  }

  .i_part1 .pic {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vw;
    border-radius: 0;
    transform: translate(0, 0);
  }

  .i_part1 .pic video {
    border-radius: 0;
  }

  .i_part1 .pic .btn {
    display: block !important;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .i_part1 .pic .btn img {
    position: relative;
    z-index: 2;
  }

  .i_part1 .pic .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
    width: 70%;
    height: 70%;
    animation: myfirstzx 1.5s linear infinite;
  }

  .in_tc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    display: block;
  }

  .in_tc.show {
    opacity: 1;
    pointer-events: all;
  }

  .in_tc .bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .in_tc .con {
    width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
  }

  .in_tc .con video {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .parallaxw {
    width: 100% !important;
    height: 100% !important;
  }

  .i_part2 {
    padding: 0 0 0 0;
    position: relative;
    min-height: auto;
  }

  .i_part2 .years {
    display: none;
  }

  .i_part2 .tit .h {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .i_part2 .tit .p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .i_part2 .boxs {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px 25px 15px;
  }

  .i_part2 .boxs .box {
    width: 48.5%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
    padding: 16px 4px;
  }

  .i_part2 .boxs .box .icon {
    width: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .i_part2 .boxs .box .txt {
    width: 100%;
    text-align: center;
  }

  .i_part2 .boxs .box .txt .h {
    font-size: 22px;
    line-height: 28px;
  }

  .i_part2 .boxs .box .txt .p {
    font-size: 11px;
    line-height: 12px;
  }

  .i_part2 .years_m {
    display: block !important;
    padding: 55px 0 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #F7F7F7;
  }

  .i_part2 .years_m .item {
    display: none
  }

  .i_part2 .years_m .item.on {
    display: block;
  }

  .i_part2 .years_m .item:last-child {
    border-bottom: none;
  }

  .i_part2 .years_m .item .year {
    font-family: ab;
    color: #8BC63E;
    font-size: 29px;
    line-height: 33px;
    color: #8BC63E;
    margin-bottom: 12px;
  }

  .i_part2 .years_m .item .txt {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    color: #000000;
    padding: 0 15px 15px 15px;
  }

  .i_part1 .pic video.mm {
    display: block !important;
  }

  .i_part2 .tabm {
    display: block !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 113px;
    background-color: #F7F7F7;
  }

  .i_part2 .tabm .swiper-slide {
    font-size: 18px;
    line-height: 22px;
    height: 37px;
    color: #333333;
    font-family: ab;
    padding-bottom: 15px;
    position: relative;
    opacity: 1 !important;
  }

  .i_part2 .tabm .swiper-slide-active {
    color: #8BC63E;
  }

  .i_part2 .tabm .swiper-slide:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D5D5D5;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .i_part2 .tabm .swiper-slide .dian {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 10px;
    height: 10px;
    background-color: #8BC63E;
    border-radius: 50%;
    opacity: 0;
  }

  .i_part2 .tabm .swiper-slide .dian:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-color: #8BC63E;
    border-radius: 50%;
    animation: myfirstzx1 1.5s linear infinite;
  }

  .i_part2 .tabm .swiper-slide-active .dian {
    opacity: 1;
  }

  .i_part2 .tabm .solid {
    content: "";
    position: absolute;
    bottom: 113px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #8BC63E;
    z-index: 10;
    transition: all 0.5s;
  }

  .i_part2 .tabm .prev,
  .i_part2 .tabm .next {
    position: absolute;
    bottom: 40px;
    width: 30px;
    height: 30px;
  }

  .i_part2 .tabm .prev {
    left: 50%;
    transform: translateX(-120%);
  }

  .i_part2 .tabm .next {
    right: 50%;
    transform: translateX(120%);
  }

  .i_part3 {
    display: none;
  }

  .i_part3m {
    padding: 80px 0;
    margin-top: 0;
    display: block !important;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background-color: #fff;
  }

  .i_part3m .txt {
    padding: 0 15px;
  }

  .i_part3m .txt .h {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
    font-family: ab;
    color: #000000;
    text-align: center;
  }

  .i_part3m .txt .h .h1 {
    color: #8BC63E;
  }

  .i_part3m .txt .ps {
    font-size: 14px;
    line-height: 24px;
    font-family: al;
    margin-bottom: 28px;
    text-align: center;
  }

  .i_part3m .pic {
    width: calc(100% - 30px);
    margin: 0 15px;
    height: 51.73vw;
    border-radius: 10px;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 15px;
  }

  .i_part3m .list {
    background-color: #F7F7F7;
    padding: 15px 18px 22px 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .i_part3m .list .item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .i_part3m .list .item:nth-child(n+2) {
    margin-bottom: 20px;
  }

  .i_part3m .list .item .icon {
    width: 30px;
    height: 25px;
    margin-right: 10px;
  }

  .i_part3m .list .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .i_part3m .list .item .p {
    font-size: 12px;
    color: #000000;
    line-height: 22px;
    width: calc(100% - 40px);
  }

  .i_part3m .swiper-pagination {
    bottom: 60px;
  }

  .i_part3m .swiper-pagination-bullet-active {
    background-color: #8BC63E;
  }

  .i_part4 {
    height: 1900vh;
    padding: 0 0 60px 0;
  }

  .i_part4 .tit {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }

  .i_part4 .tit .h {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
  }

  .i_part4 .tit .p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
  }

  .i_part4 .xlz_boxs {
    display: none;
  }

  .i_part4 .xlz_ms {
    display: block !important;
    height: 97.3vw;
    width: 100%;
    position: relative;
    top: 0;
  }

  .i_part4.show .xlz_ms {
    position: fixed;
    top: 20vw;
  }

  .i_part4 .xlz_ms .xlz_m {
    position: absolute;
    top: 0vw;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .i_part4 .xlz_ms .xlz_m img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    max-width: 9999px;
  }

  .i_part4 .xlz_ms .dian_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .i_part4 .xlz_ms .dian_box .dian {
    width: 9px;
    height: 9px;
    background-color: #8BC63E;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
  }

  @keyframes myfirstzx {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }

    50% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0.8;
    }

    100% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
    }
  }

  .i_part4 .xlz_ms .dian_box .dian.on {
    opacity: 1;
  }

  .i_part4 .xlz_ms .dian_box .dian:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(139, 198, 62, 1);
    animation: myfirstzx 1.5s linear infinite;
  }

  .i_part4 .xlz_ms .dian_box .dian:nth-child(2) {
    top: 16vw;
    right: 27vw;
  }

  .i_part4 .xlz_ms .dian_box .dian:nth-child(1) {
    top: 16vw;
    right: 48vw;
  }

  .i_part4 .xlz_ms .dian_box .dian:nth-child(4) {
    top: 16vw;
    right: 67vw;
  }

  .i_part4 .xlz_ms .dian_box .dian:nth-child(3) {
    top: 46vw;
    right: 41vw;
  }

  .i_part4 .xlz_ms .dian_box .dian:nth-child(5) {
    top: 39vw;
    right: 45vw;
  }

  .i_part4 .xlz_ms .dian_box .dian:nth-child(7) {
    top: 45vw;
    right: 4vw;
  }

  .i_part4 .xlz_ms .dian_box .dian:nth-child(6) {
    top: 72vw;
    right: 76vw;
  }

  .i_part4 .txts_m {
    display: block !important;
    padding: 0 15px;
  }

  .i_part4.show .txts_m {
    position: fixed;
    top: 123.3vw;
  }

  .i_part4 .txts_m .txt {
    padding: 23px 20px 50px 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
    display: none;
  }

  .i_part4 .txts_m .txt.on {
    display: block;
  }

  .i_part4 .txts_m .txt .h {
    font-family: ab;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #333333;
  }

  .i_part4 .txts_m .txt .p {
    color: #000000;
    line-height: 24px;
    font-size: 12px;
  }

  .i_part5 {
    border-top: none;
  }

  .i_part5 .list {
    padding: 0 15px 60px 15px;
  }

  .i_part5 .list .swiper-pagination {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .i_part5 .list .btn_box {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
  }

  .i_part5 .list .boxs .swiper-slide {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }

  .i_part5 .list .boxs .swiper-slide .bj {
    position: static;
    height: 60vw;
    opacity: 1 !important;
    border-radius: 0.2rem;
    margin-bottom: 23px;
  }

  .i_part5 .list .boxs .swiper-slide .pic {
    display: none;
  }

  .i_part5 .list .boxs .swiper-slide .more1 {
    display: none;
  }

  .i_part5 .list .boxs .swiper-slide .h {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
  }

  .i_part5 .list .boxs .swiper-slide .p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .i_part6 {
    padding: 80px 0 0 0;
  }

  .i_part6 .box {
    display: none !important;
  }

  .i_part6 .tit {
    margin-bottom: 42px;
    position: static;
    opacity: 1 !important;
  }

  .i_part6 .tit .h {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }

  .i_part6 .tit .p {
    font-size: 14px;
    line-height: 24px;
  }

  .i_part6 .boxsm {
    display: block !important;
    padding: 44px 15px 27px 15px;
    background-color: #FBFBFB;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
  }

  .i_part6 .boxsm .pic {
    width: 100%;
    height: 58.4vw;
    margin-bottom: 53px;
  }

  .i_part6 .boxsm .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .i_part6 .boxsm .txt .h {
    font-size: 20px;
    line-height: 26px;
    color: #8BC63E;
    margin-bottom: 25px;
  }

  .i_part6 .boxsm .txt .p {
    font-size: 14px;
    line-height: 24px;
  }

  .i_part6 .boxsm .swiper-pagination {
    bottom: 60px;
  }

  .i_part6 .boxsm .swiper-pagination-bullet-active {
    background-color: #8BC63E;
  }

  .i_part7 {
    padding: 85px 15px 85px 15px;
  }

  .i_part7 .con {
    background: transparent;
    padding-top: 0;
    height: auto;
  }

  .i_part7 .con:after {
    display: none;
  }

  .i_part7 .con .tit .h {
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
    text-shadow: none;
  }

  .i_part7 .con .tit .p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 45px;
    text-shadow: none;
  }

  .i_part7 .con .tit .picm {
    display: block !important;
    width: 100%;
    height: 64.13vw;
    border-radius: 10px;
    overflow: hidden;
    background: url(../../index.html)no-repeat center;
    background-size: cover;
    margin-bottom: 35px;
  }

  .more {
    width: 197px;
    height: 50px;
    padding: 16px 5px 16px 28px;
    border-radius: 25px;
  }

  .more span {
    font-size: 14px;
    color: #333333;
  }

  .more .add {
    width: 39px;
    height: 39px;
  }

  .i_part8 {
    padding: 48px 15px 43px 15px;
  }

  .i_part8 .h {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 11px;
    margin-bottom: 25px;
  }

  .i_part8 form {
    width: 100%;
  }

  .i_part8 form input[type="submit"] {
    font-size: 12px;
  }

  .i_part8 .p {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }

  .footer {
    padding: 0;
    z-index: 10;
    position: relative;
  }

  .footer .f_top .right {
    display: none;
  }

  .footer .f_bottom .right {
    display: none;
  }

  .footer .f_top {
    display: block;
    padding: 40px 47px 41px 47px;
  }

  .footer .f_top .left .p {
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }

  .footer .f_top .left .p span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .footer .f_top .left .p span.f_16 {
    font-size: 14px;
    line-height: 22px;
  }

  .footer .f_top .left .link {
    width: 100%;
    padding: 0;
    justify-content: space-between;
  }

  .footer .f_top .left .link a {
    width: 40px;
    height: 40px;
  }

  .footer .f_bottom {
    padding: 19px 0;
    text-align: center;
  }

  .footer .f_bottom .left {
    font-size: 10px;
    line-height: 18px;
  }

  .mh_nav {
    display: block;
  }

  .mh_nav {
    position: fixed;
    top: 0;
    left: 10%;
    width: 90%;
    transform: translateX(120%);
    z-index: 999;
    background-color: #fff;
    height: 100vh;
    overflow: auto;
    padding: 50px 25px;
    transition: all 0.5s;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }

  .mh_nav.show {
    transform: translateX(0);
  }

  .mh_nav .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }

  .mh_nav .nav>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding-right: 60px;
  }

  .mh_nav .nav>li>a {
    line-height: 60px;
    font-size: 16px;
    display: block;
    font-family: hm;
  }

  .mh_nav .nav>li:nth-child(6):after {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    transition: all 0.5s;
    width: 12px;
    height: 12px;
    background: url(../../index.html)no-repeat center;
  }

  .mh_nav .nav>li.on:after {
    transform: rotate(90deg);
  }

  .mh_nav .nav>li:first-child:after {
    display: none;
  }

  .mh_nav .nav>li .nav1 {
    padding: 15px;
    line-height: 36px;
    display: none;
    font-size: 14px;
    font-family: hm;
  }

  .mh_nav .nav>li .nav2 {
    font-size: 13px;
    padding-left: 16px;
    font-family: hr;
  }

  .pl_banner {
    height: 125vw;
    position: relative;
  }

  .pl_banner .pc {
    display: none;
  }

  .pl_banner .mm {
    display: block !important;
  }

  .pl_banner .txt {
    top: 54px;
  }

  .pl_banner .txt .h {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 7px;
  }

  .pl_banner .txt .p1 {
    font-size: 14px;
    margin-right: 10px;
  }

  .pl_banner .txt .p2 {
    font-size: 12px;
  }

  .pl1 {
    padding: 54px 0 60px 0;
    height: auto;
  }

  .pl1 .con {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .pl1 .con .bj {
    border-radius: 0;
  }

  .pl1 .con .bj .list {
    position: relative;
    opacity: 1 !important;
    padding: 25px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .pl1 .con .bj .list .item {
    position: static;
    display: block;
    width: 48%;
    margin-bottom: 10px;
    opacity: 1 !important;
  }

  .pl1 .con .bj .list .item .dian {
    display: none;
  }

  .pl1 .con .bj .list .item .solid {
    display: none;
  }

  .pl1 .con .bj .list .item .btn {
    padding: 0;
    border: none;
    height: auto;
    background-color: transparent !important;
  }

  .pl1 .con .bj .list .item .btn span {
    font-size: 14px;
    color: #8BC63E;
    line-height: 2;
  }

  .pl1 .con .bj .list .item .btn span:after {
    border-color: #8BC63E;
  }

  .pl1 .con .bj .con_tc {
    position: relative;
    opacity: 1 !important;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #FBFBFB;
    backdrop-filter: blur(0px);
    padding: 15px;
  }

  .pl1 .con .bj .con_tc .c_top {
    margin-bottom: 20px;
  }

  .pl1 .con .bj .con_tc .c_top .h {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1px;
  }

  .pl1 .con .bj .con_tc .c_top .p {
    font-size: 12px;
    line-height: 16px;
  }

  .pl2 {
    height: auto;
  }

  .pl2 .video {
    width: 100% !important;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .pl2 .video video {
    border-radius: 0;
  }

  .pl3 {
    padding: 120px 15px;
  }

  .pl3 .tit {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 26px;
  }

  .pl3 .con {
    display: block;
    padding: 0;
    background-color: transparent;
  }

  .pl3 .con .pic {
    width: 100%;
  }

  .pl3 .con .pic img {
    position: static;
    width: 100%;
    height: 100%;
    transform: scale(1);
  }

  .pl4 {
    padding: 0 15px;
  }

  .pl3 .con .txt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .pl4 .con .swiper-slide {
    padding: 26px 15px 15px 15px;
  }

  .pl4 .con .swiper-slide .txt .h {
    font-size: 20px;
    line-height: 26px;
    height: 52px;
  }

  .pl4 .con .swiper-slide .txt .p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .pl4 .con .swiper-slide .pic {
    height: 40vw;
  }

  .pl5 {
    padding: 120px 0 0 0;
  }

  .pl5 .tit {
    padding: 0 15px;
    margin-bottom: 24px;
  }

  .pl5 .tit .h {
    font-size: 28px;
    line-height: 38px;
  }

  .pl5 .tit .p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .pl5 .list {
    padding: 30px 0;
    display: block;
    background-color: #F7F7F7;
  }

  .pl5 .list .item {
    padding: 8px 15px;
    margin-right: 0;
  }

  .pl5 .list .item .icon {
    width: 30px;
    margin-right: 26px;
  }

  .pl5 .list .item .txt {
    width: calc(100% - 56px);
  }

  .pl5 .list .item .txt .h {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
    height: auto;
  }

  .pl5 .list .item .txt .p {
    font-size: 11px;
    line-height: 15px;
    height: auto;
  }

  .pl5 .list .item .txt .p:after {
    display: none;
  }

  .pl6 {
    padding: 120px 15px 106px 15px;
  }

  .pl6 .tit .h {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
  }

  .pl6 .tit .p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }

  .pl6 .pic {
    width: 100%;
    height: auto;
  }

  .pl6 .list {
    flex-wrap: wrap;
  }

  .pl6 .list .item {
    width: 48%;
    padding: 23px 8px 23px 14px;
    margin-bottom: 14px;
  }

  .pl6 .list .item .icon {
    width: 30px;
    height: 25px;
    margin-right: 13px;
  }

  .pl6 .list .item .p {
    font-size: 12px;
    line-height: 17px;
  }

  .pl7 .top {
    padding: 44px 15px 64px 15px;
    display: block;
  }

  .pl7 .top .m_tit {
    display: block !important;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-family: ab;
    margin-bottom: 23px;
  }

  .pl7 .top .m_tit span {
    color: #8BC63E;
    display: block;
  }

  .pl7 .top .txt .tit {
    display: none;
  }

  .pl7 .top .pic {
    width: 100%;
    margin-right: 0;
  }

  .pl7 .top .txt {
    padding-bottom: 50px;
  }

  .pl7 .top .txt .prev {
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-220%)
  }

  .pl7 .top .txt .next {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translateX(220%)
  }

  .pl7 .top .txt .lists {
    width: 100%;
    padding-top: 50px;
  }

  .pl7 .top .txt .list .item {
    width: 49%;
  }

  .pl7 .top .txt .list .item .p1 {
    font-size: 11px;
  }

  .pl7 .top .txt .list .item .p2 {
    font-size: 12px;
  }

  .pl7 .bottom {
    padding: 22px 15px 0 15px;
    flex-wrap: wrap;
  }

  .pl7 .bottom .box {
    width: 48%;
    margin-bottom: 14px;
  }

  .pl7 .bottom .box .icon {
    width: 40px;
    height: 33px;
  }

  .pl7 .bottom .box .h {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    height: 32px;
  }

  .pl7 .bottom .box .btn {
    padding: 9px 0 15px 0;
    background-size: 4px auto;
  }

  .pl7 .bottom .box .btn span {
    font-size: 9px;
  }

  .pl8 {
    padding: 106px 15px 120px 15px;
  }

  .pl8 .list {
    display: block;
  }

  .pl8 .list .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .pl8 .list .item .pic {
    width: 100%;
    height: 50vw;
    margin-bottom: 18px;
  }

  .pl8 .list .item .txt .h {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .pl8 .list .item .txt .p {
    font-size: 11px;
    line-height: 15px;
  }
}

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