@charset "UTF-8";
body::-webkit-scrollbar {
  display: none;
  width: 0;
}

.swiper-index {
  /*height: 100vh !important;*/
  height: 100vh;
}

.swiper-index .swiper-100vh {
  /*height: 100vh !important;*/
  height: 100vh;
}

.swiper-index .swiper-slide {
  height: 100vh;
}

.swiper-banner .swiper-slide {
  position: relative;
}

.swiper-banner .swiper-slide .swiper-banner__img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.swiper-banner .swiper-slide .swiper-banner__video {
    width: 100%;
  height: 100vh;
  object-fit: cover;
}

.swiper-banner .swiper-slide .swiper-banner-text {
  position: absolute;
  left: 1.22rem;
  top: 3.79rem;
}

.swiper-banner .swiper-slide .swiper-banner-text .swiper-banner-text__p {
  font-weight: 700;
  line-height: 1.41;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(227, 225, 225, 0.48) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.swiper-banner .swiper-slide .swiper-banner-text .swiper-banner-text-desc {
  color: #FFF;
  font-weight: 300;
  margin-top: .2rem;
}

.swiper-banner .swiper-newslist {
  position: absolute;
  bottom: .9rem;
  left: 1.22rem;
  display: flex;
  align-items: flex-start;
  z-index: 9;
}

.swiper-banner .swiper-newslist .swiper-newslist-item {
  width: 3.3rem;
  position: relative;
}

.swiper-banner .swiper-newslist .swiper-newslist-item:first-child::after {
  content: "";
  width: 1px;
  height: .87rem;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}

.swiper-banner .swiper-newslist .swiper-newslist-item:nth-child(2) {
  padding-left: .5rem;
}

.swiper-banner .swiper-newslist .swiper-newslist-item .swiper-newslist-flag {
  color: #FFF;
  font-weight: 400;
  opacity: .5;
  margin-bottom: .16rem;
}

.swiper-banner .swiper-newslist .swiper-newslist-item .swiper-newslist-title {
  width: 2.8rem;
  color: rgba(255, 255, 255, .5);
  font-weight: 400;
  line-height: 1.44;
  display: -webkit-box;
  /* 使用 WebKit 的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 设置为垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出部分 */
}

.swiper-banner .swiper-newslist .swiper-newslist-item .swiper-newslist-title:hover {
    color: rgba(255, 255, 255, 1);
}

.f_15 {
  font-size: 15px;
}

.index-about__a {
  display: flex;
  width: 2.23rem;
  height: .46rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: .28rem;
  margin: .4rem auto 0;
  position: relative;
  background: #BFC0C0;
  overflow: hidden;
  /*transform: scale(1.2);*/
}

.index-about__a.news_b {
    display: none;
}
.index-about__a.map_a_btn {
    position: absolute;
    top: 0;
    margin: 0;
    left: 4.64rem;
    transform: scale(1.2);
}

.index-about__a::after {
  position: absolute;
}

.index-about__a .index-about__a-btn {
  height: 200%;
  transition: all .3s ease;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.index-about__a .index-about__a-btn p {
  color: #ffffff;
  width: 100%;
  height: 50%;
  line-height: .46rem;
}

.index-about__a .index-about__a-btn.new_btn p {
  color: rgba(51, 51, 51, 1);
  width: 100%;
  height: 50%;
  line-height: .46rem;
}

.index-about__a .index-about__a-blue {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0053E7;
  z-index: 2;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all .3s ease;
}

.index-about__a .index-about__icon-box {
  width: .5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.index-about__a .index-about__icon-box .index-about__icon {
  display: block;
  width: .16rem;
  height: .12rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all .3s ease;
}

.index-about__a .index-about__icon-box .hideicon {
  display: block;
  width: .16rem;
  height: .12rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: -.16rem;
  transition: all .3s ease;
}

.index-about__a:hover .index-about__a-btn {
  transform: translateY(-50%);
}

.index-about__a:hover .index-about__a-blue {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.index-about__a:hover .index-about__icon-box .defaulticon {
  left: .5rem;
}

.index-about__a:hover .hideicon {
  left: 0;
}

.videp-about__a {
  background: transparent;
  border: 1px solid #ffffff;
  margin: .3rem 0 0 0;
}

.videp-about__a:hover {
  border: 1px solid #0053E7;
}
.videp-about__a.new_a {
    border: unset;
    justify-content: start;
    gap: .13rem;
}
.videp-about__a.new_a:hover {
  border: unset;
}

.videp-about__a.new_a:hover p {
  color: #0053E7;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a {
  display: flex;
  width: 2.23rem;
  height: .46rem;
  justify-content: space-between;
  align-items: flex-start;
  /*padding-left: .28rem;*/
  /*margin: .4rem auto 0;*/
  position: relative;
  /*background: #BFC0C0;*/
  overflow: hidden;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a::after {
  position: absolute;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__a-btn {
  height: 200%;
  transition: all .3s ease;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__a-btn p {
  color: #ffffff;
  width: 100%;
  height: 50%;
  line-height: .46rem;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__a-btn.new_btn p {
  color: rgba(51, 51, 51, 1);
  width: 100%;
  height: 50%;
  line-height: .46rem;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__a-blue {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0053E7;
  z-index: 2;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all .3s ease;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__icon-box {
  width: .5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__icon-box .index-about__icon {
  display: block;
  width: .16rem;
  height: .12rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all .3s ease;
}

.index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__icon-box .hideicon {
  display: block;
  width: .16rem;
  height: .12rem;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: -.16rem;
  transition: all .3s ease;
}

.index-news .index-news-right .index-news-item:hover .index-about__a.new_a .index-about__a-btn {
  transform: translateY(-50%);
}

.index-news .index-news-right .index-news-item:hover .index-about__a.new_a .index-about__a-blue {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.index-news .index-news-right .index-news-item:hover .index-about__a.new_a .index-about__icon-box .defaulticon {
  left: .5rem;
}

.index-news .index-news-right .index-news-item:hover .index-about__a.new_a .hideicon {
  left: 0;
}

.index-about {
  height: 100vh;
  padding-top: 1.39rem;
  position: relative;
  background: url("../img/index-about_bg.png") no-repeat center;
  background-size: cover;
}

.index-about .index-about-title {
  text-align: center;
  color: #2C3235;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
  margin-bottom: .2rem;
}

.index-about .index-about-desc {
  width: 13.46rem;
  margin: 0 auto;
  color: #666;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  overflow-y: auto;
    max-height: 3rem;
    padding-right: .2rem;
    margin-bottom: .42rem;
}

.index-about .map {
  position: relative;
  width: 10.46rem;
  left: 50%;
  
  transform: translateX(-50%) scale(1);
  top: 0.97rem;
}

.index-about .map .line1 {
  position: absolute;
  width: 5.31rem;
  height: .87rem;
  top: .8166rem;
  left: 2.68rem;
}

.index-about .map .line2 {
  position: absolute;
  width: .96rem;
  height: .91rem;
  top: .66rem;
  left: 7.985rem;
}

.index-about .map .line3 {
  position: absolute;
  width: 1.03968rem;
  height: 3.24rem;
  top: 1.75rem;
  left: 7.92rem;
}

.index-about .map .line4 {
  position: absolute;
  width: .46106rem;
  height: 1.66rem;
  top: 1.775rem;
  left: 7.4039rem;
}

.index-about .map .line5 {
  position: absolute;
  width: 1.07rem;
  height: 4.08rem;
  top: 1.77rem;
  left: 6.7963rem;
}

.index-about .map .line6 {
  position: absolute;
  width: 1.3rem;
  height: .9rem;
  top: 1.77rem;
  left: 6.57rem;
}

.index-about .map .beijing {
  position: absolute;
  top: 1.54rem;
  left: 7.73rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-about .map .beijing .beijing-point {
  display: block;
  width: .4rem;
  height: .4rem;
}

.index-about .map .beijing .beijing-circle {
  position: absolute;
  width: .34158rem;
  height: .07088rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.037rem;
  animation: identifier 1s linear infinite;
}

@keyframes identifier {
  0% {
    transform: translateX(-50%) scale(0.5);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.index-about .map .point-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-80%);
  color: #0053E7;
  text-align: center;
  text-shadow: 1px 1px 1.6px rgba(157, 192, 255, 0.46);
  font-weight: 500;
  width: 100px;
}

.index-about .map .point {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-about .map .wulumuqi {
  top: 1.09rem;
  left: 2.4rem;
}

.index-about .map .smallpoint {
  width: .18301rem;
  height: .19079rem;
}

.index-about .map .point-circle {
  position: absolute;
  width: .34158rem;
  height: .07088rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.037rem;
  animation: identifier 1s linear infinite;
}

@keyframes identifier {
  0% {
    transform: translateX(-50%) scale(0.5);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.index-about .map .point-text-small {
  bottom: calc(-150%);
}

.index-about .map .point-circle-small {
  bottom: -.07rem;
}

.index-about .map .smallpoint-box {
  width: .34rem;
  display: flex;
  justify-content: center;
}

.index-about .map .haerbin {
  top: .56rem;
  left: 8.83rem;
}

.index-about .map .baoji {
  top: 2.64rem;
  left: 6.39rem;
}

.index-about .map .wuhan {
  top: 3.37rem;
  left: 7.53rem;
}

.index-about .map .shenzhen {
  top: 4.94rem;
  left: 8.06rem;
}

.index-about .map .hainan {
  top: 5.83rem;
  left: 6.97rem;
}

.index-about .map .map-card {
  position: absolute;
  width: 3rem;
  background: #ffffff;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all .3s ease;
}

.index-about .map .map-card .map-media {
  display: block;
  width: 100%;
  height: 1.6rem;
}

.index-about .map .map-card .map-media .map-media__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-about .map .map-card .map-media .map-media__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-about .map .map-card .map-card-con {
  padding-top: .26rem;
  padding-left: .16rem;
  padding-right: .16rem;
  padding-bottom: .2rem;
}

.index-about .map .map-card .map-card-con .map-card-title {
  padding-bottom: .12rem;
  color: #0053E7;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.index-about .map .map-card .map-card-con .map-card-title span {
  position: relative;
  padding-bottom: .12rem;
}

.index-about .map .map-card .map-card-con .map-card-title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0053E7;
  left: 0;
  bottom: 0;
}

.index-about .map .map-card .map-card-con .map-card-intro {
  margin-top: .24rem;
  color: #333;
  font-weight: 400;
  line-height: 1.62;
}

.index-video {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000000;
}

.index-video .index-video__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-video .index-video-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-video .index_video_side_h {
    display: none;
}

.index-video .index-video-side .index-video-side-item {
  width: 3.1rem;
  padding-bottom: .18rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: .19rem;
}

.index-video .index-video-side .index-video-side-item:first-child {
  padding-top: 0;
}

.index-video .index-video-side .index-video-side-item .index-video-title {
  color: #FFF;
  font-weight: 700;
  margin-bottom: .14rem;
}

.index-video .index-video-side .index-video-side-item .index-video-desc {
  color: #FFF;
  font-weight: 400;
  line-height: 1.87;
}

.index-server {
  padding-top: 1.67rem;
  margin-left: .72rem;
  background: #F7F8FA;
}

.index-server .index-server-title {
  text-align: center;
  color: #2C3235;
  font-weight: 700;
  line-height: 1.5;
}

.index-server .swiper-server {
  margin-top: .6rem;
}

.index-server .swiper-slide {
  width: 3.6rem;
  height: 6.1rem;
  margin-right: .5rem;
  transition: all .3s ease;
  /*height: 6.1rem !important;*/
}

.index-server .swiper-slide .swiper-server-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/*.index-server .swiper-slide:first-child {*/
/*  width: 11rem;*/
/*}*/

.index-server .swiper-slide:last-child {
  margin-right: 0;
}

.index-server .swiper-slide .swiper-server-box {
  position: relative;
}

.index-server .swiper-slide .swiper-server-box .swiper-server__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-server .swiper-slide .swiper-server-box .swiper-server__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox {
  position: absolute;
  left: .4rem;
  right: 0;
  bottom: .4rem;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-textshow {
  transition: all .6s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-textshow p {
  color: #FFF;
  font-weight: 700;
  line-height: 1.36;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-texthide {
  opacity: 0;
  transition: all .6s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-texthide p:first-child {
  color: #FFF;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: .16rem;
  font-size: .28rem;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-texthide p:last-child {
  color: #FFF;
  font-weight: 400;
  line-height: 1.11;
  font-size: .18rem;
  line-height.2rem;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox.active .swiper-server-textshow {
  opacity: 0;
}

.index-server .swiper-slide .swiper-server-box .swiper-server-textbox.active .swiper-server-texthide {
  opacity: 1;
}

.index-news {
  height: 100vh;
  padding-top: .87rem;
  display: flex;
}

.index-news .index-news-left {
  width: 3.5rem;
  height: calc(100vh - .87rem);
  border-right: 1px solid #DFDFDF;
  padding-top: 1rem;
  padding-left: .72rem;
}

.index-news .index-news-left .index-news-title {
  color: #2C3235;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .91rem;
}

.index-news .index-news-left .index-news-ul a {
  display: block;
  margin-bottom: .39rem;
  color: #999;
  font-weight: 400;
  position: relative;
  transition: all .5s ease;
}

.index-news .index-news-left .index-news-ul a:last-child {
  margin-bottom: 0;
}

.index-news .index-news-left .index-news-ul a.active {
  color: #0053E7;
}

.index-news .index-news-left .index-news-ul a.active span {
  position: relative;
}

.index-news .index-news-left .index-news-ul a span {
  position: relative;   
}

.index-news .index-news-left .index-news-ul a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1px;
  background: #0053E7;
  width: 0;
  transform-origin: left center;  
  transition: width .5s ease;
}

/* 触发 */
.index-news .index-news-left .index-news-ul a:hover span::after,
.index-news .index-news-left .index-news-ul a.active span::after {
  width: 100%;
}

.index-news .index-news-left .index-news-ul a:hover {
  color: #0053E7;
}

.index-news .index-news-left .index-news-ul a:hover span {
  position: relative;
}

.index-news .index-news-left .index-news-ul a:hover span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0053E7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}

.index-news .index-news-right {
  width: calc(100% - 3.5rem);
  padding-left: .8rem;
  display: flex;
}

.index-news .index-news-right .index-news-item {
  width: 4.2rem;
  padding-top: 1rem;
  margin-right: .46rem;
}

.index-news .index-news-right .index-news-item:hover p.index-news-no,
.index-news .index-news-right .index-news-item:hover p.index-news-time,
.index-news .index-news-right .index-news-item:hover p.index-news-title{
  color: #0053E7;
}

/*.index-news .index-news-right .index-news-item:hover p:nth-child(4) {*/
/*  color: #999;*/
/*}*/


.index-news .index-news-right .index-news-item{display:none}
 .index-news .index-news-right .index-news-item.on{display:block}

.index-news .index-news-right .index-news-item:last-child {
  margin-right: 0;
}

.index-news .index-news-right .index-news-item .index-news-no {
  color: rgba(51, 51, 51, 0.4);
  font-weight: 400;
  margin-bottom: .04rem;
}

.index-news .index-news-right .index-news-item .index-news-time {
  color: rgba(51, 51, 51, 0.4);
  font-weight: 500;
  line-height: 1;
  margin-bottom: .55rem;
}

.index-news .index-news-right .index-news-item .img_box {
    margin-bottom: .46rem;
    width: 4.2rem;
    height: 3rem;
    overflow: hidden;
}

.index-news .index-news-right .index-news-item .index-news__img {
  display: block;
  width: 4.2rem;
  height: 3rem;
  object-fit: cover;
  
  transition: transform .4s ease;
}

.index-news .index-news-right .index-news-item .index-news__img:hover {
   transform: scale(1.1);
}

.index-news .index-news-right .index-news-item .index-news-title {
  color: #333;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: .23rem;
  overflow: hidden;
  /* 超出部分隐藏 */
  white-space: nowrap;
  /* 文本不换行 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  width: 100%;
}
.index-news .index-news-right .index-news-item:hover .index-news-title {
    color: #0053E7;
}

.index-news .index-news-right .index-news-item .index-news-desc {
  color: #999;
  font-weight: 400;
  line-height: .3rem;
  display: -webkit-box;
  /* 使用 WebKit 的弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 设置为垂直排列 */
  -webkit-line-clamp: 2;
  /* 限制显示两行 */
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出部分 */
  margin-bottom: .8rem;
}

.index-news .index-news-right .index-news-item .index-news-more {
  display: flex;
  align-items: center;
}

.index-news .index-news-right .index-news-item .index-news-more span {
  display: block;
  color: #333;
  font-weight: 500;
  line-height: 1.14;
  margin-right: .13rem;
}

.index-news .index-news-right .index-news-item .index-news-more img {
  display: block;
  width: .1rem;
}

.index-join {
  height: 100vh;
  background: #F7F8FA;
  display: flex;
}

.index-join .index-join-left {
  width: 10.76rem;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-right: 1.8rem;
  position: relative;
  /*overflow: hidden;*/
}

.index-join-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.93rem;
    width: 2rem;
    height: 100%;
    /* backdrop-filter: blur(.02rem); */
    -webkit-backdrop-filter: blur(0.06rem);
    background: linear-gradient(to right, #f7f8fa 20%, transparent);
    pointer-events: none;
    z-index: 10;
}

.index-join .index-join-left .index-join-title {
  margin-bottom: .2rem;
  color: #333;
  font-weight: 700;
  text-align: right;
}

.index-join .index-join-left .index-join-desc {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
  margin-bottom: 1rem;
  /*width: 80%;*/
}

.index-join .index-join-left .index-about__a {
  margin-right: 0;
  margin-top: 0;
}

.index-join .index-join-left .img_1 {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: -4.08rem;
    left: 0;
    opacity: 0.05;
}

.index-join .index-join-left .img_2 {
    position: absolute;
    width: 100%;
    height: 50%;
    top: -2.27rem;
    left: 0;
    opacity: 0.05;
    display: none;
}

.index-join .index-join-right {
  width: calc(100% - 9.76rem);
  position: relative;
}

.index-join .index-join-right img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.index-join .index-join-right .swiper-join-pagination {
    position: absolute;
    right: .72rem;
    bottom: .43rem;
    display: flex;
    justify-content: end;
    padding-right: .72rem;
}

.index-join .index-join-right .swiper-join-pagination .swiper-pagination-bullet {
    width: .26rem;
    height: .002rem;
    background: rgba(214, 214, 214, 1);
    border-radius: unset;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
}

.index-join .index-join-right .swiper-join-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 89, 255, 1);
    transform: scale(1.2);
}

.swiper-icon {
    position: relative;
}

.swiper-icon .swiper-icon-bg {
    background: linear-gradient(to left, rgba(248, 248, 248, 0) 0%, #F8F8F8 95.81%) ;
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    z-index: 1000;
}
.swiper-icon .swiper-icon-bg2 {
    background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #F8F8F8 95.81%) ;
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 1000;
}

.swiper-icon .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  transition:none !important;
  

}

.swiper-icon .swiper-slide {
  width: 1.5rem;
  height: .9rem;
  margin-right: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-icon .swiper-slide:last-child {
  margin-right: 0;
}

.swiper-icon .swiper-slide img {
  display: block;
  max-width: 1.07rem;
  max-height: .62rem;
  object-fit: cover;
}

.about {
  background: #F7F8FA;
  padding-top: 1.38rem;
}

.about .crumb {
  padding-left: 1.3rem;
  display: flex;
  align-items: center;
  color: #666;
}

.about .crumb .crumb-home {
  display: block;
  width: .2rem;
  height: .2rem;
  margin-right: .1rem;
}

.about .crumb a {
  color: #666;
  font-weight: 400;
}

.about .crumb a:last-child {
  color: #333;
}

.about .crumb span {
  margin-left: .05rem;
  margin-right: .05rem;
}

.about .about-con {
  margin-top: .7rem;
}

.about .about-con h1 {
  margin-left: 1.3rem;
  color: #333;
  font-weight: 700;
  margin-bottom: .2rem;
}

.about .about-con .about-intro {
  color: #666;
  font-weight: 400;
  line-height: 1.8;
  margin-left: 1.3rem;
}

.about .about-con .about-info {
  display: flex;
  /*align-items: center;*/
  position: relative;
  margin-top: .7rem;
}

.about .about-con .about-info .about-info-img {
  display: block;
  width: 9.3rem;
  height: 6rem;
  flex-shrink: 0;
}

.about .about-con .about-info .about-info-img .about-info__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-con .about-info .about-info-right {
  padding-left: .9rem;
  padding-right: 1.3rem;
}

.about .about-con .about-info .about-info-right .about-info-title {
  color: #333;
  font-weight: 700;
  margin-bottom: .6rem;
}
.about .about-con .about-info .about-info-right .about-info-desc {
    margin-bottom: .6rem;
}

.about .about-con .about-info .about-info-right .about-info-desc p {
  margin-bottom: .3rem;
  color: #333;
  font-weight: 400;
  line-height: 1.9;
  /* 190% */
}


.about .about-con .about-info .about-info-right .about-info-desc p:last-child {
  margin-bottom: 0;
  height: 3.4rem;
  overflow-y: auto;
  line-height: .38rem;
  text-align: justify;
}
.about .about-con .about-info .about-info-right .about-info-desc p:last-child::-webkit-scrollbar-track {
    background: transparent;
}
.about .about-con .about-info .about-info-right .about-info-desc p:last-child::-webkit-scrollbar-thumb {
    background: transparent;
}

.about .about-con .about-info .about-info-card {
  width: 16.6rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5.33rem;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 4px 59.1px 0 rgba(45, 45, 45, 0.06);
}

.about .about-con .about-info .about-info-card .about-info-item {
  width: 33.333%;
  height: 2rem;
  box-sizing: border-box;
  padding-left: .46rem;
  display: flex;
  /*align-items: center;*/
  position: relative;
  padding-top: .5rem;
}

.about .about-con .about-info .about-info-card .about-info-item .about-info-item-box {
    display: flex;
    align-items: start;
}

.about .about-con .about-info .about-info-card .about-info-item .about-info-item__icon {
  display: block;
  width: .5rem;
  height: .5rem;
  margin-right: .36rem;
}

.about .about-con .about-info .about-info-card .about-info-item .about-info-text .about-info-text-title {
  color: #333;
  font-weight: 400;
  margin-bottom: .16rem;
  opacity: .5;
}

.about .about-con .about-info .about-info-card .about-info-item .about-info-text .about-info-text-intro {
  color: #333;
  font-weight: 500;
  line-height: 1.7;
  max-width: 3.8rem;
  /*font-size: .2rem;*/
}

.about .about-con .about-info .about-info-card .about-info-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.1rem;
  background: #DFDFDF;
}

.about .about-con .about-info .about-info-card .about-info-item:last-child::after {
  content: none;
}

.about .about-con .about-swiper-outerbox {
  background: #ffffff;
  padding-top: 3.23rem;
  padding-bottom: 1.4rem;
}
.about .about-con .about-swiper-outerbox2 {
    display: none;
}

.about .about-con .about-swiper-box {
  position: relative;
  width: 16.6rem;
  margin: 0 auto;
}

.about .about-con .about-swiper-box .swiper-about {
  width: 16.6rem;
  margin: 0 auto;
}

.about .about-con .about-swiper-box .about-swiper {
  width: 16.6rem;
  background: #F7F8FA;
  padding: .28rem;
  margin: 0 auto;
  display: flex;
  transition: all 1s ease;
}

.about .about-con .about-swiper-box .about-swiper .about-swiper-left {
  width: 7.2rem;
  height: 4.6rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about-con .about-swiper-box .about-swiper .about-swiper-left .about-swiper__img {
  display: block;
  width: 3.1rem;
}

.about .about-con .about-swiper-box .about-swiper .about-swiper-right {
  padding-left: .9rem;
  padding-top: .42rem;
}

.about .about-con .about-swiper-box .about-swiper .about-swiper-right .about-swiper-title {
  color: #333;
  font-weight: 500;
  line-height: 1.41;
  margin-bottom: .2rem;
}

.about .about-con .about-swiper-box .about-swiper .about-swiper-right .about-swiper-desc {
  color: #333;
  font-weight: 400;
  line-height: 2;
  opacity: .7;
  width: 7.2rem;
  text-align: justify;
}

.about .about-con .about-swiper-box .about-swiper-arr {
  position: absolute;
  right: .3rem;
  bottom: .3rem;
  z-index: 3;
  display: flex;
}

.about .about-con .about-swiper-box .about-swiper-arr .about-swiper-prev {
  width: .44rem;
  height: .44rem;
  background: #BFC0C0;
  transition: all .3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .3rem;
}

.about .about-con .about-swiper-box .about-swiper-arr .about-swiper-prev img {
  width: .16rem;
  height: .12rem;
}

.about .about-con .about-swiper-box .about-swiper-arr .about-swiper-prev:hover {
  background: #0053E7;
}

.about .about-con .about-swiper-box .about-swiper-arr .about-swiper-next {
  width: .44rem;
  height: .44rem;
  background: #BFC0C0;
  transition: all .3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about-con .about-swiper-box .about-swiper-arr .about-swiper-next img {
  width: .16rem;
  height: .12rem;
  transform: rotate(180deg);
}

.about .about-con .about-swiper-box .about-swiper-arr .about-swiper-next:hover {
  background: #0053E7;
}

.about .about-con .about-swiper-box .about-swiper-showbox {
  position: relative;
  height: 5.16rem;
}

.about .about-con .about-swiper-box .about-swiper-showbox .about-swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about .about-con .about-map {
  position: relative;
  overflow: hidden;
}

.about .about-con .about-map img {
  display: block;
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}
.about .about-con .about-map video {
  display: block;
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}

.about .about-con .about-map .about-map-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.46rem;
  z-index: 10;
}

.about .about-con .about-map .about-map-right .about-map-item {
  width: 5.2rem;
  padding-bottom: .3rem;
  border: 0;
  display: flex;
  flex-direction: column;
  padding-top: .3rem;
  transition: all .3s ease;
  cursor: pointer;
}

.about .about-con .about-map .about-map-right .about-map-item:last-child {
  padding-bottom: 0;
}

.about .about-con .about-map .about-map-right .about-map-item .about-map-title {
  display: flex;
  align-items: center;
  margin-bottom: .26rem;
  color: white;
  opacity: .25;
}

.about .about-con .about-map .about-map-right .about-map-item .about-map-title img {
  display: none;
  width: .4rem;
  height: .4rem;
  margin-right: .16rem;
}

.about .about-con .about-map .about-map-right .about-map-item .about-map-title p {
  color: #FFF;
  font-weight: 700;
}

.about .about-con .about-map .about-map-right .about-map-item .about-map-desc {
  color: #FFF;
  font-weight: 400;
  line-height: 1.77;
  opacity: 0;
  height: 0;
}

.about .about-con .about-map .about-map-right .about-map-item.active {
  padding-top: 0;
  padding-bottom: .3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about .about-con .about-map .about-map-right .about-map-item.active .about-map-title {
  color: white;
  opacity: 1;
}

.about .about-con .about-map .about-map-right .about-map-item.active .about-map-title img {
  display: block;
}

.about .about-con .about-map .about-map-right .about-map-item.active .about-map-desc {
  opacity: .7;
  height: auto;
  text-align: justify;
  letter-spacing: 0.4px;
}

.about .about_map_btns {
    display: none;
    gap: .5rem;
    justify-content: center;
    margin: .4rem 0 0 0;
    /*display: none;*/
}
.about .about_map_btns .prev {
    background: rgba(191, 192, 192, 1);
    width: .44rem;
    height: .44rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .about_map_btns .next {
    background: rgba(191, 192, 192, 1);
    width: .44rem;
    height: .44rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .about-con .about-chronicle {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.about .about-con .about-chronicle .chronicle-title {
  text-align: center;
  color: #333;
  font-weight: 700;
}

.about .about-con .about-chronicle .chronicle-con {
  width: 16.6rem;
  margin: .7rem auto 0;
  display: flex;
  justify-content: space-between;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left {
  width: 7.44rem;
  display: flex;
  position: relative;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .chronicle-progressp-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .chronicle-progressp-box .chronicle-progress {
  width: 2px;
  height: 5rem;
  background: #D9D9D9;
  margin-bottom: .4rem;
  position: relative;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .chronicle-progressp-box .chronicle-progress .chronicle-progress-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #0053E7;
  transition: all .3s ease;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .chronicle-progressp-box .mouse {
  display: block;
  width: .2rem;
  height: .3rem;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle {
  width: 6.5rem;
  height: 5rem;
  padding-left: .5rem;
  margin-left: 0;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide {
  height: auto !important;
  margin-bottom: .86rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide .chronicle-rect {
  opacity: 0;
  position: absolute;
  width: .15rem;
  height: .15rem;
  left: -.47rem;
  top: .15rem;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide .chronicle-time {
  width: 1.8rem;
  color: #999;
  font-weight: 500;
  line-height: 1.66;
}
/*.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide:hover .chronicle-time {*/
/*  color: #0053E7;*/
/*}*/

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide .chronicle-time.active {
  color: #0053E7;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide .chronicle-context {
  width: 4.7rem;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide .chronicle-context .chronicle-context-title {
  color: #333;
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: .1rem;
}

/*.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide:hover .chronicle-context .chronicle-context-title {*/
/*  color: #0053E7;*/
/*}*/

.about .about-con .about-chronicle .chronicle-con .chronicle-left .swiper-chronicle .swiper-slide .chronicle-context .chronicle-context-desc {
  color: #999;
  font-weight: 400;
  line-height: 2;
}

.about .about-con .about-chronicle .chronicle-con .chronicle-showimg {
  display: block;
  width: 8.61rem;
  height: 5.7rem;
  object-fit: cover;
}

.about .about-con .about-team {
  background: url("../img/teambg.png") no-repeat;
  background-size: cover;
  padding-top: 1.1rem;
  padding-bottom: 1.49rem;
  position: relative;
}

.about .about-con .about-team .about-team-title {
  text-align: center;
  color: #333;
  font-weight: 700;
}

.about .about-con .about-team .about-team-people {
  position: absolute;
  bottom: 0;
  left: 2.3rem;
  width: 5.71rem;
}

.about .about-con .about-team .about-team-con {
  width: 12.46rem;
  margin-top: 1.28rem;
  margin-left: 5rem;
  padding: .6rem .9rem .6rem 3.35rem;
  background: #ffffff;
  box-shadow: 0 4px 46.3px 0 rgba(28, 28, 28, 0.05);
}

.about .about-con .about-team .about-team-con .about-team-name {
  display: flex;
  align-items: flex-end;
  margin-bottom: .18rem;
}

.about .about-con .about-team .about-team-con .about-team-name p:first-child {
  color: #333;
  font-weight: 500;
  margin-right: .12rem;
}

.about .about-con .about-team .about-team-con .about-team-name p:nth-child(2) {
  color: #0053E7;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.about .about-con .about-team .about-team-con .about-team-name .about-team__i {
  height: .1rem;
  margin-right: .16rem;
}

.about .about-con .about-team .about-team-con .about-team-intro {
  color: #666;
  font-weight: 300;
  margin-bottom: .6rem;
}

.about .about-con .about-team .about-team-con .about-team-desc {
  color: #333;
  font-weight: 400;
  line-height: 1.9;
}

.about .about-con .about-honour {
  padding-top: 1.46rem;
  padding-bottom: 1.5rem;
}

.about .about-con .about-honour .about-honour-title {
  color: #333;
  text-align: center;
  font-weight: 700;
}

.about .about-con .about-honour .about-honour-tab {
  margin-top: .7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: .3rem;
}

.about .about-con .about-honour .about-honour-tab div {
  border: 1px solid #dfdfdf;
  padding: .14rem .34rem;
  color: #333;
  font-weight: 400;
  transition: all .3s ease;
  cursor: pointer;
}

.about .about-con .about-honour .about-honour-tab div.active {
  border: 1px solid #0053E7;
  background: #0053E7;
  color: #ffffff;
}

.about .about-con .about-honour .about-honour-tab div:hover {
  border: 1px solid #0053E7;
  background: #0053E7;
  color: #ffffff;
}

.about .about-con .about-honour .swiper-honour {
  margin-left: 1.34rem;
  margin-top: .65rem;
}

.about .about-con .about-honour .swiper-honour .swiper-slide {
  width: auto !important;
  display: block !important;
  margin-right: .46rem;
}

.about .about-con .about-honour .swiper-honour .swiper-slide:last-child {
  margin-right: 0;
}

.about .about-con .about-honour .swiper-honour .swiper-slide .honour-box {
  padding: .3rem .3rem;
  width: auto;
  height: 3.13rem;
  background: url("../img/boxbg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
  flex-shrink: 0 !important;
  -webkit-flex-shrink: 0 !important;
  min-width: 0 !important;
  overflow: hidden;
  
  display: flex;
  display: -webkit-box;
  justify-content: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-box-align: center;
  
  transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
}

.about .about-con .about-honour .swiper-honour .swiper-slide .honour-box .honour-box__img {
  display: block;
  /*width: 100%;*/
  height: 100%;
  object-fit: contain;
}

.about .about-con .about-honour .swiper-honour .swiper-slide .honour-box-title {
  text-align: center;
  color: #333;
  font-weight: 500;
  margin-top: .76rem;
}

.about .about-con .about-honour .swiper-honour-nav {
  display: flex;
  align-items: center;
  margin-left: 1.34rem;
  margin-top: 1.22rem;
}

.about .about-con .about-honour .swiper-honour-nav .swiper-honour-line {
  width: 14rem;
  height: 1px;
  position: relative;
  background: #efefef;
}

.about .about-con .about-honour .swiper-honour-nav .swiper-honour-line .swiper-honour-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0053E7;
}

.about .about-con .about-honour .swiper-honour-nav .about-swiper-arr {
  display: flex;
  margin-left: 2.2rem;
}

.about .about-con .about-honour .swiper-honour-nav .about-swiper-arr .about-swiper-prev {
  width: .44rem;
  height: .44rem;
  background: #BFC0C0;
  transition: all .3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .3rem;
}

.about .about-con .about-honour .swiper-honour-nav .about-swiper-arr .about-swiper-prev img {
  width: .16rem;
  height: .12rem;
}

.about .about-con .about-honour .swiper-honour-nav .about-swiper-arr .about-swiper-prev:hover {
  background: #0053E7;
}

.about .about-con .about-honour .swiper-honour-nav .about-swiper-arr .about-swiper-next {
  width: .44rem;
  height: .44rem;
  background: #BFC0C0;
  transition: all .3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .about-con .about-honour .swiper-honour-nav .about-swiper-arr .about-swiper-next img {
  width: .16rem;
  height: .12rem;
  transform: rotate(180deg);
}

.about .about-con .about-honour .swiper-honour-nav .about-swiper-arr .about-swiper-next:hover {
  background: #0053E7;
}
.about-honour .swiper-honour-box {
    display: none;
}
.about .about-con .about-contact {
  padding-top: 1.3rem;
  padding-bottom: 1.4rem;
  width: 16.6rem;
  margin: 0 auto;
}

.about .about-con .about-contact .about-contact-title {
  color: #333;
  font-weight: 700;
  margin-bottom: .7rem;
}

.about .about-con .about-contact .contact-con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.51rem;
}

.about .about-con .about-contact .contact-con .contact-left {
    width: 4.9rem;
}

.about .about-con .about-contact .contact-con .contact-left .contact-address .contact-address-label {
  color: #333;
  font-weight: 400;
  opacity: .6;
  margin-bottom: .16rem;
}

.about .about-con .about-contact .contact-con .contact-left .contact-address .contact-address-select {
  width: 4.9rem;
  height: .48rem;
  border: 0.01rem solid #DFDFDF;
  position: relative;
}

.about .about-con .about-contact .contact-con .contact-left .contact-address .contact-address-select::after {
  content: "";
  width: .16rem;
  height: .1rem;
  background: url("../img/arricon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .21rem;
  z-index: 0;
}

.about .about-con .about-contact .contact-con .contact-left .contact-address .contact-address-select select {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
  padding-left: .16rem;
  color: #333;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.about .about-con .about-contact .contact-con .contact-left .address-con {
  margin-top: .32rem;
  display: none;
}

.about .about-con .about-contact .contact-con .contact-left .address-con:first-child {
  display: block;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .address-base {
  padding-bottom: .3rem;
  border-bottom: 1px solid #dfdfdf;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .address-base .address-base-name {
  margin-bottom: .2rem;
  color: #333;
  font-weight: 400;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .address-base .address-base-detail {
  color: #0053E7;
  font-weight: 500;
  line-height: 130%;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-item {
  padding-top: .3rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #dfdfdf;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-item .addres-item-label {
  margin-bottom: .16rem;
  color: #333;
  font-weight: 400;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-item .addres-item-value {
  color: #0053E7;
  font-weight: 500;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-email {
  padding-top: .3rem;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-email .addres-email-label {
  color: #333;
  font-weight: 400;
  margin-bottom: .16rem;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-email .addres-email-item {
  display: flex;
  align-items: center;
  margin-bottom: .16rem;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-email .addres-email-item span:first-child {
  color: #646464;
  font-weight: 400;
}

.about .about-con .about-contact .contact-con .contact-left .address-con .addres-email .addres-email-item span:last-child {
  color: #0053E7;
  font-weight: 500;
}

.about .about-con .about-contact .contact-con .content-right {
  width: 10.18rem;
}

.about .about-con .about-contact .contact-con .content-right .content-right__img {
  display: none;
  width: 10.18rem;
  height: 6.85rem;
  object-fit: cover;
}

.about .about-con .about-contact .contact-con .content-right .content-right__img:first-child {
  display: block;
}

.navside {
  position: fixed;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  right: .34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}

.navside .navside-pnum {
  color: #FFF;
  font-weight: 500;
  margin-bottom: .18rem;
}

.navside .navside-nnum {
  color: #FFF;
  font-weight: 500;
  margin-top: .18rem;
}

.navside .navside-line {
  width: 1px;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.navside .navside-line .navside-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background: white;
  transition: all .3s ease;
}


#fullpage {
  height: auto !important; /* 让容器高度随内容自适应 */
  position: relative;
}
.fp-tableCell {
    height: unset !important;
}
.full-page-item:last-child {
    height: auto !important;
}

.full-page-item:last-child .fp-tableCell {
    height: unset !important;
}

@media screen and (max-width: 1920px) {
  .index-about .map {
    transform: translateX(-50%) scale(.85);
    top: -0.03rem;
  }
}

@media screen and (max-width: 1400px) {
  .index-about .map {
    transform: translateX(-50%) scale(.8);
    top: -0.03rem;
  }
}

@media screen and (max-width: 1200px) {
  .index-about .map {
    transform: translateX(-50%) scale(.8);
    top: -1.03rem;
  }
}

@media (max-width: 767px) {
    
    .swiper-banner .swiper-slide .swiper-banner__video {
        height: 12.06rem;
    }
    .swiper-banner .swiper-slide .swiper-banner-text {
        left: .44rem;
        top: 4.8rem;
    }
    .swiper-banner .swiper-slide .swiper-banner-text .swiper-banner-text__p {
        font-size: .48rem;
    }
    .swiper-banner .swiper-slide .swiper-banner-text .swiper-banner-text-desc {
        font-size: .28rem;
    }
    .swiper-banner .swiper-newslist {
        left: .44rem;
        bottom: .8446rem;
    }
    .swiper-banner .swiper-newslist .swiper-newslist-item .swiper-newslist-flag {
        font-size: .2rem;
    }
    .swiper-banner .swiper-newslist .swiper-newslist-item .swiper-newslist-title {
        font-size: .24rem;
    }
    
    .index-about {
        height: auto;
    }
    .index-about .index-about-title {
        font-size: .4rem;
    }
    .index-about .index-about-desc {
        font-size: .24rem;
        width: 100%;
        padding: 0 .4rem;
        text-align: center;
        max-height: unset;
    }
    
    .index-about .map {
        transform: translateX(-50%) scale(.6);
        top: -1.03rem;
    }
    .index-video {
        height: auto;
    }
    .index-video .index-video-side {
        display: none;
    }
    /*.index-video .index-video-side .index-video-side-item .index-video-title {*/
    /*    font-size: .12rem;*/
    /*}*/
    /*.index-video .index-video-side .index-video-side-item .index-video-desc {*/
    /*    font-size: .12rem;*/
    /*}*/
    /*.index-video .index-video-side .index-video-side-item {*/
    /*    width: 2.3rem;*/
    /*}*/
    /*.index-video .index-video-side {*/
    /*    right: .3962rem;*/
    /*}*/
    .index-video {
        background: unset;
    }
    .index-video .index_video_side_h {
        display: block;
        /*position: absolute;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
        /*right: .3962rem;*/
        margin: .8rem .4rem 0 .4rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .index-video .index_video_side_h .index_video_side_h_list {
        display: flex;
        flex-wrap: wrap;
        gap: .436rem;
    }
    .index-video .index_video_side_h .index_video_side_h_list .index_video_side_h_item {
        width: 3.1038rem;
        border-top: .01rem solid rgba(51, 51, 51, .3);
        padding: .28rem 0 0 0;
    }
    .index-video .index_video_side_h .index_video_side_h_list .index_video_side_h_item .title {
        font-size: .28rem;
        font-weight: 700;
        margin: 0 0 .1rem 0;
    }
    .index-video .index_video_side_h .index_video_side_h_list .index_video_side_h_item .desc {
        font-size: .24rem;
        font-weight: 400;
        line-height: 150%;
        color: rgba(102, 102, 102, 1);
    }
    .index-video .videp-about__a {
        border-style: none;
        background: #BFC0C0;
    }
    
    .index-server .index-server-title {
        font-size: .4rem;
    }
    .index-server {
        margin: 0;
        padding: 1.67rem .4rem .0 .4rem;
    }
    .index-server .swiper-slide {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .index-server .swiper-slide .swiper-server-box .swiper-server__img {
        width: 100%;
        height: 3.5rem;
        margin: 0 auto;
    }
    .index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-textshow p:first-child{
        font-size: .28rem;
    }
    .index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-textshow p {
        font-size: .24rem;
    }
    /*.index-server .swiper-slide .swiper-server-box .swiper-server-textbox .swiper-server-textshow {*/
    /*    left: 1.3rem;*/
    /*}*/
    .index-news {
        flex-direction: column;
        height: auto;
    }
    
    .index-news .index-news-left {
        width: 100%;
        border-style: none;
        /*padding: 1rem 0 0 0;*/
        padding: 0;
        height: auto;
    }
    .index-news .index-news-left .index-news-title {
        text-align: center;
        font-size: .4rem;
        margin: 0 0 .44rem 0;
    }
    
    .index-news .index-news-left .index-news-ul a {
        text-align: center;
        font-size: .24rem;
    }
    .index-news .index-news-right .index-news-item {
        padding: .5rem 0 0 0;
    }
    .index-news .index-news-right .index-news-item .index-news-title {
        font-size: .28rem;
    }
    .index-news .index-news-right .index-news-item .index-news-desc {
        font-size: .24rem;
    }
    .index-news .index-news-right .index-news-item .index-about__a.new_a .index-about__a-btn p {
        font-size: .2rem;
    }
    .index-news .index-news-left .index-news-ul {
        display: flex;
        gap: .68rem;
        justify-content: center;
    }
    .index-news .index-news-left .news_a {
        margin: .5rem auto 0 auto !important;
        display: none;
    }
    .index-about__a.news_b {
        display: flex;
        margin: 1.2rem auto;
    }
    /*.index-about__a.news_b .index-about__a-btn {*/
    /*    font-size: .16rem;*/
    /*}*/
    .index-about__a {
        width: 2rem;
        height: .42rem;
    }
    .index-about__a .index-about__a-btn p {
        font-size: .24rem;
    }
    .index-about__a.map_a_btn {
        transform: scale(1.7);
    }
    .index-news .index-news-right {
        width: 100%;
        padding: 0;
        justify-content: center;
        overflow-x: auto;
    }
    .index-news .index-news-right::-webkit-scrollbar {
        display: none;
    }
    .index-join {
        height: 6.07rem;
    }
    .index-join .index-join-left {
        width: 44%;
        height: 100%;
        padding: 0 .9rem 0 0;
        position: absolute;
        left: .0;
        top: 0;
        z-index: 9999;
        background: #F7F8FA;
        align-items: flex-start;
        padding: 0 0 0 .4rem;
    }
    .index-join .index-join-right {
        width: 100%;
    }
    .index-join .index-join-left .index-join-title {
        font-size: .4rem;
    }
    .index-join .index-join-left .index-join-desc {
        text-align: start;
        font-size: .24rem;
    }
    .index-join .index-join-left .index-about__a {
        margin: 0;
    }
    .swiper-join {
        height: 100%;
    }
    .index-join .index-join-right img {
        height: 100%;
    }
    
    
    .about .about-con h1 {
        margin-left: .4rem;
        /*font-size: .4rem;*/
    }
    .about .about-con .about-info .about-info-img {
        width: 100%;
        padding: .4rem;
    }
    .about .about-con .about-intro {
        margin-left: .4rem;
        /*font-size: .2rem;*/
    }
    .about .about-con .about-info {
        flex-direction: column;
    }
    .about .about-con .about-info .about-info-right {
        padding: .4rem .4rem 0 .4rem;
    }
    .about .about-con .about-info .about-info-right .about-info-desc p:last-child {
        height: auto;
        overflow: unset;
    }
    .about .about-con .about-info .about-info-card {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        flex-direction: column;
        padding: .4rem;
    }
    .about .about-con .about-info .about-info-card .about-info-item {
        width: 100%;
        padding: 0;
        height: unset;
        margin: 0 0 .3rem 0;
    }
    .about .about-con .about-info .about-info-right .about-info-title {
        /*font-size: .4rem;*/
    }
    .about .about-con .about-info .about-info-right .about-info-desc p:last-child {
        /*font-size: .2rem;*/
    }
    .about .about-con .about-info .about-info-card .about-info-item .about-info-text .about-info-text-intro {
        max-width: auto;
    }
    .about .about-con .about-info .about-info-card .about-info-item::after {
        content: unset;
    }
    .about .about-con .about-swiper-box .about-swiper-showbox {
        width: 100%;
        height: auto;
    }
    .about .about-con .about-swiper-outerbox2 {
        padding: 1rem .4rem;
        width: 100%;
        display: block;
    }
    .about .about-con .about-swiper-outerbox {
        display: none;
    }
    .about .about-con .about-swiper-outerbox2 {
        display: flex;
        flex-direction: column;
        gap: .4rem;
    }
    .about .about-con .about-swiper-outerbox2 .about-swiper-showbox {
      position: relative;
      /*height: 5.16rem;*/
      display: flex;
      flex-direction: column;
      gap: .4rem;
      background: #fff;
      padding: .4rem;
    }
    
    .about .about-con .about-swiper-outerbox2 .about-swiper-showbox .about-swiper-left {
        display: flex;
        justify-content: center;
    }
    .about .about-con .about-swiper-outerbox2 .about-swiper-showbox .about-swiper-left .about-swiper__img {
        width: 3.1rem;
    }
    .about .about-con .about-swiper-outerbox2 .about-swiper-showbox .about-swiper-right {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .about .about-con .about-swiper-outerbox2 .about-swiper-showbox .about-swiper-right .about-swiper-title {
        color: #333;
          font-weight: 500;
          line-height: 1.41;
          margin-bottom: .2rem;
    }
    .about .about-con .about-swiper-outerbox2 .about-swiper-showbox .about-swiper-right .about-swiper-desc {
        color: #333;
          font-weight: 400;
          line-height: 2;
          opacity: .7;
          width: 100%;
          text-align: center;
    }
    
    .about .about-con .about-swiper-box {
        width: 100%;
    }
    .about .about-con .about-swiper-box .about-swiper {
        flex-direction: column;
        width: 100%;
    }.about .about-con .about-swiper-box .about-swiper-showbox .about-swiper {
        position: relative;
        padding: .4rem;
    }
    
    .about .about-con .about-swiper-box .about-swiper .about-swiper-left {
        width: 100%;
    }
    .about .about-con .about-swiper-box .about-swiper .about-swiper-right {
        padding: .4rem 0 0 0;
    }
    .about .about-con .about-swiper-box .about-swiper .about-swiper-right .about-swiper-desc {
        width: 100%;
    }
    .about .about-con .about-swiper-box .about-swiper .about-swiper-right .about-swiper-title {
        text-align: center;
    }
    .about .about-con .about-map .about-map-right .about-map-item .about-map-title p {
        font-size: .3rem;
    }
    .about .about-con .about-map .about-map-right .about-map-item .about-map-desc {
        font-size: .2rem;
    }
    
    .about .about-con .about-map .about-map-right {
        right: 0;
        /*top: 0;*/
        /*transform: unset;*/
    }
    
    .about .about-con .about-chronicle {
        padding: 1.5rem .4rem;
    }
    .about .about-con .about-chronicle .chronicle-title {
        font-size: .4rem;
    }
    .about .about-con .about-chronicle .chronicle-con {
        width: 100%;
        flex-direction: column;
    }
    .about .about-con .about-chronicle .chronicle-con .chronicle-left {
        width: 100%;
    }
    
    .about .about-con .about-chronicle .chronicle-con .chronicle-showimg {
        margin: 1rem 0 0 0;
    }
    
    .about .about-con .about-contact .contact-con {
        flex-direction: column;
    }
    .about .about-con .about-contact .contact-con .content-right {
        width: 100%;
    }
    .about .about-con .about-contact .contact-con .content-right .content-right__img {
        width: 100%;
        height: auto;
    }
    .about .about-con .about-honour .swiper-honour {
        margin-left: .4rem;
    }
    .about .about-con .about-honour {
        padding: 0;
    }
    .about .about-con .about-map .about-map-right .about-map-item.active {
        padding-bottom: .1rem;
    }
    .about .about-con .about-map .about-map-right .about-map-item.active .about-map-title {
        margin-bottom: .1rem;
    }
    .about .about-con .about-map .about-map-right .about-map-item {
        padding: .1rem 0;
    }
    
    .about .about-con .about-contact {
        width: 100%;
        padding: 1.5rem .4rem;
    }
    .about .about-con .about-contact .contact-con .contact-left {
        width: 100%;
    }
    .about .about-con .about-contact .contact-con .contact-left .contact-address .contact-address-select {
        width: 100%;
    }
    
    .about .about_map_btns {
        display: flex;
    }
    
    
    
    
    
    
}

/*@media (max-width: 425px) {*/
/*    .index-server .swiper-slide .swiper-server-box .swiper-server__img {*/
/*        width: 100%;*/
/*    }*/
/*}*/

