<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #F0F2F5;
}
.aboutBox {
  width: 100%;
  height: 106.48vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutBox .mySwiper {
  width: 83.33vw;
  height: 34.81vh;
  margin: 0 auto;
  position: relative;
  transform: translateY(-7.96vh);
  background: #FAFBFC80;
  border-radius: 1.87vw;
  backdrop-filter: blur(10px);
}
.aboutBox .mySwiper .years {
  font-size: 2.7vw;
  font-family: Barlow-Bold, Barlow;
  font-weight: bold;
  color: #000000;
  margin-top: 6.85vh;
  text-align: center;
}
.aboutBox .mySwiper .slide-text {
  width: 39.16vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.04vw;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 2.59vh;
  opacity: 0.6;
}
.aboutBox .mySwiper .dian-box {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 4.81vh;
  left: 3.64vw;
  display: flex;
  align-items: center;
  z-index: 1000;
}
.aboutBox .mySwiper .dian-box .about_1_tab_li {
  width: 19.27vw;
  min-width: 6.25vw;
  position: relative;
  border-top: 1px solid #A7BACD;
  padding-top: 2.59vh;
  color: #666;
  text-align: center;
  font-size: 0.72vw;
  cursor: pointer;
  transition: 0.5s;
}
.aboutBox .mySwiper .dian-box .about_1_tab_li .dian {
  position: absolute;
  left: calc(54% - 7px);
  top: -7px;
  width: 0.72vw;
  height: 0.72vw;
  background: #FFFFFF;
  border: 1px solid #A7BACD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutBox .mySwiper .dian-box .about_1_tab_li_act {
  color: #000000;
  font-weight: bold;
  font-size: 0.72vw;
}
.aboutBox .mySwiper .dian-box .about_1_tab_li_act .activeDian {
  width: 0.41vw;
  height: 0.41vw;
  background: #000000;
  border-radius: 50%;
}
.aboutBox .ab_us_1 {
  width: 100%;
  margin-top: 9.25vh;
}
.aboutBox .ab_us_1 .about_us_iBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5.74vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.aboutBox .ab_us_1 .about_us_iBox .about_us_i {
  width: 18.38vw;
  height: 20.46vh;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.aboutBox .ab_us_1 .about_us_iBox .about_us_i .i_title_b {
  width: 4.37vw;
  height: 3.14vh;
  border-radius: 1.35vw;
  backdrop-filter: blur(10px);
  background-color: #474848;
  margin: 1.09vw;
  display: flex;
  align-items: center;
}
.aboutBox .ab_us_1 .about_us_iBox .about_us_i .i_title_b .i_title_n {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-left: 5px;
  font-size: 0.62vw;
  font-family: Barlow-Bold, Barlow;
  font-weight: bold;
  color: #000000;
  line-height: 2.22vh;
  text-align: center;
}
.aboutBox .ab_us_1 .about_us_iBox .about_us_i .i_title_b .i_title_t {
  margin-left: 0.26vw;
  font-size: 0.83vw;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-background-clip: text;
}
.aboutBox .ab_us_1 .about_us_iBox .about_us_i .i_title_b .i_title_t div {
  font-size: 0.93vw;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 2.59vh;
  letter-spacing: 1.04vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ab_us_2 {
  width: 100%;
  height: 86.11vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ab_us_2 .ab_us_2_1box {
  width: 78.12vw;
  height: 11.75vh;
  margin: 0 auto;
  margin-top: 18.51vh;
  display: flex;
  justify-content: space-between;
}
.ab_us_2 .ab_us_2_1box .ab_b1 {
  width: 25.52vw;
  height: 11.75vh;
  background: linear-gradient(166deg, #FFFFFF 0%, #EDF4FE 100%);
  box-shadow: 10px 20px 30px 1px rgba(59, 70, 126, 0.39), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.53);
  border-radius: 3.95vw;
  opacity: 1;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
}
.ab_us_2 .ab_us_2_1box .ab_b1:hover {
  animation: scale-box 1.6s linear infinite;
  cursor: pointer;
}
@keyframes scale-box {
  25% {
    transform: scale(1.05);
  }
  50%,
  100% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.ab_us_2 .ab_us_2_2box {
  width: 72.91vw;
  height: 11.75vh;
  margin: 0 auto;
  margin-top: 7.4vh;
  display: flex;
  justify-content: space-between;
}
.ab_us_2 .ab_us_2_2box .ab_b2 {
  width: 22.86vw;
  height: 11.75vh;
  background: linear-gradient(166deg, #FFFFFF 0%, #EDF4FE 100%);
  box-shadow: 10px 20px 30px 1px rgba(59, 70, 126, 0.39), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.53);
  border-radius: 3.95vw;
  opacity: 1;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
}
.ab_us_2 .ab_us_2_2box .ab_b2:hover {
  animation: scale-box 1.6s linear infinite;
  cursor: pointer;
}
.ab_us_2 .ab_max_t {
  font-size: 1.3vw;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #000000;
}
.ab_us_2 .ab_min_t {
  font-size: 0.93vw;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.ab_us_2 .m_p {
  background-image: url('https://cdn.insightbox.cn/static/website/m_p.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.7vw;
  height: 61.11vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-40%) translateX(-50%);
}
.ab_us_2 .ab_radius {
  width: 4.79vw;
  height: 4.79vw;
  margin: 0 30px 0 16px;
  background: linear-gradient(165deg, #9DC7FE 0%, #3878E7 100%);
  box-shadow: 15px 20px 26px 1px rgba(138, 156, 187, 0.57), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.62);
  border-radius: 50%;
}
.ab_us_2 .ab_radius img {
  width: 100%;
  height: 100%;
}
.ab_us_3 {
  width: 100%;
  height: 75vh;
  background-image: url('https://cdn.insightbox.cn/static/website/about_bg3.png');
  padding-top: 9.25vh;
}
.ab_us_3 .bg_3_ti {
  width: 84.37vw;
  height: 6.85vh;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ab_us_3 .bg_3_ti .l_t_text {
  font-size: 2.6vw;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.52vw;
  -webkit-background-clip: text;
}
.ab_us_3 .bg_3_ti .l_t_text span {
  font-weight: bold;
}
.ab_us_3 .bg_3_ti .r_t_text {
  width: 23.17vw;
  height: 7.03vh;
  border-radius: 3.9vw;
  border: 1px solid #DEE0EB;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab_us_3 .bg_3_ti .r_t_text .r_t_t_1 {
  width: 22.5vw;
  height: 5.92vh;
  border-radius: 3.54vw;
  opacity: 1;
  border: 1px solid #DEE0EB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.93vw;
}
.ab_us_3 .bg_3_ti .r_t_text .r_t_t_1 .r_t_t_2 {
  width: 21.92vw;
  height: 5.09vh;
  background: #F9F9FB;
  box-shadow: 6px 6px 10px 1px rgba(12, 28, 64, 0.06);
  border-radius: 3.54vw;
  opacity: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ab_us_3 .bg_3_ti .r_t_text .r_t_t_1 .r_t_t_2 .ab_select_bt {
  height: 4.25vh;
  width: 30%;
  text-align: center;
  line-height: 4.25vh;
  color: #000000;
  cursor: pointer;
  z-index: 10;
}
.ab_us_3 .bg_3_ti .r_t_text .r_t_t_1 .r_t_t_2 .ac_ab_select_bt {
  height: 4.25vh;
  width: 30%;
  background: linear-gradient(165deg, #9DC7FE 0%, #3878E7 100%);
  box-shadow: 15px 20px 26px 1px rgba(138, 156, 187, 0), inset 0px 3px 6px 1px rgba(255, 255, 255, 0.62);
  border-radius: 2.86vw;
  opacity: 1;
  text-align: center;
  color: #ffffff;
  line-height: 4.25vh;
  cursor: pointer;
}
.ab_us_3 .bg_3_my_swiper_box {
  height: 45.37vh;
  width: 100%;
  margin-top: 8.33vh;
  overflow: hidden;
}
.ab_us_3 .bg_3_my_swiper_box .swiper-container {
  width: 100%;
}
.ab_us_3 .bg_3_my_swiper_box .swiper-container .swiper-slide {
  padding-bottom: 40px;
  width: 37.29vw;
  height: 45.37vh;
  border-radius: 0.78vw;
  transition: all 0.6s ease 0s;
}
.ab_us_3 .bg_3_my_swiper_box .swiper-container .swiper-slide .bg_3_banner_t_b {
  width: 100%;
  margin-top: 4.07vh;
  display: flex;
  justify-content: space-around;
}
.ab_us_3 .bg_3_my_swiper_box .swiper-container .swiper-slide .bg_3_banner_t_b .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 13vw;
  font-size: 0.93vw;
  margin-top: 1.66vh;
  border-top: 1px solid #BBBBBB;
  padding-top: 18px;
}
.ab_us_3 .bg_3_my_swiper_box .swiper-container .swiper-slide .bg_3_banner_t_b .years {
  min-width: 8.33vw;
  height: 2.68vh;
  margin-right: 2vw;
  font-size: 1.25vw;
  font-family: Barlow-Bold, Barlow;
  font-weight: bold;
  color: #000000;
  -webkit-background-clip: text;
}
.ab_us_3 .bg_3_my_swiper_box .swiper-container .swiper-slide:hover {
  transform: scale(0.95);
  transition: all 0.6s ease 0s;
  box-shadow: 0px 0px 13px 1px #68625C27;
}
.temporaryDetail {
  height: 800px;
  margin: 0 200px;
}
.temporaryDetail .detailBox_title {
  margin-top: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
.temporaryDetail .detailBox_subtitle {
  color: #919191;
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
  text-align: center;
}
.temporaryDetail h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}
.temporaryDetail .detailBox-content {
  overflow-y: auto;
  max-height: 40vh;
  min-height: 10vh;
  padding-bottom: 100px;
}
.backView {
  width: 100vw;
  height: 100vh;
  background: #00000080;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  animation: 1s;
}
.backView .detailBox {
  width: 100%;
  height: 90vh;
  background: #FFFFFF;
  border-radius: 30px 30px 0px 0px;
  box-sizing: border-box;
  padding: 120px 0;
  margin-top: 10vh;
}
.backView .detailBox .detailBox_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
.backView .detailBox .detailBox_subtitle {
  color: #919191;
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.backView .detailBox h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}
.backView .detailBox .detailBox-content {
  overflow-y: auto;
  max-height: 40vh;
  min-height: 10vh;
  padding-bottom: 100px;
}
.backView .detailBox .detailBox-content::-webkit-scrollbar {
  width: 4px;
}
.backView .detailBox .detailBox-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: #555555;
}
.backView .detailBox .detailBox-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #efefef;
}
.ab_us_4 {
  width: 100%;
  height: 87.03vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.ab_us_4 .ab_honor_t {
  width: 83.33vw;
  margin: 0 auto;
  padding: 100px 0 35px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #B8BDC2;
}
.ab_us_4 .ab_honor_t .swiper-button-prev1,
.ab_us_4 .ab_honor_t .swiper-button-next1 {
  width: 2.5vw;
  height: 2.5vw;
  background: #F0F2F5;
  border-radius: 0.83vw;
  opacity: 1;
  border: 1px solid #FFFFFF;
  animation: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ab_us_4 .ab_honor_t .swiper-button-prev1 .prev_left,
.ab_us_4 .ab_honor_t .swiper-button-next1 .prev_left {
  width: 15px;
  height: 15px;
  border-top: 2px dashed white;
  border-left: 2px dashed white;
  transform: rotate(-45deg) translateX(2px) translateY(3px);
}
.ab_us_4 .ab_honor_t .swiper-button-prev1 .next_left,
.ab_us_4 .ab_honor_t .swiper-button-next1 .next_left {
  width: 15px;
  height: 15px;
  border-top: 2px dashed white;
  border-right: 2px dashed white;
  transform: rotate(45deg) translateX(-2px) translateY(3px);
}
.ab_us_4 .ab_honor_t .swiper-button-prev1:hover,
.ab_us_4 .ab_honor_t .swiper-button-next1:hover {
  background: #4986E5;
  box-shadow: 3px 3px 8px 1px rgba(214, 214, 214, 0.83);
  animation: 1s;
}
.ab_us_4 .ab_honor_c {
  width: 83.33vw;
  height: 45vh;
  margin: 0 auto;
}
.ab_us_4 .ab_honor_c .ab_honor_swiper {
  overflow: auto;
  margin-top: 6.66vh;
}
.ab_us_4 .ab_honor_c .ab_honor_swiper::-webkit-scrollbar {
  width: 0;
}
/*# sourceMappingURL=about.css.map */</pre></body></html>