﻿footer {
  height: auto!important;
}
.cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: 0.2s;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.cursor .classification_fixed {
  width: 130px;
  height: 130px;
  position: relative;
  transform: scale(0);
  transition: 0.3s;
}
.cursor .classification_fixed .rote {
  animation: 5s rote linear infinite;
}
.cursor .classification_fixed .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: fit-content;
  height: fit-content;
}
.cursor.on {
  opacity: 1;
}
.cursor.on .classification_fixed {
  transform: scale(1);
}
.banner {
  height: 800px;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .scroll_down {
  position: absolute;
  bottom: 45px;
  right: 41px;
  z-index: 2;
  animation: Tmouse 0.9s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.banner .wrap {
  position: relative;
  z-index: 1;
  padding: 0 100px;
  max-width: 90%;
}
.banner .wrap .green {
  font-size: 40px;

  font-weight: 500;
  line-height: 48px;
  color: #03B752;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}
.banner .wrap .title {
  font-size: 60px;

  font-weight: 900;
  line-height: 75px;
  color: #FFFFFF;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.banner .wrap .more {
  width: 280px;
  height: 70px;
  background: #03B752;
  opacity: 1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 1s;
}
.banner .wrap .more:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: 1s;
  z-index: -1;
  clip-path: polygon(0 100%, 100% 300%, 100% 100%, 0 100%);
}
.banner .wrap .more img {
  margin: 0 14px 0 0;
}
.banner .wrap .more p {
  font-size: 24px;

  font-weight: 500;
  line-height: 29px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.banner .wrap .more:hover {
  background: transparent;
}
.banner .wrap .more:hover:after {
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.company {
  background: #F4F4F4;
  /* background: #efeff0; */
}
.company .wrap {
  padding: 98px 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}
.company .wrap .profile {
  width: 40.625vw;
  height: fit-content;
}
.company .wrap .profile .title {
  margin: 0 0 90px 0;
}
.company .wrap .profile .title span {
  font-size: 48px;

  font-weight: bold;
  color: #04243D;
  line-height: 61px;
  display: block;
  margin: 0 0 35px 0;
}
.company .wrap .profile .title p {
  font-size: 18px;

  /* font-weight: 300; */
  line-height: 40px;
  color: #04243D;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html[lang="en"] .company .wrap .profile .title p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .company .wrap .content .item .information p{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .updates .wrap .content .left .text{
  text-align: justify;
  word-break: break-all;
}

html[lang="en"] .updates .wrap .content .right .item .introduce p{
  text-align: justify;
  word-break: break-all;
}


.company .wrap .profile .display {
  display: flex;
  align-items: center;
}
.company .wrap .profile .display .more {
  display: flex;
  align-items: center;
  margin: 0 166px 0 0;
}
.company .wrap .profile .display .more p {
  font-size: 24px;

  font-weight: 400;
  line-height: 28px;
  color: #d2b060;
  text-decoration: underline;
}
.company .wrap .profile .display .more .line {
  width: 25px;
  height: 3px;
  background: #d2b060;
  margin: 0 0 0 14px;
}
.company .wrap .profile .display .circle {
  width: 130px;
  height: 130px;
  position: relative;
}
.company .wrap .profile .display .circle .yx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: fit-content;
  height: fit-content;
}
.company .wrap .content {
  width: 40.625vw;
}
.company .wrap .content .item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 30px;
  height: 18.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company .wrap .content .item:not(:last-child) {
  margin: 0 0 60px 0;
}
.company .wrap .content .item .information {
  width: 332px;
  margin: 0 24px 0 0;
}
.company .wrap .content .item .information .img {
  width: 55px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px 0;
}
.company .wrap .content .item .information span {
  font-size: 30px;

  font-weight: 500;
  line-height: 37px;
  color: #04243D;
  display: block;
  margin: 0 0 13px 0;
}
.company .wrap .content .item .information p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #04243D;
  /* -webkit-line-clamp: 2; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
}
.company .wrap .content .item .information a {
  margin: 19px 0 0 0;
  display: block;
  width: fit-content;
  font-size: 22px;

  font-weight: 500;
  line-height: 36px;
  color: #111111;
  text-decoration: underline;
}
.company .wrap .content .item .picture {
  width: 332px;
  height: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rote {
  100% {
    transform: rotate(360deg);
  }
}
.commodity {
  background: #858b8f;
}
.commodity .wrap {
  padding: 80px 150px 101px 150px;
}
.commodity .wrap .title {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
}
.commodity .wrap .title .img {
  width: 201px;
  height: 201px;
  margin: 0 29px 0 0;
}
.commodity .wrap .title .text span {
  font-size: 48px;

  font-weight: bold;
  line-height: 61px;
  color: #FFFFFF;
  display: block;
  margin: 0 0 22px 0;
}
.commodity .wrap .title .text p {
  width: 1090px;
  font-size: 20px;

  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
}
.commodity .wrap .content {
  width: 100%;
  height: auto;
  margin: 34px 0 0 0;
  border-radius: 30px;
}
.commodity .wrap .content .commodity_swiper {
  width: 149.8125vw;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.commodity .wrap .content .commodity_swiper .swiper-slide {
  background: #fff;
  border-radius: 30px;
  left: -37.791667vw;
  padding: 64px 40px;
  overflow: hidden;
}
.commodity .wrap .content .commodity_swiper .swiper-slide:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 164px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  pointer-events: none;
  display: none;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .position {
  position: absolute;
  right: 79px;
  top: 52px;
  bottom: unset;
  z-index: 9;
  display: flex;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .position div{
  cursor: pointer;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .position div:first-child{
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 15px solid #111;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .position div:nth-child(2){
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 15px solid #111;
  margin: 0 0 0 20px;
}

.commodity .wrap .content .commodity_swiper .swiper-slide .matter:not(:last-child) {
  margin: 0 0 47px 0;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .position_text{
  font-size: 40px;
  /* font-family: "Roboto b", sans-serif; */
  font-weight: bold;
  color: #111111;
  position: absolute;
  top: 10px;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .headline {
  font-size: 36px;
  /* font-family: "Roboto b", sans-serif; */
  font-weight: bold;
  color: #111111;
  margin: 0 0 25px 0;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike {
  display: flex;
  align-items: center;
  margin: 0 0 46px 0;
  transform: scale(1.1);
  transform-origin: left;
  width: 48%;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left {
  margin: 0 20px 0 0;
  text-align: center;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left span {
  /*font-size: 30px;*/
  font-size: 22px;

  font-weight: 500;
  color: #111111;
  display: block;
  margin: 0 0 5px 0;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left .border {
  width: 91px;
  height: 31px;
  background: #F3F3F3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;

  font-weight: 400;
  color: #666666;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 24.32291667vw;
  transform: skew(-15deg);
  background: linear-gradient(90deg, #7A7A7A, #F3F3F3, transparent);
  left: 10px;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color div {
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;

  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  min-width: 23px;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color div p {
  transform: translate(-0.1vw, 0) skew(15deg);
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color div:after {
  content: "";
  position: absolute;
  top: -30px;
  font-size: 18px;

  font-weight: 300;
  text-align: center;
  width: 100%;
  left: 0;
  color: #333;
  transform: skew(15deg);
  opacity: 0;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color div:hover:after {
  opacity: 1;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .s {
  width: 1.44%;
  background-color: #317100;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .s:after {
  content: "S ≤ 0.024%";
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .si {
  width: 3.8%;
  background: #3c8704;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .si:after {
  content: "Si ≤ 0.50%";
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .c {
  width: 3%;
  background: #4f9519;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .c:after {
  content: "C ≤ 0.30%";
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .mn {
  width: 7%;
  background: #65A734;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .mn:after {
  content: "Mn ≤ 2.00%";
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .fe {
  width: 7.6%;
  background: #92C76B;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .fe:after {
  content: "Fe ≤ 2.5%";
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .cu {
  width: 32%;
  background: #AEDC8B;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .cu:after {
  content: "Cu: 28.0% ~ 34.0%";
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .ni {
  width: 48%;
  background: #079B42;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color .ni:after {
  content: "Ni ≥ 63.0%";
}

.commodity .wrap .content .commodity_swiper .swiper-slide .hide_wrap{
  display: none;
}

.commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .last_title{
  font-size: 35px;

  font-weight: 500;
  color: #111;
  display: block;
  margin: 0 0 20px 0;
  text-align: left;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex{
  display: flex;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex .item{
  width: 16.66666666666667vw;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex .item:not(:last-child) {
  margin: 0 20px 0 0;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex .item .img{
  width: 100%;
  height: 16.66666666666667vw;
  background: #efeff0;
  margin: 0 0 1.041666666666667vw;
  border-radius: 15px;
}
.commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex .item p{
  font-size: 19px;

  font-weight: 500;
  color: #111;
  display: block;
}


/*新应用场景*/
.profession {
  background: #e1e9f0;
}
.profession .wrap {
  width: 1620px;
  margin: 80px auto 120px;
}
.profession .wrap .title {
  margin: 0 0 60px 0;
}
.profession .wrap .title span {
  font-size: 48px;
  font-weight: bold;
  line-height: 56px;
  color: #04243D;
  display: block;
  margin: 0 0 22px 0;
}
.profession .wrap .title p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #04243D;
  line-height: 30px;
}
.profession .wrap .content .item {
  height: 660px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.profession .wrap .content .item:not(:last-child) {
  margin: 0 0 100px 0;
}
.profession .wrap .content .item .color {
  width: 1400px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  background: #FFFFFF;
  border-radius: 20px;
  z-index: 2;
  padding: 40px 70px 43px 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profession .wrap .content .item .color .next {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profession .wrap .content .item .color .headline {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 30px;
}
.profession .wrap .content .item .color .headline p {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 800;
  color: #030303;
  margin: 0 0 0 21px;
}
.profession .wrap .content .item .color .cut {
  display: flex;
  margin: 0 0 15px 0;
}
.profession .wrap .content .item .color .cut .list {
  padding: 0 0 0 28px;
  position: relative;
  font-size: 20px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #030303;
  transition: 0.7s;
  cursor: pointer;
}
.profession .wrap .content .item .color .cut .list:not(:last-child) {
  margin: 0 45px 0 0;
}
html[lang="en"] .profession .wrap .content .item .color .cut .list:not(:last-child){
  margin: 0 26px 0 0;
}
.profession .wrap .content .item .color .cut .list:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(3, 3, 3, 0.2);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
}
.profession .wrap .content .item .color .cut .list:hover,
.profession .wrap .content .item .color .cut .list.on {
  color: #03b752;
}
.profession .wrap .content .item .color .cut .list:hover:after,
.profession .wrap .content .item .color .cut .list.on:after {
  background: #03b752;
}
.profession .wrap .content .item .color .transform .text {
  display: none;
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
  height: 49.35px;
  overflow: hidden;
}
.profession .wrap .content .item .color .transform .text a{
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #666666;
}
.profession .wrap .content .item .color .transform .text.on {
  display: block;
}
.profession .wrap .galley_cut {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
}

.profession .wrap .galley_cut .list {
  width: 173px;
  height: 49px;
  border: 1px solid rgba(3, 3, 3, 0.2);
  border-radius: 10px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #04243D;
  cursor: pointer;
}
.profession .wrap .galley_cut .list.on,
.profession .wrap .galley_cut .list:hover {
  border: 1px solid #d2b060;
  color: #ffffff;
  background: #d2b060;
}
.profession .wrap .galley_cut .list:not(:last-child) {
  margin: 0 20px 0 0;
}
.profession .wrap .flex_img .matter {
  display: none;
  justify-content: space-between;
}
.profession .wrap .flex_img .matter.on {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
.profession .wrap .flex_img .matter .flex {
  width: 100%;
  display: flex;
  /* align-items: center; */
  gap: 30px;
}
.profession .wrap .flex_img .matter .flex .img {
  width: 100%;
  overflow: hidden;
  /* border-radius: 30px; */
}
.profession .wrap .flex_img .matter .flex .img:not(:last-child) {
  margin: 0 0 24px;
}
.profession .wrap .flex_img .matter .flex .img img {
  width: 100%;
  border-radius: 20px;
}
.profession .wrap .flex_img .matter .flex .img p {
  text-align: center;
  font-size: 20px;
  margin: 20px auto 0;
  color: #04243D;
}
.profession .wrap .flow_headline {
  font-size: 30px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #111111;
}
.profession .wrap .white {
  width: 1458px;
  height: 1022px;
  background: #fff;
  margin: 54px auto 45px;
}
@media screen and (max-width: 1856px) {
  .profession .wrap{
    max-width: 90%;
  }
  .profession .wrap .flex_img .matter .flex{
    width: 100%;
    gap: 20px;
  }
  .profession .wrap .flex_img .matter{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0px;
  }
  .profession .wrap .flex_img .matter.on{
    display: grid;
  }
  .profession .wrap{
    max-width: 90%;
  }
  .profession .wrap .content .item .color{
    max-width: 85%;
  }
  .profession .wrap .content .item > img{
    height: 100%;
  }
}
@media screen and (max-width: 1255px) {
  .profession .wrap .content .item .color .cut .list{
    font-size: 17px;
  }
  .profession .wrap .content .item .color .transform .text{
    font-size: 14px;
  }
  .profession .wrap .content .item .color .cut .list:not(:last-child) {
    margin: 0 31px 0 0;
  }
}
@media screen and (max-width: 1095px) {
  .profession .wrap .content .item .color{
    padding: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .profession .wrap .title span{
    font-size: 28px;
  }
  
  .profession .wrap {
    margin: 27px auto 24px;
  }
  .profession .wrap .title {
    margin: 0 0 18px 0;
  }
  .profession .wrap .content .item{
    border-radius: 15px;
  }
  .profession .wrap .content .item .color .headline p{
    font-size: 20px;
    margin: 0 0 0 8px;
  }
  .profession .wrap .content .item .color{
    border-radius: 15px;
    flex-direction: column;
    align-items: unset;
    bottom: 22px;
  }
  .profession .wrap .content .item .color .next{
    width: fit-content;
    height: fit-content;
    margin: 20px 0;
  }
  .profession .wrap .content .item{
    height: 510px;
  }
  .profession .wrap .content .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .profession .wrap .content .item .color .cut .list:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .profession .wrap .content .item .color .cut{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 4px 15px;
  }
  .profession .wrap .content .item .color .headline img{
    width: 30px;
  }
  .profession .wrap .content .item .color .transform .text {
    font-size: 13px;
    line-height: 29px;
    height: auto;
  }
  .profession .wrap .content .item .color .next img{
    width: 25px;
  }
  .profession .wrap .title p{
    font-size: 16px;
  }
  .profession .wrap .galley_cut{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
  }
  .profession .wrap .galley_cut .list{
    width: 100%;
    height: 44px;
    font-size: 18px;
  }
  .flow .wrap .content .matter .small_cut .list{
    height: 35px;
  }
  .profession .wrap .flex_img .matter{
    grid-template-columns: repeat(1,1fr);
  }
  .profession .wrap .flex_img .matter .flex .img p {
    font-size: 16px;
    margin: 10px auto 0;
}
  .profession .wrap .flex_img .matter .flex .img{
    border-radius: 15px;
  }
  html[lang="en"] .profession .wrap .content .item .color .cut{
    grid-template-columns: repeat(1,1fr);
  }
  .profession .wrap .content .item .color .transform .text a{
    font-size: 13px;
  }
}

/*旧应用场景*/
.product_form .wrap {
  padding: 80px 150px 90px 150px;
  background: #e1e9f0;
}
.product_form .wrap .title {
  font-size: 48px;

  font-weight: bold;
  line-height: 61px;
  color: #04243D;
}
.product_form .wrap .content {
  width: 100%;
  margin: 47px 0 0 0;
}
.product_form .wrap .content .form_swiper {
  width: 100%;
  height: 28.125vw;
}
.product_form .wrap .content .form_swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.product_form .wrap .content .form_swiper .swiper-slide a > img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position {
  position: absolute;
  width: 100%;
  bottom: 30px;
  padding: 0 34px;
  z-index: 2;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position .icon {
  width: 51px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px 0;
  display: none;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position .display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position .display p {
  font-size: 24px;

  font-weight: 500;
  line-height: 47px;
  color: #FFFFFF;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position .display span {
  font-size: 16px;

  /* font-weight: 500; */
  line-height: 30px;
  color: #FFFFFF;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position .display .add {
  width: 18px;
  height: 18px;
  position: relative;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position .display .add:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product_form .wrap .content .form_swiper .swiper-slide a .position .display .add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product_form .wrap .content .form_swiper .swiper-slide a:hover > img {
  transform: scale(1.05);
}

@media only screen and (min-width: 769px) {
  .product_form .wrap .content .form_swiper .swiper-slide{
    width: 23% !important;
    margin-right: 2% !important;
}
}


.classification {
  background: #F4F4F4;
}
.classification .wrap {
  padding:120px 150px;
}
.classification .wrap .small {
  display: flex;
  justify-content: space-between;
  /* margin: 0 0 80px 0; */
}
.classification .wrap .small .item {
  width: 49%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.classification .wrap .small .item:not(:last-child){
  margin: 0 30px 0 0;
}

.classification .wrap .small a > img {
  transition: 1s;
}

.classification .wrap .small a:hover > img {
  transform: scale(1.05);
}

.classification .wrap .small .item img {
  width: 100%;
  height: 100%;
}

.classification .wrap .small .item .position {
  position: absolute;
  width: 100%;
  bottom: 47px;
  padding: 0 43px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.classification .wrap .small .item .position p {
  font-size: 30px;

  font-weight: 400;
  line-height: 43px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.classification .wrap .small .item .position span {
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.classification .wrap .small .item .position .add {
  width: 18px;
  height: 18px;
  position: relative;
}
/* .classification .wrap .small .item .position .add  span{
 font-size: 16px;
 line-height: 43px;
 color: #FFFFFF;
 text-transform: uppercase;
  opacity: 0; 
  transition: opacity 0.8s ease;
} */
.classification .wrap .small .item .position .add:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.classification .wrap .small .item .position .add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* .classification .wrap .small a:hover .position .add:after ,.classification .wrap .small a:hover .position .add:before {display:none;}
.classification .wrap .small a:hover .position .add  span{
  display: block; 
  opacity: 1; 
   
}*/

.classification .wrap .big {
  position: relative;
  cursor: pointer;
  border-radius: 55px;
  overflow: hidden;
}
.classification .wrap .big img {
  width: 100%;
}
.classification .wrap .big .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 1090px;
}
.classification .wrap .big .text span {
  font-size: 50px;

  font-weight: 500;
  line-height: 61px;
  color: #FFFFFF;
  display: block;
  margin: 0 0 35px 0;
}
.classification .wrap .big .text p {
  font-size: 24px;

  font-weight: 400;
  line-height: 36px;
  color: #FFFFFF;
}
.gallery {
  padding: 60px 100px 0 100px;
  background: #F4F4F4;
}
.gallery .wrap .class {
  display: flex;
  margin: 0 0 41px 0;
}
html[lang="en"] .gallery{
  display: none;
}

.gallery .wrap .class .list {
  width: 177px;
  height: 50px;
  border: 1px solid rgba(3, 3, 3, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;

  font-weight: 400;
  color: #111111;
  transition: 0.6s;
  cursor: pointer;
}
.gallery .wrap .class .list.on {
  color: #03b752;
  border: 1px solid #03b752;
}
.gallery .wrap .class .list:not(:last-child) {
  margin: 0 20px 0 0;
}
.gallery .wrap .content .matter {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.gallery .wrap .content .matter.animated {
  animation-duration: 0.5s !important;
}
.gallery .wrap .content .matter.on {
  display: grid;
}
.gallery .wrap .content .matter .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  margin: 0 0 24px;
}
.gallery .wrap .content .matter .img img{
  width: 100%;
}
.gallery .wrap .content .matter .img img {
  width: 100%;
}
.gallery .wrap .content .matter .img .more {
  width: 280px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;

  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.updates {
  background: #F4F4F4;
  padding: 90px 100px 90px 100px;
}
.updates .wrap .title {
  margin: 0 0 55px 0;
}
.updates .wrap .title span {
  font-size: 50px;

  font-weight: 500;
  line-height: 61px;
  color: #111111;
  display: block;
  margin: 0 0 11px 0;
}
.updates .wrap .title p {
  font-size: 20px;

  font-weight: 400;
  color: #111111;
}
.updates .wrap .content {
  display: flex;
  justify-content: space-between;
}
.updates .wrap .content .left {
  width: 49.7%;
  padding: 60px 40px 40px 40px;
  background: #FFFFFF;
  border-radius: 30px;
}
.updates .wrap .content .left .label {
  font-size: 18px;

  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin: 0 0 15px 0;
}
.updates .wrap .content .left .time {
  font-size: 50px;

  font-weight: 400;
  line-height: 61px;
  color: #111111;
  margin: 0 0 32px 0;
}
.updates .wrap .content .left .text {
  width: 763px;
  font-size: 20px;
 
  font-weight: 300;
  line-height: 36px;
  color: #111111;
  max-width: 100%;
  margin: 0 0 37px 0;
}
.updates .wrap .content .left .img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.updates .wrap .content .left .img.aos-animate {
  clip-path: inset(0 0 0 0);
}
.updates .wrap .content .left .img img {
  width: 100%;
}
.updates .wrap .content .right {
  width: 48.5%;
}
.updates .wrap .content .right .item {
  width: 100%;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
}
.updates .wrap .content .right .item:not(:last-child) {
  margin: 0 0 20px 0;
}
.updates .wrap .content .right .item .img {
  width: 18.75vw;
  margin: 0 45px 0 0;
  border-radius: 20px;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
.updates .wrap .content .right .item .img.aos-animate {
  clip-path: inset(0 0 0 0);
}
.updates .wrap .content .right .item .img img {
  width: 100%;
}
.updates .wrap .content .right .item .introduce {
  width: 355px;
  margin: 20px 0 0 0;
}
.updates .wrap .content .right .item .introduce .label {
  font-size: 18px;

  font-weight: 400;
  color: #666666;
  margin: 0 0 7px 0;
}
.updates .wrap .content .right .item .introduce .time {
  font-size: 36px;

  font-weight: 400;
  line-height: 43px;
  color: #111111;
  margin: 0 0 24px 0;
}
.updates .wrap .content .right .item .introduce p {
  font-size: 20px;

  font-weight: 300;
  line-height: 36px;
  color: #111111;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}

@media screen and (max-width: 1856px) {
  .company .wrap .content .item .information{
    width: 39%;
  }
  .company .wrap .content .item .information span{
    font-size: 25px;
  }
  .company .wrap .content .item .information p{
    font-size: 17px;
  }
  .company .wrap .content .item .information a{
    font-size: 20px;
  }
  .company .wrap .content .item .picture{
    width: 35%;
    height: auto;
  }
  .company .wrap .content .item{
    min-height: 300px;
  }
}
@media screen and (max-width: 1706px) {
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike{
    width: 45%;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left span{
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) {
  .company .wrap .content .item .information span {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .company .wrap .profile .display .circle{
    height: auto;
  }
  .updates .wrap .content .right .item .img img{
    height: 100%;
  }
}
@media screen and (max-width: 1550px) {
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color div{
    font-size: 14px;
  }
  .classification .wrap .big .text{
    max-width: 90%;
  }

  .updates .wrap .content .right .item .introduce p{
    font-size: 16px;
    line-height: 31px;
  }
  .updates .wrap .content .right .item{
    height: 49%;
  }
  .updates .wrap .content .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

}
@media screen and (max-width: 1500px) {
  .commodity .wrap {
    padding: 62px 4% 101px 4%;
  }
  .commodity .wrap .title .text{
    width: 78%;
  }
  .commodity .wrap .title .text p{
    width: 100%;
  }
  .product_form .wrap {
    padding: 80px 4% 90px 4%;
  }
  .classification .wrap {
    padding: 90px 4%;
  }
  .gallery {
    padding: 60px 4% 0 4%;
    background: #F4F4F4;
  }
  .updates {
    background: #F4F4F4;
    padding: 90px 4% 90px 4%;
  }
  .product_form .wrap .title{
    font-size: 40px;
  }
  .commodity .wrap .title .text span{
    font-size: 40px;
  }
  .classification .wrap .big .text span{
    font-size: 40px;
  }
  .classification .wrap .big .text p{
    font-size: 20px;
  }
  .classification .wrap .small .item .position p{
    font-size: 30px;
  }
  .gallery .wrap .class .list{
    font-size: 16px;
  }
  .updates .wrap .title span{
    font-size: 40px;
  }
  .updates .wrap .title p{
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {

  .commodity .wrap .title .text p{
    font-size: 18px;
  }
  .company .wrap .profile {
    width: 39.083333vw;
  }
  .company .wrap .profile .title p{
    font-size: 18px;
  }
  .company .wrap .profile .title span{
    font-size: 40px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left span{
    font-size: 22px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left .border{
    font-size: 13px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide {
    padding: 2%;
    overflow: hidden;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .headline,.commodity .wrap .content .commodity_swiper .swiper-slide .position_text{
    font-size: 30px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color div {
    font-size: 12px;
  }
  .classification .wrap .small .item .position p {
    font-size: 24px;
  }
  .updates .wrap .content .right .item .introduce .time{
    font-size: 30px;
  }
  .updates .wrap .content .right .item .introduce .label{
    font-size: 16px;
  }
  .updates .wrap .content .left .time{
    font-size: 40px;
  }
  .updates .wrap .content .left .text{
    font-size: 16px;
    line-height: 32px;
  }

  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike{
    transform: scale(1);
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .position {
    top: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .headline, .commodity .wrap .content .commodity_swiper .swiper-slide .position_text {
    font-size: 25px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left span {
    font-size: 18px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
/*# sourceMappingURL=index_en.css.map */
@media screen and (max-width: 1186px) {
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter:first-child{
    margin: 12px 0 47px 0;
  }
}
@media screen and (max-width: 1023px) {
  .commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .last_title{
    font-size: 24px;
    width: 79%;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex{
    flex-wrap: wrap;
  }

  .commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex .item{
    width: 100%;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex .item .img{
    height: auto;
    margin: 0 0 20px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .last_wrap .flex .item:not(:last-child) {
    margin: 0 0 50px 0;
  }
  .banner .wrap .green{
    font-size: 20px;
  }
  .banner .wrap .title{
    font-size: 24px;
    line-height: 1.4;
  }
  .banner .wrap{
    max-width: 100%;
    padding: 0 5%;
  }
  .banner{
    height: 738px;
  }
  .banner .wrap .more img{
    width: 20px;
  }
  .banner .wrap .more p{
    font-size: 18px;
  }
  .banner .wrap .more {
    width: 208px;
    height: 60px;
  }
  .banner .wrap .more p{
    font-size: 16px;
  }
  .company .wrap{
    padding: 35px 0 40px 0;
    flex-direction: column;
    width: 90%;
  }
  .company .wrap .profile {
    width: 100%;
    transform: none!important;
  }
  .company .wrap .profile .title span {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px 0;
  }
  .company .wrap .profile .title p {
    font-size: 16px;
    line-height: 30px;
  }
  .company .wrap .profile .display .more p{
    font-size: 20px;
  }
  .company .wrap .profile .display .more{
    margin: 0 26px 0 0;
  }
  .company .wrap .profile .display .circle{
    width: 74px;
  }
  .company .wrap .profile .title {
    margin: 0 0 29px 0;
  }
  .company .wrap .content {
    width: 100%;
    margin: 25px 0 0 0;
  }
  .company .wrap .content .item{
    flex-direction: column-reverse;
    min-height: auto;
    height: auto;
    padding: 0 0 35px;
  }
  .company .wrap .content .item .picture{
    width: 65%;
  }
  .company .wrap .content .item .information{
    width: 100% ;
    margin: 0;
    padding: 0 5%;
  }
  .company .wrap .content .item .information span{
    font-size: 20px;
    margin: 0;
  }
  .company .wrap .content .item .information p {
    font-size: 16px;
    line-height: 23px;
  }
  .company .wrap .content .item .information a {
    font-size: 16px;
    line-height: 1;
  }
  .company .wrap .content .item .information .img {
    width: 38px;
    height: 42px;
    margin: 0 0 10px;
  }
  .company .wrap .content .item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .commodity .wrap .title{
    flex-direction: column;
    align-items: unset;
  }
  .commodity .wrap .title .img {
    width: 96px;
    height: 96px;
    margin: 0 0 7px;
  }
  .commodity .wrap .title .text span {
    font-size: 28px;
    margin: 0;
  }
  .commodity .wrap .title .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .commodity .wrap .title .text {
    width: 100%;
  }
  .commodity .wrap {
    padding: 32px 4% 55px 4%;
  }

  /**/

  .product_form .wrap .title{
    font-size: 28px;
    line-height: 1;
  }
  .product_form .wrap .content .form_swiper .swiper-wrapper{
    transform: none!important;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
  }
  .product_form .wrap .content .form_swiper .swiper-wrapper .swiper-slide{
    width: 100% !important;
    height: auto;
    /*margin: 0 0 20px !important;*/
  }
  .product_form .wrap .content .form_swiper{
    height: fit-content;
  }
  .product_form .wrap .content .form_swiper .swiper-slide a{
    border-radius: 15px;
  }
  .product_form .wrap .content .form_swiper .swiper-slide a .position .display p{
    font-size: 20px;
  }
  .product_form .wrap .content .form_swiper .swiper-slide a .position .icon{
    margin: 0;
  }
  .product_form .wrap .content .form_swiper .swiper-slide a .position{
    bottom: 8px;
    padding: 0 7%;
  }

  .product_form .wrap .content {
    margin: 23px 0 0 0;
  }
  .product_form .wrap {
    padding: 40px 4% 44px 4%;
  }
  /**/
  .classification .wrap .small{
    flex-wrap: wrap;
  }
  .classification .wrap .small .item {
    width: 100%;
    border-radius: 16px;
  }
  .classification .wrap .small{
    margin: 0 0 20px;
  }

  .classification .wrap .small .item .position p{
    font-size: 20px;
    line-height: 1.2;
  }
  .classification .wrap .small .item .position{
    padding: 0 5%;
    bottom: 7%;
  }
  .classification .wrap .small .item:not(:last-child) {
    margin: 0 0 20px;
  }
  .classification .wrap {
    padding: 20px 4% 0 4%;
  }
  .classification .wrap .big {
    border-radius: 16px;
  }
  .classification .wrap .big .text span {
    font-size: 19px;
    margin: 0;
    line-height: 1;
    margin: 0 0 10px;
  }
  .classification .wrap .big .text p{
    font-size: 12px;
    line-height: 23px;
  }
  .classification .wrap .big img {
    width: 100%;
    min-height: 234px;
  }
  .updates .wrap .title span {
    font-size: 28px;
    line-height: 1;
  }
  .updates .wrap .title p {
    font-size: 13px;
    line-height: 25px;
  }
  .updates {
    padding: 79px 4% 90px 4%;
  }
  .updates .wrap .title {
    margin: 0 0 24px 0;
  }
  .updates .wrap .content{
    flex-direction: column;
  }
  .updates .wrap .content .left{
    width: 100%;
    border-radius: 16px;
    padding: 5%;
  }
  .updates .wrap .content .left .label{
    font-size: 12px;
    line-height: 1;
    margin: 0 0 3px 0;
  }
  .updates .wrap .content .left .time {
    font-size: 28px;
    line-height: 48px;
    margin: 0;
  }
  .updates .wrap .content .left .text {
    font-size: 13px;
    line-height: 28px;
    margin: 0 0 22px 0;
  }
  .updates .wrap .content .left .img{
    clip-path: inset(0 0% 0 0);
    border-radius: 15px;
  }
  .updates .wrap .content .right {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .updates .wrap .content .right .item{
    height: auto;
    padding: 4%;
    border-radius: 15px;
    flex-direction: column;
  }
  .updates .wrap .content .right .item .introduce{
    width: 100%;
  }
  .updates .wrap .content .right .item .introduce .label {
    font-size: 12px;
  }
  .updates .wrap .content .right .item .introduce .time {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 5px;
  }
  .updates .wrap .content .right .item .introduce p{
    font-size: 13px;
    line-height: 28px;
  }
  .updates .wrap .content .right .item .img {
    width: 100%;
    margin: 0;
    border-radius: 15px;
    clip-path: inset(0 0% 0 0);
  }
  .updates {
    padding: 79px 4% 39px 4%;
  }

  .commodity .wrap .content .commodity_swiper .swiper-slide{
    padding: 5%;
    border-radius: 15px;
    left: 0;
  }
  .commodity .wrap .content .commodity_swiper{
    border-radius: 15px;
  }

  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .headline, .commodity .wrap .content .commodity_swiper .swiper-slide .position_text {
    font-size: 18px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .position {
    top: 24px;
    right: 20px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .headline{
    margin: 0 0 10px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .position div:first-child {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #111;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .position div:nth-child(2) {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #111;
    margin: 0 0 0 10px;
  }
  .commodity .wrap .content .commodity_swiper{
    width: 100%;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left span{
    font-size: 13px;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike{
    flex-direction: column;
    width: 100%;
    align-items: unset;
    margin: 0 0 26px 0;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color{
    width: 100%;
    margin: 17px 0 0 0;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .left{
    text-align: left;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .matter .display .alike .color div{
    height: 25px;
  }
  .commodity .wrap .content{
    height: auto;
  }
  .commodity .wrap .content .commodity_swiper .swiper-slide .position_text{
    width: 77%;
  }

  html[lang="en"] .company .wrap .profile .title p{
    text-align: justify;
    word-break: break-all;
  }
  html[lang="en"] .commodity .wrap .title .text p{
    text-align: justify;
    word-break: break-all;
  }
  html[lang="en"] .classification .wrap .big .text p{
    text-align: justify;
    word-break: break-all;
  }
  html[lang="en"] .updates .wrap .content .left .text{
    text-align: justify;
    word-break: break-all;
  }
}

/*中文注释检查*/