@charset "UTF-8";

body {
  font-family: "微软雅黑";
  overflow-x: hidden;
  cursor: pointer;
}

body.body-inside {
  padding-top: 100px;
}

.news-list-page .footer-copy,
.product-list-page .footer-copy,
.shineng-page .footer-copy,
.news-page .footer-copy,
.contact-page .footer-copy,
.caipinxiangqing-page .footer-copy {
  position: unset;
}

.caipinxiangqing-page .owl-carousel .owl-item img {
  object-fit: contain;
}

.contact-page,
.product-list-page {
  background-color: #10069F;
}

.shineng-page .news-list-title {
  padding: 6vw 0 2vw;
}

body.adout-page {
  position: relative;
  background: radial-gradient(circle at 15% 20%, rgba(255, 91, 0, 0.30), transparent 26%), radial-gradient(circle at 86% 14%, rgba(231, 200, 129, 0.24), transparent 28%), linear-gradient(135deg, #10069F 0%, #2416c8 48%, #08034f 100%);
}

body.on {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  outline: none;
}

.foot-logo {
  margin-top: 40px;
  max-width: 50vw;
}

.foot2-box {
  padding: 40px 0 60px;
}

.shineng-page {
  background: linear-gradient(180deg, #fff 0%, #e2e0ff 100%);
}

@media screen and (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1440px) {

  .w1600.container,
  .w1400.container {
    width: 1400px;
  }

  .w1300.container {
    width: 1300px;
  }
}

@media screen and (min-width: 1660px) {
  .w1600.container {
    width: 1600px;
  }
}

.f0 {
  font-size: 0;
}

.bg-fa {
  background: #fafafa;
}

/*============================= public =============================*/
/* header */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  padding: 5px 0;
  padding-left: 1%;
  padding-right: 1%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -moz-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* height: 5vw; */
  min-height: 100px;
  /* max-width: 2162px; */
  margin: 0 auto;
}

.header .a-logo img {
  max-width: 260px;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right .h-search {
  cursor: pointer;
}

.header-right .h-search .db {
  max-height: 70px;
}

.header-right .h-lauguage {
  background: #10069F;
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  margin-left: 15px;
}



.nav-list li {
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-list li .span-a1 a {
  position: relative;
  display: block;
  line-height: 3vw;
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  padding: 0 20px;
}

.nav-list li.on {
  background: #10069F
}

.nav-list li .span-a1 a::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 3px;
  background: #FF5B00;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-list li .span-a1 a.on::after {
  display: none;
}

.nav-list li.on .span-a1 a {
  color: #fff;
}

.nav-list li.on .span-a1 a::after {
  left: 0;
  right: 0;
}

.nav-down {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -moz-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  border-radius: 8px;
}

.nav-down::before {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  top: -3px;
  height: 3px;
  background: #FF5B00;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-down .div-01 {
  position: relative;
  text-align: center;
}

.nav-down .div-01 a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding: 10px 0;
}

.nav-down .div-down {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-down .div-down .div-1 {
  position: relative;
  text-align: center;
}

.nav-down .div-down .div-1 a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  padding: 10px 0;
}

.header-bream {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  display: none;
  margin-left: 15px;
}

.header-bream span {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 100%;
  height: 3px;
  background: #10069F;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-bream::before,
.header-bream::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #10069F;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-bream::before {
  top: 0;
}

.header-bream::after {
  bottom: 0;
}

.header-bream.on span {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.header-bream.on::before {
  transform: rotate(45deg) translate(12px, 3px);
}

.header-bream.on::after {
  transform: rotate(-45deg) translate(12px, -3px);
}

.header-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  -moz-box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  box-shadow: 0 0 10px rgba(231, 231, 231, 0.45);
  display: none;
}

.header-search .container {
  padding-top: 53px;
  padding-bottom: 30px;
}

.header-search .span-close {
  position: absolute;
  right: 0;
  top: 30px;
  cursor: pointer;
}

.header-search .span-close img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-search .div-cont {
  margin-right: 120px;
}

.header-search .put-01 {
  outline: none;
  background: none;
  border: none;
  width: 100%;
  line-height: 30px;
  padding: 3px 100px 3px 0;
  border-bottom: 1px solid #e6e6e6;
}

.header-search .but-01 {
  outline: none;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}


.footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 40px 0;
  border-top: 1px solid #e6e6e6;
}

.footer-list {
  display: flex;
  font-size: 0;
  background: url("../images/line-06.jpg") right center no-repeat;
}

.footer-list ul {
  margin-left: 140px;
}

.footer-list ul:first-child {
  margin-left: 0;
}

.footer-list ul li .div-title {
  margin-bottom: 13px;
}

.footer-list ul li .div-title a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  padding-bottom: 12px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.footer-list ul li .div-01 a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}

.footer-share {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.footer-share-01 {
  margin-left: 70px;
  padding-top: 8px;
  cursor: pointer;
}

.footer-share-01:first-child {
  margin-left: 0;
}

.footer-share-01 .div-title {
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-top: 11px;
}

.footer-share-01 .span-ewm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 110px;
  background: url("../images/bg-02.png") center center no-repeat;
  bottom: 100%;
  display: none;
}

.footer-share-01:hover .span-ewm {
  display: block;
}

.footer-address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.footer-address .div-01 {
  padding-left: 80px;
}

.footer-address .div-01 .span-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-address .div-01 .div-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  padding-top: 2px;
}

.footer-address .div-01 .div-des {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 4px;
}

.footer-copy {
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 26px;
  color: #adadad;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  flex-direction: row;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #000;
}

.footer-copy a {
  color: #adadad;
}

.footer-inside {
  background-position: right bottom;
  background-color: #10069F;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contact-page .footer-inside {
  background-color: unset;
}

.public-share {
  position: fixed;
  left: 40px;
  bottom: 28px;
  z-index: 2;
  display: none;
}

.public-share .bshare-custom {
  display: flex;
  flex-direction: column;
}

.public-share .bshare-custom a,
.public-share .bshare-custom span {
  margin: 0 0 40px;
  padding: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.public-share .bshare-custom a:last-child,
.public-share .bshare-custom span:last-child {
  margin-bottom: 0;
}

.public-share .bshare-custom a.bshare-more2,
.public-share .bshare-custom span.bshare-more2 {
  display: inline-block;
  background-image: url("../images/s-icon1.png");
}

.public-share .bshare-custom a.bshare-weixin,
.public-share .bshare-custom span.bshare-weixin {
  background-image: url("../images/s-icon2.png");
}

.public-share .bshare-custom a.bshare-qqim,
.public-share .bshare-custom span.bshare-qqim {
  background-image: url("../images/s-icon3.png");
}

.public-share .bshare-custom a.bshare-sinaminiblog,
.public-share .bshare-custom span.bshare-sinaminiblog {
  background-image: url("../images/s-icon4.png");
}

.bsTop {
  width: 100% !important;
}

.bsFrameDiv>div {
  width: 100% !important;
  height: 208px !important;
}

.bsFrameDiv>div img {
  width: 168px !important;
  height: 168px !important;
}

#bsPanelHolder {
  display: none !important;
}

#bsMorePanel {
  width: 100% !important;
}

.bFind-wrapper-top {
  height: 26px !important;
}

.pages a,
.pages a.current {
  display: inline-block;
  font-weight: normal;
  min-width: 36px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 16px;
  color: #666;
  background: #fff2f3;
  border-radius: 5px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pages a:first-child,
.pages a:last-child,
.pages strong:first-child,
.pages strong:last-child {
  min-width: 100px;
}

.pages a.current {
  background: #e6000f;
  color: #fff;
}

/*============================= index =============================*/
.index-scroll {
  position: fixed;
  right: 2%;
  bottom: 3.7%;
  z-index: 100;
  cursor: pointer;
}

.index-scroll img {
  animation: banner_scroll 1.2s infinite linear;
  -moz-animation: banner_scroll 1.2s infinite linear;
  /* Firefox */
  -webkit-animation: banner_scroll 1.2s infinite linear;
  /* Safari and Chrome */
  -o-animation: banner_scroll 1.2s infinite linear;
  /* Opera */
}

@keyframes banner_scroll {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

.index .main {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 100px;
  bottom: 0;
  margin: 0;
}

.index .main .swiper-slide {
  display: flex;
  justify-content: center;
}

.index .main .swiper-slide img {
  object-fit: cover;
  max-width: 2160px;

}

.index-bk {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* padding-top: 105px; */
}

.index-bk.index-bg {
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.no-ts .index-bk {
  top: 100%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.no-ts .index-bk.index-1 {
  top: 0;
}

.lt9 .no-ts .index-bk {
  top: 0;
}

.index-bk.index-1 {
  z-index: 10;
  top: 0;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.index-bk.index-2 {
  z-index: 50;
}

.index-bk.index-3 {
  z-index: 60;
}

.index-bk.index-4 {
  z-index: 70;
}

.index-bk.index-5 {
  z-index: 80;
}

.index-bk.index-6 {
  z-index: 90;
}

.index-bk.index-7 {
  z-index: 100;
}

.index-pinpai {
  background-image: url(../images/i-bg1.jpg);
  min-height: 0px;
  background-repeat: inherit !important;
}

.anim2_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim2_down .index-2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim2_up .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim2_up .index-3 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.anim2_up .index-2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim3_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim3_down .index-2 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.anim3_down .index-3 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim3_up .index-2 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.anim3_up .index-3 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim3_up .index-4 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.anim4_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim4_down .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim4_down .index-3 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.anim4_down .index-4 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim4_up .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim4_up .index-3 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.anim4_up .index-4 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim4_up .index-5 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.anim5_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim5_down .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim5_down .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim5_down .index-4 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.anim5_down .index-5 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim5_up .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim5_up .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim5_up .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim5_up .index-4 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.anim5_up .index-5 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim5_up .index-6 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.anim6_down .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_down .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_down .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_down .index-4 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_down .index-5 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_down .index-6 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim6_up .index-1 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_up .index-2 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_up .index-3 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_up .index-4 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_up .index-5 {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.anim6_up .index-6 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.anim6_up .index-7 {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.right-button {
  position: fixed;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 111;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.right-button i {
  display: block;
  width: 8px;
  height: 8px;
  background: #ccc;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 50%;
}

.right-button i:first-child {
  margin-top: 0;
}

.right-button i.active {
  background: #FF5B00;
}

.index-main {
  position: relative;
  z-index: 2;
}

.banner-owl .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 3.7%;
  transform: translateX(-50%);
  z-index: 20;
  line-height: normal;
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  padding: 5px 6px;
  border-radius: 10px;
}

.banner-owl .owl-dots button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 6px;
  background: #fff;
  background-size: cover;
}

.banner-owl .owl-dots button.owl-dot.active {
  background: #10069F;
}

.banner-a1 {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.index-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pinpai-flex {
  justify-content: flex-end;
}

.index-about-left {
  width: 45%;
}

.index-title {
  font-weight: bold;
  padding-bottom: 20px;
  /* background: url("../images/line-01.png") left bottom no-repeat; */
}

.index-title .div-en {
  position: absolute;
  left: 0;
  bottom: 15px;
  font-size: 76px;
  line-height: 76px;
  color: rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
}

.index-title .div-cn {
  font-size: 40px;
  color: #333;
  line-height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-title .pinpai-img {
  align-items: flex-start;
}

.index-title.tc {
  background-position: center bottom;
}

.index-title.tc .div-en {
  right: 0;
}

.caipin-title {
  justify-content: center;
}

.caipin-title .caipin-subname,
.xinwen-title .caipin-subname,
.pinpai-title .caipin-subname,
.contact-img .caipin-subname,
.about-pinp-title .caipin-subname,
.about-us-section .div-cn .caipin-subname,
.about-craft-section .caipin-subname,
.join-flow-section .caipin-subname {
  color: #000000;
  font-size: 1vw;
  letter-spacing: 6px;
  line-height: 52px;
  font-weight: bold;
}

.zhaopai .caipin-subname,
.pinpai-title .caipin-subname,
.contact-page .caipin-subname,
.about-pinp-title .caipin-subname,
.tese .caipin-subname,
.about-us-section .div-cn .caipin-subname,
.caipin-title .caipin-subname {
  color: #fff;
}

.tese,
.news-list-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6vw 0;
}

.about-pinp-title .div-cn {
  padding: 80px 0 40px;
}

.contact-img .caipin-subname {
  color: #fff;
}

.contact-ico {
  width: 40px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0 60px;
}

.cont-li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cont-li h3 {
  color: #ffffff;
  font-size: 6vw;
}

.index-news-title .b-01 {
  font-size: 36px;
  color: #10069F;
  line-height: 50px;
}

.index-news-title .b-01 img {
  padding-right: 10px;
  position: relative;
  top: -2px;
}

.index-news-title .b-01+.index-more {
  top: 0;
  margin-top: 0;
}

.index-news-title .index-more {
  position: relative;
  top: -18px;
}

.index-about-des {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 20px;
  /* height: 90px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  line-height: 3em;
  color: #fff;
}

.index-about-num {
  display: flex;
  margin-top: 62px;
}

.index-about-num .span-line {
  width: 1px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/line-02.jpg");
  margin: 0 115px;
}

.index-about-num-01:first-child {
  background: none;
}

.index-about-num-01 .div-01 {
  color: #10069F;
  font-size: 0;
  font-family: "黑体";
}

.index-about-num-01 .div-01 .span-year {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
}

.index-about-num-01 .div-01 .span-01 {
  font-size: 50px;
  position: relative;
  top: -7px;
}

.index-about-num-01 .div-01 .span-02 {
  font-size: 30px;
  position: relative;
  top: -25px;
}

.index-about-num-01 .div-01 .span-03 {
  font-size: 16px;
}

.index-about-num-01 .div-des {
  font-size: 18px;
  line-height: 28px;
  color: #888;
  margin-top: 8px;
}

.index-more {
  margin-top: 42px;
}

.pinpai-more {
  display: flex;
  justify-content: flex-end;
}

/* 品牌简介查看更多开始 */
.pinpai-more a {
  width: 100%;
  position: relative;
  display: inline-block;
  width: 80px !important;
  height: auto !important;
}

.pinpai-more a img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.5s ease;
}

/* 两层水波 */
.pinpai-more a::before,
.pinpai-more a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  pointer-events: none;
}

/* 鼠标移入：图片放大 */
.pinpai-more a:hover img {
  transform: scale(1.08);
}

/* 第一层水波 */
.pinpai-more a:hover::before {
  animation: pinpaiRipple 1.2s ease-out forwards;
}

/* 第二层水波 */
.pinpai-more a:hover::after {
  animation: pinpaiRipple 1.2s ease-out 0.25s forwards;
}

@keyframes pinpaiRipple {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.65;
  }

  70% {
    opacity: 0.25;
  }

  100% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0;
  }
}

/* 品牌简介查看更多结束 */

.index-more a {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 146px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  /* border: 1px solid #f07e87; */
  border-radius: 25px;
  /* background: #10069F */
}

.index-more a span {}

.index-about-right {
  width: 47.5%;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.index-about-video {
  margin-right: 7.8%;
  margin-bottom: 50px;
}

.index-about-video .div-01 img {
  width: 100%;
}

.index-about-video .div-01 .span-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-play.png");
  background-size: 9.42%;
}

.index-news {
  background-position: left top;
  background-size: 100%;
}

.index-news-cont .row {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 30px;
}

.index-news-cont .row>div {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.index-news-a1 {
  position: relative;
  /* border: 1px solid #ededed; */
  background: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.newb {
  background-color: #f8f8f8;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.index-news-a1 .span-tag {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 5;
  width: 72px;
  height: 76px;
  background: url("../images/bg-06.png") center no-repeat;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  padding-right: 6px;
  text-align: center;
  line-height: 60px;
}

.index-news-a1 .span-tag2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url("../images/bg-07.png") center no-repeat;
  font-size: 20px;
  color: #fff;
}

.index-news-a1 .span-cont {
  padding: 42px 10%;
  padding: 0 !important;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.news-list-span-cont:hover {
  transform: none !important;
}

.news-list-page-content .news-list-span-cont {
  padding-bottom: 60px !important;
  margin-bottom: 40px;
}


.index-news-a1 .span-cont:hover,
.index-news-a1 .span-cont:hover .newb {
  background-color: #10069F;
}

.index-news-a1 .span-cont:hover .bdo-date .b-year,
.index-news-a1 .span-cont:hover .bdo-date .b-date,
.index-news-a1 .span-cont:hover .bdo-title,
.index-news-a1 .span-cont:hover .bdo-des {
  color: #fff !important;
}

.index-news-a1 .col-sm-4:hover a {
  transform: scale(1.1);
}

.index-news-a1 .span-cont .bdo-date .b-year {
  font-size: 18px;
  line-height: 28px;
  padding: 20px 20px 0;
  color: #ADADAD;
  /* -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; */
}

.index-news-a1 .span-cont .bdo-date .b-date {
  font-size: 32px;
  padding: 0 20px;
  color: #ADADAD;
  line-height: 42px;
  /* -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; */
}

.index-news-a1 .span-cont .bdo-title {
  font-size: 1.2vw !important;
  font-weight: 700;
  padding: 0 20px;
  color: #000;
  margin-top: 24px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; */
}



.index-news-a1 .span-cont .bdo-img {
  margin-top: 23px;
  aspect-ratio: 16 / 9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.news-page .span-cont .bdo-img {
  border-radius: 0 0 8px 8px;
}

.news-list-page-content .span-cont .bdo-img {
  margin-top: 0;
}

.news-list-page-content .bdo-img img {
  aspect-ratio: 16 / 9;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
}

.index-news-a1 .span-cont .bdo-img .i-img {
  /* padding-top: 73.65%; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 100%;
}

.index-news-a1 .span-cont .bdo-img .i-img img {
  aspect-ratio: 16 / 9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  object-fit: cover;
}

.index-news-a1 .span-cont .bdo-des {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-top: 24px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 20px;
  letter-spacing: 1px;
}

.index-news-a1 .span-img {
  display: none;
}

.index-culture-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.index-culture-a1 {
  width: 31.56%;
  text-align: center;
  background: #fff;
  padding: 50px 0 43px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-culture-a1 .span-img {
  background: #f2f2f2;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-culture-a1 .span-img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.index-culture-a1 .span-img .mgh {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.index-culture-a1 .span-cont {
  margin-top: 36px;
  width: 66.3%;
  margin-left: auto;
  margin-right: auto;
}

.index-culture-a1 .span-cont .b-title {
  color: #333;
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 13px;
  background: url("../images/line-03.jpg") center bottom no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-culture-a1 .span-cont .bdo-des {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-top: 12px;
}

.index-make-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.index-make-a1 {
  width: 23.75%;
  background: #f7f7f7;
  padding: 80px 0 71px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-make-a1 .span-img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-make-a1 .span-img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.index-make-a1 .span-img .mgh {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.index-make-a1 .span-cont {
  /* width: 70%; */
  /* height: 162px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-make-a1 .span-cont .b-title {
  font-size: 24px;
  color: #333;
  line-height: 34px;
  padding-bottom: 15px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-make-a1 .span-cont .bdo-des {
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 3px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-make-a1 .span-cont .bdo-more {
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 18px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-bk.index-6 {
  background-size: 100%;
  background-color: #f5f5f5;
  background-position: right bottom;
}

/*============================= 03_走进卫龙 =============================*/
.banner-inside {
  width: 100%;
}

.banner-inside img {
  width: 100%;
}

.about-intro {
  background-size: cover;
}


.about-intro .about-intro-des {
  height: auto;
  display: block;
}

.about-intro-left,
.about-intro-right {
  width: 50%;
}

.about-content p span {
  text-wrap-mode: wrap !important;
  line-height: 3em;
  color: #fff;
}

.about-intro-word {
  padding-left: 18.6%;
  padding-right: 16.27%;
}

.about-intro-word .div-title {
  font-size: 28px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 33px;
}

.about-intro-word .about-intro-des {
  text-align: justify;
  margin-top: 0;
  overflow: auto;
}

.about-intro-word .about-intro-des .b1 {
  font-size: 20px;
  color: #333;
}

.about-intro-des.public-scroll .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background: #dbdbdb;
}

.about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.about-intro-des.public-scroll .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 3px;
  background: #10069F;
  border-radius: 3px;
}

.about-intro-video {
  margin: 0;
  padding: 0;
}

.about-intro-video img {
  width: 100%;
}

.about-anchor {
  position: absolute;
  margin-top: -190px;
}

.about-history {
  padding-top: 190px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-history-content {
  height: 80vh;
  margin-top: 50px;
}

.about-history-content .swiper-container {
  width: 100%;
  height: 100%;
}

.about-history-content .swiper-slide {
  height: auto;
}

.about-history-list {
  position: relative;
  margin-bottom: 5px;
}

.about-history-list::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 43px;
  bottom: 0;
  width: 1px;
  background: #e6e6e6;
}

.about-history-list li .about-history-cont {
  position: relative;
}

.about-history-list li .about-history-cont::after {
  content: " ";
  position: absolute;
  top: 43px;
  left: 100%;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-33.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -12px;
}

.about-history-list li .about-history-01 {
  margin-right: 11.25%;
  background: #fff;
}

.about-history-list li .about-history-01::before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 40px;
  width: 31px;
  height: 31px;
  background: url("../images/icon-09_n.png") center no-repeat;
}

.about-history-list li .div-img1 {
  position: absolute;
  right: 0;
  bottom: -21px;
}

.about-history-list li .div-img2 {
  position: absolute;
  left: 0;
  bottom: 100%;
}

.about-history-list li .div-img3 {
  position: absolute;
  right: 0;
  bottom: -30px;
}

.about-history-cont {
  width: 50%;
}

.about-history-01 {
  position: relative;
  padding: 21px 38px 23px;
  border: 1px solid #e6e6e6;
}

.about-history-01 .div-year {
  font-size: 36px;
  line-height: 46px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about-history-01 .div-info {
  margin-top: 15px;
}

.about-history-01 .div-info span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  background: #10069F;
  padding: 0 25px;
  border-radius: 32px;
}

.about-history-01 .div-des {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  margin-top: 15px;
}

.about-honor {
  padding-top: 110px;
  padding-bottom: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*============================= 10_品质管控 =============================*/
.control-main {
  padding-top: 80px;
  padding-bottom: 80px;
}

.control-01 {
  margin-top: 80px;
}

.control-01:first-child {
  margin-top: 0;
}

.control-title {
  font-size: 24px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  padding-bottom: 33px;
  background: url("../images/line-07.jpg") left bottom no-repeat;
}

.control-title.tc {
  background-position: center bottom;
}

.control-text {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-top: 23px;
}

.control-img {
  margin-top: 25px;
}

.control-img img {
  width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

/*============================= 14_培训机制 =============================*/
.training-main {
  padding-top: 94px;
  padding-bottom: 80px;
}

.training-main .control-title {
  padding-bottom: 23px;
}

.training-cont {
  margin-top: 50px;
}

.training-01 {
  margin-top: 60px;
}

.training-01:first-child {
  margin-top: 0;
}

.training-01 .div-img img {
  width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.control-owl {
  position: relative;
  margin-top: 23px;
}

.promotion-flex {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  flex-wrap: wrap;
}

.promotion-01 {
  width: 18.375%;
  border: 1px solid #f27f88;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promotion-01 .div-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  background: #10069F;
  overflow: hidden;
  padding-left: 10%;
  padding-right: 10%;
}

.promotion-01 .div-title .span-num {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 60px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.1);
}

.promotion-01 .div-des {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  padding: 20px 10%;
}

.promotion-td {
  margin-top: 80px;
}

.promotion-title .b-title {
  font-size: 30px;
  color: #333;
  line-height: 1;
}

.promotion-title .span-txt {
  font-size: 18px;
  color: #888;
  line-height: 1;
  margin-top: 18px;
}

.promotion-title .bdo-icon {
  position: absolute;
  top: 0;
  width: 70px;
}

.promotion-title .bdo-icon.bdo-left {
  right: 100%;
  margin-right: 50px;
}

.promotion-title .bdo-icon.bdo-right {
  left: 100%;
  margin-left: 50px;
}

.promotion-td-img {
  background: #f7f7f7;
  padding: 60px;
  border-radius: 20px;
  margin-top: 50px;
}

.management-txt {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 43px;
}

.management-main {
  padding-top: 73px;
}

.management-cont {
  position: relative;
  background: #f7f7f7;
}

.management-cont .div-cont {
  width: 49.875%;
  margin-left: 6.25%;
  min-height: 360px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.management-cont .div-cont .div-title {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  padding-left: 19px;
  width: 100%;
  background: url("../images/line-08.jpg") left 4px no-repeat;
}

.management-cont .div-cont .div-des {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  margin-top: 27px;
  width: 100%;
}

.management-cont .div-img {
  position: absolute;
  right: 0;
  top: -60px;
  bottom: 0;
  width: 35%;
}

.management-cont .div-img .span-img {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*============================= 12_卫龙人才 =============================*/
.concept-main {
  padding-top: 36px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

.concept-des {
  font-size: 20px;
  line-height: 48px;
  color: #333;
}

.concept-rcg {}

.concept-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
}

.concept-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.concept-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 48.125%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  margin-top: 55px;
  padding: 54px 60px 53px 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.concept-01::before {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0%;
  height: 6px;
  background: #10069F;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.concept-01 .div-img {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 20px;
  text-align: center
}

.concept-01 .div-img img {
  margin: 0 auto
}

.concept-01 .div-img img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.concept-01 .div-cont {
  position: relative;
  width: 100%;
  text-align: center
}

.concept-01 .div-cont .div-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 17.96%;
}

.concept-01 .div-cont .div-title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  color: #333;
  line-height: 34px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.concept-01 .div-cont .div-des {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 19px;
}

/*============================= 04_新闻 =============================*/
.news-list {
  padding-bottom: 83px;
}

.news-list .row {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 60px;
}

.news-list .row>div {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.news-list-page-content .span-img {
  display: block;
}

.news-list-page-content {
  transition: all 0.5s ease 0s;
}

.news-list-page-content:hover {
  transform: scale(1.1) !important;
  background-color: #10069F;
}

/*============================= 05_新闻_详情 =============================*/
.news-art {
  padding-top: 76px;
  padding-bottom: 80px;
}

.news-art-title {
  padding-bottom: 23px;
  border-bottom: 1px dashed #dbdbdb;
}

.news-art-title .div-title {
  font-size: 2vw;
  font-weight: 700;
  line-height: 38px;
  color: #000;
  margin: 80px 0;
}

.news-art-title .div-info {
  margin-top: 15px;
  display: flex;
  gap: 20px;
}

.news-art-title .div-info span {
  font-size: 18px;
  color: #999;
  line-height: 28px;
  letter-spacing: 2px
}

.news-art-title .div-info span img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.news-art-des {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 23px;
}

.news-art-page {
  margin-top: 50px;
  padding-top: 48px;
  border-top: 1px dashed #dbdbdb;
}

.news-art-page .div-title {
  font-size: 28px;
  line-height: 38px;
  color: #333;
}

.news-page-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
}

.news-page-flex .a-01 {
  width: 48.75%;
  padding: 40px 50px;
  background: #fafafa;
  margin-top: 10px;
  border-bottom: 5px solid #ff5b00;
  text-align: right;
}

.news-page-flex .a-01 .span-01 {
  font-size: 16px;
  color: #888;
  padding-right: 20px;
  margin-right: -20px;
  background: url("../images/icon-right.png") right center no-repeat;
}

.news-page-flex .a-01 .span-des {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-page-flex .a-01:first-child {
  text-align: left;
}

.news-page-flex .a-01:first-child .span-01 {
  padding-right: 0;
  margin-right: 0;
  padding-left: 20px;
  margin-left: -20px;
  background: url("../images/icon-left.png") left center no-repeat;
}

/*============================= 07_卫龙智造_产品 =============================*/
.product-main {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-01 .product-img,
.product-01 .product-word {
  width: 50%;
}

.product-01 .product-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-01 .product-img .span-img {
  width: 600px;
  max-width: 90%;
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-01 .product-img .span-img img {
  max-width: 100%;
  max-height: 500px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product-01 .product-word {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  background-size: cover;
  font-size: 0;
  min-height: 540px;
  padding: 50px 0;
}

.product-01 .product-word .div-cont {
  width: 510px;
  max-width: 72%;
  margin-left: 12.5%;
}

.product-01 .product-word .div-cont .div-title a {
  display: inline-block;
  font-size: 28px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-01 .product-word .div-cont .div-des {
  font-size: 18px;
  line-height: 32px;
  color: #555;
  margin-top: 35px;
  /*height: 96px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-01 .product-word .div-cont .div-des .div-txt {
  /*height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;*/
}

/*============================= 18_联系我们 =============================*/
.contact-top {
  position: relative;
  z-index: 10;
  background: #f8f8f8;
  padding-bottom: 80px;
}

.contact-top-cont {
  position: relative;
}

.contact-top-c {
  padding: 60px 100px 100px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -120px;
}

.contact-top-c .div-title {
  font-size: 40px;
  line-height: 1;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.contact-top-c .div-title img {
  margin-right: 18px;
}

.contact-top-c .div-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
}

.contact-top-c .contact-list {
  width: 41.428%;
}

.contact-top-c .contact-list li {
  padding: 47px 0 45px 64px;
  border-bottom: 1px solid #ededed;
}

.contact-top-c .contact-list li:last-child {
  border-bottom: none;
}

.contact-top-c .contact-list li .span-icon {
  float: left;
  margin-left: -64px;
}

.contact-top-c .contact-list li .span-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}

.contact-top-c .contact-list li .span-des {
  font-size: 16px;
  color: #888;
  line-height: 26px;
}

.contact-top-c .div-map {
  width: 51.428%;
}

.contact-top-c .div-map img {
  width: 100%;
}

.contact-online {
  padding-bottom: 80px;
}

.contact-form {
  padding-top: 36px;
}

.contact-form .div-01 {
  margin-top: 30px;
}

.contact-form .div-01 .span-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 17px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

.contact-form .div-01 .span-title bdo {
  color: #e6000f;
}

.contact-form .div-01 .put-01 {
  outline: none;
  background: none;
  width: 100%;
  line-height: 30px;
  padding: 10px 17px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}

.contact-form .div-01 .text-01 {
  height: 160px;
  resize: none;
}

.contact-form .div-01 .but-01 {
  outline: none;
  background: none;
  border: none;
  width: 200px;
  height: 50px;
  background: #fff;
  font-size: 18px;
  color: #10069F;
  border-radius: 8px;
}

.contact-form .div-01 .but-01:hover {
  background: #FF5B00;
  color: #fff;
}


/*============================= 06_卫龙文化 =============================*/
.mission-01 {
  margin-top: 95px;
}

.mission-01:first-child {
  margin-top: 0;
}

.mission-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  margin-top: 50px;
}

.mission-cont {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-cont .div-cont {
  width: 65%;
  margin: 30px 20% 30px 15%;
  padding-top: 16px;
  background: url("../images/icon-22.png") right top no-repeat;
}

.mission-cont .div-cont .div-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  padding-bottom: 28px;
  background-image: url("../images/line-07.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.mission-cont .div-cont .div-des {
  font-size: 26px;
  color: #10069F;
  line-height: 50px;
  margin-top: 18px;
}

.mission-img {
  width: 50%;
  min-height: 460px;
}

.mission-img .span-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.culture-title b {
  font-size: 30px;
  color: #333;
  line-height: 40px;
}

.culture-title .span-icon {
  position: absolute;
  top: 0;
  width: 70px;
}

.culture-title .span-icon.span-left {
  right: 100%;
  margin-right: 45px;
}

.culture-title .span-icon.span-right {
  left: 100%;
  margin-left: 45px;
}

.culture-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 54px;
  padding-bottom: 80px;
}

.culture-01 {
  width: 30%;
  background: #fff;
  height: 250px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.culture-01 .div-01 {
  position: relative;
  height: 250px;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.culture-01 .div-01 .span-img img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.culture-01 .div-01 .span-title {
  font-size: 24px;
  color: #333;
  line-height: 40px;
  margin-top: 20px;
}

.culture-01 .div-01 .span-arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.culture-01 .div-02 {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 50px 8.6% 50px;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.culture-01 .div-02 .div-title {
  padding-right: 60px;
  font-size: 24px;
  line-height: 40px;
}

.culture-01 .div-02 .div-title .span-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.culture-01 .div-02 .div-des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 34px;
}

.culture-01 .div-02 .div-des p {
  margin: 0;
}

.culture-01.on {
  width: 70%;
  background: #10069F;
}

.culture-01.on .div-01 {
  position: absolute;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.culture-01.on .div-02 {
  position: relative;
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/*============================= 08_卫龙智造_产品详情 =============================*/
.product-hot {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-hot-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.product-hot-a1 {
  width: 18.125%;
  margin-top: 20px;
}

.product-hot-a1 .span-img {
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-hot-a1 .span-img .mg-mc {
  width: 100%;
}

.product-hot-a1 .span-img .mg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-hot-a1 .span-title {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-details {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fafafa;
}

.product-owl {
  padding-left: 100px;
  padding-right: 100px;
}

.product-owl .owl-nav button.owl-prev,
.product-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product-owl .owl-nav button.owl-prev {
  left: 0px;
  font-size: 0;
  background-image: url("../images/icon-31.png");
}

.product-owl .owl-nav button.owl-next {
  right: 0px;
  font-size: 0;
  background-image: url("../images/icon-32.png");
}

.product-01 {
  display: flex;
  justify-content: space-between;
}

.product-01 .div-img {
  width: 42.85%;
  background: #fff;
  overflow: hidden;
}

.product-01 .div-img .mg-mc {
  width: 100%;
}

.product-01 .div-img .mg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.product-01 .div-cont {
  width: 48.92%;
}

.product-01 .div-cont img {
  width: auto;
}

.product-01 .div-cont .div-title {
  font-size: 30px;
  color: #333;
  line-height: 40px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #e5e5e5;
  font-weight: bold;
}

.product-01 .div-cont .div-des {
  font-size: 18px;
  line-height: 32px;
  color: #555;
  margin-top: 32px;
  padding-bottom: 90px;
  border-bottom: 1px dashed #e5e5e5;
}

.product-01 .div-cont .div-phone {
  padding-top: 46px;
  padding-left: 65px;
}

.product-01 .div-cont .div-phone .span-icon {
  float: left;
  margin-left: -65px;
  margin-top: 2px;
}

.product-01 .div-cont .div-phone .span-title {
  font-size: 16px;
  line-height: 26px;
}

.product-01 .div-cont .div-phone .span-des {
  font-size: 24px;
  color: #10069F;
  font-weight: bold;
  margin-top: 4px;
}

.special-jieshao-scroll {
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.special-jieshao-word {
  position: relative;
  min-height: 354px;
  background-color: #fff;
  border-bottom: 4px solid #e50e0c;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.special-jieshao-word-cont .mg1 {
  margin-bottom: 33px;
}

.special-jieshao-tit {
  width: 1020px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.special-jieshao-tit-01 {
  padding: 0 10px;
}

.special-jieshao-tit-01 span {
  display: block;
  height: 46px;
  line-height: 46px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-radius: 23px;
  cursor: pointer;
}

.special-jieshao-scroll .swiper-slide-thumb-active .special-jieshao-tit-01 span {
  background-color: #e50e0c;
  color: #fff;
}

.special-jieshao-word .special-jieshao-arrow {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  z-index: 50;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.special-jieshao-prev {
  left: -90px;
  background-image: url("../images/icon-31.png") !important;
}

.special-jieshao-next {
  right: -90px;
  background-image: url("../images/icon-32.png") !important;
}

.special-jieshao-prev:hover {
  background-image: url("../images/icon-31h.png") !important;
}

.special-jieshao-next:hover {
  background-image: url("../images/icon-32h.png") !important;
}

.product-yf-01 {
  padding: 80px 7.1%;
}

.product-yf-01 .div-title {
  font-size: 28px;
  color: #e50e0c;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 23px;
  background: url("../images/line-09.jpg") center bottom no-repeat;
}

.product-yf-01 .div-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.product-yf-01 .div-cont {
  width: 50%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.product-yf-01 .div-img {
  width: 41.66%;
}

.product-yf-01 .div-img img {
  width: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.gsty-active-swiper {
  margin-top: 47px;
}

.gsty-active-swiper .swiper-button-prev,
.gsty-active-swiper .swiper-button-next {
  width: 24px;
  height: 37px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}

.gsty-active-swiper .swiper-button-prev::before,
.gsty-active-swiper .swiper-button-prev::after,
.gsty-active-swiper .swiper-button-next::before,
.gsty-active-swiper .swiper-button-next::after {
  display: none;
}

.gsty-active-swiper .swiper-button-prev {
  left: 20px;
  background-image: url("../images/arrow-left.png");
}

.gsty-active-swiper .swiper-button-prev:hover {
  background-image: url("../images/arrow-lefth.png");
}

.gsty-active-swiper .swiper-button-next {
  right: 20px;
  background-image: url("../images/arrow-right.png");
}

.gsty-active-swiper .swiper-button-next:hover {
  background-image: url("../images/arrow-righth.png");
}

.gsty-active-swiper .swiper-slide {
  width: 280px;
}

.gsty-active-swiper .swiper-slide-active .gsty-active-01 .div-mc {
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.gsty-active-swiper .swiper-slide-active .gsty-active-01 a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gsty-active-details .div-01 {
  width: 1000px;
  margin: 30px auto 0;
  max-width: calc(100vw - 30px);
  text-align: center;
  display: none;
  font-size: 18px;
  line-height: 28px;
  color: #555;
}

.gsty-active-details .div-01.on {
  display: block;
}

.job-title {
  display: flex;
  justify-content: center;
}

.job-title a {
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  color: #10069F;
  border: 1px solid #10069F;
  line-height: 58px;
  width: 210px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.job-title a:hover,
.job-title a.on {
  background: #10069F;
  color: #fff;
}

.guide-main {
  padding-top: 96px;
}

.guide-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
}

.guide-01 {
  width: 20%;
  padding: 50px 0 36px;
  background: #10069F;
  border-radius: 10px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.guide-01 .div-cont {
  padding: 0 15.625%;
  color: #fff;
}

.guide-01 .div-img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.guide-01 .div-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-top: 15px;
}

.guide-01 .div-list {
  font-size: 15px;
  line-height: 26px;
  margin-top: 8px;
}

.guide-img {
  width: 4.56%;
  display: flex;
  align-items: center;
}

.guide-job {
  padding-bottom: 80px;
}

.guide-job-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}

.guide-job-form .div-01 {
  width: 29.375%;
}

.guide-job-form .div-02 {
  width: 8.125%;
}

.guide-job-form .but-01 {
  border: none;
  outline: none;
  border-color: #10069F;
  width: 100%;
  height: 50px;
  background: #10069F;
  font-size: 16px;
  color: #fff;
}

.select-01 {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #dbdbdb;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/icon-39.png") no-repeat scroll right 19px center transparent;
  width: 100%;
  line-height: 48px;
  padding-left: 20px;
  font-size: 16px;
  color: #555;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 65px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

.job-list {
  margin-top: 50px;
}

.job-list li {
  background: #f2f2f2;
}

.job-list li .div-top {
  display: flex;
  justify-content: space-between;
  background: #10069F;
  line-height: 76px;
}

.job-list li .div-top span {
  color: #fff;
  padding-left: 78px;
  font-size: 22px;
}

.job-list li .div-top .span-1 {
  width: 27.66%;
}

.job-list li .div-top .span-2 {
  width: 26.875%;
}

.job-list li .div-top .span-3 {
  width: 27.66%;
}

.job-list li .div-top .span-4 {
  width: 17.8%;
}

.job-list li .div-t {
  background: #f2f2f2;
  cursor: pointer;
}

.job-list li .div-t span {
  color: #333;
  font-size: 16px;
}

.job-list li .div-bottom {
  position: relative;
  padding: 45px 80px 45px 80px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  display: none;
}

.job-list li .div-bottom .b-title {
  font-size: 16px;
  color: #c51422;
}

.job-list li .div-bottom .a-btn {
  position: absolute;
  right: 120px;
  bottom: 20px;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #e6000f;
}

.job-list li .div-bottom .c-red {
  color: #10069F;
}

.job-list li:nth-child(odd) {
  background: #fafafa;
}

.job-list li:nth-child(odd) .div-top {
  background: #fafafa;
}

.job-list li:first-child .div-top {
  background: #10069F;
}

.job-list li.on .div-t {
  border-top: 1px solid #10069F;
  border-bottom: 1px solid #10069F;
}

.job-list li.on .div-t span {
  color: #10069F;
}

.guide-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 70px;
}

.guide-list-01 {
  width: 30.625%;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
}

.guide-list-01 .div-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 46px 9.7% 40px;
}

.guide-list-01 .div-icon {
  width: 18.46%;
  margin-top: 4px;
}

.guide-list-01 .div-cont {
  width: 76.92%;
}

.guide-list-01 .div-title {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}

.guide-list-01 .div-des {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 8px;
  word-spacing: wrap;
}

.guide-list-01 .div-des.c-red {
  color: #10069F;
}

.guide-list-01 .div-des .c-red {
  color: #10069F;
}

.job-sh-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

.job-sh-title .span-title {
  font-size: 40px;
  color: #333;
  line-height: 50px;
}

.job-sh-title .job-sh-job {
  width: 44.28%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.job-sh-title .job-sh-job .div-01 {
  width: 75.8%;
}

.job-sh-title .job-sh-job .div-02 {
  width: 20.96%;
}

.job-sh-title .job-sh-job .but-01 {
  outline: none;
  border: none;
  background: #e6000f;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}

.job-sh-title+.guide-job {
  padding-top: 40px;
}

.job-sx-list li {
  display: flex;
  width: 100%;
}

.job-sx-list li .div-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.25%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #10069F;
  font-weight: bold;
}

.job-sx-list li .div-des {
  width: 88.75%;
  padding: 10px 0 20px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.job-sx-list li .div-des a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-left: 20px;
  margin-top: 10px;
}

.job-sx-list li .div-des a:hover,
.job-sx-list li .div-des a.xz {
  color: #10069F;
}

.job-sx-list li .div-des a.on {
  background: #10069F;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
}

.public-mc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.public-tc {
  position: fixed;
  width: 1282px;
  max-width: 90%;
  left: 50%;
  top: 50%;
  z-index: 110;
  transform: translate(-50%, -50%);
  padding: 44px 60px 50px;
  background: #fff;
  max-height: 90vh;
  overflow: auto;
  display: none;
}

.public-tc .public-close {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.public-tc .div-title {
  font-size: 36px;
  line-height: 46px;
  color: #333;
}

.public-tc .div-info {
  font-size: 16px;
  color: #888;
  line-height: 26px;
  margin-top: 6px;
}

.public-tc .div-01 {
  position: relative;
  padding-left: 140px;
  margin-top: 20px;
}

.public-tc .div-01 .span-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 126px;
  line-height: 40px;
  text-align: right;
  font-size: 16px;
  color: #333;
}

.public-tc .div-01 .span-title bdo {
  color: #e6000f;
}

.public-tc .put-01 {
  width: 100%;
  height: 40px;
  line-height: 24px;
  padding: 8px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.public-tc .put-01::placeholder {
  font-size: 14px;
  color: #b2b2b2;
}

.public-tc .text-01 {
  resize: none;
  height: 100px;
}

.public-tc .select-01 {
  height: 40px;
  border-color: #e6e6e6;
  border-radius: 5px;
}

.public-tc .div-1 {
  width: 66.66%;
}

.public-tc .div-1 .span-01 {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 40px;
  font-size: 16px;
  color: #888;
}

.public-tc .div-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.public-tc .div-2 {
  width: 41.37%;
}

.public-tc .div-line {
  color: #dbdbdb;
  font-size: 20px;
}

.public-tc .but-01 {
  border: none;
  outline: none;
  width: 200px;
  height: 50px;
  background: #e6000f;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  margin-top: 24px;
}

.public-address {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 27px 0;
  border-bottom: 1px solid #ededed;
}

.public-address a {
  color: #666;
}

.public-address a.c-red {
  color: #10069F;
}

.notice-main {
  padding-top: 30px;
  padding-bottom: 80px;
}

.notice-menu {
  float: left;
  margin-left: 0;
  width: 330px;
  background: #fff;
}

.notice-menu .div-title {
  color: #fff;
  background: #10069F;
  padding: 25px 15px 25px 50px;
}

.notice-menu .div-title .b-title {
  font-size: 30px;
  line-height: 40px;
}

.notice-menu .div-title .span-en {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 4px;
}

.notice-menu .div-list {
  border: 1px solid #ededed;
}

.notice-menu .div-list .div-01 {
  border-top: 1px solid #ededed;
}

.notice-menu .div-list .div-01:first-child {
  border-top: none;
}

.notice-menu .div-list .div-01 a {
  display: block;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  padding: 20px 20px 20px 100px;
  background: url("../images/line-10.png") 50px center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.notice-menu .div-list .div-01 a.on {
  color: #fff;
  background-image: url("../images/line-10h.png");
  background-color: #10069F;
}

.notice-cont {
  margin-left: 380px;
}

.notice-title {
  padding: 22px 30px;
  background: #fff;
}

.notice-title b {
  font-size: 28px;
  line-height: 1;
  color: #333;
  padding-left: 16px;
  border-left: 4px solid #10069F;
}

.notice-content {
  padding: 30px 50px 50px;
  background: #fff;
  margin-top: 10px;
}

.notice-list {
  padding-bottom: 50px;
}

.notice-list li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #333;
  padding-right: 150px;
  line-height: 56px;
  border-bottom: 1px dashed #dbdbdb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice-list li a span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  color: #888;
}

.notice-art {
  padding: 40px 50px 50px;
  background: #fff;
  margin-top: 10px;
}

.notice-art .div-title {
  padding-bottom: 23px;
  border-bottom: 1px dashed #dbdbdb;
}

.notice-art .div-title .span-title {
  font-size: 24px;
  line-height: 36px;
  color: #333;
}

.notice-art .div-title .span-date {
  font-size: 18px;
  color: #999;
  line-height: 28px;
  margin-top: 20px;
  background: url("../images/icon-45.png") left center no-repeat;
  padding-left: 28px;
}

.notice-art .div-des {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin-top: 23px;
}

.y-video .mg-mc {
  width: 100%;
}

.y-video .div-mc {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.y-video .video-v {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 0;
}

.searchs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}

.searchs form {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -30px;
  width: 600px;
  background: #fff;
  font-size: 16px;
  z-index: 9;
}

.searchs form .txt {
  float: left;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  width: 450px;
}

.searchs form .btns {
  float: right;
  height: 60px;
  line-height: 60px;
  width: 150px;
  text-align: center;
  background: #10069F;
  color: #fff;
  cursor: pointer;
}

.serclose {
  position: absolute;
  right: -50px;
  top: -50px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.search01 {
  display: block;
}

@media only screen and (max-width:1200px) {
  .searchs form {
    left: 10%;
    margin-left: 0;
    width: 80%;
    font-size: 14px;
    margin-top: -25px;
  }

  .searchs form .txt {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    width: 80%;
  }

  .searchs form .btns {
    height: 50px;
    line-height: 50px;
    width: 20%;
  }

  .serclose {
    position: absolute;
    right: 0;
    top: -50px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }

}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 22px;
  padding: 8px 10px;
  margin: 0 4px;
  border-radius: 8px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 22px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 8px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #10069F;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}

#maximg img {
  max-width: 100% !important;
  height: auto !important
}

.pro-showcase {
  position: relative;
  overflow: hidden;
}


.pro-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.pro-marquee::before,
.pro-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.pro-marquee-track {
  display: flex;
  align-items: stretch;
  gap: 22px;
  width: max-content;
  animation: proMarqueeMove var(--marquee-duration, 35s) linear infinite;
}

.pro-marquee:hover .pro-marquee-track {
  animation-play-state: paused;
}

.pro-item {
  position: relative;
  width: 375px;
  min-width: 375px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  /* background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.12);
box-shadow: 0 15px 40px rgba(0,0,0,0.24); */
  transition: transform .35s ease, box-shadow .35s ease;
  flex-shrink: 0;
}

.pro-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgb(255, 255, 255);
}

.pro-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  /* background: linear-gradient(135deg, rgba(255,91,0,.9), rgba(255,255,255,.18), rgba(16,6,159,.9));
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor; */
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.pro-item-img {
  position: relative;
  height: 667px;
  overflow: hidden;
  background: #fff;
}

.pro-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.pro-item:hover .pro-item-img img {
  transform: scale(1.04);
}

.pro-item-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  /* background: linear-gradient(to top, rgba(16,6,159,.38), rgba(16,6,159,0)); */
}

.pro-item-info {
  position: relative;
  z-index: 1;
  padding: 18px 18px 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.pro-item-info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-item-info span {
  display: inline-block;
  font-size: 14px;
  color: #FF5B00;
  transition: transform .3s ease, color .3s ease;
}

.pro-item:hover .pro-item-info span {
  transform: translateX(6px);
  color: #ff8b4d;
}

@keyframes proMarqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(var(--move-distance, 0px) * -1));
  }
}

@media (max-width: 768px) {
  .pro-showcase {
    padding: 45px 0;
  }

  .index-pinpai {
    background-image: url(../images/i-bg1-wap.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .index-caipin {
    padding-bottom: 0px !important;
  }

  .index-pinpai .index-about-des {
    height: 200px;
  }

  .index-pinpai .index-about-left {
    margin-top: 550px;
  }

  .caipin-title .caipin-subname,
  .pinpai-title .caipin-subname,
  .xinwen-title .caipin-subname,
  .contact-img .caipin-subname,
  .about-pinp-title .caipin-subname,
  .zhaopai .caipin-subname,
  .tese .caipin-subname,
  .about-us-section .div-cn .caipin-subname,
  .about-craft-section .caipin-subname {
    font-size: 4vw;
  }

  .cont-li h3 {
    font-size: 12vw;
  }

  .news-art-title .div-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .pro-marquee::before,
  .pro-marquee::after {
    width: 36px;
  }

  .pro-marquee-track {
    gap: 14px;
  }

  .pro-item {
    width: 200px;
    min-width: 200px;
    border-radius: 16px;
  }

  .pro-item-img {
    height: 100%;
  }

  .pro-item-info {
    padding: 12px 12px 14px;
  }

  .pro-item-info h3 {
    font-size: 15px;
  }

  .pro-item-info span {
    font-size: 12px;
  }

  .horizontal-text-track span {
    font-size: 20px !important;
  }
}

/* 提交按钮动画 */
.tilt-card {
  perspective: 1000px;
  display: inline-block;
}

.tilt-card-inner {
  transform-style: preserve-3d;
  will-change: transform;
}

.tilt-btn-wrap {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.tilt-btn-wrap .but-01 {
  transform: translateZ(20px);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.tilt-btn-wrap:hover .but-01 {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

/* 底部号码动画 */
.gsap-text-effect {
  display: inline-block;
  overflow: hidden;
}

.gsap-text-effect .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  will-change: transform, opacity;
}

/* 底部滚动动画 */
.horizontal-text-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}

.horizontal-text-track {
  display: flex;
  align-items: center;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}

.horizontal-text-track span {
  flex: 0 0 auto;
  margin-right: 60px;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.50);
}

/* 鼠标跟随 */
.mouse-dot,
.mouse-circle {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  opacity: 0;
  will-change: transform, opacity;
}

.mouse-dot {
  width: 8px;
  height: 8px;
  background: #FF5B00;
}

.mouse-circle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 91, 0, 0.55);
}

.mouse-dot.is-active,
.mouse-circle.is-active {
  opacity: 1;
}

.mouse-circle.is-hover {
  width: 72px;
  height: 72px;
  background: rgba(184, 50, 24, 0.08);
}


/* 蓝色背景色 */
.bg-brand-blue {
  position: relative;
  /* overflow: hidden; */
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 91, 0, 0.30), transparent 26%),
    radial-gradient(circle at 86% 14%, rgba(231, 200, 129, 0.24), transparent 28%),
    linear-gradient(135deg, #10069F 0%, #2416c8 48%, #08034f 100%);
  color: #fff;
}

.bg-brand-blue::before {
  content: "";
  position: absolute;
  right: -8%;
  top: -30%;
  /* width: 46%;
  height: 150%; */
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(13deg);
  pointer-events: none;
}

.bg-brand-blue::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -160px;
  /* width: 380px;
  height: 380px; */
  border-radius: 50%;
  background: rgba(255, 91, 0, 0.18);
  pointer-events: none;
}

/* .bg-brand-blue>* {
  position: relative;
  z-index: 1;
} */

/* 首页开屏 */
.site-intro {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 91, 0, 0.32), transparent 28%),
    radial-gradient(circle at 78% 76%, rgba(231, 200, 129, 0.26), transparent 30%),
    linear-gradient(135deg, #10069F 0%, #2416c8 48%, #070344 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.site-intro-content {
  position: relative;
  text-align: center;
  color: #fff;
}

.site-intro-mark {
  width: 86px;
  height: 86px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 1px solid rgba(231, 200, 129, 0.8);
  color: #E7C881;
  font-size: 44px;
  font-weight: 900;
  line-height: 86px;
  box-shadow: 0 0 45px rgba(231, 200, 129, 0.22);
  opacity: 0;
  transform: scale(0.75) rotate(-12deg);
}

.site-intro-title {
  font-size: clamp(38px, 5vw, 82px);
  font-weight: 900;
  letter-spacing: 0.12em;
  opacity: 0;
  transform: translateY(28px);
}

.site-intro-line {
  width: 0;
  height: 2px;
  margin: 22px auto 20px;
  background: linear-gradient(90deg, transparent, #E7C881, #FF5B00, transparent);
}

.site-intro-sub {
  font-size: clamp(15px, 1.6vw, 22px);
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.18em;
  opacity: 0;
  transform: translateY(18px);
}


/* 新卡片 */

.home-page .home-product-gallery-item-title {
  font-size: 18px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.mx-3d-carousel {
  position: relative;
  width: 100%;
  min-height: 960px;
  overflow: hidden;
  perspective: 1400px;
  cursor: grab;
  user-select: none;
  /* background:
    radial-gradient(circle at 18% 22%, rgba(255, 91, 0, 0.22), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(231, 200, 129, 0.24), transparent 30%),
    radial-gradient(circle at 50% 90%, rgba(16, 6, 159, 0.18), transparent 34%),
    linear-gradient(135deg, #10069F 0%, #2416c8 46%, #07034f 100%); */
}

.mx-3d-carousel.is-dragging {
  cursor: grabbing;
}

.mx-3d-carousel img {
  user-select: none;
  -webkit-user-drag: none;
}

.mx-3d-stage {
  position: relative;
  width: 100%;
  height: 620px;
  transform-style: preserve-3d;
}

.mx-3d-card {
  position: absolute;
  left: 49.3%;
  top: 80px;
  width: 375px;
  height: 667px;
  margin-left: -165px;
  border-radius: 24px;
  /* overflow: hidden; */
  background: #fff;
  border: 2px solid rgba(231, 200, 129, 0.9);
  box-shadow:
    0 0 28px rgba(255, 91, 0, 0.16),
    0 28px 80px rgba(16, 6, 159, 0.22);
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}

.mx-3d-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* 可选：加一层暗角，类似视频质感 */
.mx-3d-card::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    radial-gradient(circle at 50% 42%, transparent 38%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.22)); */
  pointer-events: none;
}

.mx-3d-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.mx-3d-controls button {
  min-width: 128px;
  height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}



.mx-3d-controls button:hover {
  background: #10069F;
  border-color: #fff;
  color: #fff;
  transform: translateY(-3px);
}

/* 手机端 */
@media (max-width: 768px) {
  .mx-3d-carousel {
    min-height: 520px;
  }

  .mx-3d-stage {
    height: 480px;
  }

  .home-page .mx-3d-carousel {
    min-height: 450px;
    perspective: unset;
  }

  .home-page .mx-3d-stage {
    height: 360px;
  }

  .mx-3d-card {
    top: 70px;
    width: 230px;
    height: 340px;
    margin-left: -115px;
    border-radius: 18px;
    left: 51%;
  }

  .home-page .mx-3d-card {
    top: 20px;
    width: 193px;
    margin-left: -100px;
  }

  .home-page .mx-3d-controls button {
    height: 30px;
  }

  .home-page .mx-3d-controls {
    bottom: 0px;
  }

  .shineng-page .mx-3d-controls {
    bottom: 20px;
  }

  .home-page .index-bk {
    padding-top: 30px;
  }
}

/* 关于我们页 */
.ganguan-product-wrap {
  position: relative;
  width: 800px;
  height: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 外圈文字 */
.ganguan-circle-text {
  position: absolute;
  inset: 0;
  animation: ganguanRotate 22s linear infinite;
  transform-origin: center center;
  z-index: 1;
}

.ganguan-circle-text svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.ganguan-circle-text text {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5px;
  fill: #fff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    0 3px 8px rgba(122, 63, 15, 0.22);
}

/* 中间产品图 */
.ganguan-product-img {
  position: relative;
  z-index: 3;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ganguan-product-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(74, 39, 12, 0.25));
  transform-origin: center bottom;
  animation: ganguanFloat 4.2s ease-in-out infinite;
}

/* 中间淡淡的光晕 */
.ganguan-product-wrap::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(255, 210, 145, 0.32) 0%,
      rgba(255, 239, 215, 0.18) 42%,
      rgba(255, 255, 255, 0) 72%);
  z-index: 0;
}

/* 可选：外圈淡淡圆环 */
.ganguan-product-wrap::after {
  content: "";
  position: absolute;
  width: 405px;
  height: 405px;
  border-radius: 50%;
  border: 1px dashed rgba(156, 79, 23, 0.22);
  z-index: 0;
}

@keyframes ganguanFloat {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  25% {
    transform: translateY(-4px) rotate(-0.8deg) scale(1.01);
  }

  50% {
    transform: translateY(0) rotate(0.8deg) scale(1);
  }

  75% {
    transform: translateY(3px) rotate(0.8deg) scale(0.995);
  }

  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes ganguanRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .ganguan-product-wrap {
    width: 340px;
    height: 340px;
  }

  .ganguan-product-img {
    width: 210px;
    height: 210px;
  }

  .ganguan-circle-text text {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .ganguan-product-wrap::before {
    width: 260px;
    height: 260px;
  }

  .ganguan-product-wrap::after {
    width: 285px;
    height: 285px;
  }
}

/* 文字开始 */
.scroll-roll-title-section {
  position: relative;
  height: 140vh;
  background-image: url(../../skin/images/didaoBG.jpg);
}

.scroll-roll-title-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.scroll-roll-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-size: clamp(52px, 6vw, 120px);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.02em;
  perspective: 900px;
}

.scroll-roll-title span {
  color: #fff;
  display: block;

  background: none;
  -webkit-background-clip: text;
  background-clip: text;

  opacity: 0;
  filter: blur(8px);

  transform:
    translateX(180px) rotateZ(90deg) scale(0.72);

  transform-origin: center center;
  will-change: transform, opacity, filter;
}

/* 手机端 */
@media (max-width: 768px) {
  .scroll-roll-title-section {
    height: 140vh;
  }

  .scroll-roll-title {
    font-size: clamp(42px, 13vw, 72px);
  }
}

/* 文字结束 */

/*品牌周边 */
.mx-swiper-section {
  position: relative;
  width: 100%;
  margin: 80px auto;
  padding: 0 200px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  touch-action: pan-y;
  user-select: none;
}

.mx-swiper {
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.12);
}

.mx-swiper-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.mx-swiper-slide {
  flex: 0 0 100%;
  width: 100%;
}

.mx-swiper-content {
  min-height: 480px;
  padding: 70px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-sizing: border-box;
}

.mx-swiper-text {
  flex: 1;
  min-width: 0;
}

.mx-swiper-tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(40, 145, 80, 0.1);
  color: #239052;
  font-size: 15px;
}

.mx-swiper-text h3 {
  margin: 0 0 22px;
  font-size: 42px;
  line-height: 1.25;
  color: #222;
  font-weight: 700;
}

.mx-swiper-text p {
  margin: 0;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.9;
  color: #666;
}

.mx-swiper-img {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mx-swiper-img img {
  display: block;
  max-width: 100%;
  /* max-height: 320px; */
  object-fit: contain;
}

.mx-swiper img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.mx-swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #f1f1f1;
  color: #FF5B00;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.mx-swiper-btn:hover {
  background: #FF5B00;
  color: #fff;
  transform: translateY(-50%) scale(1.08);
}

.mx-swiper-prev {
  left: 5%;
}

.mx-swiper-next {
  right: 5%;
}

/* 平板 */
@media (max-width: 992px) {
  .mx-swiper-section {
    padding: 0 40px;
    margin: 50px auto;
  }

  .mx-swiper-content {
    min-height: 380px;
    padding: 50px 45px;
    gap: 35px;
  }

  .mx-swiper-text h3 {
    font-size: 32px;
  }

  .mx-swiper-text p {
    font-size: 16px;
  }
}

/* 手机端：隐藏按钮，改为滑动切换 */
@media (max-width: 768px) {
  .mx-swiper-section {
    padding: 0 15px;
    margin: 35px auto;
  }

  .mx-swiper {
    border-radius: 18px;
  }

  .mx-swiper-content {
    min-height: auto;
    padding: 36px 24px 42px;
    flex-direction: column;
    text-align: center;
    gap: 28px;
  }

  .mx-swiper-text h3 {
    font-size: 26px;
  }

  .mx-swiper-text p {
    font-size: 15px;
    line-height: 1.8;
  }

  .mx-swiper-img {
    flex: none;
    width: 100%;
  }

  .mx-swiper-img img {
    max-height: 220px;
  }

  .mx-swiper-btn {
    display: none;
  }
}

/* 特色css */
.about-us-section {
  margin: 0 auto;
  text-align: center;
  padding: 0 9%;
}

.about-craft-section .div-cn,
.about-us-section .div-cn,
.join-flow-section .div-cn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}


.section-title {
  font-size: 2.5em;
  color: #2c3e50;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #e74c3c;
  border-radius: 2px;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
  gap: 30px;
  margin-top: 30px;
  padding: 0 0 80px;
}

.card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-icon {
  font-size: 3em;
  margin-bottom: 20px;
  color: #e74c3c;
  /* Highlight color */
  width: 100%;
}

.card-icon img {
  max-width: 200px;
  float: right;
}

.card-title {
  font-size: 2.5em;
  color: #10069f;
  margin-bottom: 15px;
  font-weight: 600;
}

.card-description {
  font-size: 1.2em;
  color: #7f8c8d;
  line-height: 1.7;
  text-align: left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-title {
    font-size: 2em;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 25px;
  }

  .card-icon {
    font-size: 2.5em;
  }

  .card-title {
    font-size: 2.3em;
  }

  .card-description {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .about-us-section {
    padding: 30px 15px;
  }

  .section-title {
    font-size: 1.8em;
  }

  .card {
    padding: 20px;
  }
}

/* 新特色 */
.about-craft-section {
  position: relative;
  overflow: hidden;
  padding: 0 9% 160px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 91, 0, 0.14), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(16, 6, 159, 0.12), transparent 30%),
    radial-gradient(circle at 72% 88%, rgba(231, 200, 129, 0.24), transparent 30%),
    linear-gradient(180deg, #fffaf3 0%, #f5f4ff 100%);
}

.about-craft-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(16, 6, 159, 0.08) 1px, transparent 1px),
    radial-gradient(rgba(255, 91, 0, 0.08) 1px, transparent 1px);
  background-size: 24px 24px, 38px 38px;
  background-position: 0 0, 14px 12px;
  opacity: 0.45;
  pointer-events: none;
}

.about-craft-section::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 80px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(231, 200, 129, 0.45);
  box-shadow:
    inset 0 0 80px rgba(231, 200, 129, 0.16),
    0 0 80px rgba(255, 91, 0, 0.10);
  pointer-events: none;
}

.about-craft-bg-text {
  position: absolute;
  left: 50%;
  top: 54px;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: clamp(54px, 8vw, 150px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: rgba(16, 6, 159, 0.045);
  pointer-events: none;
  user-select: none;
}

.about-craft-container {
  position: relative;
  z-index: 2;
}

.about-craft-head {
  max-width: 780px;
  margin: 0 auto 58px;
  text-align: center;
}

.about-craft-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(16, 6, 159, 0.08);
  color: #10069F;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.about-craft-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF5B00;
  box-shadow: 0 0 0 5px rgba(255, 91, 0, 0.13);
}

.about-craft-head h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.22;
  color: #10069F;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.about-craft-head p {
  max-width: 720px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.95;
  color: rgba(30, 30, 40, 0.72);
}

.about-craft-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  grid-auto-rows: minmax(245px, auto);
  gap: 24px;
}

.about-craft-card {
  position: relative;
  overflow: hidden;
  padding: 34px 34px 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 6, 159, 0.08);
  box-shadow:
    0 24px 70px rgba(16, 6, 159, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  transition:
    transform 0.42s ease,
    box-shadow 0.42s ease,
    border-color 0.42s ease;
}

.about-craft-card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 91, 0, 0.18), transparent 68%);
  transition: all 0.42s ease;
}

.about-craft-card::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(231, 200, 129, 0.44);
  opacity: 0.5;
  transition: all 0.42s ease;
}

.about-craft-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 91, 0, 0.22);
  box-shadow:
    0 32px 90px rgba(16, 6, 159, 0.16),
    0 16px 38px rgba(255, 91, 0, 0.10);
}

.about-craft-card:hover::before {
  transform: scale(1.22);
  opacity: 0.9;
}

.about-craft-card:hover::after {
  transform: scale(1.15);
  border-color: rgba(255, 91, 0, 0.45);
}

.about-craft-card-main {
  grid-row: span 2;
  min-height: 514px;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 91, 0, 0.25), transparent 30%),
    linear-gradient(135deg, #10069F 0%, #2416c8 54%, #08034f 100%);
  color: #fff;
  border-color: rgba(231, 200, 129, 0.35);
}

.about-craft-card-main::before {
  background: radial-gradient(circle, rgba(231, 200, 129, 0.28), transparent 68%);
}

.about-craft-card-main::after {
  border-color: rgba(231, 200, 129, 0.55);
}

.about-craft-icon {
  position: relative;
  z-index: 2;
  width: 66px;
  height: 66px;
  margin-bottom: 28px;
  border-radius: 20px;
  background: rgba(16, 6, 159, 0.08);
  color: #10069F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  font-family: Arial, sans-serif;
}

.about-craft-card-main .about-craft-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #E7C881;
  border: 1px solid rgba(231, 200, 129, 0.45);
}

.about-craft-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.35;
  color: #10069F;
  font-weight: 900;
}

.about-craft-card-main h3 {
  color: #fff;
  font-size: 34px;
}

.about-craft-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(32, 32, 42, 0.72);
}

.about-craft-card-main p {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.82);
}

.about-craft-line {
  position: absolute;
  right: 32px;
  bottom: 34px;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FF5B00, #E7C881);
  transform-origin: right center;
  transition: transform 0.42s ease;
}

.about-craft-card:hover .about-craft-line {
  transform: scaleX(1.45);
}

.about-craft-card-main .about-craft-line {
  background: linear-gradient(90deg, #E7C881, #FF5B00);
}

/* 平板 */
@media (max-width: 1200px) {
  .about-craft-section {
    padding: 90px 0 100px;
  }

  .about-craft-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-craft-card-main {
    grid-row: auto;
    grid-column: span 2;
    min-height: auto;
  }
}

/* 手机端 */
@media (max-width: 768px) {
  .about-craft-section {
    padding: 64px 0 70px;
  }

  .about-craft-bg-text {
    top: 36px;
    font-size: 48px;
    opacity: 0.8;
  }

  .about-craft-container {
    width: auto;
    padding: 0 16px;
  }

  .about-craft-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .about-craft-label {
    margin-bottom: 14px;
    font-size: 13px;
    padding: 7px 14px;
  }

  .about-craft-head h2 {
    font-size: 30px;
    line-height: 1.28;
  }

  .about-craft-head p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.85;
  }

  .about-craft-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .about-craft-grid::-webkit-scrollbar {
    display: none;
  }

  .about-craft-card,
  .about-craft-card-main {
    flex: 0 0 82%;
    min-height: 310px;
    grid-column: auto;
    grid-row: auto;
    padding: 28px 24px 30px;
    border-radius: 22px;
    scroll-snap-align: start;
  }

  .about-craft-card-main h3 {
    font-size: 26px;
  }

  .about-craft-card h3 {
    font-size: 23px;
  }

  .about-craft-card p,
  .about-craft-card-main p {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-craft-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
    margin-bottom: 22px;
  }

  .about-craft-line {
    right: 24px;
    bottom: 26px;
    width: 58px;
  }
}

.join-flow-section {
  width: 100%;
  padding: 90px 20px;
  background:
    radial-gradient(circle at 10% 20%, rgba(16, 6, 159, 0.08), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(255, 91, 0, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  overflow: hidden;
}

.join-flow-container {
  /* max-width: 1280px; */
  margin: 0 auto;
}

.join-flow-head {
  text-align: center;
  margin-bottom: 70px;
}

.join-flow-tag {
  display: inline-block;
  padding: 7px 18px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(16, 6, 159, 0.08);
  color: #10069F;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.join-flow-head h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.25;
  color: #171927;
  font-weight: 800;
  letter-spacing: 2px;
}

.join-flow-head p {
  margin: 18px auto 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.9;
  color: #6d7280;
}

.join-flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0;
}

.join-flow-list::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 5.5%;
  right: 5.5%;
  height: 2px;
  background: linear-gradient(90deg, rgba(16, 6, 159, 0.15), rgba(255, 91, 0, 0.25));
  z-index: 0;
}

.join-flow-item {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 12px;
  opacity: 0;
  transform: translateY(32px);
  transition: all 0.7s ease;
}

.join-flow-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.join-flow-icon {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 35px rgba(16, 6, 159, 0.08);
}

.join-flow-icon::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(16, 6, 159, 0.08);
}

.join-flow-icon::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgba(16, 6, 159, 0.15);
}

.join-flow-item:last-child .join-flow-icon::after {
  display: none;
}

.join-flow-icon span {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10069F, #2e7cff);
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-flow-item:nth-child(even) .join-flow-icon span {
  background: linear-gradient(135deg, #FF5B00, #ff9b3d);
}

.join-flow-content {
  min-height: 150px;
  padding: 0 2px;
}

.join-flow-content h3 {
  margin: 0 0 14px;
  font-size: 21px;
  color: #171927;
  font-weight: 800;
  line-height: 1.35;
}

.join-flow-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #6f7482;
}

.join-flow-item:hover .join-flow-icon {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(16, 6, 159, 0.14);
}

.join-flow-icon {
  transition: all 0.35s ease;
}

.join-flow-item:hover .join-flow-content h3 {
  color: #10069F;
}

.join-flow-item:nth-child(even):hover .join-flow-content h3 {
  color: #FF5B00;
}

@media (max-width: 1200px) {
  .join-flow-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
  }

  .join-flow-list::before {
    display: none;
  }

  .join-flow-icon::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .join-flow-section {
    padding: 60px 16px;
  }

  .join-flow-head {
    margin-bottom: 45px;
  }

  .join-flow-head h2 {
    font-size: 30px;
  }

  .join-flow-head p {
    font-size: 15px;
  }

  .join-flow-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .join-flow-item {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 22px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(16, 6, 159, 0.07);
  }

  .join-flow-icon {
    width: 78px;
    height: 78px;
    flex: 0 0 78px;
    margin: 0 18px 0 0;
  }

  .join-flow-icon span {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .join-flow-content {
    min-height: auto;
  }

  .join-flow-content h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .join-flow-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* 产品页 */
/* 产品图展示区 */
.product-gallery-section {
  width: 100%;
  padding: 70px 0;
  background: radial-gradient(circle at 15% 20%, rgba(255, 91, 0, 0.30), transparent 26%), radial-gradient(circle at 86% 14%, rgba(231, 200, 129, 0.24), transparent 28%), linear-gradient(135deg, #10069F 0%, #2416c8 48%, #08034f 100%);
}

.product-gallery-container {
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.product-gallery-title {
  text-align: center;
  margin-bottom: 38px;
}

.product-gallery-title h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: #222;
  letter-spacing: 2px;
}

.product-gallery-title p {
  margin: 12px 0 0;
  font-size: 16px;
  color: #777;
}

/* 图片列表 */
.product-gallery-item-title {
  font-size: 18px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.product-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-gallery-item {
  position: relative;
  border-radius: 14px;
  cursor: pointer;
  /* aspect-ratio: 4 / 3; */
  /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); */
}

.product-gallery-item img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
  display: block;
}

.product-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.92);
}

/* 大图预览遮罩 */
.gallery-preview-mask {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.gallery-preview-mask.active {
  display: flex;
}

/* 大图盒子 */
.gallery-preview-box {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  animation: galleryZoomIn 0.25s ease;
}

.gallery-preview-box img {
  max-width: 90vw;
  max-height: 88vh;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

/* 关闭按钮 */
.gallery-preview-close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: 300;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.gallery-preview-close:hover {
  background: #222;
  color: #fff;
}

/* 弹出动画 */
@keyframes galleryZoomIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 平板适配 */
@media (max-width: 992px) {
  .product-gallery-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .product-gallery-title h2 {
    font-size: 28px;
  }
}

/* 手机适配 */
@media (max-width: 768px) {
  .product-gallery-section {
    padding: 45px 0;
  }

  .product-gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product-gallery-item {
    border-radius: 10px;
  }

  .gallery-preview-mask {
    padding: 20px;
  }

  .gallery-preview-close {
    right: 0;
    top: -50px;
  }
}