.js {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pu_data .data {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.pu_data .data .t1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 0.8;
}
.pu_data .data .t1 .num {
  position: relative;
}
.pu_data .data .t1 .num span {
  opacity: 0;
  font-size: 48px;
  font-weight: 800;
  color: #a30404
}
.pu_data .data .t1 .num span:last-child {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.pu_data .data .t1 .fh {
  font-size: 48px;
  color: #a30404;
  font-weight: 800;
}
.pu_data .data .t2 {
  line-height: 1;
  margin-left: 5px;
  font-size: 20px;
}
.pu_data .desc {
  margin-top: 4px;
  font-size: 16px;
}
.fa_top .content2 {
  margin: 0 8.4vw 90px;

}
.fa_top .content2 .pu_data .data .t1 .num span {
  font-family: GilroyBold;
  color: #a30404;
}
.fa_top .content2 .pu_data .data .t1 .fh {
  font-family: GilroyBold;
  color: #a30404;
}

.fast_laser .fa_bot {
  position: relative;
}
.fast_laser .fa_bot .swiper .swiper-slide {
  width: 48%;
  margin: 0 calc(20px / 2);
}
.fast_laser .fa_bot .swiper .swiper-slide img {
  width: 100%;
}
.fast_laser .fa_bot .pu_switch .prev {
  left: 8.4vw;
}
.fast_laser .fa_bot .pu_switch .next {
  right: 8.4vw;
}
.pu_switch .prev,
.pu_switch .next {
  transition: 0.4s;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  border-radius: 50%;
}
.pu_switch .prev i,
.pu_switch .next i {
  font-size: 24px;
  margin: auto;
  transition: 0.4s;
  color: #828282;
}
.pu_switch .prev:hover,
.pu_switch .next:hover {
  background: rgba(163, 4, 4, 0.8);
}
.pu_switch .prev:hover i,
.pu_switch .next:hover i {
  color: #fff;
}
.pu_switch .prev {
  left: calc(var(--bj) + 0.5rem);
}
.pu_switch .next {
  right: calc(var(--bj) + 0.5rem);
}

.Contact_02 {
 margin-top: 80px;
}
.wMain {
    padding-left: 8.4vw;
    padding-right: 8.4vw;
    width: 100%;
}
.Contact_02 .box {
  position: relative;
  z-index: 1;
}
.Contact_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 93px;
}
.Contact_02 .box .boxLeft .main {
  height: 100%;
  background: #fff;
  padding: 50px 80px 0;
  -webkit-box-shadow: 5.657px 5.657px 14.4px 1.6px rgba(0, 76, 151, 0.19);
  box-shadow: 5.657px 5.657px 14.4px 1.6px rgba(0, 76, 151, 0.19);
}
.Contact_02 .box .boxLeft .main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
      padding-left: 0;
}
.Contact_02 .box .boxLeft .main ul li {
  font-size: 24px;
  font-weight: bold;
  margin-right: 60px;
  padding-bottom: 26px;
  list-style: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .box .boxLeft .main ul li:hover {
  color: #013a8d;
}
.Contact_02 .box .boxLeft .main ul .active {
  color: #013a8d;
  border-color: #013a8d;
}
.Contact_02 .box .boxLeft .main .toggleMain .item {
  display: none;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 > div {
  margin-top: 40px;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .left p {
  width: 60px;
  height:60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .left p svg {
  margin: auto;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right div {
  width: 100%;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right .top {
  font-size: var(--f16);
  color: #666;
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content1 .right .bot {
  font-size: var(--f18);
  color: #111;
  margin-top: 10px
}
.Contact_02 .box .boxLeft .main .toggleMain .item .content2 {
  margin-top: 64px;
}
.Contact_02 .box .boxLeft .main .toggleMain .item.active {
  display: block;
}
.Contact_02 .box .boxRight {
  width: 850px;
}
.Contact_02 .box .boxRight p img {
  width: 100%;
}
.Contact_02 .imglist {
  margin-top: -90px;
}
.Contact_02 .imglist p {
  display: none;
}
.Contact_02 .imglist p a {
  display: block;
}
.Contact_02 .imglist p img {
  width: 100%;
}
.Contact_02 .imglist .active {
  display: block;
}