:root {
  --brand-color: #00BB1F;
  --brand-color1: #00BB1F;
  --brand-color2: #E88000;
  --brand-color3: #F46936;
  --brand-color4: #2ABECF;
  --brand-color5: #A552FF;
}
/* banner */
.banner {
  width: 100%;
  margin-top: 1.45rem;
  z-index: -1;
}
.banner ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner ul li:nth-child(3) {
  width: 40%;
}
.banner ul li:nth-child(2)::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/banner_bg.png) no-repeat center bottom;
  background-size: 100%;
  content: "";
}
.banner ul li:nth-child(1) p,
.banner ul li:nth-child(4) p {
  position: absolute;
  left: 0.4rem;
  bottom: 0.32rem;
}
.banner ul li:nth-child(2) p,
.banner ul li:nth-child(3) p {
  position: absolute;
  right: 0.32rem;
  top: 0.32rem;
}
.banner ul li {
  position: relative;
  width: 20%;
  box-sizing: border-box;
  padding: 14.7% 0;
  overflow: hidden;
}
.banner ul li p {
  font-size: 0.2rem;
  line-height: 0.24rem;
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
}
.banner ul li img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner ul li video {
  height: 100%;
  position: absolute;
  right: -1.1rem;
  top: 0;
}
.banner ul li .bofang {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../img/bofang.png") no-repeat center;
  background-size: 0.48rem;
  z-index: 99;
  pointer-events: none;
  display: none;
}
/* Embark on a journey */
.journey {
  width: 100%;
  padding-bottom: 1.6rem;
  margin-top: -1.1rem;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.journey::after {
  width: 100%;
  height: calc(100% - 1.1rem);
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.journey::before {
  width: 8.37rem;
  height: 4.27rem;
  content: "";
  background: url("../img/index_bg1.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.journey .center {
  box-sizing: border-box;
  padding-left: 0.5rem;
}
.journey h3 {
  font-family: 'gr';
  font-size: 0.72rem;
  line-height: 1rem;
  color: #fff;
  position: relative;
}
.journey h3 span {
  color: #262626;
  display: block;
  position: absolute;
  left: 4.1rem;
  top: 1.2rem;
  white-space: nowrap;
}
.journey p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  width: 3.52rem;
  color: #262626;
  margin-top: 0.4rem;
  margin-bottom: 0.18rem;
  position: relative;
  z-index: 99;
}
.journey .more {
  line-height: 0.56rem;
  box-sizing: border-box;
  padding: 0 0.24rem;
  background: #FBBC00;
  font-size: 0.18rem;
  display: inline-block;
  transition: 0.5s;
}
.journey .more:hover {
  border-radius: 0.28rem;
  transform: translateX(5px);
}
/* work */
.index_title {
  width: 100%;
  overflow: hidden;
}
.index_title p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  position: relative;
  z-index: 9;
}
.index_title h2 {
  font-size: 0.72rem;
  line-height: 0.96rem;
  font-family: 'gr';
  color: #262626;
  margin-top: 0.08rem;
  text-transform: uppercase;
}
.work {
  width: 100%;
  background: #F5F5F5;
  padding: 1.32rem 0 1.5rem;
  position: relative;
}
.work .more {
  margin-top: 0.56rem;
  line-height: 0.56rem;
  box-sizing: border-box;
  padding: 0 0.32rem;
  border: 1px solid #262626;
  font-size: 0.18rem;
  display: inline-block;
  transition: 0.5s;
  float: left;
  position: relative;
  z-index: 99;
}
.work .more:hover {
  border-radius: 0.28rem;
  transform: translateX(5px);
}
.work .swiper_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work .mySwiper1 {
  width: 48%;
  margin-top: 0.4rem;
  margin-right: 3%;
  float: left;
}
.work .mySwiper1 li {
  display: inline-block;
  -webkit-text-stroke-color: var(--brand-color);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 0.6rem;
  white-space: nowrap;
  position: relative;
  line-height: 0.68rem;
  overflow: hidden;
  font-family: 'tr';
  margin-top: 0.16rem;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 9;
  text-transform: uppercase;
}
.work .mySwiper1 .txt-mask__inner {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  color: var(--brand-color);
  -webkit-text-stroke-color: var(--brand-color);
  -webkit-text-stroke-width: 1px;
  font-size: 0.6rem;
  white-space: nowrap;
  line-height: 0.68rem;
  font-family: 'tr';
}
.work .mySwiper1 .txt-mask__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.work .mySwiper1 .yanse:hover .txt-mask__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.work .mySwiper1 .yanse:hover .txt-mask__inner::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.work .mySwiper1 .yanse.on .txt-mask__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.work .mySwiper1 .yanse.on .txt-mask__inner::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.work .mySwiper2 {
  width: 49%;
  margin-top: -0.35rem;
  box-sizing: border-box;
  padding: 27% 0;
  float: right;
  /* overflow: hidden; */
}
.work .mySwiper2 .pic {
  width: 100%;
  position: relative;
}
.work .mySwiper2 .pic .tu {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.work .mySwiper2 .pic .more2{
  display: none;  
}
.work .mySwiper2 .pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
}
/* service */
.service {
  width: 100%;
  padding: 1.2rem 0 0 0;
  position: relative;
  background-color: #fff;
}
.service .imgtext {
  width: 100%;
  padding: 1.2rem 0;
}
.service .imgtext .center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .imgtext .img {
  position: relative;
  width: 42.666666%;
  margin-right: 16.8333%;
}
.service .imgtext .img:hover .smallimg {
  transform: translateX(10px);
}
.service .imgtext .img:hover ul {
  transform: translateX(10px);
}
.service .imgtext .img .bigimg {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 54.69% 0;
  overflow: hidden;
}
.service .imgtext .img .bigimg img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.service .imgtext .img .smallimg {
  display: none;
  position: absolute;
  bottom: -0.18rem;
  right: -0.76rem;
  width: 55.078%;
  height: 65%;
  object-fit: cover;
  transition: 0.5s;
}
.service .imgtext .img .smallimg img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.service .imgtext .img ul {
  position: absolute;
  bottom: 0.15rem;
  right: -0.76rem;
  min-width: 62%;
  max-width: 75%;
  background: #FAFAFA;
  box-sizing: border-box;
  padding: 0.14rem 0.32rem;
  max-height: 5.22rem;
  transition: 0.5s;
  overflow: hidden;
}
.service .imgtext .img ul li:last-child {
  border: none;
}
/* .service .imgtext .img ul li:hover span {
  transform: translateX(5px);
} */
.service .imgtext .img ul li {
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.68rem;
  border-bottom: 1px solid #262626;
  box-sizing: border-box;
  color: #262626;
  transition: 0.5s;
  text-transform: capitalize;
}
.service .imgtext .img ul li span {
  display: block;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service .imgtext .text {
  width: 40.5%;
  transition: 0.5s;
  overflow: hidden;
}
.service .imgtext .text > a {
  display: block;
  transition: 0.5s;
}
.service .imgtext .text:hover > a {
  transform: translateY(-0.1rem);
}
.service .imgtext .text h3 {
  font-size: 0.56rem;
  line-height: 0.68rem;
  color: #262626;
  font-family: 'ms';
  text-transform: capitalize;
}
.service .imgtext .text p {
  margin: 0.32rem 0 0.36rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.service .imgtext .text .more2 {
  display: inline-block;
  font-size: 0.18rem;
  padding: 0 0.65rem 0 0;
  line-height: 0.48rem;
  font-family: "ms";
  background: url(../img/ico2.png) no-repeat right 0.02rem center;
  transition: 0.5s;
  background-size: 0.32rem;
}
.service .imgtext .text .more2:hover {
  padding: 0 0.65rem 0 0.35rem;
  border-radius: 0.24rem;
  background: url(../img/ico6.png) no-repeat right 0.2rem center;
  background-size: 0.25rem;
  border: 1px solid #262626;
}
.service .imgtext:nth-child(2n) .img {
  margin: 0 0 0 16.8333%;
}
.service .imgtext:nth-child(2n) .img .smallimg {
  display: block;
  left: -0.76rem;
  bottom: -0.18rem;
}
.service .imgtext:nth-child(2n) .img ul {
  left: -0.76rem;
  display: none;
}
.service .imgtext1 {
  padding: 0.8rem 0 1.2rem;
}
.service .imgtext2 {
  margin-top: 0;
  background: #7DDDE6;
}
.service .imgtext4 {
  margin-top: 0;
  background: #F46936;
}
/* product */
.product {
  width: 100%;
  padding: 1.4rem 0;
  background: #262626;
  position: relative;
  overflow: hidden;
}
/* .product::after {
  width: 5.87rem;
  height: 5.87rem;
  background: rgba(13, 255, 255, 0.2);
  opacity: 1;
  filter: blur(3rem);
  position: absolute;
  left: 3.23rem;
  top: -0.83rem;
  content: "";
}
.product::before {
  width: 4.9rem;
  height: 4.9rem;
  background: rgba(250, 210, 0, 0.24);
  opacity: 1;
  filter: blur(300px);
  position: absolute;
  right: 2rem;
  bottom: 0;
  content: "";
} */
.product::after {
  width: 10.85rem;
  height: 6.56rem;
  background: url(../img/pro1.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-size: 100%;
  pointer-events: none;
}
.product::before {
  width: 9.9rem;
  height: 7.77rem;
  background: url(../img/pro2.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-size: 100%;
  pointer-events: none;
}


.product .index_title {
  position: relative;
}
.product .index_title .logotext{
  width: 7.7rem;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.88rem;
}
.product .index_title .logotext img{
  max-height: .415rem;
  position: absolute;
  left: 0;
  top: 0;
}
.product .index_title .logotext p::after{
  width: 1px;
  height: 64px;
  background:rgba(255,255,255,0.2);
  content: "";
  position: absolute;
  left: -.14rem;
  top: 0;
}
.product .index_title .logotext p span{
  color: #FBBC00;
}
.product .index_title p,
.product .index_title h2 {
  color: #fff;
}
.product .index_title h2 {
  text-transform: capitalize;
}
.product .index_title .tit {
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
}
.product .mySwiper3 {
  width: 100%;
  margin-top: 0.24rem;
}
.product .mySwiper3 .swiper-wrapper {
  float: right;
  width: auto;
}
.product .mySwiper3 .swiper-slide {
  color: #fff;
  width: auto !important;
  margin-left: 0.4rem;
  font-size: 40px;
  font-family: 'tr';
  color: #262626;
  line-height: 56px;
  -webkit-text-stroke: 1px #22AC35;
  color: transparent;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
}
.product .mySwiper3 .swiper-slide .txt-mask__inner2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  color: #22AC35;
  -webkit-text-stroke-color: #22AC35;
  -webkit-text-stroke-width: 1px;
  font-size: 0.4rem;
  white-space: nowrap;
  line-height: 0.55rem;
  font-family: 'tr';
}
.product .mySwiper3 .swiper-slide .txt-mask__inner2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.product .mySwiper3 .hover1:hover .txt-mask__inner2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product .mySwiper3 .hover1:hover .txt-mask__inner2::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product .mySwiper3 .swiper-slide-thumb-active .txt-mask__inner2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product .mySwiper3 .swiper-slide-thumb-active .txt-mask__inner2::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product .mySwiper4 {
  width: 100%;
  margin-top: 0.32rem;
  position: relative;
}
.product .mySwiper4 .swiper-button-disabled {
  display: none;
}
.product .mySwiper4 .prev1 {
  width: 45vw;
  height: 100%;
  z-index: 9;
  position: absolute;
  left: -30vw;
  top: 0;
}
.product .mySwiper4 .next1 {
  width: 45vw;
  height: 100%;
  z-index: 9;
  position: absolute;
  right: -30vw;
  top: 0;
}
.product .mySwiper4 .swiper-slide {
  width: 100%;
  background: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
  transition: 0.5s all;
}
.product .mySwiper4 .swiper-slide .pic {
  width: 59.5%;
  position: relative;
  box-sizing: border-box;
  padding: 25.75% 0;
  overflow: hidden;
}
.product .mySwiper4 .swiper-slide .pic img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product .mySwiper4 .swiper-slide .pic video {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product .mySwiper4 .swiper-slide .text {
  width: 40.5%;
  box-sizing: border-box;
  padding: 0 0.64rem 0 0.7rem;
}
.product .mySwiper4 .swiper-slide .text h3 {
  font-size: 2.6vw;
  line-height: 3.5vw;
  font-family: "ms";
  color: #fff;
  text-transform: capitalize;
  /* word-wrap: break-word;
    hyphens: auto; */
}
.product .mySwiper4 .swiper-slide .text p {
  margin-top: 0.32rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.32rem;
  -webkit-background-clip: text;
}
.product .mySwiper4 .swiper-slide-active {
  transform: scale(1);
}
/* news */
.news {
  width: 100%;
  padding: 1.6rem 0 1.4rem;
  overflow: hidden;
}
.news .index_title {
  float: left;
  width: 50%;
}
.news .arrow {
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.64rem;
}
.news .arrow .next:hover {
  right: -5px;
}
.news .arrow .prev:hover {
  left: 5px;
}
.news .arrow .next,
.news .arrow .prev {
  width: 0.72rem;
  height: 0.72rem;
  background-color: #F5F5F5;
  margin-left: 0.32rem;
  cursor: pointer;
  position: relative;
  background-size: 0.32rem !important;
  transition: 0.5s;
}
.news .arrow .prev {
  background: #F5F5F5 url(../img/ico61.png) no-repeat center;
  left: 0;
}
.news .arrow .next {
  background: #F5F5F5 url(../img/ico6.png) no-repeat center;
  right: 0;
}
.news .arrow .prev.swiper-button-disabled {
  background: #F5F5F5 url(../img/ico5.png) no-repeat center;
}
.news .arrow .next.swiper-button-disabled {
  background: #F5F5F5 url(../img/ico51.png) no-repeat center;
}
.news .mySwiper5 {
  width: 100%;
  margin-top: 0.48rem;
}
.news .mySwiper5 .swiper-slide:first-child {
  width: 66%;
}
.news .mySwiper5 .swiper-slide:first-child .pic {
  padding: 31.61% 0;
}
.news .mySwiper5 .swiper-slide {
  width: 32%;
  position: relative;
  overflow: hidden;
}
.news .mySwiper5 .swiper-slide:hover .pic img {
  transform: scale(1.2);
}
.news .mySwiper5 .swiper-slide:hover .more3 {
  bottom: 0.1rem;
}
.news .mySwiper5 .swiper-slide .pic {
  width: 100%;
  box-sizing: border-box;
  padding: 65.2% 0;
  position: relative;
  overflow: hidden;
}
.news .mySwiper5 .swiper-slide .pic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.news .mySwiper5 .swiper-slide .pic .smallimg {
  display: none;
}
.news .mySwiper5 .swiper-slide .ti {
  width: 3rem;
  height: 1.68rem;
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 0.2rem 0.15rem 0.2rem 0.24rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-transform: capitalize;
}
.news .mySwiper5 .swiper-slide .ti::after{
  width: 100%;
  height: 0.2rem;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.news .mySwiper5 .swiper-slide .more3 {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url("../img/ico2.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: -0.4rem;
  right: 0.1rem;
  transition: 0.5s;
}
@media screen and (max-width: 1360px) {
  .journey h3 {
    font-size: 0.6rem;
  }
  .work #wrap-texture {
    width: 550px;
    height: 605px;
  }
  .work #canvas {
    width: 550px;
    height: 605px;
  }
  .work .plane {
    width: 100%;
    height: 605px;
  }
}
@media screen and (max-width: 1200px) {
  .work #wrap-texture {
    width: 500px;
    height: 550px;
  }
  .work #canvas {
    width: 500px;
    height: 550px;
  }
  .work .plane {
    width: 100%;
    height: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .banner ul li .bofang {
    display: block;
  }
  .banner {
    margin-top: 1rem;
  }
  .journey {
    padding-bottom: 1rem;
    margin-top: -1rem;
  }
  .journey .center {
    padding-left: 1rem;
  }
  .journey h3 {
    font-size: 0.52rem;
  }
  .journey h3 span {
    left: 3.5rem;
    white-space: normal;
  }
  .index_title h2 {
    font-size: 0.52rem;
    line-height: 0.76rem;
  }
  .work {
    padding: 0.6rem 0 0.8rem;
  }
  .work .mySwiper1 li {
    font-size: 0.5rem;
  }
  .work .mySwiper1 .txt-mask__inner {
    font-size: 0.5rem;
  }
  .service {
    padding-top: 0.7rem;
  }
  .service .imgtext .img ul {
    max-width: 90%;
  }
  .service .imgtext .text h3 {
    font-size: 0.46rem;
    line-height: 0.58rem;
  }
  .service .imgtext {
    padding: 0.5rem 0 0.8rem;
  }
  .product {
    padding: 0.8rem 0;
  }
  .product .mySwiper4 .swiper-slide .text h3 {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .product .mySwiper4 .swiper-slide .text p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .news {
    padding: 0.8rem 0;
  }
  .news .mySwiper5 .swiper-slide .ti {
    font-size: 0.2rem;
    height: 1.56rem;
  }
}
@media screen and (max-width: 768px) {
  /* banner */
  .banner {
    margin-top: 0.68rem;
  }
  .banner ul li:nth-child(2),
  .banner ul li:nth-child(3) {
    width: 66.6667%;
  }
  .banner ul li {
    width: 33.3333%;
    height: 1.82rem;
    padding: 0;
  }
  .banner ul li::after {
    display: none;
  }
  .banner ul li video {
    width: 100%;
    object-fit: cover;
    right: 0;
  }
  .banner ul li img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner ul li:nth-child(1) p,
  .banner ul li:nth-child(4) p {
    left: 0.12rem;
    bottom: 0.16rem;
  }
  .banner ul li:nth-child(2) p,
  .banner ul li:nth-child(3) p {
    right: 0.12rem;
    top: 0.16rem;
  }
  .banner ul li p {
    font-size: 0.14rem;
    line-height: 0.16rem;
  }
  /* Embark on a journey */
  .journey {
    width: 100%;
    padding-bottom: 0.64rem;
    margin-top: 0;
    padding-top: 0.24rem;
    overflow: hidden;
    position: relative;
    z-index: 99;
  }
  .journey::after {
    height: 100%;
    background: #fff;
  }
  .journey::before {
    display: none;
  }
  .journey .center {
    padding: 0 0.24rem;
  }
  .journey h3 {
    font-size: 0.4rem;
    line-height: 0.56rem;
    color: #262626;
  }
  .journey h3 span {
    display: contents;
    color: #262626;
    position: relative;
    left: 0;
    top: 0;
  }
  .journey p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    width: 100%;
    color: #262626;
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
  }
  .journey .more:hover {
    border-radius: 0;
    transform: translateX(0);
  }
  /* work */
  .index_title h2 {
    font-size: 0.4rem;
    line-height: 0.56rem;
  }
  .work {
    padding: 0.64rem 0 0.64rem;
    overflow: hidden;
  }
  .work .more {
    margin-top: 37vw;
  }
  .work .more:hover {
    border-radius: 0;
    transform: translateX(0);
  }
  .work .swiper_box {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .work .mySwiper1 {
    width: 100%;
    margin-top: 0.2rem;
    position: relative;
    float: left;
  }

  .work .mySwiper1 li {
    font-size: 0.4rem;
    line-height: 0.48rem;
    margin-top: 0.05rem;
  }
  .work .mySwiper1 .txt-mask__inner {
    font-size: 0.4rem;
    line-height: 0.48rem;
  }
  .work .mySwiper2 {
    position: absolute;
    right: -0.24rem;
    margin-top: 0;
    top: 0;
    width: 75%;
    padding: 0;
  }
  .work .mySwiper2 .pic .tu{
    padding: 55% 0;
    top: 1.35rem;
  }
  .work .mySwiper2 .pic .more2{
    display: block;
    width: 0.72rem;
    height: .72rem;
    background: #22AC35;
    text-align: center;
    position: absolute;
    right: .12rem;
    bottom: .12rem;
    font-family: 'ms';
    font-size: .14rem;
    line-height: .2rem;
    box-sizing: border-box;
    padding-top: .16rem;
    border-radius: 50%;
    text-transform: capitalize;
  }
  /* service */
  .service {
    width: 100%;
    padding: 0.64rem 0 0 0;
    position: relative;
    background-color: #fff;
  }
  .service .imgtext {
    width: 100%;
    padding: 0.64rem 0 0.7rem;
  }
  .service .imgtext .center {
    display: block;
  }
  .service .imgtext .img {
    position: relative;
    width: 100%;
    margin-right: 0;
  }
  .service .imgtext .img:hover .bigimg img {
    transform: scale(1);
  }
  .service .imgtext .img:hover .smallimg {
    transform: translateX(0);
  }
  .service .imgtext .img:hover ul {
    transform: translateX(0);
  }
  .service .imgtext .img .bigimg {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 54.5% 0;
    margin-left: -0.24rem;
    overflow: hidden;
  }
  .service .imgtext .img .smallimg {
    display: none;
    position: absolute;
    bottom: -0.1rem;
    right: -0.24rem;
    width: 55%;
    height: 65%;
    object-fit: cover;
    transition: 0.5s;
  }
  .service .imgtext .img ul {
    position: absolute;
    bottom: 0.1rem;
    right: -0.24rem;
    min-width: 62%;
    max-width: 75%;
    background: #FAFAFA;
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    max-height: 3.22rem;
    transition: 0.5s;
    overflow: hidden;
  }
  .service .imgtext .img ul li:last-child {
    border: none;
  }
  .service .imgtext .img ul li:hover span {
    transform: translateX(0);
  }
  .service .imgtext .img ul li {
    font-size: 0.13rem;
    line-height: 0.48rem;
  }
  .service .imgtext .img ul li span {
    display: block;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .service .imgtext:nth-child(2n) .img{
    margin: .6rem 0 0 0;
  } 
  .service .imgtext:nth-child(2n) .img .bigimg{
    left: auto;
    right: -.24rem;
  } 
  .service .imgtext .text {
    width: 100%;
    padding-top: 0;
    box-sizing: border-box;
  }
  .service .imgtext .text:hover > a {
    transform: translateY(0);
  }
  .service .imgtext .text h3 {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .service .imgtext .text p {
    margin: 0.24rem 0 0.36rem;
  }
  .service .imgtext .text .more2 {
    display: inline-block;
    font-size: 0.18rem;
    padding: 0 0.65rem 0 0;
    line-height: 0.32rem;
    background: url(../img/ico2.png) no-repeat right 0.02rem center;
    transition: 0.5s;
    background-size: auto 100%;
  }
  .service .imgtext .text .more2:hover {
    padding: 0 0.65rem 0 0;
    border-radius: 0;
    background: url(../img/ico2.png) no-repeat right 0.02rem center;
    background-size: auto 100%;
    border: 1px solid transparent;
  }
  .service .imgtext .text {
    padding: 0;
  }
  .service .imgtext .img {
    margin: 0.6rem 0 0 0;
  }
  .service .imgtext .img .bigimg {
    margin: 0;
    left: -0.24rem;
  }
  .service .imgtext .img .smallimg {
    left: -0.24rem !important;
    bottom: -0.1rem;
  }
  .service .imgtext .img ul {
    left: auto;
    right: -.24rem;
    display: block;
  }
  .service .imgtext2 {
    padding: 0.64rem 0 0.7rem;
    background: #7DDDE6;
  }
  .service .imgtext4 {
    padding: 0.64rem 0 0.7rem;
    background: #F46936;
  }
  /* product */
  .product {
    padding: 0.64rem 0 1.7rem;
    overflow: hidden;
  }
  .product::after{display: none;}
  .product::before{display: none;}
  .product::after {
    width: 5.87rem;
    height: 5.87rem;
    background: url(../img/pro1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: -2rem;
    content: "";
  }
  .product::before {
    width: 4.9rem;
    height: 4.9rem;
    background: url(../img/pro2.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: -2rem;
    content: "";
  }
  .product .center {
    padding: 0;
  }
  .product .index_title {
    box-sizing: border-box;
    padding: 0 0.24rem;
  }
  .product .index_title .logotext{
    width: 100%;
    padding-left: 0;
  }
  .product .index_title .logotext img{
    position: relative;
    top: -.05rem;
  }
  .product .index_title .logotext p::after{display: none;}
  .product .index_title .tit {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #fff;
    right: .24rem;
    text-align: right;
  }
  .product .index_title p {
    margin: 0.08rem 0 0.08rem;
  }
  .product .index_title h2 {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .product .mySwiper3 {
    width: 100%;
    margin-top: 0.16rem;
    box-sizing: border-box;
    padding: 0 0.24rem;
  }
  .product .mySwiper3 .swiper-wrapper {
    float: none;
    width: 100%;
    display: block;
  }
  .product .mySwiper3 .swiper-slide {
    width: 100%;
    margin-left: 0;
    font-size: 0.4rem;
    font-family: 'tr';
    line-height: 0.48rem;
    text-transform: uppercase;
  }
  .product .mySwiper3 .swiper-slide .txt-mask__inner2 {
    line-height: 0.48rem;
  }
  .product .mySwiper4 {
    margin-top: 0.32rem;
  }
  .product .mySwiper4 .prev1 {
    display: none;
  }
  .product .mySwiper4 .next1 {
    display: none;
  }
  .product .mySwiper4 .swiper-slide {
    display: block;
    transform: scale(1);
  }
  .product .mySwiper4 .swiper-slide .pic {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 43.2% 0;
    overflow: hidden;
  }
  .product .mySwiper4 .swiper-slide .pic img {
    width: 100%;
    height: 100%;
  }
  .product .mySwiper4 .swiper-slide .text {
    width: 88%;
    box-sizing: border-box;
    padding: 0.4rem 0.45rem;
    position: absolute;
    bottom: -1.05rem;
    right: 0px;
    z-index: 9;
    background: #262626;
  }
  .product .mySwiper4 .swiper-slide .text h3 {
    font-size: 6vw;
    line-height: 0.4rem;
  }
  .product .mySwiper4 .swiper-slide .text p {
    margin-top: 0.16rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
  /* news */
  .news {
    padding: 0.64rem 0;
  }
  .news .index_title {
    float: none;
    width: 100%;
  }
  .news .arrow {
    display: none;
  }
  .news .mySwiper5 {
    width: 100%;
    margin-top: 0.32rem;
  }
  .news .mySwiper5 .swiper-slide:first-child {
    width: 75.2%;
  }
  .news .mySwiper5 .swiper-slide:first-child .pic {
    padding: 75% 0;
  }
  .news .mySwiper5 .swiper-slide {
    width: 75.2%;
    position: relative;
    overflow: hidden;
  }
  .news .mySwiper5 .swiper-slide:hover .pic img {
    transform: scale(1.2);
  }
  .news .mySwiper5 .swiper-slide:hover .more3 {
    bottom: 0;
  }
  .news .mySwiper5 .swiper-slide .pic {
    padding: 75% 0;
  }
  .news .mySwiper5 .swiper-slide .pic .bigimg {
    display: none;
  }
  .news .mySwiper5 .swiper-slide .pic .smallimg {
    display: block;
  }
  .news .mySwiper5 .swiper-slide .ti {
    width: 75%;
    height: auto;
    box-sizing: border-box;
    padding: 0.16rem 0.16rem 0.26rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
    font-weight: 600;
  }
  .news .mySwiper5 .swiper-slide .ti::after {
    width: 100%;
    height: 0.22rem;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
  }
  .news .mySwiper5 .swiper-slide .more3 {
    width: 0.24rem;
    height: 0.24rem;
    bottom: 0;
    right: 0;
  }
  
  
  
  
  /* loading */
  .loading .quan1{
  	width: 2.41rem;
	height: 2.41rem;
  	position: absolute;
  	right: 0.94rem;
  	bottom: -0.33rem;
  }
  .loading .quan2{
  	width: 1.38rem;
	height: 1.38rem;
  	position: absolute;
  	right: -.6rem;
  	bottom: 1.96rem;
  }
}


/* loading */
.loading{
	width: 100%;
	height: 100vh;
	background: #262626;
	position: relative;
	overflow: hidden;
	z-index: 999999999999999999999999;
}
.loading .loading_pic{
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.loading .quan1{
	max-width: 100%;
	position: absolute;
	right: 4.26rem;
	bottom: -4.83rem;
}
.loading .quan2{
	max-width: 100%;
	position: absolute;
	right: 4.26rem;
	bottom: -4.83rem;
}