﻿/* ------------------------------------------------------------------------------ 关于我们 */
.ins_aboutCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 140px 0;
  overflow: hidden;
}
.ins_aboutCon1 .center_box {
  width: 100%;
  height: auto;
  --left_width: 49.35897436%;
  --right_width: 41.02564103%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ins_aboutCon1 .center_box .hh_left .word_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon1 .center_box .hh_left .word_box .f24 {
  margin-top: 10px;
  font-weight: 400;
}
.ins_aboutCon1 .center_box .hh_left .word_box .f16 {
  margin-top: var(--num_50);
  font-weight: 400;
}
.ins_aboutCon1 .center_box .hh_left .word_box .f16 * {
  line-height: 1.5;
}
.ins_aboutCon1 .center_box .hh_left .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_120);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--num_60) 20px;
}
.ins_aboutCon1 .center_box .hh_left .item_box .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.ins_aboutCon1 .center_box .hh_left .item_box .item .number {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ins_aboutCon1 .center_box .hh_left .item_box .item .number .beat {
  font-size: var(--font60);
  color: #e60012;
  font-family: 'pill_re';
  line-height: 1;
}
.ins_aboutCon1 .center_box .hh_left .item_box .item .number .icon {
  font-size: var(--font30);
  color: #e60012;
  position: relative;
  bottom: 0.2em;
}
.ins_aboutCon1 .center_box .hh_left .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: var(--font16);
  font-weight: 700;
}
.ins_aboutCon1 .center_box .hh_right .images {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon1 .center_box .hh_right .images img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon1 .center_box .hh_right .images .icon {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #FFFFFF;
  cursor: pointer;
}
@media (max-width:990px) {
  .ins_aboutCon1 {
    padding: 50px 0;
  }
  .ins_aboutCon1 .center_box .item_box {
    margin-top: 30px !important;
    gap: 15px;
  }
}
.ins_aboutCon2 {
  width: 100%;
  margin: auto;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 180px;
  overflow: hidden;
  --width: 40%;
}
.ins_aboutCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon2 .center_box .ins_title .f36 {
  color: #FFFFFF;
}
.ins_aboutCon2 .center_box .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: var(--num_130);
}
.ins_aboutCon2 .center_box .item_box .item {
  flex: 1;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-left: var(--num_40);
  cursor: pointer;
}
.ins_aboutCon2 .center_box .item_box .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon2 .center_box .item_box .item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50vh);
  left: 0;
  width: 1px;
  height: 100vh;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.ins_aboutCon2 .center_box .item_box .item * {
  color: #FFFFFF;
}
.ins_aboutCon2 .center_box .item_box .item .icon {
  width: clamp(2.5rem, calc(-2.115rem + 5.77vw), 4.375rem);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon2 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.ins_aboutCon2 .center_box .item_box .item .word .f18 {
  margin-top: var(--num_20);
}
.ins_aboutCon2 .center_box .item_box .item:hover .icon {
  transform: translateY(-20px);
}
.ins_aboutCon2 .images_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins_aboutCon2 .images_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutCon2::after {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: var(--width);
  height: 100%;
  background: #FFF;
  transition: all 0.8s linear;
}
.ins_aboutCon2::before {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: var(--width);
  height: 100%;
  background: #FFF;
  transition: all 0.8s linear;
}
@media (max-width:990px) {
  .ins_aboutCon2 {
    padding: 50px 0;
  }
  .ins_aboutCon2::after,
  .ins_aboutCon2::before {
    display: none;
  }
  .ins_aboutCon2 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
  .ins_aboutCon2 .center_box .item_box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    padding: 20px;
  }
  .ins_aboutCon2 .center_box .item_box .item .word {
    margin-top: 0;
  }
  .ins_aboutCon2 .center_box .item_box .item::before {
    background: #e60012;
    display: none;
  }
  .ins_aboutCon2 .center_box .item_box .item::after {
    width: 100%;
    height: 100%;
    border: 1px solid #FFFFFF;
    background: 0;
    top: 0;
    transform: translateY(0);
  }
}
.ins_aboutCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 180px;
  overflow: hidden;
}
.ins_aboutCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon3 .center_box .swiper_item {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: var(--num_60);
  overflow: hidden;
}
.ins_aboutCon3 .center_box .swiper_item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .swiper_item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .swiper_item .centerInfo {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-family: 'gil_bo';
}
.ins_aboutCon3 .center_box .swiper_item .centerInfo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #e60012;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .swiper_item .centerInfo::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #e60012;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .swiper_item ul li.active .centerInfo {
  cursor: pointer;
  color: #e60012;
}
.ins_aboutCon3 .center_box .swiper_item ul li.active .centerInfo::after,
.ins_aboutCon3 .center_box .swiper_item ul li.active .centerInfo::before {
  left: 0;
  width: 100%;
}
.ins_aboutCon3 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
  position: relative;
  z-index: 1;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .number {
  width: 52.56410256%;
  text-align: right;
  font-size: clamp(7.5rem, calc(-7.885rem + 19.23vw), 13.75rem);
  line-height: 1;
  font-family: 'gil_bo';
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  opacity: 0.06;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .number span {
  width: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .word_box {
  width: 41.02564103%;
  padding-top: var(--num_20);
  padding-bottom: 50px;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .word_box .word {
  font-size: var(--font20);
  line-height: 1.5;
  height: calc(4em * 1.5);
  overflow: auto;
  max-width: 520px;
  padding-right: 20px;
}
.ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .word_box .word * {
  font-size: var(--font20);
  line-height: 1.5;
}
.ins_aboutCon3 .center_box .swiper_info .bnt_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.ins_aboutCon3 .center_box .swiper_info .bnt_box .but_b {
  width: 41.02564103%;
  --wh_num: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.ins_aboutCon3 .center_box .swiper_info .bnt_box .but_b .swiper_btn {
  width: var(--wh_num);
  height: var(--wh_num);
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
}
.ins_aboutCon3 .center_box .swiper_info .bnt_box .but_b .swiper_btn img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon3 .center_box .swiper_info .bnt_box .but_b .swiper_btn:hover {
  background: #e60012;
  border: 1px solid #e60012;
}
.ins_aboutCon3 .center_box .swiper_info .bnt_box .but_b .swiper_btn:hover img {
  filter: unset !important;
}
.ins_aboutCon3 .center_box .swiper_info .bnt_box .but_b .swiper_list {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  --wh_num: 30px;
  flex-shrink: 0;
}
@media (max-width:990px) {
  .ins_aboutCon3 {
    padding: 50px 0;
  }
  .ins_aboutCon3 .center_box .swiper_item {
    display: none;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .number {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .word_box {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 30px;
  }
  .ins_aboutCon3 .center_box .swiper_info .swiper_box .centerInfo .word_box .word {
    height: auto !important;
    max-width: unset !important;
    padding-right: 0;
  }
  .ins_aboutCon3 .center_box .swiper_info .bnt_box {
    display: none;
  }
}
.ins_aboutCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #1d3546;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.ins_aboutCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon4 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutCon4 .center_box .ins_title .name {
  color: #FFFFFF;
}
.ins_aboutCon4 .center_box .ins_title .item_box {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 26px;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .ins_title .item_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item {
  width: auto;
  height: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item span {
  color: #FFFFFF;
  font-size: var(--font16);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item.active::after {
  width: 100%;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item.active span {
  opacity: 1;
}
.ins_aboutCon4 .center_box .ins_title .item_box .item:hover span {
  opacity: 1;
}
.ins_aboutCon4 .center_box .swiper_info {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box {
  height: auto;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 45px;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box ul li {
  height: auto;
  opacity: 0;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box ul li.swiper-slide-active {
  opacity: 1;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son {
  width: 23.077%;
  margin-left: 17.795%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiper_btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  bottom: var(--num_120);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiper_btn img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiper_btn.next {
  left: 100%;
  transform: translateX(calc(100% + 42px));
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiper_btn.prev {
  left: 0%;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiper_btn:hover {
  background: #FFFFFF;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiper_btn:hover img {
  filter: brightness(0) invert(0);
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: auto;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide {
  width: 66.9%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide-prev {
  margin-right: 90px !important;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .centerInfo {
  width: 100%;
  height: 100%;
  padding: var(--num_40);
  background: #314e63;
  transform-origin: bottom;
  border-radius: var(--border-radius20);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .centerInfo .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius8);
  overflow: hidden;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .centerInfo .images .pb {
  padding-bottom: 141%;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .centerInfo .word {
  font-size: var(--font24);
  color: #FFFFFF;
  text-align: center;
  height: 0;
  overflow: hidden;
  line-height: 1.33;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide-active {
  width: 100%;
  margin-right: 90px !important;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide-active .centerInfo {
  gap: 20px;
  padding: var(--num_60);
  padding-bottom: 40px;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide-active .centerInfo .word {
  height: calc(1em * 1.33);
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .idxPageScroll {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
.ins_aboutCon4 .center_box .swiper_info .swiper_box .idxPageScroll span {
  background: #FFFFFF;
}
.ins_aboutCon4 .center_box .swiper_info .zhanewi {
  width: 23.077%;
  margin-left: 17.795%;
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 45px;
}
.ins_aboutCon4 .center_box .swiper_info .zhanewi .centerInfo {
  width: 100%;
  height: auto;
  padding: var(--num_60);
  background: #314e63;
  transform-origin: bottom;
  border-radius: var(--border-radius20);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.ins_aboutCon4 .center_box .swiper_info .zhanewi .centerInfo .images {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius8);
  overflow: hidden;
}
.ins_aboutCon4 .center_box .swiper_info .zhanewi .centerInfo .images .pb {
  padding-bottom: 141%;
}
.ins_aboutCon4 .center_box .swiper_info .zhanewi .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutCon4 .center_box .swiper_info .zhanewi .centerInfo .word {
  font-size: var(--font24);
  color: #FFFFFF;
  text-align: center;
  height: calc(1em * 1.33);
  overflow: hidden;
  line-height: 1.33;
}
@media (max-width:990px) {
  .ins_aboutCon4 {
    padding: 50px 0;
  }
  .ins_aboutCon4 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_aboutCon4 .center_box .ins_title {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .ins_aboutCon4 .center_box .ins_title .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ins_aboutCon4 .center_box .ins_title .item_box::after {
    display: none;
  }
  .ins_aboutCon4 .center_box .ins_title .item_box .item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 10px;
  }
  .ins_aboutCon4 .center_box .ins_title .item_box .item::after {
    display: none;
  }
  .ins_aboutCon4 .center_box .ins_title .item_box .item.active {
    border: 1px solid #E5E5E5;
  }
  .ins_aboutCon4 .center_box .swiper_info {
    margin-top: 50px;
  }
  .ins_aboutCon4 .center_box .swiper_info .swiper_box {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }
  .ins_aboutCon4 .center_box .swiper_info .swiper_box ul li {
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  .ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiper_btn {
    display: none;
  }
  .ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide-prev {
    margin-right: 10px !important;
  }
  .ins_aboutCon4 .center_box .swiper_info .swiper_box .swiper_son .swiSon_box .swiper-slide-active {
    margin-right: 10px !important;
  }
  .ins_aboutCon4 .center_box .zhanewi {
    display: none;
  }
}
.ins_aboutCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.ins_aboutCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutCon5 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  margin-top: 40px;
}
.ins_aboutCon5 .center_box .item_box .item {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  border-radius: var(--border-radius16);
  overflow: hidden;
}
.ins_aboutCon5 .center_box .item_box .item .pb {
  padding-bottom: 53.7%;
  mix-blend-mode: darken;
}
.ins_aboutCon5 .center_box .item_box .item .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:990px) {
  .ins_aboutCon5 {
    padding: 50px 0;
  }
  .ins_aboutCon5 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width:480px) {
  .ins_aboutCon5 {
    padding: 50px 0;
  }
  .ins_aboutCon5 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ins_aboutzpCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  overflow: hidden;
}
.ins_aboutzpCon1 .center_box {
  width: 100%;
  height: auto;
  transform: scale(0.7);
  overflow: hidden;
}
.ins_aboutzpCon1 .center_box .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.ins_aboutzpCon1 .center_box .images img {
  width: 100%;
  height: auto;
}
.ins_aboutzpCon1 .center_box .swiper_box {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  overflow: hidden;
}
.ins_aboutzpCon1 .center_box .swiper_box ul {
  transition-timing-function: linear !important;
}
.ins_aboutzpCon1 .center_box .swiper_box ul li {
  width: 100%;
  height: 100%;
}
.ins_aboutzpCon1 .center_box .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
}
.ins_aboutzpCon1 .center_box .swiper_box ul li .centerInfo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutzpCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}
.ins_aboutzpCon2 .center_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  --left_width: 37.17%;
  --right_width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutzpCon2 .center_box .hh_left .title {
  color: #e60012;
  margin-top: var(--num_35);
  font-weight: 700;
}
.ins_aboutzpCon2 .center_box .hh_left .subtitle {
  margin-top: var(--num_40);
}
.ins_aboutzpCon2 .center_box .hh_right .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--num_25);
}
.ins_aboutzpCon2 .center_box .hh_right .content * {
  font-size: var(--font18);
  line-height: 1.66;
}
.ins_aboutzpCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  padding-top: 70px;
  padding-bottom: 120px;
  overflow: hidden;
}
.ins_aboutzpCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutzpCon3 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 40px;
}
.ins_aboutzpCon3 .center_box .ins_title .left {
  max-width: 700px;
}
.ins_aboutzpCon3 .center_box .ins_title .left .f24 {
  margin-top: 20px;
}
.ins_aboutzpCon3 .center_box .ins_title .right {
  flex-shrink: 0;
}
.ins_aboutzpCon3 .center_box .item_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  border-top: 1px solid #e5e5e5;
}
.ins_aboutzpCon3 .center_box .item_box .item {
  width: 100%;
  height: auto;
}
.ins_aboutzpCon3 .center_box .item_box .item .top {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 90px;
  padding: 20px 60px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.ins_aboutzpCon3 .center_box .item_box .item .top .left {
  width: 100%;
  height: auto;
  max-width: 220px;
  flex-shrink: 0;
}
.ins_aboutzpCon3 .center_box .item_box .item .top .left .name {
  font-size: var(--font24);
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutzpCon3 .center_box .item_box .item .top .center {
  width: 57.91%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ins_aboutzpCon3 .center_box .item_box .item .top .center .one {
  flex: 1;
  font-size: var(--font18);
  color: #666666;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutzpCon3 .center_box .item_box .item .top .right {
  width: 26.38%;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: var(--num_120);
}
.ins_aboutzpCon3 .center_box .item_box .item .top .right .time {
  font-size: var(--font18);
  font-family: 'pill_re';
}
.ins_aboutzpCon3 .center_box .item_box .item .top .right .icon img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutzpCon3 .center_box .item_box .item .bottom {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: var(--num_60);
  display: none;
}
.ins_aboutzpCon3 .center_box .item_box .item .bottom .list_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--num_60);
}
.ins_aboutzpCon3 .center_box .item_box .item .bottom .list .title {
  font-size: var(--font20);
  font-weight: 800;
}
.ins_aboutzpCon3 .center_box .item_box .item .bottom .list .li_box {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.ins_aboutzpCon3 .center_box .item_box .item .bottom .list .li_box .li {
  line-height: 1.7777;
  font-size: var(--font18);
}
.ins_aboutzpCon3 .center_box .item_box .item .bottom .list .li_box .li a {
  color: #e60012;
}
.ins_aboutzpCon3 .center_box .item_box .item .bottom .list .li_box .li a:hover {
  text-decoration: underline;
}
.ins_aboutzpCon3 .center_box .item_box .item.active .top .left .name {
  color: #e60012;
}
.ins_aboutzpCon3 .center_box .item_box .item.active .top .center .one {
  color: #1a1a1a;
}
.ins_aboutzpCon3 .center_box .item_box .item.active .top .right .icon img {
  filter: unset !important;
  transform: rotate(180deg);
}
@media (max-width:990px) {
    .ins_aboutzpCon1 .center_box { transform:scale(1); }
    .ins_aboutzpCon2 { padding-bottom: 30px; }
    .ins_newdateCon1 .center_box .hh_left{ height: auto !important; }
  .ins_aboutzpCon3 {
    padding: 50px 0;
  }
  .ins_aboutzpCon3 .center_box .ins_title {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .ins_aboutzpCon3 .center_box .item_box .item .top {
    padding: 25px 0;
    min-height: unset !important;
  }
  .ins_aboutzpCon3 .center_box .item_box .item .top .left {
    max-width: unset !important;
    flex-shrink: 1;
  }
  .ins_aboutzpCon3 .center_box .item_box .item .top .center {
    display: none;
  }
  .ins_aboutzpCon3 .center_box .item_box .item .top .right {
    flex-shrink: 0;
  }
  .ins_aboutzpCon3 .center_box .item_box .item .top .right .time {
    display: none;
  }
  .ins_aboutzpCon3 .center_box .item_box .item .bottom {
    padding: 30px 20px;
  }
}
.ins_aboutyfcxCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  overflow: hidden;
}
.ins_aboutyfcxCon1 .content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ins_aboutyfcxCon1 .content .images {
  width: 100%;
  height: 100%;
  position: absolute;
}
.ins_aboutyfcxCon1 .content .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutyfcxCon1 .content .center_box {
  width: 100%;
  height: auto;
  padding: 120px 20px;
  max-width: 870px;
  margin: auto;
}
.ins_aboutyfcxCon1 .content .center_box .title_box {
  width: 100%;
  height: auto;
  text-align: center;
}
.ins_aboutyfcxCon1 .content .center_box .title_box .word {
  font-size: var(--font50);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.6;
}
.ins_aboutyfcxCon1 .content .center_box .details {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: var(--num_50);
}
.ins_aboutyfcxCon1 .content .center_box .details * {
  font-size: var(--font18);
  color: #FFFFFF;
  line-height: 1.666;
}
.ins_aboutyfcxCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-top: 80px;
  overflow: hidden;
}
.ins_aboutyfcxCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(226, 226, 226, 0.2);
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_btn:hover {
  background: #e60012;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box {
  width: 100%;
  height: auto;
  max-width: 66%;
  margin: auto;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .swiper-slide-active .centerInfo .images,
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .swiper-slide-active .centerInfo .word_box {
  opacity: 1;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #000;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .images {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .images .pb {
  padding-bottom: 54.37%;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .word_box {
  position: absolute;
  z-index: 2;
  top: 0;
  width: auto;
  min-width: clamp(6.25rem, calc(-10.25rem + 22vw), 14.5rem);
  height: auto;
  padding: var(--num_25) var(--num_40);
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - var(--num_40)), calc(100% - var(--num_40)) 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - var(--num_40)), calc(100% - var(--num_40)) 100%, 0 100%, 0 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .word_box::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #b90a0a 10%, #e42f2f 100%);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .word_box .number {
  font-size: var(--font14);
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .word_box .number span:first-child {
  font-size: var(--font18);
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .word_box .number * {
  color: #FFFFFF;
  font-size: var(--font14);
}
.ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box .centerInfo .word_box .name {
  margin-top: var(--num_25);
  font-size: var(--font24);
  color: #FFF;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 70px;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .left {
  width: 100%;
  height: auto;
  max-width: 270px;
  flex-shrink: 0;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .left .f24 {
  margin-top: 15px;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .right {
  width: 75%;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .right .swiper_item {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .right .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: var(--num_40) 0;
  overflow: hidden;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .right .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: var(--num_40);
  position: relative;
  z-index: 1;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .right .item_box .item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .right .item_box .item .number {
  font-size: var(--font40);
  font-family: 'pill_re';
  color: #e60012;
}
.ins_aboutyfcxCon2 .center_box .swiper_2 .right .item_box .item .name {
  font-size: var(--font16);
  margin-top: 10px;
}
@media (max-width:990px) {
  .ins_aboutyfcxCon2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_box {
    max-width: 100%;
  }
  .ins_aboutyfcxCon2 .center_box .swiper_1 .swiper_btn {
    display: none;
  }
  .ins_aboutyfcxCon2 .center_box .swiper_2 .left {
    display: none;
  }
  .ins_aboutyfcxCon2 .center_box .swiper_2 {
    margin-top: 20px;
  }
  .ins_aboutyfcxCon2 .center_box .swiper_2 .right {
    width: 100%;
  }
  .ins_aboutyfcxCon2 .center_box .swiper_2 .right .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ins_aboutyfcxCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin-top: 80px;
  padding-top: 70px;
  overflow: hidden;
}
.ins_aboutyfcxCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.ins_aboutyfcxCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon4 .center_box .ins_title .f24 {
  margin-top: 10px;
}
.ins_aboutyfcxCon4 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  --left_width: 29.4%;
  --right_width: 68.97%;
  gap: 24px;
}
.ins_aboutyfcxCon4 .center_box .content .left {
  height: auto;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.ins_aboutyfcxCon4 .center_box .content .left .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: var(--border-radius24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: var(--num_70);
  padding: 20px var(--num_40);
  padding-bottom: 30px;
}
.ins_aboutyfcxCon4 .center_box .content .left .item .icon {
  width: 28.94%;
  height: auto;
  flex-shrink: 0;
}
.ins_aboutyfcxCon4 .center_box .content .left .item .word {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon4 .center_box .content .left .item .word .number {
  font-size: var(--font40);
  color: #e60012;
  font-weight: 800;
  font-family: "pill_re";
}
.ins_aboutyfcxCon4 .center_box .content .left .item .word .title {
  font-size: var(--font16);
  margin-top: 10px;
  font-weight: 600;
}
.ins_aboutyfcxCon4 .center_box .content .right {
  background: #FFFFFF;
  border-radius: var(--border-radius24);
  padding: var(--num_50) var(--num_60);
  padding-bottom: var(--num_40);
}
@media (max-width:990px) {
  .ins_aboutyfcxCon4 {
    padding: 50px 0;
  }
  .ins_aboutyfcxCon4 .center_box .content {
    gap: 0;
  }
  .ins_aboutyfcxCon4 .center_box .content .left {
    gap: 20px;
  }
  .ins_aboutyfcxCon4 .center_box .content .left .item .icon {
    width: 60px;
  }
  .ins_aboutyfcxCon4 .center_box .content .right {
    margin-top: 20px;
    padding: 20px;
  }
}
.ins_aboutyfcxCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-top: 100px;
  overflow: hidden;
}
.ins_aboutyfcxCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon5 .center_box .ins_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
.ins_aboutyfcxCon5 .center_box .ins_title .left {
  width: 100%;
  height: auto;
  max-width: 620px;
}
.ins_aboutyfcxCon5 .center_box .ins_title .left .f24 {
  margin-top: 10px;
}
.ins_aboutyfcxCon5 .center_box .ins_title .right {
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
.ins_aboutyfcxCon5 .center_box .ins_title .swiper_btn {
  width: 48px;
  height: 48px;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ins_aboutyfcxCon5 .center_box .ins_title .swiper_btn img {
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutyfcxCon5 .center_box .ins_title .swiper_btn:hover {
  background: #e60012;
  border: 1px solid #e60012;
}
.ins_aboutyfcxCon5 .center_box .ins_title .swiper_btn:hover img {
  filter: unset !important;
}
.ins_aboutyfcxCon5 .center_box .swiper_box {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .images {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .images .pb {
  padding-bottom: 127.88%;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .images .pb .ab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .number {
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 60px;
  font-size: var(--font60);
  font-family: 'pill_re';
  font-weight: 800;
  color: #FFFFFF;
  padding-bottom: var(--num_30);
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .number::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 6px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .text_box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 88px;
  width: 100%;
  padding: 40px;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .text_box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1d3546;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .text_box .icon_box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.ins_aboutyfcxCon5 .center_box .swiper_box .centerInfo .text_box .icon_box * {
  font-size: var(--font20);
  color: #FFFFFF;
}
@media (max-width:990px) {
  .ins_aboutyfcxCon5 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .ins_aboutyfcxCon5 .center_box .ins_title .right {
    display: none;
  }
}
.ins_aboutyfcxCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}
.ins_aboutyfcxCon6 .center_box {
  width: 100%;
  height: auto;
  --left_width: 36%;
  --right_width: 50%;
}
.ins_aboutyfcxCon6 .center_box .hh_left .title {
  margin-top: var(--num_60);
}
.ins_aboutyfcxCon6 .center_box .hh_left .subtitle {
  margin-top: 20px;
  line-height: 1.3;
}
.ins_aboutyfcxCon6 .center_box .hh_right .item_box {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon6 .center_box .hh_right .item_box .item {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  min-height: 126px;
  padding: 24px 20px;
  cursor: pointer;
}
.ins_aboutyfcxCon6 .center_box .hh_right .item_box .item .images {
  position: absolute;
  opacity: 0;
}
.ins_aboutyfcxCon6 .center_box .hh_right .item_box .item .details {
  width: 37.17%;
  line-height: 1.3;
}
.ins_aboutyfcxCon6 .center_box .hh_right .item_box .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutyfcxCon6 .center_box .hh_right .item_box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e60012;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.ins_aboutyfcxCon6 .center_box .hh_right .item_box .item:hover::after {
  opacity: 1;
}
.ins_aboutyfcxCon6 .center_box .hh_right .hover_box {
  width: 23.819%;
  max-width: 188px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.ins_aboutyfcxCon6 .center_box .hh_right .hover_box .pb {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.ins_aboutyfcxCon6 .center_box .hh_right .hover_box .pb .one {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
@media (max-width:990px) {
  .ins_aboutyfcxCon6 {
    padding: 50px 0;
  }
  .ins_aboutyfcxCon6 .center_box .hh_left .title {
    margin-top: 20px;
  }
  .ins_aboutyfcxCon6 .center_box .hh_right .item_box .item {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    min-height: unset !important;
    padding: 20px 0;
  }
  .ins_aboutyfcxCon6 .center_box .hh_right .item_box .item .font {
    font-weight: 800;
    font-size: 15px;
  }
  .ins_aboutyfcxCon6 .center_box .hh_right .item_box .item .details {
    width: 100%;
  }
}
.ins_aboutyfcxCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: hidden;
}
.ins_aboutyfcxCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutyfcxCon7 .center_box .ins_title .f24 {
  margin-top: 15px;
}
.ins_aboutyfcxCon7 .center_box .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px var(--num_60);
  margin-top: var(--num_50);
}
.ins_aboutyfcxCon7 .center_box .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: var(--num_90) var(--num_50);
  padding-bottom: var(--num_60);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: var(--border-radius24);
}
.ins_aboutyfcxCon7 .center_box .item_box .item .icon {
  width: 100px;
  height: 100px;
}
.ins_aboutyfcxCon7 .center_box .item_box .item .word {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  text-align: center;
  margin-top: var(--num_70);
}
.ins_aboutyfcxCon7 .center_box .item_box .item .word .subtitle {
  margin-top: var(--num_20);
  line-height: 1.777;
  color: #666666;
}
@media (max-width:990px) {
  .ins_aboutyfcxCon7 {
    padding: 50px 0;
  }
  .ins_aboutyfcxCon7 .center_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ins_aboutyfcxCon7 .center_box .item_box .item {
    flex-direction: row;
    gap: 20px;
    padding: 20px;
  }
  .ins_aboutyfcxCon7 .center_box .item_box .item .icon {
    width: 50px;
    flex-shrink: 0;
  }
  .ins_aboutyfcxCon7 .center_box .item_box .item .word {
    width: 100%;
    height: auto;
    margin-top: 0;
    text-align: left;
  }
}
.ins_aboutlxCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-top: 160px;
  overflow: hidden;
}
.ins_aboutlxCon1 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutlxCon1 .center_box .ins_title .f36 {
  padding-bottom: var(--num_35);
  border-bottom: 2px solid #000;
}
.ins_aboutlxCon1 .center_box .content {
  width: 100%;
  height: auto;
  margin-top: var(--num_60);
  --left_width: 50%;
  --right_width: 50%;
}
.ins_aboutlxCon1 .center_box .content .hh_left {
  padding-right: 10%;
}
.ins_aboutlxCon1 .center_box .content .hh_left .f24 {
  font-weight: 700;
  line-height: 1.5;
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--num_60);
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box .item {
  width: 100%;
  height: auto;
  padding-bottom: var(--num_60);
  border-bottom: 1px solid #e5e5e5;
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box .item .name {
  font-weight: 700;
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box .item .title {
  margin-top: 15px;
  font-weight: 300;
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box .item .one {
  width: 100%;
  height: auto;
  margin-top: var(--num_40);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box .item .one .one_a {
  font-weight: 300;
  font-size: var(--font16);
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box .item .one .one_a span {
  font-size: var(--font16);
  font-weight: 600;
}
.ins_aboutlxCon1 .center_box .content .hh_right .item_box .item:last-child {
  border: 0;
}
.ins_aboutlxCon1 .images {
  width: 100%;
  height: auto;
  margin-top: var(--num_80);
}
.ins_aboutlxCon1 .images img {
  width: 100%;
  height: auto;
}
@media (max-width:990px) {
    .ins_servicesqCon1 .center_box .bnt_box button{
        min-width: 88px !important;
        min-height: 38px !important;
    }
    .ins_servicesqCon1  { padding: 40px 0 !important; } 
    .ins_servicesqCon1 .center_box .cont_box{
        padding: 0 20px !important;
        padding-bottom: 20px !important;
    }
    .ins_servicesqCon1 .center_box .sele_box ,
    .ins_servicesqCon1 .center_box .input_box{ 
  display: grid; gap: 10px;
  grid-template-columns: repeat(1, 1fr); 
        margin-top: 30px;
    }
    .ins_servicesqCon1 .center_box .input_box .item.grid_3{
        grid-column: unset !important;
    }
    .ins_servicesqCon1 .center_box .input_box .item input {
        height: 40px !important;
    }
    .ins_servicesqCon1 .center_box .sele_box .item { min-height: 120px; }
.ins_servicegctdCon1 .center_box .content .item span { background: none !important; color: #666666 !important; padding: 0 5px !important; }
.ins_servicegctdCon1 .center_box .content .item span.active { color: #666666 !important; }
  .ins_aboutlxCon1 {
    padding-top: 50px;
  }
  .ins_aboutlxCon1 .center_box .content .hh_right .item_box .item .one {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.ins_aboutlxCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #F7F7F7;
  padding-top: var(--num_100);
  padding-bottom: var(--num_100);
  overflow: hidden;
}
.ins_aboutlxCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_aboutlxCon2 .center_box .input_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--num_30) var(--num_60);
  margin-top: var(--num_20);
}
.ins_aboutlxCon2 .center_box .input_box .item {
  width: 100%;
  height: auto;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_aboutlxCon2 .center_box .input_box .item button {
  flex-shrink: 0;
  background: none;
  border: 0;
  color: #e60012;
  cursor: pointer;
  font-size: var(--font16);
}
.ins_aboutlxCon2 .center_box .input_box .item input {
  height: var(--num_wh50);
  border: 0;
  color: #000000;
  font-weight: 500;
  --color: #666666;
  background: none;
}
.ins_aboutlxCon2 .center_box .input_box .item input::-webkit-input-placeholder,
.ins_aboutlxCon2 .center_box .input_box .item input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_aboutlxCon2 .center_box .input_box .item input:-moz-placeholder,
.ins_aboutlxCon2 .center_box .input_box .item input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_aboutlxCon2 .center_box .input_box .item input::-moz-placeholder,
.ins_aboutlxCon2 .center_box .input_box .item input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_aboutlxCon2 .center_box .input_box .item input:-ms-input-placeholder,
.ins_aboutlxCon2 .center_box .input_box .item input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.ins_aboutlxCon2 .center_box .input_box .item .layui-input:focus,
.ins_aboutlxCon2 .center_box .input_box .item .layui-textarea:focus {
  box-shadow: unset !important;
}
.ins_aboutlxCon2 .center_box .input_box .item .layui-form-select .layui-edge {
  width: 20px;
  height: 20px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: skewX(10deg);
}
.ins_aboutlxCon2 .center_box .input_box .item .layui-form-select .layui-edge::after {
  content: '\e623';
  font-family: "iconfont";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: var(--font14);
  opacity: 0.5;
}
.ins_aboutlxCon2 .center_box .input_box .item .layui-form-select {
  width: 100%;
}
.ins_aboutlxCon2 .center_box .input_box .item .layui-form-selected .layui-edge {
  transform: skewX(10deg) rotate(180deg);
}
.ins_aboutlxCon2 .center_box .input_box .item.grid_3 {
  grid-column: span 3;
  border-bottom: 0;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_aboutlxCon2 .center_box .input_box .item.grid_3 .word {
  color: #666666;
}
.ins_aboutlxCon2 .center_box .input_box .item.grid_3 textarea {
  margin-top: 20px;
  min-height: 140px;
  padding: 24px;
  font-size: var(--font16);
  background: none;
}
.ins_aboutlxCon2 .center_box .input_box .item * {
  font-size: var(--font16) !important;
}
.ins_aboutlxCon2 .center_box .bottom_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: var(--num_40);
  margin-top: 20px;
}
.ins_aboutlxCon2 .center_box .bottom_box .input {
  width: 43%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  max-width: 100%;
}
.ins_aboutlxCon2 .center_box .bottom_box .input input {
  width: 506px;
  height: 40px;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  background: none;
  padding: 0 20px;
  
  font-size: var(--font16);
}
.ins_aboutlxCon2 .center_box .bottom_box .input .icon {
  width: 140px;
  height: auto;
  flex-shrink: 0;
}
.ins_aboutlxCon2 .center_box .bottom_box .input .icon img {
  width: 100%;
  height: auto;
}
.ins_aboutlxCon2 .center_box .bottom_box .bnt_box {
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.ins_aboutlxCon2 .center_box .bottom_box .bnt_box button {
  background: var(--bg_color);
  min-width: var(--num_wh120);
  min-height: clamp(2.188rem, calc(1.418rem + 0.96vw), 2.5rem);
  border-radius: 100px;
  border: 0;
  font-size: var(--font14);
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_aboutlxCon2 .center_box .bottom_box .bnt_box button:hover {
  background: #FFF;
  border: 1px solid #e60012;
  color: #e60012;
}
@media (max-width:990px) {
    .ins_aboutlxCon2 .center_box .bottom_box .input{
        width: 100%;
    }
    .ins_aboutlxCon2 .center_box .bottom_box .input input { width: 60% !important; height: 40px; }
    .ins_aboutlxCon2 .center_box .bottom_box .input .icon { width: 30% !important; }
  .ins_aboutlxCon2 {
    padding: 50px 0;
  }
  .ins_aboutlxCon2 .center_box .input_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .ins_aboutlxCon2 .center_box .input_box .item.grid_3 {
    grid-column: unset !important;
  }
}
/* ------------------------------------------------------------------------------  */