@charset "utf-8";
/* CSS Document */
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Regular.ttf");
  font-family: "myfont";
}
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Bold.ttf");
  font-family: "title";
}
@font-face {
  src: url("../fonts/impact.ttf");
  font-family: "num";
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  font-family: "myfont", sans-serif;
  box-sizing: border-box;
}
@font-face {
  font-family: "iconfont";
  src: url("../icons/iconfont.eot");
  src: url("../icons/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../icons/iconfont.woff") format("woff"),
    url("../icons/iconfont.ttf") format("truetype"),
    url("../icons/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
}
img {
  width: 100%;
  display: block;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
dir,
section {
  margin: 0;
  padding: 0;
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
input,
button {
  background: none;
  border: none;
  box-shadow: none;
}
/*index*/
.w_all {
  width: 80%;
  margin: 0 auto;
}
.w_all2 {
  width: 90%;
  margin: 0 auto;
}
.w_all3 {
  width: 100%;
  margin: auto;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.w100p10 {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.pt5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.font20 p {
  font-size: 2rem;
  line-height: 1.75;
}
.font18 p {
  font-size: 1.8rem;
  line-height: 1.75;
}
.font16 p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.font14 p {
  font-size: 1.4rem;
  line-height: 1.75;
}
.part {
  width: 100%;
  position: relative;
}
.part .box {
  width: 100%;
  position: relative;
}
.part .box .con {
  width: 100%;
  position: relative;
  margin-top: 3%;
}

html,
body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
  --color: #72bb38;
  --color2: #eb6622;
  --height: 90px;
  background-color: #fff;
}

/* 首页--banner Strat */
.home {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner {
  width: 100%;
  height: calc(100vh - var(--height));
  position: relative;
  margin-top: var(--height);
}
.banner .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-slide .videoBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper .swiper-pagination {
  display: flex;
  gap: 0 5px;
  left: 50%;
  bottom: 5%;
  transform: translate3d(-50%, 0, 0);
  width: auto;
}
.banner .swiper .swiper-pagination-bullet {
  border-radius: 0;
}
.banner .swiper .swiper-pagination-bullet-active {
  background: var(--color);
}
.banner .txtBox {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.banner .txtBox h2 {
  font-size: 5.6rem;
  color: #fff;
  letter-spacing: 2px;
}
.banner .txtBox strong {
  color: var(--color);
  font-style: italic;
  margin: 0 24px 0 15px;
}

/* 首页--banner End*/

/* 导航 Strat */
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 999;
}
header .navBox {
  position: relative;
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
}
header.active .navBox {
  background-color: #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
}
header .logo img {
  width: auto;
  height: 35px;
}
header .nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header .nav .other {
  margin-left: 45px;
  display: flex;
  align-items: center;
}
header .nav .other .language a {
  display: flex;
  align-items: center;
}
header .nav .other .language span {
  font-size: 1.6rem;
  color: #1d1e22;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .nav .other .language i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
header .nav ul {
  display: flex;
  gap: 0 48px;
  height: 100%;
  align-items: center;
}
header .nav ul li {
  position: relative;
  height: 100%;
}
header .nav ul li > a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1d1e22;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: flex;
  align-items: center;
  height: 100%;
}
header .nav ul li > a::after {
  content: "--";
  font-size: 1.8rem;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  color: var(--color);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .nav ul li:hover > a {
  color: var(--color);
}
header .nav ul li:hover a::after {
  opacity: 1;
}
header .nav .other .language a:hover span {
  color: var(--color);
}
header .nav ul .sMenu {
  display: none;
  position: absolute;
  left: 50%;
  top: var(--height);
  transform: translateX(-50%);
  padding: 10px 32px;
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
}
header .nav ul .sMenu a {
  font-size: 1.6rem;
  color: #1d1e22;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .nav ul .sMenu dd {
  margin: 10px 0;
}
header .nav ul .sMenu a:hover {
  color: var(--color);
}
/* 导航 End*/

/* 公共 Strat */
.i_part {
  width: 100%;
  position: relative;
}
.i_part .box {
  width: 100%;
  position: relative;
}
.more {
  width: 150px;
  height: 54px;
}
.more a {
  display: block;
  width: 100%;
  height: 100%;
}
.more span {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1d1e22;
  z-index: 1;
  padding-left: 32px;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  white-space: nowrap;
}
.more span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--color);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.more span i {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.more:hover span {
  color: #fff;
}
.more:hover span img {
  filter: invert(1);
}
.more:hover span::before {
  width: 100%;
  border-radius: 15px;
}
.title h2 {
  font-size: 3rem;
  color: #1d1e22;
  letter-spacing: 1px;
}
.title h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #3f4247;
}
/* 公共 End*/

/* 首页--产品设备 Strat */
.i_part3 .title {
  margin-bottom: 2.4rem;
}
.i_part3 .proMenu {
  width: 100%;
  margin-top: 5%;
}
.i_part3 .proMenu .swiper-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.i_part3 .proMenu .swiper-wrapper {
  width: 100%;
}
.i_part3 .proMenu .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 300ms;
  transform: scale(0.65);
}
.i_part3 .proMenu .swiper-slide-active,
.i_part3 .proMenu .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
}
.i_part3 .proMenu .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i_part3 .proMenu .swiper-slide .txt {
  opacity: 0;
  margin: 72px 0 54px;
}
.i_part3 .proMenu .swiper-slide .txt h2 {
  font-size: 2.4rem;
  color: #1d1e22;
  text-align: center;
}
.i_part3 .proMenu .swiper-slide .more {
  opacity: 0;
}
.i_part3 .proMenu .swiper-slide-active .txt,
.i_part3 .proMenu .swiper-slide-active .more {
  opacity: 1;
}
.i_part3 .bigTxt {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  font-size: 20rem;
  font-family: "title";
  color: #000;
  opacity: 0.03;
  font-weight: bolder;
}
.i_part3 .swiper-button-next,
.i_part3 .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--color);
  top: 35%;
}
.i_part3 .swiper-button-next:after,
.i_part3 .swiper-button-prev:after {
  font-size: 2rem;
  color: var(--color);
}
/* 首页--产品设备 End*/

/* 首页--应用品类 Strat */
.i_part4 .box {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f6f6;
}
.i_part4 .con {
  position: relative;
  width: 90%;
  padding-left: 10%;
  overflow: hidden;
  z-index: 2;
}
.i_part4 .con .swiper {
  position: relative;
  width: 100%;
}
.i_part4 .con a {
  display: block;
  background: #fff;
  position: relative;
  padding: 3rem;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.i_part4 .con a::before {
  background: var(--color);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;

  height: 0;
}
.i_part4 .con a:hover::before {
  height: 100%;
  transition: all 0.4s ease;
}
.i_part4 .con .imgBox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.i_part4 .con .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.i_part4 .con .txtBox {
  position: relative;
}
.i_part4 .con .txtBox .icon {
  width: 70px;
  height: 70px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin: -35px auto 0;
  z-index: 5;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.15);
}
.i_part4 .con .txtBox .icon img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part4 .con .txtBox h2 {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #1a1a1a;
  font-weight: bold;
  transition: all 0.4s;
  text-align: center;
  padding: 25px 0 0;
  -webkit-transition: all 0.4s linear 0.2s;
}
.i_part4 .con a:hover .icon {
  transform: rotateY(360deg);
  background-color: var(--color2);
}
.i_part4 .con a:hover .icon img {
  filter: brightness(100);
}
.i_part4 .con a:hover .txtBox h2 {
  color: #fff;
}
.i_part4 .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
.i_part4 .title h2 {
  color: #1a1a1a;
  margin-bottom: 2.4rem;
}
.i_part4 .title p {
  color: #333;
}
.i_part4 .title .turnButton {
  margin-top: 54px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.i_part4 .title .turnButton .swiper-button-next:after,
.i_part4 .title .turnButton .swiper-button-prev:after {
  display: none;
}
.i_part4 .title .turnButton .swiper-button-next,
.i_part4 .title .turnButton .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  background-color: var(--color2);
  border-radius: 50%;
  opacity: 1 !important;
}
.i_part4 .title .turnButton .swiper-button-prev {
  transform: rotate(180deg);
}
.i_part4 .title .turnButton img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}
.i_part4 .title .turnButton .swiper-button-next.swiper-button-disabled,
.i_part4 .title .turnButton .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35 !important;
}
/* 首页--应用品类 End*/

/* 底部栏 Strat */
.footer {
  width: 100%;
  overflow: hidden;
  background-color: #1d1e22;
  position: relative;
  z-index: 9;
}
.footer .box {
  width: 100%;
  position: relative;
}

.footer .box .stage {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.footer .box .stage ul {
  display: flex;
  justify-content: space-between;
}
.footer .box .stage ul dd {
  margin: 10px 0;
}
.footer .box .stage ul dd,
.footer .box .stage ul a {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 1px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.footer .box .stage ul li dl dd.tit a {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}
.footer .box .stage ul li dl dd {
  display: flex;
  align-items: center;
}
.footer .box .stage ul li dl dd i {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 15px;
}
.footer .box .stage ul li dl dd i img {
  filter: grayscale(100%) brightness(1000%);
}

.footer .box .stage .qr {
  margin-left: 72px;
  display: flex !important;
}
.footer .box .stage .qr p{
    margin-left: 1rem;
}
.footer .box .stage .qr img {
  width: 84px;
  height: 84px;
  margin-bottom: 10px;
}
.footer .box .stage .qr span {
  text-align: center;
  display: block;
}
.footer .box .stage ul li .qr {
  display: inline-block;
}
.footer .box .stage ul li:last-of-type {
  display: flex;
}

.footer .copyRight {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #141519;
}
.footer .copyRight span {
  font-size: 1.2rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.35);
}
.footer .copyRight {
  display: flex;
  justify-content: space-between;
}
.footer .copyRight div:first-of-type {
  display: flex;
  gap: 0 20px;
}
.footer .box .stage ul dd a:hover {
  color: #fff;
}
.footer .box .stage ul li dl dd.tit a:hover {
  color: var(--color);
}
/* 底部栏 End*/

/* 首页--其它 Strat */
.i_part6 .box {
  display: flex;
  justify-content: space-between;
}
.i_part6 ul {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.i_part6 ul li:first-of-type {
  grid-row: span 2;
}
.i_part6 ul li {
  width: 100%;
}
.i_part6 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12% 10%;
  border-radius: 20px;
  overflow: hidden;
}
.i_part6 ul li a .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.i_part6 ul li a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part6 ul li a .txtBox {
  position: relative;
  z-index: 2;
}
.i_part6 ul li a h2 {
  font-size: 2.4rem;
  color: #fff;
}
.i_part6 ul li .readMore {
  width: 36px;
  height: 36px;
  background: var(--color);
  position: relative;
  z-index: 2;
  border-radius: 50%;
  padding: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-left: 15px;
}
.i_part6 ul li a:hover .imgBox img {
  transform: scale(1.2);
}
.i_part6 ul li a:hover .readMore {
  transform: translateX(32px) scale(1.2);
}

/* 首页--其它 End*/

/* 首页--客户案例 Strat */
.i_part7 {
  padding-bottom: 0 !important;
}

.i_part7 .title {
  text-align: center;
}
.i_part7 .swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_part7 a {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #efefef;
  border-radius: 15px;
  overflow: hidden;
  padding: 2px;
}
.i_part7 .imgBox {
  position: relative;
  width: 100%;
  padding: 30% 0;
  overflow: hidden;
}
.i_part7 .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part7 .txtBox {
  position: relative;
  width: 100%;
  padding: 5%;
}
.i_part7 .txtBox h2 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  font-family: "title";
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.i_part7 .txtBox .text {
  width: 100%;
  margin: 10px 0 20px;
}
.i_part7 .txtBox .text p {
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.i_part7 .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_part7 .date .more2 {
  font-size: 1.2rem;
  color: #333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: flex;
  align-items: center;
}
.i_part7 .date .more2 i {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.i_part7 .date span {
  font-size: 1.4rem;
  color: #333;
}
.i_part7 a:hover img {
  transform: scale(1.1);
}
.i_part7 a:hover .txtBox h2 {
  color: var(--color);
}
/* 首页--客户案例 End*/

/* 首页--产品系列 Strat */
.i_part1 {
  padding-bottom: 0 !important;
}
.i_part1 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i_part1 .title ul {
  position: relative;
  left: auto;
  top: 0;
  bottom: auto;
  right: auto;
  display: flex;
  background: #f5f5f5;
  gap: 5px 0;
  border-radius: 30px;
  padding: 5px;
  margin-top: 24px;
  width: auto;
}
.i_part1 .title ul li.swiper-pagination-bullet {
  font-size: 1.8rem;
  color: #1d1e22;
  padding: 12px 42px;
  margin: 0;
  opacity: 1;
  background: transparent;
  width: auto;
  height: auto;
  border: none;
  border-radius: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part1 .title ul li.swiper-pagination-bullet-active {
  background: var(--color);
  color: #fff !important;
}
.i_part1 .title ul li:hover {
  color: var(--color);
}
.i_part1 .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i_part1 .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.i_part1 .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.i_part1 .swiper-container .swiper-slide p {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.8rem 2.2rem;
  color: #fff;
  background: var(--color2);
  font-size: 1.5rem;
  border-radius: 20px 0 20px 0;
  letter-spacing: 1px;
}
.i_part1 .img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.i_part1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part1 .img img:hover {
  transform: scale(1.1);
}
.i_part1 .swiper-button-next,
.i_part1 .swiper-button-prev {
  color: var(--color);
  width: auto;
  height: auto;
  margin: auto;
  transform: translateY(-50%);
}
.i_part1 .swiper-button-prev {
  left: calc(25% - 40px);
}
.i_part1 .swiper-button-next {
  right: calc(25% - 40px);
}
/* 首页--产品系列 End*/

/* 首页--关于我们 Strat */
.i_part2 {
  margin-top: 5%;
  position: relative;
  overflow: hidden;
}
.i_part2 .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_part2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: #f9f9f9;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.i_part2 .aa {
  width: 45%;
  position: relative;
}
.i_part2 .bb {
  width: 52%;
  position: relative;
}
.i_part2 .bb a {
  display: block;
  position: relative;
}
.i_part2 .bb a img {
  width: 100%;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part2 .bb a:hover img {
  transform: translateY(-10px);
}
.i_part2 .bb::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(15%, 15%);
  width: 200px;
  height: 200px;
  background: var(--color);
  opacity: 0.2;
}
.i_part2 .aa h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d1e22;
}
.i_part2 .aa strong {
  display: block;
  font-size: 8.4rem;
  color: var(--color);
  font-weight: lighter;
  letter-spacing: -2px;
}
.i_part2 .aa h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #1d1e22;
  letter-spacing: 2px;
  margin: 36px 0 54px;
}

/* 首页--关于我们 End*/
.ban {
  width: 100%;
  position: relative;
  margin-top: var(--height);
}
.ban .bg img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.tops .bigTxt h1 {
  font-size: 5.6rem;
  font-family: "title";
  margin-bottom: 1rem;
  color: #474443;
  line-height: 1;
}
.tops .title {
  width: 35%;
}
.tops .title h2 {
  margin-bottom: 2.5rem;
}
.title p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8;
}
.search {
  width: 100%;
  border-bottom: 2px solid var(--color2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search input {
  line-height: 40px;
  color: var(--color);
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.search input::placeholder {
  color: #999;
}
.search button i {
  font-size: 2rem;
  color: var(--color);
  cursor: pointer;
}
.pro .contain ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 4% auto 0%;
  position: relative;
  z-index: 9;
}
.pro .contain ul li {
  display: block;
  background-color: #f5f5f5;
  border-radius: 2rem;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.pro .contain ul li .imgBox img {
  width: 66%;
  margin: 0 auto 3rem;
}
.pro .contain ul li:hover .imgBox img {
  transform: scale(1.08);
  transition: all 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.pro .contain ul li .txts {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  padding: 0 2%;
}
.pro .contain ul li .more {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.pro .contain ul li .more span {
  color: #fff;
}
.pro .contain ul li .more span img {
  filter: invert(1);
}
.pro .contain ul li .txts h3 {
  font-size: 2.2rem;
  color: #1a1a1a;
  font-weight: normal;
  transition: all 0.5s ease;
}
.pro .contain ul li:hover {
  background: var(--color);
}
.pro .contain ul li:hover .txts {
  justify-content: space-between;
}
.pro .contain ul li:hover h3 {
  color: #fff;
  transform: translateX(3rem);
}
.pro .contain ul li:hover .more {
  opacity: 1;
  right: -1rem;
}
.more span::before {
  background: var(--color2);
}
.prolist .tops .title {
  text-align: right;
}
.prolist .tops .title h2 {
  margin-bottom: 1.5rem;
}
.prolist .tops .title p {
  display: inline-block;
  text-align: center;
}
.prolist .tops .title strong {
  display: block;
  color: var(--color2);
  text-align: center;
  font-size: 4rem;
  line-height: 1.1;
  font-family: "title";
}
.prolist .contain ul li .txts h3 {
  font-size: 1.7rem;
  text-align: center;
  color: #666;
}
.prolist .contain ul li .txts h3 strong {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 0.3rem;
  color: #474443;
  transition: all 0.5s ease;
}
.prolist .contain ul li:hover .txts {
  justify-content: center;
}
.prolist .contain ul li:hover h3 {
  transform: none;
  color: #fff;
}
.prolist .contain ul li:hover h3 strong {
  color: #fff;
}
.pd_ban {
  width: 100%;
  min-height: calc(100vh - var(--height));
  position: relative;
  margin-top: var(--height);
  padding: calc(var(--height) - 2rem) 0;
}
.navsTop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.navsTop ul {
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
}
.navsTop ul li img {
  width: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1rem;
  border: 1px solid var(--color);
  border-radius: 8px;
  margin-right: 1rem;
  transform: rotate(180deg);
  cursor: pointer;
}
.navsTop ul li {
  font-size: 1.4rem;
  color: #999;
  margin-right: 1rem;
  transition: all 0.4s ease;
}
.navsTop ul li i {
  font-size: 1.2rem;
}
.navsTop ul li.on {
  color: #474443;
}
.navsTop ul a:hover li {
  color: var(--color);
}
.pd_ban .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd_ban .contain .ll {
  width: 40%;
}
.pd_ban .contain .rr {
  width: 45%;
}
.pd_ban .title h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid var(--color);
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  position: relative;
}
.pd_ban .title h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 6rem;
  height: 4px;
  background: var(--color2);
  border-radius: 10px;
}
.pd_ban .title h3 strong {
  display: block;
  font-size: 3rem;
  margin-bottom: 0.6rem;
  color: #474443;
  transition: all 0.5s ease;
}
.pd_ban .ll .txt p {
  margin: 1rem 0;
  display: flex;
  position: relative;
  padding-left: 2rem;
}
.pd_ban .ll .txt p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/bg0.png) no-repeat left top/50%;
}
.pdbar1 {
  min-height: 50vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title3 h3 {
  font-size: 2.6rem;
  padding-top: 2rem;
  position: relative;
}
.title3 h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 4px;
  background: var(--color2);
  border-radius: 10px;
}
.title3 p {
  font-size: 1.6rem;
  line-height: 2;
  color: #474443;
}
.pdbar1 {
  background: #f4f4f4 !important;
}
.pdbar1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdbar1:nth-of-type(2n + 1) .box {
  flex-direction: row-reverse;
}
.pdbar1:nth-of-type(2n) {
  background: #fff !important;
}
.pdbar1 .ll {
  width: 40%;
}
.pdbar1 .txt {
  margin: 3rem 0 0;
}
.pdbar1 .txt p {
  font-size: 1.6rem;
  line-height: 2;
}
.pdbar1 .rr {
  width: 48%;
}
.pdbar2 {
  background: #f6f6f6;
}
.pdbar2 .title3 {
  text-align: center;
}
.pdbar2 .title3 h3::after {
  left: 50%;
  transform: translateX(-50%);
}
.pdbar2 .title3 p {
  margin: 1rem 0 5rem;
}
.pdbar2 .contain {
  padding: 0 5%;
  box-sizing: border-box;
}
.pdbar2 .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pdbar2 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.pdbar2 .turnButton div {
  color: var(--color);
}
.pdbar3 {
  background: #fff !important;
}
.pdbar3 table {
  width: 100%;
  margin-top: 5rem;
}
.pdbar3 table tr td {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  color: #474443;
  background: rgba(0, 0, 0, 0.05);
}
.pdbar3 table tr td:nth-of-type(2n) {
  background: rgba(255, 255, 255, 0.6);
  color: #1a1a1a;
}
.area ul li {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.area ul li .txt {
  position: relative;
  z-index: 9;
}
.area ul li .title3 h3 {
  color: #fff;
  margin-bottom: 3rem;
}
.area ul li .tt p {
  color: #fff;
  font-size: 1.6rem;
  margin: 1rem 0;
  position: relative;
  padding-left: 2rem;
}
.area ul li .tt p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/bg0.png) no-repeat left top/40%;
}
.ban_area {
  width: 100%;
  height: calc(75vh - var(--height));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ban_area .swiper-container,
.ban_area .swiper-wrapper,
.ban_area .swiper-slide {
  width: 100%;
  height: 100%;
}
.ban_area .title {
  text-align: center;
  margin: auto;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.ban_area .title h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 4.4rem;
  letter-spacing: 4px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ban_area .title p {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 5px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ban_area ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  z-index: 6;
}
.ban_area ul a {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 2rem;
  z-index: 5;
}
.ban_area ul a li {
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background: #fff;
  color: #474443;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.15);
}
.ban_area ul a img {
  width: 90%;
  margin: -1rem auto 0.3rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ban_area ul a:hover li,
.ban_area ul a.active li {
  color: #fff;
  background-color: var(--color);
}
.ban_area ul a:hover li img,
.ban_area ul a.active li img {
  transform: rotateY(360deg);
  filter: grayscale(100%) brightness(1000%);
}
.ban_area ul a li p {
  width: max-content;
  text-align: center;
  margin: auto;
  font-size: 1.4rem;
}
.areass .contain {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3% 0;
}
.areass .contain ul {
  display: flex;
}
.areass .contain ul li {
  margin: 0rem 0 0 6rem;
  display: flex;
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
  color: #474443;
  transition: all 0.4s ease;
  line-height: 1.6;
}
.areass .contain ul li:hover {
  color: var(--color);
}
.areass .contain ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/bg0.png) no-repeat left top/50%;
}
.areass .barss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.areass .contain2 {
  width: 48.5%;
  background: #f6f6f6;
  border-radius: 20px;
  margin: 4% 0 0;
  padding: 3% 4%;
  box-sizing: border-box;
}
.areass .contain2 .imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.areass .contain2 .imgs img {
  width: 50%;
  margin: auto;
  mix-blend-mode: multiply;
}
.areass .contain2 .imgs dl dd {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: var(--color);
  border-radius: 50%;
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.areass .contain2 .imgs dl .a1_1d1 {
  left: 48%;
  top: 1%;
}
.areass .contain2 .imgs dl .a1_1d2 {
  left: 53%;
  top: 22%;
}
.areass .contain2 .imgs dl .a1_1d3 {
  left: 47%;
  top: 21%;
}
.areass .contain2 .imgs dl .a1_1d4 {
  left: 44%;
  top: 10%;
}
.areass .contain2 .imgs dl .a1_1d5 {
  left: 39%;
  top: 64%;
}
.areass .contain2 .imgs dl .a1_2d1 {
  left: 57%;
  top: 15%;
}
.areass .contain2 .imgs dl .a1_2d2 {
  left: 37%;
  top: 60%;
}
.areass .contain2 .imgs dl .a1_3d1 {
  left: 57%;
  top: 33%;
}
.areass .contain2 .imgs dl .a1_3d2 {
  left: 30%;
  top: 33%;
}
.areass .contain2 .imgs dl .a1_3d3 {
  left: 45%;
  top: 14%;
}
.areass .contain2 .imgs dl .a1_3d4 {
  left: 36%;
  top: 63%;
}
.areass .contain2 .imgs dl .a1_3d5 {
  left: 31%;
  top: 85%;
}
.areass .contain2 .imgs dl .a1_3d6 {
  left: 40.5%;
  top: 41%;
}
.areass .contain2 .imgs dl .a1_4d1 {
  left: 49%;
  top: 28%;
}
.areass .contain2 .imgs dl .a1_4d2 {
  left: 57%;
  top: 31%;
}
.areass .contain2 .imgs dl .a1_5d1 {
  left: 49%;
  top: 4%;
}
.areass .contain2 .imgs dl .a1_5d2 {
  left: 57%;
  top: 12%;
}
.areass .contain2 .rr {
  box-sizing: border-box;
  padding: 0 3%;
}
.areass .contain2 h6 {
  font-size: 2.4rem;
  color: var(--color2);
  position: absolute;
  left: 5rem;
  top: 3rem;
}
.areass .contain2 .rr ul li {
  display: flex;
  justify-content: space-between;
  padding: 1.3rem 0;
  align-items: center;
  font-size: 1.6rem;
  color: #474443;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.areass .contain2 .rr ul li .b1 {
  display: flex;
  align-items: center;
}
.areass .contain2 .rr ul li .b2 {
  width: 45%;
}
.areass .contain2 .rr ul li b {
  width: 6rem !important;
  height: 6rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-right: 1rem;
}
.areass .contain2 .rr ul li b img {
  width: 70%;
  mix-blend-mode: multiply;
}
.areass .contain2 .rr ul li b span {
  position: absolute;
  left: 0rem;
  top: -0.3rem;
  background: var(--color);
  border-radius: 50%;
  font-size: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.areass .contain2 .rr ul li p a {
  color: #474443;
  transition: all 0.3s linear;
}
.areass .contain2 .rr ul li p a:hover {
  color: var(--color);
  text-decoration: underline;
}

/* 联系我们 */
.contact {
  width: 100%;
  height: calc(100vh - var(--height));
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.contact::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(
    to top,
    rgba(246, 246, 246, 1) 10%,
    rgba(246, 246, 246, 0)
  );
  backdrop-filter: blur(0.3rem);
  z-index: 2;
  opacity: 0;
}
.contact .txt {
  position: relative;
  z-index: 6;
}
.contact .title3 {
  height: 40vh;
  text-align: center;
}
.contact .title3 h3::after {
  left: 50%;
  transform: translateX(-50%);
}
.contact .title3 h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 4.4rem;
  letter-spacing: 4px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.contact .title3 p {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 5px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.contact .txt ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .txt ul h4 {
  font-size: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.contact .txt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
  font-size: 1.7rem;
  backdrop-filter: blur(0.53rem);
  padding: 3% 2%;
  box-sizing: border-box;
  width: 24%;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.26);
  border-bottom: 5px solid var(--color);
}
.contact .txt ul li img {
  width: 5rem;
  padding: 1.2rem;
  background: #fff;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.contact .txt ul li p {
  color: #fff;
}
.contact .txt ul li a {
  display: block;
  color: #fff;
}
.contact2 {
  background: #f6f6f6;
}
.contact2 ul {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 3%;
}
.contact2 ul li {
  background: #fff;
  border-radius: 10px;
  padding: 8%;
  box-sizing: border-box;
}
.contact2 ul li h6 {
  font-size: 2rem;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1a1a1a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  transition: all 0.4s ease;
}
.contact2 ul li:hover h6 {
  color: var(--color);
}
.contact2 ul li h6 span {
  font-weight: bold;
  color: var(--color);
  transition: all 0.4s ease;
}
.contact2 ul li:hover h6 span {
  font-weight: bold;
  color: var(--color2);
}
.contact2 ul li p {
  font-size: 1.5rem;
  margin: 1rem 0;
  color: #474443;
}
.contact3 {
  background: #fff;
  border-radius: 100px 100px 0 0;
  display: flex;
  justify-content: space-between;
}
.contact3 .title3 {
  width: 31%;
}
.contact3 .title3 p {
  margin-top: 2rem;
  color: #474443;
}
.contact3 .title3 img {
  width: 18rem;
  border: 1px solid var(--color);
  border-radius: 20px;
  margin-top: 10%;
  overflow: hidden;
}
.contact3 .rr {
  width: 50%;
}
.contact3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact3 ul li {
  width: 48%;
  border-bottom: 1px solid var(--color2);
  padding: 2rem 0;
  margin-bottom: 0rem;
}
.contact3 ul li input {
  line-height: 40px;
  color: var(--color);
  font-size: 1.6rem;
  letter-spacing: 1px;
  width: 100%;
}
.contact3 ul li input::placeholder {
  color: #999;
}
.contact3 ul li.li1 {
  width: 100%;
}
.contact3 ul li textarea {
  line-height: 40px;
  color: var(--color);
  font-size: 1.6rem;
  letter-spacing: 1px;
  width: 100%;
  min-height: 20vh;
}
.contact3 .more {
  margin-top: 6%;
  cursor: pointer;
}
.about {
  width: 100%;
  height: calc(75vh - var(--height));
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.about .title {
  height: 23vh;
  text-align: center;
}
.about .title h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 4.4rem;
  letter-spacing: 4px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.about .title p {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 5px;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.about .txt ul {
  width: 100%;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin: 5% 0;
}
.about .txt ul li:hover {
  transform: translateY(-10%);
  background: #fff;
}
.about .txt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  z-index: 6;
  color: #fff;
  padding: 1.8rem 3%;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  backdrop-filter: blur(0.6rem);
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.5s ease-out;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.about .txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  z-index: -1;
  transition: all 0.5s ease-out;
  background: rgba(255, 255, 255, 1);
}
.about .txt ul li:hover:before {
  width: 100%;
}
.about .txt ul li img {
  width: 3.2rem;
  margin-right: 1.5rem;
  filter: grayscale(100%) brightness(1000%);
}
.about .txt ul li:hover img,
.about .txt ul a.active li img {
  filter: none;
}
.about .txt ul li p {
  transition: all 0.5s ease-out;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.about .txt ul a:hover p,
.about .txt ul a.active p {
  color: var(--color);
  text-shadow: none;
}
.about .txt ul a.active li:before {
  width: 100%;
}
.about1 {
  padding: 3% 0 7%;
}
.about1 .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about1 .contain .ll {
  width: 28vw;
  text-align: right;
}
.about1 .contain .ll img {
  width: auto;
  height: 7.5rem;
  max-width: 100%;
  margin: auto;
  transition: all 0.2s ease;
}
.about1 .contain .ll h3 {
  font-size: 10.5rem;
  line-height: 1;
  color: var(--color);
  font-family: "title";
  margin-top: 1rem;
}
.about1 .contain .ll .h3b {
  text-align: center;
  margin-top: 0rem;
  transition: all 0.2s ease-out;
}
.about1 .contain .rr {
  width: 45%;
  display: grid;
  justify-content: space-between;
  grid-auto-flow: row;
  align-content: space-between;
}
.about1 .contain .rr p {
  font-size: 1.5rem;
  color: #474443;
  line-height: 2;
  text-align: justify;
  margin-top: 1.5rem;
}
.about1 .contain .rr p strong {
  color: var(--color);
  font-size: 2.8rem;
  margin-bottom: 5vh;
  display: block;
  margin-top: -2.5rem;
}
.about1 .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.about1 .videos {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}

.about1 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px;
}
.about1 .video .v_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  background: var(--color);
  border-radius: 50%;
  cursor: pointer;
  padding: 1rem;
}
.about2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - var(--height));
}
.about2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.about2 dl dd {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.about2 dl dd:nth-of-type(1) {
  display: block;
}
.about2 .title3 {
  color: #fff;
  position: relative;
  z-index: 9;
}
.about2 .title3 h3 {
  color: #fff;
}
.about2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
  position: relative;
  z-index: 9;
}
.about2 ul li {
  width: 31%;
  border-radius: 2.5vw;
  transition: all 0.5s;
  position: relative;
  color: #1a1a1a;
  padding: 4% 4% 3%;
  transition: all 0.5s ease-out;
}
.about2 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 2.5vw;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.8);
}
.about2 ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.about2 ul li h4 {
  font-size: 2.4rem;
  position: relative;
  z-index: 3;
  transition: all 0.4s linear;
}
.about2 ul li h4 b {
  display: block;
  font-size: 3.4rem;
  color: var(--color);
  margin-bottom: 0.5rem;
  font-family: "title";
  font-style: italic;
}
.about2 ul li p {
  font-size: 1.5rem;
  line-height: 2;
  margin: 1rem 0;
  position: relative;
  z-index: 3;
  color: #474443;
  text-align: justify;
}
.about2 ul li .imgs {
  width: 10rem;
  height: 10rem;
  background: #fff;
  border-radius: 50%;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.about2 ul li .imgs img {
  width: 100%;
}
.about2 ul li:hover::before {
  background: #fff;
}
.about2 ul li:hover .imgs {
  border: 1px dashed var(--color);
}
.about2 ul li:hover h4 {
  color: var(--color2);
}
.about3 {
  padding-bottom: 0;
  margin-bottom: -4rem;
}
.about3 dl {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  margin: 3rem 0 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about3 dl dd {
  font-size: 2rem;
  color: var(--color);
  font-size: 2rem;
  font-weight: bold;
}
.about3 dl dd strong {
  font-size: 5rem;
  color: var(--color);
  font-family: "title";
  margin-right: 6px;
}
.about3 dl dd span {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  color: #474443;
  margin-top: 0.5rem;
  font-weight: normal;
}
.about3 .honorSwiper .swiper-slide {
  background: rgba(0, 0, 0, 0.09);
  padding: 3rem 3rem;
  border-radius: 1.5rem;
  height: auto;
  position: relative;
}
.about3 .honorSwiper .swiper-slide:nth-of-type(2n) {
  background: rgba(0, 0, 0, 0.05);
}
.about3 .honorSwiper .swiper-slide p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.about3 .honorSwiper .swiper-slide p b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  font-size: 1.7rem;
}
.about3 .honorSwiper .swiper-slide p img {
  width: 2.5rem;
  margin-right: 1rem;
}
.about3 .honorSwiper .swiper-slide span {
  font-size: 2.4rem;
  color: var(--color2);
  font-weight: bold;
  font-family: "title";
  opacity: 0;
}
.about3 .honorSwiper .swiper-slide h6 {
  font-size: 1.7rem;
  color: #333;
  line-height: 1.6;
  font-weight: normal;
}

.about3 .honorSwiper .swiper-slide h6 strong {
  font-size: 2rem;
  color: var(--color);
}
.about3 .honorSwiper .swiper-pagination {
  position: static;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.about3 .honorSwiper .swiper-pagination-bullet {
  margin: 0 5px;
}
.about3 .honorSwiper .swiper-pagination-bullet-active {
  background: var(--color2);
}
/* .history .bbox {
  height: 200vh;
} */
.history {
  height: 100vh;
  overflow: hidden;
}
.history .bar {
  width: 100%;
  height: calc(100vh - var(--height));
  position: sticky;
  top: var(--height);
  left: 0;
}
.history .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.history .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 18, 10, 0.5);
}
.history .contain {
  z-index: 10;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.history .contain .title3 h3 {
  color: #fff;
}
.history .contain .bb {
  width: 100%;
  -ms-flex: 1;
  flex: 1;
  padding: 5% 0 0%;
  overflow: hidden;
  -webkit-mask: linear-gradient(
    transparent 0%,
    #000 10%,
    #000 70%,
    transparent 98%
  );
  mask: linear-gradient(transparent 0%, #000 10%, #000 70%, transparent 98%);
}
.history .contain ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  justify-content: space-between;
}
.history .contain ul li {
  color: #fff;
  position: relative;
  padding: 3% 5%;
  box-sizing: border-box;
  width: 100%;
  text-align: right;
}
.history .contain ul li:nth-of-type(2n) {
  margin-top: 8%;
}
.history .contain ul li:nth-of-type(2n + 1):before {
  content: "";
  width: 1px;
  height: 84%;
  position: absolute;
  background: #fff;
  right: 0%;
  bottom: 0;
}
.history .contain ul li:nth-of-type(2n + 1)::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #fff;
  right: 0%;
  top: 8%;
  border-radius: 50%;
}
.history .contain ul li h4 {
  font-size: 3rem;
  margin-top: -2rem;
}
.history .contain ul li .tt {
  margin-top: 1rem;
}
.history .contain ul li p {
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
.history .contain ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.history .contain ul li:nth-of-type(2n) {
  text-align: left;
}
.culture1 .tt {
  margin-bottom: 4%;
}
.culture1 .tt h1 {
  color: var(--color);
  font-size: 2.8rem;
  text-align: center;
}
.culture1 .tt h6 {
  font-size: 4rem;
  color: #474443;
  line-height: 2;
  text-align: center;
  letter-spacing: 5px;
  font-weight: normal;
}
.culture1 .contain2 .imgs {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 80px;
}
.culture1 .contain2 .imgs b {
  display: block;
  width: 100%;
  height: 100%;
}
.culture1 .contain2 .tt2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4%;
}
.culture1 .contain2 .tt2 .ll {
  width: 30%;
}
.culture1 .contain2 .tt2 .ll img {
  width: auto;
  height: 5rem;
  margin-bottom: 2rem;
}
.culture1 .contain2 .tt2 .rr {
  width: 50%;
}
.culture1 .contain2 .tt2 p {
  font-size: 1.6rem;
  color: #474443;
  line-height: 2;
  text-align: justify;
}
.culture1 .contain2 .tt2 .ll p {
  font-size: 2.2rem;
  color: var(--color);
  line-height: 1.6;
  text-align: justify;
  font-weight: bold;
}
.culture2 {
  background: rgb(244, 246, 249);
}
.culture2 .title3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.culture2 .title3 p {
  font-size: 2.6rem;
  letter-spacing: 4px;
  font-family: "title";
  color: var(--color);
}
.culture2 ul {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}
.culture2 ul li {
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  margin: 0px -1.8vw 0px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  padding: 4%;
  text-align: center;
  color: #474443;
  border: 1px solid rgba(66, 86, 122, 0.2);
  user-select: none;
  transition: all 0.4s ease-out;
}
.culture2 ul li b {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  left: 4vw;
  top: 0px;
  width: 3rem;
  height: 3rem;
  font-size: 1.4rem;
  padding: 2rem;
  line-height: 1.25;
  border-radius: 50%;
  color: var(--color);
  border: 1px solid rgba(114, 187, 56, 0.5);
  background: rgb(244, 246, 249);
  transition: all 0.4s ease-out 0.2s;
}
.culture2 ul li h4 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  letter-spacing: 3px;
  transition: all 0.4s ease-out;
}
.culture2 ul li p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  transition: all 0.4s ease-out;
}
.culture2 ul li:hover {
  background: var(--color);
  color: #fff;
}
.culture2 ul li:hover b {
  background: var(--color2);
  color: #fff;
  border-color: transparent;
}
.social ul li {
  display: flex;
  justify-content: space-between;
  margin: 5% 0;
  align-items: center;
}
.social ul a:nth-of-type(2n) li {
  flex-direction: row-reverse;
}
.social ul li b {
  width: 66%;
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.social ul li b img {
  transition: all 0.4s ease-out;
}
.social ul li:hover b img {
  transform: scale(1.06);
}
.social ul li .txt {
  width: 29%;
  padding: 3% 0;
  box-sizing: border-box;
}
.social ul li h4 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
  color: #1a1a1a;
  transition: all 0.4s ease-out;
}
.social ul li:hover h4 {
  color: var(--color);
}
.social ul li p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #474443;
}
.social ul li .more {
  margin-top: 6rem;
}
.sociald .title h2 {
  color: var(--color);
  border-bottom: 4px solid var(--color2);
  padding-bottom: 2.5rem;
}
.sociald .txt {
  margin-top: 5rem;
}
.sociald .txt p {
  margin: 2rem 0;
  line-height: 2;
  font-size: 1.6rem;
  text-align: justify;
}
.sociald .txt p img {
  width: auto;
  max-width: 100%;
  margin: 2rem 0;
}
/* 新闻 */
.news {
  background: #f6f6f6;
}
.news .title3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .title3 .search {
  width: 30%;
}
.news ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  justify-content: center;
  margin: 4% 0 2%;
}
.news ul a {
  display: block;
  background: #fff;
  border-radius: 20px;
}
.news ul li b {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.news ul li b img {
  transition: all 0.4s ease-out;
}
.news ul li:hover b img {
  transform: scale(1.06);
}
.news ul li .txt {
  width: 100%;
  padding: 5% 5% 0;
  box-sizing: border-box;
}
.news ul li h4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #1a1a1a;
  transition: all 0.4s ease-out;
}
.news ul li:hover h4 {
  color: var(--color);
}
.news ul li p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #474443;
}
.news ul li .bottom {
  margin-top: 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news ul li h6 {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--color2);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.news ul li h6::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color2);
  border-radius: 50%;
  margin-right: 1rem;
}
.join1 .contain {
  display: flex;
  justify-content: space-between;
}
.join1 .contain .ll {
  width: 50%;
  background: var(--color);
  border-radius: 30px 0 0 30px;
  padding: 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-top: 10vh;
}
.join1 .contain .ll .title3 {
  margin-bottom: 4rem;
}
.join1 .contain .ll p {
  margin: 1rem 0;
  display: flex;
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.join1 .contain .ll p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/bg0.png) no-repeat left top/50%;
  filter: grayscale(100%) brightness(1000%);
}
.join1 .contain .rr {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  background: #ddd;
  margin-bottom: 10vh;
}
.join2 {
  position: relative;
}
.join2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.join2 .title3 {
  color: #fff;
  position: relative;
  z-index: 9;
}
.join2 .title3 h3 {
  color: #fff;
}
.join2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5% auto;
  position: relative;
  z-index: 9;
}
.join2 ul li {
  width: 31%;
  transition: all 0.5s;
  position: relative;
  color: #1a1a1a;
  transition: all 0.5s ease-out;
  margin-top: 3%;
}
.join2 ul li b {
  position: relative;
  z-index: 3;
  transition: all 0.4s linear;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.join2 ul li b img {
  width: 60%;
}
.join2 ul li b::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/circle.png) no-repeat center / cover;
}
.join2 ul li h4 {
  font-size: 2.4rem;
  transition: all 0.4s linear;
  color: #fff;
  margin: 3rem 0 1rem;
  display: flex;
  align-items: center;
}
.join2 ul li h4 span {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 1rem;
  color: var(--color);
  font-style: italic;
}
.join2 ul li p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 1rem 0;
  color: #fff;
}
.join3 {
  padding-top: 8%;
}
.join3 .contain {
  display: flex;
  justify-content: space-between;
}
.join3 .ll {
  width: 45%;
}
.join3 .ll dl dd {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6rem 0;
  font-size: 2rem;
  align-items: center;
  justify-content: space-between;
}
.join3 .ll dl dd h6 {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.join3 .ll dl dd strong {
  font-size: 6rem;
  color: var(--color);
  line-height: 1;
}
.join3 .ll dl dd h6 i {
  font-size: 2rem;
  color: var(--color);
  margin: 1rem;
  font-style: normal;
}
.join3 .ll dl dd span {
  font-size: 2rem;
  width: 50%;
  color: #474443;
}
.join3 .contact3 {
  width: 45%;
  background: var(--color);
  padding: 5%;
}
.join3 .contact3 .rr {
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.join3 .contact3 .title3 {
  width: 100%;
}
.join3 .contact3 .title3 h3 {
  color: #fff;
  margin-bottom: 2rem;
}
.join3 .rr dl {
  display: flex;
}
.join3 .rr dl dd {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0.3rem 2rem;
  margin-left: 1rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.6rem;
}
.join3 .rr dl dd.active {
  background: var(--color2);
}
.join3 .contact3 ul li {
  padding: 1.8rem 0 0;
  margin: 0;
}
.join3 .contact3 ul li:first-of-type {
  border: none;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.join3 .contact3 ul li p span {
  color: #fff;
  font-size: 1.6rem;
}
.join3 .contact3 ul li input {
  color: #fff;
}
.join3 .contact3 ul li input::placeholder {
  color: #fff;
}
.join3 .contact3 ul li textarea {
  background: none;
  min-height: 8vh;
}
.join3 .more span::before {
  background: var(--color2);
}
.join3 .more span {
  color: #fff;
}
.join3 .more img {
  filter: grayscale(100%) brightness(1000%);
}
/* 招聘 */
.job {
  background: #f6f6f6;
  overflow: hidden;
}
.job .title3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.job .title3 .bright {
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job .title3 .bright .bb {
  width: 31.3%;
  position: relative;
}
.job .title3 .sbs {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(235, 102, 34, 0.2);
  border-radius: 30px;
  -webkit-appearance: none;
  padding: 1.4rem 2rem;
  font-size: 1.6rem;
  color: #474443;
  box-sizing: border-box;
  cursor: pointer;
}
.job .title3 .bb1::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color);
}
.job ul {
  margin: 4% auto;
}
.job li {
  cursor: pointer;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 30px;
  color: #474443;
  transition: all 0.4s ease;
}
.job ul li.active {
  background: var(--color);
  color: #fff;
}
.job ul li .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5rem 0;
}
.job ul li.active .txt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.job ul li .tr {
  display: flex;
  align-items: center;
}
.job ul li .txt p {
  margin-left: 3rem;
  padding-right: 3rem;
  font-size: 1.7rem;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.job ul li .txt p:last-of-type {
  border: none;
}
.job ul li .txt span {
  width: 3.4rem;
  height: 3.4rem;
  padding: 1rem;
  color: #fff;
  font-size: 2rem;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color);
  transition: all 0.4s ease-in;
}
.job ul li.active .txt span {
  background: var(--color2);
}
.job ul li h4 {
  font-size: 2rem;
  transition: all 0.4s ease-in;
  color: #1a1a1a;
}
.job ul li .txt2 {
  padding: 3% 0 2% 0%;
  display: none;
}
.job ul li .boxss {
  display: flex;
  justify-content: space-between;
}
.job ul li .boxss .tbox {
  width: 48%;
}
.job ul li h6 {
  font-size: 1.8rem;
  font-weight: bold;
}
.job ul li:hover h4 {
  color: var(--color);
  transform: translateX(8%);
}
.job ul li h6:nth-of-type(2) {
  margin-top: 3rem;
}
.job ul li .txt2 p {
  font-size: 1.46rem;
  line-height: 1.6;
  margin: 8px 0;
  opacity: 0.7;
}
.job ul li.active h4 {
  color: #fff;
}
.mores {
  color: #fff;
  font-size: 1.8rem;
  width: max-content;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.mores::before {
  content: "";
  width: 4px;
  height: 20px;
  border-radius: 50%;
  background: var(--color2);
  margin: 3px 1rem 0 0;
}
.mores a {
  color: #fff;
  text-decoration: underline;
  font-size: 2rem;
  width: max-content;
}
.case ul li {
  margin: 6% auto 3%;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.case ul a:nth-of-type(2n) li {
  justify-content: flex-start;
}
.case ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.case ul li b {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.case ul li .txt {
  margin: 30vh 0rem 0;
  padding: 5%;
  box-sizing: border-box;
  z-index: 9;
  width: max-content;
  max-width: 50%;
  backdrop-filter: blur(0.2rem);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 60px 0 0 0px;
  transition: all 0.4s ease-out;
}
.case ul a:nth-of-type(2n) li .txt {
  border-radius: 0px 60px 0 0;
}
.case ul li h4 {
  font-size: 2.6rem;
  margin: 1rem 0 2rem;
  color: #fff;
  transition: all 0.4s ease-out;
  letter-spacing: 1px;
}
.case ul li:hover .txt {
  background-color: rgba(0, 0, 0, 0.4);
}
.case ul li p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}
.case ul li .bottom {
  margin-top: 5rem;
}
.case ul li h6 {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--color2);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.case ul li h6::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--color2);
  border-radius: 50%;
  margin-right: 1rem;
}
.case ul li .more span {
  color: #fff;
}
.case ul li .more i img {
  filter: grayscale(100%) brightness(1000%);
}
.casesd .title {
  text-align: center;
}
.casesd .title h2 {
  color: var(--color);
  margin-bottom: 1rem;
}
.casesd .imgs b {
  display: block;
  width: 100%;
  height: 80vh;
  border-radius: 60px;
  margin: 5rem auto;
}
.casesd ul {
  display: flex;
  justify-content: space-between;
}
.casesd ul li {
  width: 48%;
  padding: 4% 5% 3%;
  border-radius: 30px;
  backdrop-filter: blur(0.3rem);
  background-color: rgba(235, 235, 235, 0.8);
}
.casesd ul li h3 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
}
.casesd ul li .tt p {
  margin: 1.5rem 0;
  display: flex;
  position: relative;
  padding-left: 2rem;
  font-size: 1.6rem;
  color: #474443;
  line-height: 1.8;
}
.casesd ul li .tt p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/bg0.png) no-repeat left top/50%;
}
.casesd2 .contain .title3 {
  width: 40%;
}
.casesd2 .contain .title3 h3 {
  color: #fff;
}
.casesd2 .contain ul {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
.casesd2 ul li {
  width: 30%;
  padding: 4% 4% 3%;
  box-sizing: border-box;
  border-radius: 30px;
  backdrop-filter: blur(0.3rem);
  background-color: rgba(235, 235, 235, 0.8);
}
.casesd2 ul li h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.casesd2 ul li h3 strong {
  font-size: 4rem;
  color: var(--color);
  display: block;
  font-style: italic;
  margin-bottom: 20%;
}
.casesd2 ul li .tt p {
  margin: 1.5rem 0;
  display: flex;
  position: relative;
  font-size: 1.6rem;
  color: #474443;
  line-height: 1.8;
}
.casesd3 .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casesd3 .contain .ll {
  width: 45%;
}
.casesd3 .contain .ll h3 {
  margin-bottom: 3rem;
}
.casesd3 .contain .ll p strong {
  font-size: 1.8rem;
  margin-bottom: 0rem;
  color: #1a1a1a;
  display: block;
}
.casesd3 .contain .ll p {
  margin: 1.5rem 0;
  position: relative;
  font-size: 1.6rem;
  color: #474443;
  line-height: 1.8;
}
.casesd3 .contain .rr {
  width: 50%;
  border-radius: 60px;
  overflow: hidden;
}
/* 服务与支持 */
.service .txt ul {
  display: flex;
  justify-content: center;
}
.service .txt ul a {
  width: 20rem;
  max-width: 32%;
}
.service .title {
  height: 19vh;
}
.download-list {
  background: #f6f6f6;
}
.download-list .title3 {
  text-align: center;
}
.download-list .title3 h3::after {
  left: 50%;
  transform: translateX(-50%);
}
.download-list dl {
  justify-content: center;
  display: flex;
  margin-top: 3rem;
}
.download-list dl dd {
  font-size: 1.6rem;
  margin: 0 2rem;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
}
.download-list dl dd::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color2);
  position: absolute;
  left: -0rem;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
}
.download-list dl dd.active {
  color: var(--color);
  font-weight: bold;
}
.download-list dl dd:hover {
  color: var(--color);
}
.download-list dl dd.active::before {
  opacity: 1;
  left: -1.2rem;
  transition: all 0.3s linear;
}
.download-list .bbss {
  display: none;
}
.download-list ul {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 4rem auto 0;
}
.download-list ul a {
  background: #fff;
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download-list ul li:hover a {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.download-list ul li img {
  width: 50px;
}

.download-list ul li h4 {
  font-weight: normal;
  font-size: 1.8rem;
  margin: 10px 0;
  color: #1a1a1a;
}

.download-list ul li p {
  font-size: 1.4rem;
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
}

.download-btn {
  padding: 10px 20px;
  background: var(--color);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 1.4rem;
}

.download-list ul li:hover .download-btn {
  background: var(--color2);
}

.website ul li {
  width: 23%;
  margin-top: 2%;
  margin-right: 2%;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.website ul li:nth-of-type(4n) {
  margin-right: 0;
}
.website ul li > img {
  display: none;
}
.website ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.website .rr .title3 {
  padding: 0 8%;
  box-sizing: border-box;
}
.website dl {
  width: 100%;
  z-index: 99;
}
.website ul li:hover {
  z-index: 99;
}
.website ul li:hover dl {
  transform: scale(1);
  transition: all 0.3s ease;
}
.website dl dd {
  padding: 6%;
  box-sizing: border-box;
  font-size: 1.4rem;
  width: 100%;
  transition: all 0.4s ease-out;
}
.website dl dd.active {
  background: rgba(235, 102, 34, 0.03);
}
.website dl dd h4 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease-out;
}
.website dl dd h4 strong {
  font-size: 2rem;
  color: var(--color);
  margin-right: 1rem;
  font-family: "title";
}
.website dl dd:hover h4 {
  color: var(--color2);
}
.website dl dd p {
  font-size: 1.4rem;
  margin: 0 0;
  color: #474443;
  padding-left: 4rem;
  line-height: 1.6;
}
.website dl dd .tts:last-of-type {
  display: none;
}
.website dl dd h6 {
  font-size: 1.6rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: "title";
}
.website dl dd h6::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.1) url(../images/sale_icon.png) no-repeat
    center/60%;
  padding: 1.5rem;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 1rem;
}
.website dl dd .tts:nth-of-type(1) h6::before {
  background: rgba(0, 0, 0, 0.1) url(../images/sale_icon2.png) no-repeat
    center/60%;
}
/* 智能清洁 */
.qiyuan {
  align-items: center;
}
.qiyuan .title {
  height: 100%;
}
.qiyuan .title h2 {
  margin-bottom: 1.5rem;
}
.qiyuan .title p {
  letter-spacing: 0;
}
.qiyuan .morez {
  width: max-content;
  margin: 5rem auto 0;
  background: var(--color);
  color: #fff;
  padding: 1.2rem 5rem;
  border-radius: 1rem;
  letter-spacing: 1px;
  font-size: 1.8rem;
  transition: all 0.3s linear;
}
.qiyuan .morez:hover {
  background: var(--color2);
}

.title3Center {
  text-align: center;
}
.title3Center h3::after {
  left: 50%;
  transform: translateX(-50%);
}
.title3Center p {
  text-align: center;
  margin: 1rem 0 3.5rem;
}

.qiyuan1 .tt {
  text-align: center;
  margin: 1rem 0 3.5rem;
}

.qiyuan1 .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.qiyuan1 .videos {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.qiyuan1 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px;
}
.qiyuan1 .video .v_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8rem;
  background: var(--color);
  border-radius: 50%;
  cursor: pointer;
  padding: 1rem;
}
.qiyuan2 {
  background: #f6f6f6;
}
.qiyuan2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
}
.qiyuan2 ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.qiyuan2 ul li .ll {
  width: 48%;

  border-radius: 3rem;
  overflow: hidden;
}
.qiyuan2 ul li .ll img {
  transition: all 0.3s linear;
}
.qiyuan2 ul li:hover .ll img {
  transform: scale(1.08);
}
.qiyuan2 ul li .rr {
  width: 50%;
  padding: 3%;
  box-sizing: border-box;
}
.qiyuan2 ul li h4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.qiyuan2 ul li:hover h4 {
  color: var(--color);
}
.qiyuan2 ul li p {
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}
.qiyuan3 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.qiyuan3 ul li {
  width: 48.5%;
}
.qiyuan3 ul li .ll {
  border-radius: 3rem;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.qiyuan3 ul li .ll img {
  transition: all 0.3s linear;
}
.qiyuan3 ul li:hover .ll img {
  transform: scale(1.08);
}
.qiyuan3 ul li .rr {
  padding: 3%;
  box-sizing: border-box;
}
.qiyuan3 ul li h4 {
  font-size: 2.2rem;
  margin: 1rem 0 0.5rem;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.qiyuan3 ul li:hover h4 {
  color: var(--color);
}
.qiyuan3 ul li p {
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}
/* 产线物流 */
.logistic .contain {
  background: #f6f6f6;
}
.logistic .contain ul {
  display: flex;
  justify-content: space-between;
}
.logistic .contain ul a {
  width: 48.5%;
  border-radius: 3rem;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
}
.logistic .contain ul li .txt {
  padding: 2.5rem 3rem;
}
.logistic .contain ul li h6 {
  font-size: 2.2rem;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.logistic .contain ul li:hover h6 {
  color: var(--color);
}
.logistic .contain ul li p {
  color: #474443;
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.logistic .contain ul li p:last-of-type {
  border: none;
}
.logistic .contain ul li p:first-of-type {
  border: none;
  margin-bottom: 0.5rem;
}
.logistic .contain ul li p strong {
  width: 2.2rem;
  height: 2.2rem;
  background: var(--color2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.logistic .contain2 {
  background: #fff;
}
.logistic .contain2 dl {
  display: flex;
  justify-content: space-between;
}
.logistic .contain2 dl dd {
  width: 23%;
  border-radius: 3rem;
  overflow: hidden;
  background: #f9f9f9;
  text-align: center;
  padding: 5% 3%;
  box-sizing: border-box;
}
.logistic .contain2 dl dd img {
  width: 6rem;
  margin: 0 auto;
}

.logistic .contain2 dl dd h6 {
  font-size: 2.2rem;
  margin: 2rem 0;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.logistic .contain2 dl dd:hover h6 {
  color: var(--color);
}
.logistic .contain2 dl dd p {
  color: #474443;
  font-size: 1.6rem;
  line-height: 1.8;
}
.logistic2 ul li .ll {
  margin-top: 1%;
}
.logistic2 ul li:not(:first-of-type) {
  margin-top: 5rem;
}
.logistic2 ul li p:not(:first-of-type) {
  display: flex;
  align-items: center;
}
.logistic2 ul li p:not(:first-of-type)::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color2);
  margin-right: 1rem;
  border-radius: 50%;
}
/* 智能吊挂系统 */
.logistic_a {
  background: #f6f6f6;
}
.logistic_a .contain2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logistic_a .contain2 .ll {
  width: 47%;
}
.logistic_a .contain2 .ll p {
  color: #474443;
  font-size: 1.6rem;
  line-height: 2;
  margin: 1.5rem 0;
}
.logistic_a .contain2 .rr {
  width: 48%;
  border-radius: 3rem;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background: #fff;
}
.logistic_a .contain2 .ll .txt {
  border-radius: 3rem;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fff;
  padding: 3rem;
  margin-top: 5%;
  box-sizing: border-box;
}
.logistic_a .contain2 .ll h6 {
  font-size: 2.2rem;
  margin: 2rem 0;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.logistic_a .contain2:hover h6 {
  color: var(--color);
}
.logistic_a .contain2 ul {
  display: flex;
  flex-wrap: wrap;

  align-items: center;
}
.logistic_a .contain2 h5 {
  font-size: 2rem;
  margin: 0 0 0rem 0;
  line-height: 1;
  color: #1a1a1a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 1.5rem;
}

.logistic_a .contain2 ul li {
  width: 48%;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.logistic_a .contain2 ul li img {
  width: 4.2rem;
  margin-right: 2rem;
  border-radius: 50%;
  background: rgba(235, 102, 34, 0.1);
  padding: 0.7rem;
}
.logistic_a .contain2 ul li p {
  font-size: 1.6rem;
  margin: 0;
  color: #666;
  transition: all 0.3s linear;
}
.logistic_a .contain2 ul li p strong {
  font-size: 1.8rem;
  margin: 0 0 0rem 0;
  color: #474443;
  transition: all 0.3s linear;
  display: block;
}
.logistic_a .contain3 {
  padding-bottom: 0;
}
.logistic_a .contain3 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logistic_a .contain3 dl dd {
  width: 31.3%;
  border-radius: 3rem;
  overflow: hidden;
  background: #fff;
  text-align: center;
  padding: 5% 3%;
  box-sizing: border-box;
}
.logistic_a .contain3 dl dd img {
  width: 6.5rem;
  margin: 0 auto;
}

.logistic_a .contain3 dl dd h6 {
  font-size: 2rem;
  margin: 2rem 0;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.logistic_a .contain3 dl dd:hover h6 {
  color: var(--color);
}
.logistic_a .contain3 dl dd p {
  color: #474443;
  font-size: 1.6rem;
  line-height: 1.8;
}
.logistic_b .contain2 {
  margin-top: 5rem;
}
.logistic_b .contain3 dl dd {
  width: 23%;
  padding: 3% 1.5%;
  border-top: 5px solid var(--color2);
}
.logistic_b2 .contain4 .ll h6 {
  font-size: 2.2rem;
  margin: 2rem 0;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.logistic_b2 .contain4:hover h6 {
  color: var(--color);
}
.logistic_b2 .contain4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.logistic_b2 .contain4 .ll {
  width: 47%;
}
.logistic_b2 .contain4 .rr {
  width: 48%;
  border-radius: 3rem;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.logistic_b2 .contain4 .ll p {
  color: #474443;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.logistic_b2 .contain4 .ll p:first-of-type {
  border: none;
}
.logistic_b2 .contain4 .ll p strong {
  width: 2.2rem;
  height: 2.2rem;
  background: var(--color2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.logistic_b2 .contain4 .ll p span {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
.logistic_b3 {
  background: linear-gradient(to right, #5b8b33, #a1d27a);
}
.logistic_b3 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logistic_b3 dl dd {
  width: 23%;
  border-radius: 3rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 5% 3%;
  box-sizing: border-box;
}
.logistic_b3 dl dd img {
  width: 6.5rem;
  margin: 0 auto;
}

.logistic_b3 dl dd h6 {
  font-size: 2rem;
  margin: 2rem 0;
  color: #fff;
  transition: all 0.3s linear;
}
.logistic_b3 dl dd h5 {
  font-size: 4rem;
  margin: 2rem 0;
  color: var(--color2);
  transition: all 0.3s linear;
}
.logistic_b3 dl dd p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.smartStorage0 {
  position: relative;
}
.smartStorage0::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.smartStorage2 ul li p {
  margin: 1.5rem 0;
}
.smartStorage2 {
  background: #f9f9f9;
  padding-bottom: 0;
}
.smartStorage2 .contain2 dl {
  display: flex;
  justify-content: space-between;
}
.smartStorage2 .contain2 dl dd {
  width: 23%;
  text-align: center;
  padding: 4% 3% 4%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10rem 0 10rem 0;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
}
.smartStorage2 .contain2 dl dd img {
  width: 6.5rem;
  margin: 0rem auto 0;
  background: #fff;
  position: relative;
  z-index: 3;
}

.smartStorage2 .contain2 dl dd h6 {
  font-size: 2rem;
  padding: 1.6rem 0;
  margin-bottom: 3rem;
  color: #1a1a1a;
  transition: all 0.3s linear;
  position: relative;
}
.smartStorage2 .contain2 dl dd h6::after {
  content: "";
  width: 4rem;
  height: 3px;
  background: var(--color2);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.smartStorage2 .contain2 dl dd:hover h6 {
  color: var(--color);
}
.smartStorage2 .contain2 dl dd p {
  color: #474443;
  font-size: 1.6rem;
  line-height: 1.8;
}
.smartStorage3 {
  position: relative;
}
.smartStorage3 .swiper-slide {
  border-radius: 3rem;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #f9f9f9;
  height: auto;
}
.smartStorage3 .swiper-slide .imgBox {
  position: relative;
}
.smartStorage3 .swiper-slide .imgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.smartStorage3 .swiper-slide .txt {
  padding: 2.5rem 3rem;
}
.smartStorage3 .swiper-slide h6 {
  font-size: 2.2rem;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.smartStorage3 .swiper-slide:hover h6 {
  color: var(--color);
}
.smartStorage3 .swiper-slide p {
  color: #474443;
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.smartStorage3 .swiper-slide p:last-of-type {
  border: none;
}
.smartStorage3 .swiper-slide p:first-of-type {
  border: none;
  margin-bottom: 0.5rem;
}
.smartStorage3 .swiper-slide p strong {
  width: 2.2rem;
  height: 2.2rem;
  background: var(--color2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 1rem;
}
.smartStorage3 .swiper-button-next,
.smartStorage3 .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 3%;
  border: 2px solid var(--color);
}
.smartStorage3 .swiper-button-next:after,
.smartStorage3 .swiper-button-prev:after {
  font-size: 2rem;
  color: var(--color);
}
.smartStorage4 {
  background: var(--color);
}
.smartStorage4 .title3,
.smartStorage4 .title3 p {
  color: #fff;
}
.smartStorage4 ul {
  display: flex;
  justify-content: space-between;
}
.smartStorage4 ul li {
  border-radius: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  width: 31.3%;
  box-shadow: 0px 10px 15px -3px #0000001a;
  box-sizing: border-box;
}
.smartStorage4 ul li .top {
  padding: 6% 6% 5%;
  color: #fff;
  display: flex;
  align-items: center;
}
.smartStorage4 ul li .top img {
  width: 6rem;
  margin-right: 0.6rem;
  /* filter: invert(1) brightness(10000); */
  margin-right: 2rem;
}
.smartStorage4 ul li h4 {
  font-size: 2.2rem;
}
.smartStorage4 ul li p {
  font-size: 1.6rem;
  line-height: 2;
}
.smartStorage4 ul li h4 span {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  font-weight: normal;
}
.smartStorage4 ul li .tt {
  padding: 0% 6% 2%;
}
.smartStorage4 ul li .tt p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.3rem 0;
  color: #fff;
}
.smartStorage4 ul li .tt p strong {
  display: block;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  margin: -0.3rem 0 0 0.4rem;
}
.smartStorage4 ul li .tl {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  padding: 0.8rem 0;
}
.smartStorage4 ul li .tl:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
.smartStorage4 ul li .tl img {
  width: 3rem;
  margin-right: 0.6rem;
  filter: invert(1) brightness(10000);
}
.smartStorage4 ul li .tt2 {
  padding: 2% 6% 5%;
  color: #fff;
}
.smartStorage4 ul li h6 {
  font-size: 1.7rem;
  font-family: "title";
  font-weight: normal;
  margin-bottom: 1rem;
}
.smartStorage4 ul li .tt2 p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.smartStorage4 ul li .tt2 p:before {
  content: " ";
  color: var(--color2);
  background: var(--color2);

  font-weight: bold;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.8rem;
  padding: 1px;
  font-size: 1.2rem;
  transform: scale(0.85) translateY(0px) rotate(45deg);
}
/* 智能缝制 */
.smartSewing {
  position: relative;
  overflow: hidden;
}
.smartSewing::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.smartSewing video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
}
.smartSewing .txt {
  z-index: 9;
}
.smartSewing .bots {
  display: flex;
  justify-content: center;
}
.smartSewing .bots .morez {
  margin: 6rem 1.5rem 0 1.5rem;
  width: 180px;
  padding: 1.2rem 0;
}
.smartSewing .bots .morez2 {
  background: var(--color2);
}
.smartSewing2 {
  background: #f6f6f6;
}
.smartSewing2 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
}
.smartSewing2 ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.smartSewing2 ul li .ll {
  width: 48%;

  border-radius: 3rem;
  overflow: hidden;
}
.smartSewing2 ul li .ll img {
  transition: all 0.3s linear;
}
.smartSewing2 ul li:hover .ll img {
  transform: scale(1.08);
}
.smartSewing2 ul li .rr {
  width: 50%;
  padding: 3%;
  box-sizing: border-box;
}
.smartSewing2 ul li h4 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.smartSewing2 ul li:hover h4 {
  color: var(--color);
}
.smartSewing2 ul li p {
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}
.smartSewing2 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}
.smartSewing2 dl dd {
  width: 46%;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 3rem;
  margin: 3rem 0 0;
}
.smartSewing2 dl dd h6 {
  display: flex;
  margin-bottom: 1rem;
}
.smartSewing2 dl dd h6 strong {
  display: flex;
  justify-content: space-between;
  font-size: 4.6rem;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.smartSewing2 dl dd h6 i {
  font-style: normal;
  font-size: 2rem;
  margin-left: 1rem;
  color: var(--color);
}
.smartSewing3 dl {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.smartSewing3 dl dd {
  width: 23%;
  border-radius: 3rem;
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
  padding: 2.6% 3% 3%;
  box-sizing: border-box;
}
.smartSewing3 dl dd b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.smartSewing3 dl dd h5 {
  font-size: 8rem;
  color: var(--color);
  font-weight: bold;
  box-sizing: border-box;
  opacity: 0.06;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.smartSewing3 dl dd img {
  width: 5.5rem;
  margin: 0 0;
}
.smartSewing3 dl dd h6 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
  color: #1a1a1a;
  transition: all 0.3s linear;
}
.smartSewing3 dl dd h6 strong {
  color: var(--color);
}
.smartSewing3 dl dd:hover h6 {
  color: var(--color);
}
.smartSewing3 dl dd p {
  color: #474443;
  font-size: 1.6rem;
  line-height: 1.8;
}
.smartSewing4 {
  background: #eee;
}
.smartSewing4 .bg {
  margin: 5rem auto;
  position: relative;
  width: 90rem;
}
.smartSewing4 .tt {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.smartSewing4 .tt .t1 {
  width: 50%;
  font-size: 2rem;
  line-height: 1;
}
.smartSewing4 .tt .t1 strong {
  font-size: 12rem;
  color: var(--color);
  margin-right: 1rem;
  line-height: 1;
  font-weight: bold;
}
.smartSewing4 .tt .t1:last-of-type strong {
  color: var(--color2);
}
.smartSewing4 dl {
  display: flex;
  width: 90rem;
  justify-content: space-between;
}
.smartSewing4 dl dd {
  width: 50%;
  text-align: center;
}
.smartSewing4 dl dd p {
  font-size: 1.5rem;
  color: #555;
  padding: 0.6rem 2rem;
  box-sizing: border-box;
  line-height: 1.7;
}
.smartSewing4 dl dd p strong {
  font-size: 1.6rem;
  color: #333;
  display: block;
}
html[lang="en"] *{
    letter-spacing: 0 !important;
}