.bg1 {
  background: url(../img/bs_zltx2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.bg2 {
  background: url(../img/24ffaec1-36d2-4b16-b4ee-e0fc3bd7cfd3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.fw1 {
  padding: 2rem 0 4rem;
}
.fw1 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 14px;
}

.fw1 ul li {
  background: #ffffff54;
  padding: 4rem 1rem;
  text-align: center;
  border: 2px solid transparent;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fw1 ul li:hover {
  color: var(--c1);
  border-image: linear-gradient(90deg, var(--c1) 0%, var(--c2));
  border-image-slice: 1;
}
.fw1 ul li:hover span {
  transition: all 1s ease;
  transform: perspective(800px) rotateY(360deg);
  -webkit-transform: perspective(800px) rotateY(360deg);
  -moz-transform: perspective(800px) rotateY(360deg);
}
.fw1 ul li h1 {
  font-size: 24px;
  margin: 10px auto;
}
.fw1 ul li span {
  font-size: 34px;
  border-radius: 100%;
  border: 1px solid var(--c1);
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.fw1 ul li p {
  font-size: 14px;
}

.fwbg {
  background: linear-gradient(rgb(255 255 255 / 56%), rgb(0 0 0 / 13%)), url(../img/5a8e7ec5-605e-4552-b4a4-e59ba7bb1ac7.jpg);
  background-repeat: no-repeat;
  padding: 4rem 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.fwbg .a_title h1 {
  color: var(--c1);
  font-weight: bold;
}

/* 实力 */
.advbg {
  background-color: #f6f6f6;
  height: 28rem;
}
#shili {
  background: linear-gradient(#0000005c, rgb(0 0 0 / 22%)), url(../img/Sample-making-Songhome-Bag.jpg) no-repeat center center fixed;
  padding: 70px 0 0;
  position: relative;
  height: 670px;
  background-size: cover;
}

#shili .container2 {
  position: relative;
}
#shili .tit {
  margin-bottom: 90px;
}
#shili .tit h3 {
  font-size: 36px;
  text-align: center;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: max-content;
  margin: 0 auto 20px;
}

#shili .tit p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 100%;
}
#shili .shuju {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 10px;
}

#shili .shuju dl {
  text-align: center;
  position: relative;
}
#shili .shuju dl:last-child::after {
  background: #cdcdcd00;
}
#shili .shuju dl::after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#shili .shuju dl dt {
  margin-bottom: 10px;
  color: #fff;
}
#shili .shuju dl dt strong {
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
}
#shili .shuju dl dt em {
  font-size: 18px;
  font-style: normal;
  margin-left: 5px;
}
#shili .shuju dl dd {
  color: #fff;
  font-size: 16px;
}
#shili .adv {
  display: flex;
  grid-gap: 20px 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shili .adv dl {
  width: 24%;
}
#shili .adv dl dd {
  background-color: #fff;
  position: relative;
}
#shili .adv dl dd .box {
  padding: 40px;
  text-align: center;
}
#shili .adv dl dd .box .num {
  font-size: 24px;
  color: #777777;
  font-weight: bold;
}
#shili .adv dl dd .box .num::after {
  content: '';
  display: block;
  width: 26px;
  height: 4px;
  background-color: var(--c1);
  margin: 15px auto;
}
#shili .adv dl dd .box h3 {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: bold;
  margin-bottom: 10px;
}
#shili .adv dl dd .box .en {
  font-size: 14px;
  color: #929292;
  text-transform: uppercase;
}

#shili .adv dl dd .hover {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  text-align: center;
  padding: 40px 30px 83px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url('../img/advddbg.png?id=1') no-repeat;
  visibility: hidden;
  background-size: 100% 100%;
  z-index: 9;
}
#shili .adv dl.show dd .hover {
  opacity: 1;
  top: -86px;
  visibility: visible;
}
#shili .adv dl dd .hover .wrap {
  z-index: 10;
  position: relative;
}
#shili .adv dl dd .hover::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#shili .adv dl dd .hover h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
#shili .adv dl dd .hover h3::after {
  content: '';
  display: block;
  width: 26px;
  height: 4px;
  background-color: #fff;
  margin: 15px auto;
}
#shili .adv dl dd .hover .introl {
  text-align: left;
  margin-bottom: 35px;
  font-size: 14px;
}
#shili .adv dl dd .hover .introl p {
  color: #ffffff;
}
#shili .adv dl dd .hover a {
  color: #ffffff;
  border-radius: 90px;
  border: solid 1px #ffffff;
  padding: 6px 15px;
}

@media screen and (max-width: 700px) {
  .pess_t {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #shili .adv dl {
    width: 100%;
  }
  #shili .shuju {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #shili {
    height: auto;
  }

  .advbg {
    height: 114px;
  }
  .hzlc {
    padding: 1rem 0 0 !important;
  }
  #shili .shuju dl dt strong {
    font-size: 36px;
  }
  #shili .shuju dl dd,
  #shili .tit p,
  #c_static_987-17165169231480 .e_text-176 {
    font-size: 14px;
  }

  #c_static_987-17165169231480 .e_text-159 {
    font-size: 20px;
  }

  #shili .tit {
    margin-bottom: 46px;
  }

  .hzlc::after {
    right: initial !important;
  }
  .title2 h1 {
    font-size: 24px;
  }
}
