.index {
  position: relative;
}

.index .banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}


.index .banner .swiper_banner {
  height: 100%;
  overflow: hidden;
}

.index .banner .content {
  position: relative;
  height: 100vh;

}

.index .banner .content .banner_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.banner_title_pc {
    display: block;
}

.banner_title_mobile {
    display: none;
}

.about .banner .banner_title_pc {
            display: block;
        }

        .about .banner .banner_title_mobile {
            display: none;
        }
        
        /* 当前d_v页面PC端标题 */
.d_v .p_banner .banner_title_pc {
    display: block;
}

/* 当前d_v页面移动端标题默认隐藏 */
.d_v .p_banner .banner_title_mobile {
    display: none;
}

 .joinus_v2 .p_banner .join_title_pc {
            display: block;
        }

        /* 当前页面移动端标题 */
        .joinus_v2 .p_banner .join_title_mobile {
            display: none;
        }

.index .banner .content .banner_bg .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .banner .content .banner_bg .banner_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .banner .info {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  top: 2.2rem;
  height: 2.2rem;
  z-index: 2;
}

.index .banner .info .item {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  /* width: 100%; */
  text-align: center;
  pointer-events: none;
}

.index .banner .info .item.on {
  opacity: 1;
  pointer-events: auto;
}


.index .banner .info .item .title {
  color: #fff;
  line-height: 1.22;
  position: relative;
}

.index .banner .info .item .p_btn {
  margin: .5rem 0 0 0;
  pointer-events: none;
}

.index .banner .info .item.on .p_btn {
  pointer-events: auto;
}

.index .banner .info_desc{
    position: absolute;
    bottom: 0.8rem;
    right: 1.4rem;
    z-index: 5;
    color: #fff;
    line-height: 1.22;
    width: calc(100% - 2.8rem);
}
.index .banner .info_desc .desc{
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 1.5s ease;
    pointer-events: none;
    width: 100%;
    text-align: center;
}
.index .banner .info_desc .desc.on {
  opacity: 1;
  pointer-events: auto;
}




.index .banner .banner-pagination .swiper-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  bottom: .33rem;
  z-index: 2;
}

.index .banner .banner-pagination .swiper-pagination-bullet {
  width: .48rem;
  height: 2px;
  background: #fff;
  background-size: 100% 100%;
  opacity: 1;
}

.index .banner .banner-pagination .swiper-pagination-bullet-active {
  background: rgba(205, 0, 26, 1);
  background-size: 100% 100%;
}

.index .sec_1 {
  position: relative;
  height: 10.8rem;
  padding: 2rem 1.4rem 0 1.4rem;
}

.index .sec_1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.index .sec_1 .bg::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FDF2F2 0%, rgba(253, 242, 242, 0.10) 50%, rgba(253, 242, 242, 0.30) 100%);
  z-index: -1;
}

.index .sec_1 .bg .img {
  width: 100%;
  height: calc(100% - 1.4rem);
  margin-top: 1.4rem;
  /* object-fit: cover; */
  position: relative;
  z-index: 1;
}

.index .sec_1 .bg .icon {
  width: 8.45rem;
  position: absolute;
  top: 1.03rem;
  right: 0;
  height: 7.91rem;
  object-fit: contain;
  z-index: 0;
}

.index .sec_1 .content {
  width: 5.52rem;
  position: relative;
  z-index: 2;
}

.index .sec_1 .content .title {
  color: rgba(205, 0, 26, 1);
  line-height: 1.33;
}

.index .sec_1 .content .sub_title {
  color: rgba(205, 0, 26, 1);
  line-height: 1.875;
  margin-top: .5rem;
}

.index .sec_1 .content .txt {
  color: rgba(102, 102, 102, 1);
  line-height: 1.66;
  margin-top: .25rem;
}

.index .sec_1 .content .btn {
  display: flex;
  margin: .7rem 0 0 0;
}

.index .sec_2 {
  position: relative;
  padding: 1.7rem 1.4rem 1.77rem 1.4rem;
}

.index .sec_2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.index .sec_2 .bg .img_1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.82rem;
  height: 8.54rem;
  pointer-events: none;
}

.index .sec_2 .bg .img_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  pointer-events: none;
}

.index .sec_2 .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.33;
  text-align: center;
}

.index .sec_2 .box {
  width: 100%;
  height: 7.4rem;
  border-radius: .1rem;
  position: relative;
  margin-top: .7rem;
  
  height: 6.8rem;
  margin-top: .4rem;
}

.index .sec_2 .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.index .sec_2 .box .bg .swiper_1 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index .sec_2 .box .bg .swiper_1 .swiper-slide .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_2 .box .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1.2rem .4rem .4rem .4rem;
}

.index .sec_2 .box .info .top {
  padding: 0 1.6rem;
  position: relative;
  height: 50%;
}

.index .sec_2 .box .info .top .item {
  opacity: 0;
  text-align: center;
  transition: opacity .3s ease;
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  top: 0;
  height: 100%;
  color: #fff;
}

.index .sec_2 .box .info .top .item .name {
  line-height: 1.27;
}

.index .sec_2 .box .info .top .item .txt {
  line-height: 1.36;
  margin-top: .25rem;
}



.index .sec_2 .box .info .top .item.on {
  opacity: 1;
}

.index .sec_2 .box .info .list {
  position: absolute;
  left: .4rem;
  right: .4rem;
  bottom: .4rem;
  display: flex;
  justify-content: space-between;
  gap: .2rem;
}

.index .sec_2 .box .info .list .li {
  padding: .28rem;
  border-radius: .06rem;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(.1rem);

  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}

.index .sec_2 .box .info .list .li:hover,
.index .sec_2 .box .info .list .li.on {
  background: rgba(255, 255, 255, 1);
  color: #333;
}

.index .sec_2 .box .info .list .li .li_info {
  display: flex;
  flex-direction: column;
  gap: .08rem;
}

.index .sec_2 .box .info .list .li .li_info .name {
  line-height: 1.45;
}

.index .sec_2 .box .info .list .li .li_info .txt {
  line-height: 1.5;
}

.index .sec_2 .box .info .list .li .icon {
  width: .44rem;
  height: .44rem;
  flex-shrink: 0;
  transition: background .3s ease;

  display: flex;
  align-items: center;
  justify-content: center;

}

.index .sec_2 .box .info .list .li.on .icon,
.index .sec_2 .box .info .list .li:hover .icon {
  background: rgba(205, 0, 26, 1);
  border-radius: 50%;
}

.index .sec_2 .box .info .list .li .icon img {
  width: 100%;
  height: 100%;
}

.index .sec_2 .box .info .list .li.on .icon img,
.index .sec_2 .box .info .list .li:hover .icon img {
  width: .13rem;
}

.index .sec_2 .box .info .list .li .icon .normal,
.index .sec_2 .box .info .list .li.on .icon .active,
.index .sec_2 .box .info .list .li .icon .normal,
.index .sec_2 .box .info .list .li:hover .icon .active {
  display: block;
}

.index .sec_2 .box .info .list .li .icon .active,
.index .sec_2 .box .info .list .li.on .icon .normal,
.index .sec_2 .box .info .list .li .icon .active,
.index .sec_2 .box .info .list .li:hover .icon .normal {
  display: none;
}

.index .sec_3 {
  position: relative;
  padding: 0 0 1.5rem 0;
}

.index .sec_3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.index .sec_3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_3 .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.42;
  text-align: center;
  width: 7.84rem;
  margin: 0 auto;
}

.index .sec_3 .content {
  margin: .7rem 0 0 0;
  position: relative;
}

.index .sec_3 .content .swiper_2 {
  height: 6rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index .sec_3 .content .swiper_2 .btns .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: .56rem;
  height: .56rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(245, 240, 232, 1);

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: all .3s ease;
}

.index .sec_3 .content .swiper_2 .btns .btn:hover {
  background: rgba(205, 0, 26, 1);
}

.index .sec_3 .content .swiper_2 .btns .btn img {
  width: .14rem;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s ease;
}

.index .sec_3 .content .swiper_2 .btns .btn.prev {
  left: 2.25rem;
}

.index .sec_3 .content .swiper_2 .btns .btn.next {
  right: 2.25rem;
}

.index .sec_3 .content .swiper_2 .btns .btn .normal,
.index .sec_3 .content .swiper_2 .btns .btn:hover .active {
  opacity: 1;
}

.index .sec_3 .content .swiper_2 .btns .btn:hover .normal,
.index .sec_3 .content .swiper_2 .btns .btn .active {
  opacity: 0;
}



.index .sec_3 .content .item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(.8);
  position: relative;
  border-radius: .2rem;
  transition: transform 1.5s ease;
}

.index .sec_3 .content .item.on {
  transform: scale(1);
}

.index .sec_3 .content .item .img_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  overflow: hidden;
}

.index .sec_3 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_3 .content .item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem;
  opacity: 0;
  transition: all 1.5s ease;
  background: linear-gradient(180deg, rgba(205, 0, 26, 0.00) 0%, rgba(205, 0, 26, 0.50) 100%);
  border-radius: .2rem;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: .2rem;
}

.index .sec_3 .content .item .info .info_box {
  flex: 1;
}

.index .sec_3 .content .item.on .info {
  opacity: 1;
}

.index .sec_3 .content .item .info .name {
  line-height: 1.37;
}

.index .sec_3 .content .item .info .txt {
  line-height: 1.45;
  margin-top: .05rem;
}

.index .sec_3 .content .tabs {
  display: flex;
  width: 5.24rem;
  margin: .4rem auto 0 auto;
  justify-content: space-between;
  background: rgba(245, 240, 232, 1);
  padding: .06rem .12rem;
  border-radius: .99rem;
}

.index .sec_3 .content .tabs .tab {
  padding: .115rem .34rem;
  border-radius: .99rem;
  color: #333;
  cursor: pointer;
  transition: all .3s ease;
}

.index .sec_3 .content .tabs .tab.on,
.index .sec_3 .content .tabs .tab:hover {
  background: rgba(205, 0, 26, 1);
  color: #fff;
}


.index .sec_4 {
  position: relative;
  z-index: 1;
  padding: 1.7rem 1.4rem 1rem 1.4rem;
}

.index .sec_4 .content {
  display: flex;
  gap: 1.24rem;
}

.index .sec_4 .content .img_box {
  width: 10.2rem;
  height: 6.4rem;
  border-radius: .1rem;
  overflow: hidden;
  position: relative;
}

.index .sec_4 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease;
}

.index .sec_4 .content .img_box img.on {
  opacity: 1;
}

.index .sec_4 .content .info {
  flex: 1;
}

.index .sec_4 .content .info .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
}


.index .sec_4 .content .info .list {
  display: flex;
  flex-direction: column;
  gap: .26rem;
  margin-top: 1rem;
}

.index .sec_4 .content .info .list .li {
  display: flex;
  background: rgba(248, 246, 247, 1);
  padding: .35rem .32rem;
  border-radius: .1rem;
  cursor: pointer;
  transition: all .3s ease;
  color: rgba(51, 51, 51, 1);
}

.index .sec_4 .content .info .list .li .left {
  flex: 1;
}

.index .sec_4 .content .info .list .li .left .name {
  color: rgba(51, 51, 51, 1);
}

.index .sec_4 .content .info .list .li.on .left .name {
  color: #fff;
}

.index .sec_4 .content .info .list .li .left .txt {
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
  margin-top: .15rem;
}

.index .sec_4 .content .info .list .li.on .left .txt {
  color: #fff;
}

.index .sec_4 .content .info .list .li .right .icon {
  width: .44rem;
  height: .44rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.index .sec_4 .content .info .list .li.on .right .icon {
  opacity: 1;
}

.index .sec_4 .content .info .list .li .right .icon img {
  width: .14rem;
}

.index .sec_4 .content .info .list .li.on {
  background: rgba(205, 0, 26, 1);
  color: #fff;
}

.index .sec_5 {
  position: relative;
  padding: 1rem 1.4rem 1.5rem 1.4rem;
}

.index .sec_5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
}

.index .sec_5 .bg .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_5 .bg .img2 {
  width: 12rem;
  height: 12rem;
  object-fit: cover;
  position: absolute;
  left: 3.5rem;
  top: -4rem;
}

.index .sec_5 .top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: .2rem;
}

.index .sec_5 .top .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
}

.index .sec_5 .content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: .4rem;
  margin-top: .7rem;
}

.index .sec_5 .content .left {
  width: 10.4rem;
  flex-shrink: 0;
}

.index .sec_5 .content .left .item .img_box {
  width: 10.4rem;
  height: 6.4rem;
  position: relative;
  border-radius: .1rem;
  overflow: hidden;
}

.index .sec_5 .content .left .item .img_box::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background: rgba(205, 0, 26, 1);
  z-index: 1;
  transition: all .3s ease;
}

.index .sec_5 .content .left .item:hover .img_box::after {
  width: 100%;
}

.index .sec_5 .content .left .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.index .sec_5 .content .left .item:hover .img_box img {
  transform: scale(1.05);
}

.index .sec_5 .content .left .item .img_box .tag {
  padding: .06rem .18rem;
  border-radius: .04rem;
  background: rgba(205, 0, 26, 1);
  backdrop-filter: blur(.1rem);
  transition: all .3s ease;
  color: #fff;
  line-height: 1.44;
  position: absolute;
  left: .4rem;
  top: .38rem;
  z-index: 1;
}


.index .sec_5 .content .left .item .info {
  margin: .16rem 0 0 0;
}

.index .sec_5 .content .left .item .info .time {
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

.index .sec_5 .content .left .item .info .name {
  line-height: 1.33;
  color: rgba(205, 0, 26, 1);
  transition: all .3s ease;
  margin-top: .12rem;
}

.index .sec_5 .content .left .item:hover .info .name {
  font-size: .3rem;
}


.index .sec_5 .content .right {
  flex: 1;
}

.index .sec_5 .content .right .list {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.index .sec_5 .content .right .list .li .img_box {
  width: 5.6rem;
  height: 2.6rem;
  position: relative;
  border-radius: .1rem;
  overflow: hidden;
}

.index .sec_5 .content .right .list .li .img_box::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background: rgba(205, 0, 26, 1);
  z-index: 1;
  transition: all .3s ease;
}

.index .sec_5 .content .right .list .li:hover .img_box::after {
  width: 100%;
}

.index .sec_5 .content .right .list .li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.index .sec_5 .content .right .list .li:hover .img_box img {
  transform: scale(1.05);
}

.index .sec_5 .content .right .list .li .img_box .tag {
  padding: .06rem .18rem;
  border-radius: .04rem;
  background: rgba(232, 214, 185, 0.20);
  backdrop-filter: blur(.1rem);
  color: #fff;
  line-height: 1.44;
  position: absolute;
  left: .2rem;
  top: .2rem;
  z-index: 1;
  transition: all .3s ease;
}

.index .sec_5 .content .right .list .li:hover .img_box .tag {
  background: rgba(205, 0, 26, 1);
}

.index .sec_5 .content .right .list .li .info {
  margin: .2rem 0 0 0;
}

.index .sec_5 .content .right .list .li .info .time {
  line-height: 2;
  color: rgba(102, 102, 102, 1);
}

.index .sec_5 .content .right .list .li .info .name {
  line-height: 1.45;
  color: rgba(51, 51, 51, 1);
  transition: all .3s ease;
  margin-top: .06rem;
}

.index .sec_5 .content .right .list .li:hover .info .name {
  color: rgba(205, 0, 26, 1);
}



.index .sec_6 {
  position: relative;
  padding: 2.7rem 1.4rem 0 1.4rem;
  height: 100vh;
}

.index .sec_6 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.index .sec_6 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .sec_6 .content {
  position: relative;
  z-index: 1;
}

.index .sec_6 .content .title {
  line-height: 1.46;
  color: #fff;
}

.index .sec_6 .content .btn {
  display: flex;
  margin: .5rem 0 0 0;
}

.about .banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.about .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.about .banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .banner .info {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 2.2rem 1.4rem 1.4rem 1.4rem;
}

.about .banner .info .title {
  line-height: 1.46;
  color: #fff;
  color:#CD001A ;
  line-height: 1.16;
  text-align: center;
  font-weight: 800;
}

.about .sec_1 {
  position: relative;
  /*padding: 1.6rem 1.4rem 0 1.4rem;*/
  padding: .52rem 1.4rem 0 1.4rem;
}

.about .sec_1 .info {
  display: flex;
  justify-content: space-between;
  gap: 2.68rem;
  margin-top: .885rem;
}

.about .sec_1 .info .title {
  color: #333;
  line-height: 1.33;
  flex: 1;
}

.about .sec_1 .info .txt {
  color: #333;
  line-height: 1.8;
  width: 11.2rem;
  flex-shrink: 0;
}

.about .sec_1 .img_box {
  height: 7.4rem;
  width: 100%;
  position: relative;
  border-radius: .16rem;
  overflow: hidden;
  margin-top: 1rem;
}

.about .sec_1 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_2 {
  position: relative;
  padding: 1.6rem 1.4rem .48rem 1.4rem;
}

.about .sec_2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.about .sec_2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_2 .content {
  position: relative;
  z-index: 1;
}

.about .sec_2 .content .title {
  line-height: 1.33;
  color: #333;
  text-align: center;
}

.about .sec_2 .content .txt {
  line-height: 1.6;
  color: #333;
  margin: .32rem auto 0 auto;
  text-align: center;
  width: 10.96rem;
}

.about .sec_2 .content .box {
  display: flex;
  gap: .72rem;
  margin-top: .7rem;
}



.about .sec_2 .content .box .img_box {
  width: 8.6rem;
  height: 5.56rem;
  border-radius: .1rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.about .sec_2 .content .box .img_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all .3s ease;
}

.about .sec_2 .content .box .img_box img.on {
  opacity: 1;
}

.about .sec_2 .content .box .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .25rem;
}

.about .sec_2 .content .box .info .bz{text-align: right;}

.about .sec_2 .content .box .info .item {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .3rem .36rem;
  border-radius: .1rem;
  transition: all .3s ease;
  cursor: pointer;
}

.about .sec_2 .content .box .info .item.on {
  background: rgba(205, 0, 26, 1);
}

.about .sec_2 .content .box .info .item .icon {
  width: .68rem;
  height: .68rem;
  flex-shrink: 0;
  position: relative;
}

.about .sec_2 .content .box .info .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s ease;
}

.about .sec_2 .content .box .info .item .icon .normal,
.about .sec_2 .content .box .info .item.on .icon .active {
  opacity: 1;
}

.about .sec_2 .content .box .info .item.on .icon .normal,
.about .sec_2 .content .box .info .item .icon .active {
  opacity: 0;
}

.about .sec_2 .content .box .info .item .name {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  transition: all .3s ease;
}

.about .sec_2 .content .box .info .item.on .name {
  color: #fff;
}

.about .sec_2 .content .box .info .item .desc {
  margin-top: .12rem;
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
  transition: all .3s ease;
}

.about .sec_2 .content .box .info .item.on .desc {
  color: #fff;
}

.about .sec_3 {
  position: relative;
  padding: 1.7rem 1.4rem 1.4rem 1.4rem;
  background: rgba(249, 248, 244, 1);
}

.about .sec_3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.about .sec_3 .bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(249, 248, 244, 1) 0%, transparent 100%);
  pointer-events: none;
}

.about .sec_3 .bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(249, 248, 244, 1) 0%, transparent 100%);
  pointer-events: none;
}

.about .sec_3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_3 .title {
  position: relative;
  line-height: 1.33;
  color: #333;
  text-align: center;
}

.about .sec_3 .year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.33;
  color: #333;
  text-align: center;
  font-size: 4rem;
  color: rgba(205, 0, 26, 0.07);
  z-index: 0;
  width: 8.62rem;
  height: 5.74rem;
}

.about .sec_3 .year span {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transition: all .3s ease;
  transform: translateX(-50%);
}

.about .sec_3 .year span.on {
  opacity: 1;
}

.about .sec_3 .p_btns .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.about .sec_3 .p_btns .btn.prev {
  left: 1.4rem;
}

.about .sec_3 .p_btns .btn.next {
  right: 1.4rem;
}

.about .sec_3 .info {
  position: relative;
  margin: 3.3rem 1rem 0;
  /*width: 9rem;*/
  /*height: 3.5rem;*/
  padding-bottom: 1.4rem;
}

.about .sec_3 .info .item {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  display: none;
}

.about .sec_3 .info .item.on {
  opacity: 1;
  pointer-events: auto;
  display: block;
  min-height: 2.2rem;
}

.about .sec_3 .info .item .name {
  text-align: center;
  color: rgba(205, 0, 26, 1);
  line-height: 1.33;
}

.about .sec_3 .info .item .desc {
  margin-top: .24rem;
  line-height: 1.6;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  /*height: 1.5rem;*/
  /*overflow-y: auto;*/
}

.about .sec_3 .info .item .desc p:not(:first-child){margin-top: 0.04rem;}

.about .sec_3 .info .item .desc strong{
    font-weight: 500;
    font-family: 'HarmonyOS_Sans_SC_Medium';
}

.about .sec_3 .boxs {
  position: absolute;
  bottom: 1.4rem;
  left: 0;
  right: 0;
  width: 100%;
  height: .9rem;
  z-index: 2;
}

.about .sec_3 .boxs .swiper_3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about .sec_3 .boxs .box {
  position: relative;
  width: 100%;
  height: 100%;
}

.about .sec_3 .boxs .box .line {
  position: relative;
  display: flex;
  align-items: end;
  gap: .18rem;
}

.about .sec_3 .boxs .box .line span {
  width: 1px;
  height: .1rem;
  background: rgba(102, 102, 102, 1);
}

.about .sec_3 .boxs .box .line span:nth-child(1) {
  height: .17rem;
}

.about .sec_3 .boxs .box .line span:nth-child(5) {
  height: .3rem;
}

.about .sec_3 .boxs .box.on .line span:nth-child(5) {
  background: rgba(205, 0, 26, 1);
}

.about .sec_3 .boxs .box .line span:nth-child(9) {
  height: .17rem;
}

.about .sec_3 .boxs .box .time {
  position: relative;
  color: rgba(102, 102, 102, 1);
  line-height: 1.66;
  transition: all .3s ease;
  margin-top: .1rem;
  transform: translateX(.5rem);
}

.about .sec_3 .boxs .box.on .time {
  color: rgba(205, 0, 26, 1);
}

.about .sec_4 {
  position: relative;
  padding: 1.7rem 1.4rem .3rem 1.4rem;
}

.about .sec_4 .title {
  position: relative;
  line-height: 1.33;
  color: #333;
  text-align: center;
}

.about .sec_4 .desc {
  margin: .32rem auto 0 auto;
  width: 10.96rem;
  line-height: 1.8;
  color: rgba(51, 51, 51, 1);
}

.about .sec_4 .content {
  margin-top: .7rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.about .sec_4 .content .item {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.about .sec_4 .content .item:nth-child(odd) {
  flex-direction: row-reverse;
}

.about .sec_4 .content .item .img_box {
  width: 9rem;
  height: 5.8rem;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: .1rem;
}

.about .sec_4 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.about .sec_4 .content .item .info {
  flex: 1;
}

.about .sec_4 .content .item .info .name {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
}

.about .sec_4 .content .item .info .txt1 {
  margin-top: .16rem;
  line-height: 1.25;
  color: rgba(51, 51, 51, 1);
}

.about .sec_4 .content .item .info .txt2 {
  margin-top: .4rem;
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
}

.about .sec_5 {
  position: relative;
  padding: 1.7rem 0 1.37rem 0;
  display: none;
}

.about .sec_5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .sec_5 .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(245, 240, 232, 0.00) -18.7%, rgba(245, 240, 232, 0.60) 40.65%, rgba(245, 240, 232, 0.20) 82.19%, rgba(245, 240, 232, 0.00) 100%);
  z-index: 0;
}

.about .sec_5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about .sec_5 .top {
  padding: 0 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  position: relative;
}

.about .sec_5 .title {
  line-height: 1.33;
  color: #333;
}

.about .sec_5 .tabs {
  display: flex;
  gap: .4rem;
  padding: .06rem .12rem;
  background: rgba(245, 240, 232, 1);
  border-radius: .44rem;
}

.about .sec_5 .tabs .tab {
  padding: .115rem .34rem;
  border-radius: .44rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1.25;
  transition: all .3s ease;
  cursor: pointer;
}

.about .sec_5 .tabs .tab.on,
.about .sec_5 .tabs .tab:hover {
  background: rgba(205, 0, 26, 1);
  color: #fff;
}

.about .sec_5 .content {
  width: 100%;
  position: relative;
}

.about .sec_5 .content .swiper_5,
.about .sec_5 .content .swiper_5_1,
.about .sec_5 .content .swiper_5_2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 1.32rem;
  padding-bottom: .5rem;
}

.about .sec_5 .content .swiper {
  display: none;
}

.about .sec_5 .content .swiper.on {
  display: block;
}

.about .sec_5 .content .item {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.about .sec_5 .content .swiper-slide {
  transition: all .3s ease;
}

.about .sec_5 .content .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}


.about .sec_5 .content .item .img_box {
  width: 2.6rem;
  height: 3.61rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
  padding: .2rem;
}

.about .sec_5 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.about .sec_5 .content .item:hover .img_box img{
  transform: scale(1.05);
}
.about .sec_5 .content .item.on:hover .img_box img{
  transform: scale(1.1);
}

.about .sec_5 .content .item.on .img_box img {
  transform: scale(1.05);
}

.about .sec_5 .content .item .name {
  line-height: 1.56;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  width: 2.08rem;
  margin: 0 auto;
}

.about .sec_5 .content .p_btns {
  position: relative;
  justify-content: center;
  margin-top: .7rem;
}

.news {
  position: relative;
  padding: 1.6rem 0;
}

.news .cremb {
  padding: 0 1.4rem;
}

.news .bg {
  position: absolute;
  top: 1.08rem;
  left: 0;
  width: 100%;
  height: 9.99rem;
  object-fit: cover;
  z-index: -1;
}

.news .bg .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.news .banner {
  position: relative;
}

.news .banner .top {
  padding: 0 1.4rem;
  margin-top: .785rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .5rem;
  position: relative;
}


.news .banner .top .title {
  line-height: 1.33;
  color: #333;
}

.news .banner .top .tabs {
  display: flex;
  gap: .2rem;
  align-items: center;
}

.news .banner .top .tabs .tab {
  padding: .12rem .5rem;
  border-radius: .1rem;
  border: 1px solid rgba(205, 0, 26, 1);
  transition: all .3s ease;
  cursor: pointer;
  line-height: 1.6;
  color: rgba(205, 0, 26, 1);
}

.news .banner .top .tabs .tab.on,
.news .banner .top .tabs .tab:hover {
  background: rgba(205, 0, 26, 1);
  color: #fff;
}


.news .banner .content {
  width: 100%;
  position: relative;
}

.news .banner .content .swiper_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: .8rem 1.4rem 1.4rem 1.4rem;
}

.news .banner .content .item {
  display: flex;
  width: 16.4rem;
  background: #fff;
  border-radius: .2rem;
  box-shadow: 16px 24px 80px 10px rgba(205, 0, 26, 0.04);
}


.news .banner .content .item .img_box {
  width: 8.8rem;
  height: 5.9rem;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: .2rem;
}

.news .banner .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.news .banner .content .item .info {
  padding: .8rem;
  border-radius: .2rem;
  overflow: hidden;
}

.news .banner .content .item .info .time {
  line-height: 1.33;
  color: rgba(102, 102, 102, 1);
}

.news .banner .content .item .info .name {
  color: rgba(205, 0, 26, 1);
  margin-top: .12rem;
  line-height: 1.57;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.news .banner .content .item .info .txt {
  color: rgba(51, 51, 51, 1);
  line-height: 1.8;
  margin-top: .32rem;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.news .banner .content .item .btn {
  margin-top: .6rem;
}


.news .list {
  display: flex;
  padding: 0 1.4rem;
  gap: .4rem;
  flex-direction: column;
}

.news .list .item {
  position: relative;
}

.news .list .item .img_box {
  width: 6rem;
  height: 3.48rem;
  border-radius: .2rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.news .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.news .list .item:hover .img_box img {
  transform: scale(1.05);
}

.news .list .item .info {
  margin-left: 3.95rem;
  background: #fff;
  border-radius: .2rem;
  transition: all .3s ease;
  padding: .8rem 1rem .8rem 2.65rem;
}

.news .list .item:hover .info {
  box-shadow: .16rem .24rem .8rem .1rem rgba(205, 0, 26, 0.04);
}

.news .list .item .info .time {
  line-height: 1.33;
  color: rgba(102, 102, 102, 1);
}

.news .list .item .info .name {
  color: rgba(51, 51, 51, 1);
  margin-top: .12rem;
  line-height: 1.57;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
}

.news .list .item:hover .info .name {
  color: rgba(205, 0, 26, 1);
}

.news .list .item .info .txt {
  color: rgba(51, 51, 51, 1);
  line-height: 1.8;
  margin-top: .32rem;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
}

.news .list .item .info .btn {
  margin-top: .4rem;
  display: flex;
  align-items: center;
  color: rgba(205, 0, 26, 1);
  gap: .16rem;
}

.news .list .item .info .btn img {
  width: .14rem;
}


.news_detail {
  position: relative;
  padding: 1.6rem 0 1.4rem 0;
}

.news_detail .cremb {
  padding: 0 1.4rem;
}

.news_detail .bg {
  position: absolute;
  top: 1.08rem;
  left: 0;
  width: 100%;
  height: 9.99rem;
  object-fit: cover;
  z-index: -1;
}

.news_detail .bg .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_detail .info {
  margin-top: .78rem;
  padding: 0 2rem;
}

.news_detail .info .title {
  line-height: 1.4;
  color: rgba(205, 0, 26, 1);
}

.news_detail .info .sub_title {
  display: flex;
  margin-top: .41rem;
  align-items: center;
  gap: .5rem;
}

.news_detail .info .sub_title .tag {
  padding: .06rem .18rem;
  border-radius: .04rem;
  background: rgba(205, 0, 26, 0.10);
  backdrop-filter: blur(.1rem);
  color: rgba(205, 0, 26, 1);
}

.news_detail .info .sub_title .time {
  line-height: 1.2;
  color: rgba(51, 51, 51, 1);
}

.news_detail .info .content {
  line-height: 1.8;
  padding-top: .7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 1);
  margin-top: .71rem;
}

.news_detail .info .content img {
  width: 80%;
  margin: 0 auto;
  border-radius: .2rem;
}



.news_detail .info .controls {
  display: flex;
  margin-top: .7rem;
  align-items: center;
  justify-content: space-between;
  padding-top: .4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.news_detail .info .controls .page {
  display: flex;
  align-items: center;
  gap: .14rem;
}

.news_detail .info .controls .page span {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_detail .info .controls .page:hover {
  color: rgba(205, 0, 26, 1);
}

.news_detail .info .controls .page .icon {
  width: .18rem;
}

.news_detail .info .controls .page .icon img {
  width: 100%;
}

.news_detail .info .controls .page .icon .normal,
.news_detail .info .controls .page:hover .icon .active {
  display: block;
}

.news_detail .info .controls .page:hover .icon .normal,
.news_detail .info .controls .page .icon .active {
  display: none;
}

.news_detail .related {
  margin-top: 1.7rem;
  padding: 0 2rem;
}

.news_detail .related .top {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  align-items: center;
}

.news_detail .related .top .title {
  line-height: 1.33;
  color: #333;
}

.news_detail .related .content {
  margin-top: .7rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;

}

.news_detail .related .content .item {
  width: calc((100% - .8rem) / 3);
  transition: all .3s ease;
  border-radius: .2rem;
  overflow: hidden;
}

.news_detail .related .content .item:hover {
  box-shadow: .16rem .24rem .8rem .1rem rgba(205, 0, 26, 0.04);
}

.news_detail .related .content .item .img_box {
  border-radius: .1rem;
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}

.news_detail .related .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.news_detail .related .content .item .info {
  padding: .2rem;
  margin: 0;
}

.news_detail .related .content .item .info .time {
  line-height: 1.77;
  color: rgba(102, 102, 102, 1);
}

.news_detail .related .content .item .info .name {
  color: rgba(51, 51, 51, 1);
  margin-top: .12rem;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
}

.news_detail .related .content .item:hover .info .name {
  color: rgba(205, 0, 26, 1);
}

.d_v {
  position: relative;
}

.d_v .sec_1 {
  position: relative;
  padding: .525rem 1.4rem 1.6rem 1.4rem;
  background: #fff;
}

.d_v .sec_1 .box {
  position: relative;
  margin-top: .885rem;
  width: 100%;
  height: 6rem;
  border-radius: .1rem;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.d_v .sec_1 .box .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.d_v .sec_1 .box .img_box::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 8.6rem;
  height: 100%;
  border-radius: .1rem;
  background: linear-gradient(270deg, rgba(242, 217, 199, 0.00) 0%, rgba(242, 217, 199, 0.80) 35%, #F2D9C7 95%);
  backdrop-filter: blur(2px);
}

.d_v .sec_1 .box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d_v .sec_1 .box .name {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  position: relative;
  z-index: 1;
}

.d_v .sec_1 .box .name span:first-child {
  color: rgba(205, 0, 26, 1);
}

.d_v .sec_1 .box .txt {
  line-height: 1.83;
  color: rgba(51, 51, 51, 1);
  margin-top: .2rem;
  width: 7.94rem;
  position: relative;
  z-index: 1;
}

.d_v .sec_1 .content {
  display: flex;
  gap: .21rem;
  margin-top: .8rem;
}

.d_v .sec_1 .content .item {
  flex: 1;
  padding-top: .4rem;
  border-top: 1px solid #CD001A;
}

.d_v .sec_1 .content .item .name {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  position: relative;
  z-index: 1;
}

.d_v .sec_1 .content .item .name span:first-child {
  color: rgba(205, 0, 26, 1);
  margin-right: .12rem;
}

.d_v .sec_1 .content .item .txt {
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
  margin-top: .24rem;
  position: relative;
  z-index: 1;
}

.d_v .sec_2 {
  position: relative;
  height: 100vh;
  padding: 1.8rem 1.4rem 0 1.4rem;
  
  height: 10.8rem;
  
}

.d_v .sec_2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.d_v .sec_2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d_v .sec_2 .title {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1.33;
  text-align: center;
}

.d_v .sec_2 .desc {
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  margin-top: .24rem;
}

.d_v .sec_2 .boxs {
  display: flex;
  /*flex-direction: column;*/
  /*margin-top: .8rem;*/
  position: relative;
  z-index: 1;
}

.d_v .sec_2 .boxs{
    position: absolute;
    left: 0;
    bottom: 0.4rem;
    width: 100%;
    padding: 0 1.4rem;
    gap: 0.2rem;
}


.d_v .sec_2 .boxs .item {
  display: flex;
  gap: .5rem;
  justify-content: space-between;
  width: calc((100% - 0.6rem) / 4);
}

/*.d_v .sec_2 .boxs .item:nth-child(2n) {*/
/*  flex-direction: row-reverse;*/
/*}*/

.d_v .sec_2 .boxs .item .box {
  width: 3.95rem;
  max-width: 100%;
  border-radius: .1rem;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(.3rem);
  padding: .4rem .32rem .32rem;
  position: relative;
  transition: all .3s ease;
}

.d_v .sec_2 .boxs .item .box:hover {
  background: #fff;
}

.d_v .sec_2 .boxs .item .box .icon {
  width: .48rem;
  height: .48rem;
  /*border-radius: .1rem;*/
}

.d_v .sec_2 .boxs .item .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.d_v .sec_2 .boxs .item .box:hover .icon img {
  filter: invert(1);
}

.d_v .sec_2 .boxs .item .box .num {
  position: absolute;
  top: .28rem;
  right: .32rem;
  color: #fff;
  transition: all .3s ease;
}

.d_v .sec_2 .boxs .item .box:hover .num {
  color: rgba(205, 0, 26, 1);
}

.d_v .sec_2 .boxs .item .box .name {
  line-height: 1.33;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  margin-top: .4rem;
}

.d_v .sec_2 .boxs .item .box:hover .name {
  color: #333;
}

.d_v .sec_2 .boxs .item .box .txt {
  line-height: 1.6;
  color: #fff;
  margin-top: .12rem;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}

.d_v .sec_2 .boxs .item .box:hover .txt {
  color: #333;
}

.d_v .sec_3 {
  position: relative;
  padding: 1.6rem 0;
  display: flex;
  gap: 1.57rem;
  align-items: center;
}

.d_v .sec_3 .info {
  padding-left: 1.4rem;
  position: relative;
  width: 6.68rem;
  flex-shrink: 0;
}

.d_v .sec_3 .info .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  position: relative;
  z-index: 1;
}

.d_v .sec_3 .info .desc {
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
  margin-top: .4rem;
  position: relative;
  z-index: 1;
}

.d_v .sec_3 .desc2 {
  margin-top: .4rem;
  text-align: center;
  line-height: 1.25;
  color: #333;
  
  /*max-width: 7.28rem;*/
}
.d_v .sec_3 .desc2 span:not(.on){display: none;}



.d_v .sec_3 .info .ul {
  margin-top: .7rem;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.d_v .sec_3 .info .ul .li {
  padding-left: .2rem;
  position: relative;
}

.d_v .sec_3 .info .ul .li::before {
  position: absolute;
  content: '';
  top: .08rem;
  left: 0;
  width: .08rem;
  height: .08rem;
  border-radius: .5rem;
  background: rgba(205, 0, 26, 1);
}

.d_v .sec_3 .content {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-left: .54rem;
}

.d_v .sec_3 .content .swiper_3 {
  position: relative;
  width: 100%;
  height: 5.2rem;
  overflow: hidden;
  padding-right: 30%;
}

.d_v .sec_3 .content .swiper_3 .swiper-wrapper {
  align-items: end;
}

.d_v .sec_3 .content .swiper-slide {
  /* width: 5.8rem; */
  height: 3.4rem;
  border-radius: .1rem;
  overflow: hidden;
  transition: all .5s;
  
  width: 7.85rem;
  height: 5.2rem;
}

/*.d_v .sec_3 .content .swiper-slide.swiper-slide-active {*/
/*  width: 7.85rem;*/
/*  height: 5.2rem;*/
/*}*/

.d_v .sec_3 .content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d_v .sec_3 .content .page {
  position: absolute;
  left: 0;
  bottom: .63rem;
  width: .3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  display: none;
}

.d_v .sec_3 .content .page .num {
  line-height: 2;
  color: rgba(95, 99, 104, 1);
}

.d_v .sec_3 .content .page .line {
  width: 1px;
  height: .6rem;
  background: rgba(0, 0, 0, 0.06);
}

.d_v .sec_3 .content .page .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  position: relative;
  align-items: center;
  margin-top: .42rem;
}

.d_v .sec_3 .content .page .swiper-pagination-bullet-active {
  background: rgba(205, 0, 26, 1);
}

.d_v .sec_4 {
  position: relative;
}

.d_v .sec_4 .content {
  height: 8.8rem;
  position: relative;
  overflow: hidden;
  padding: 2.4rem 1.4rem 0 1.4rem;
}

.d_v .sec_4 .content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.d_v .sec_4 .content .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d_v .sec_4 .content .title {
  position: relative;
  z-index: 1;
  line-height: 1.33;
  color: #fff;
}

.d_v .sec_4 .content .desc {
  position: relative;
  z-index: 1;
  width: 5.4rem;
  line-height: 1.8;
  color: #fff;
  margin-top: .32rem;
}

.d_v .sec_4 .info {
  position: relative;
  display: flex;
  gap: 1.2rem;
  margin: .8rem 0 1.6rem 0;
  z-index: 1;
}

.d_v .sec_4 .info .left {
  margin-left: 1.4rem;
  width: 5.2rem;
  flex-shrink: 0;
  position: relative;
}

.d_v .sec_4 .info .left .name {
  line-height: 1.5;
  color: #333;
  position: relative;
  z-index: 1;
}

.d_v .sec_4 .info .left .txt1 {
  margin-top: .6rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
}

.d_v .sec_4 .info .left .txt {
  line-height: 1.25;
  color: rgba(205, 0, 26, 1);
  position: relative;
  z-index: 1;
  margin-top: .6rem;
  display: flex;
  justify-content: end;
}

.d_v .sec_4 .info .left .p_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.d_v .sec_4 .info .left .p_btns .btn {
  border: 1px solid rgba(51, 51, 51, 1);
  background: #fff;
}

.d_v .sec_4 .info .left .p_btns .btn:hover {
  background: rgba(205, 0, 26, 1);
  border-color: rgba(205, 0, 26, 1);
}


.d_v .sec_4 .info .right {
  flex: 1;
  overflow: hidden;
}

.d_v .sec_4 .info .right .swiper_4 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-right: 4%;
}


.d_v .sec_4 .info .right .swiper-slide {
  width: 5.2rem;
}

.d_v .sec_4 .info .right .item {
  width: 100%;
}

.d_v .sec_4 .info .right .item .img_box {
  width: 100%;
  height: 5rem;
  border-radius: .1rem;
  overflow: hidden;
}

.d_v .sec_4 .info .right .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .1rem;
  transition: all .3s ease;
}

.d_v .sec_4 .info .right .item:hover .img_box img {
  transform: scale(1.05);
}

.d_v .sec_4 .info .right .item .num {
  position: relative;
  margin-top: .2rem;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
}

.d_v .sec_4 .info .right .item .name {
  position: relative;
  margin-top: .04rem;
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
}

.d_v .sec_5 {
  position: relative;
  display: flex;
  align-items: center;
  gap: .76rem;
  padding: 0 1.4rem 1.58rem;
}

.d_v .sec_5 .info {
  width: 5.64rem;
  flex-shrink: 0;
}

.d_v .sec_5 .info .name {
  line-height: 1.33;
  color: #333;
  position: relative;
  z-index: 1;
}

.d_v .sec_5 .info .txt1 {
  margin-top: .24rem;
  color: #333;
  line-height: 1.2;
}

.d_v .sec_5 .info .txt2 {
  margin-top: .5rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.9;
  position: relative;
  z-index: 1;
}

.d_v .sec_5 .info .txt3 {
  margin-top: .8rem;
  color: #333;
  line-height: 2.08;
}

.d_v .sec_5 .info .txt4 {
  display: flex;
  justify-content: end;
  margin-top: .61rem;
  color: #CD001A;
  line-height: 1.6;
}

.d_v .sec_5 .img_box {
  width: 10rem;
  height: 6.7rem;
  border-radius: .1rem;
  overflow: hidden;
}

.d_v .sec_5 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_v {
  position: relative;
}

.i_v .sec_1 {
  position: relative;
  padding: .525rem 1.4rem .8rem 1.4rem;

}

.i_v .sec_1 .content {
  position: relative;
  margin-top: .885rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.i_v .sec_1 .content .img_box {
  width: 8.4rem;
  height: 5.2rem;
  border-radius: .1rem;
  flex-shrink: 0;
  overflow: hidden;
}

.i_v .sec_1 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_v .sec_1 .content .info {
  flex: 1;
}

.i_v .sec_1 .content .info .title {
  line-height: 1.33;
  color: #333;
  position: relative;
  z-index: 1;
}

.i_v .sec_1 .content .info .txt1 {
  margin-top: .2rem;
  color: #CD001A;
  line-height: 1.46;
  position: relative;
  z-index: 1;
}

.i_v .sec_1 .content .info .txt2 {
  margin-top: .6rem;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.i_v .sec_2 {
  position: relative;
  padding: .8rem 1.4rem;
}

.i_v .sec_2 .title {
  line-height: 1.33;
  color: #333;
  position: relative;
  z-index: 1;
  text-align: center;
}

.i_v .sec_2 .txt {
  margin: .32rem auto 0 auto;
  color: #333;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  width: 10.96rem;
  text-align: center;
}

.i_v .sec_2 .img_box {
  width: 100%;
  height: 7.6rem;
  border-radius: .1rem;
  overflow: hidden;
  margin-top: .7rem;
}

.i_v .sec_2 .img_box img,
.i_v .sec_2 .img_box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.i_v .sec_3 {
  position: relative;
  padding: .8rem 1.4rem .4rem 1.4rem;
}

.i_v .sec_3 .title {
  line-height: 1.33;
  color: #333;
  position: relative;
  z-index: 1;
  text-align: center;
}

.i_v .sec_3 .desc {
  margin: .32rem auto 0 auto;
  color: #333;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  width: 10.96rem;
  text-align: center;
}

.i_v .sec_3 .list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: .7rem;
}

.i_v .sec_3 .list .li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.i_v .sec_3 .list .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.i_v .sec_3 .list .li .info {
  width: 6.6rem;
  flex-shrink: 0;
}

.i_v .sec_3 .list .li .info .icon {
  width: .68rem;
  height: .68rem;
}

.i_v .sec_3 .list .li .info .icon img {
  width: 100%;
  height: 100%;
}

.i_v .sec_3 .list .li .info .name {
  line-height: 1.46;
  color: #333;
  margin-top: .6rem;
}

.i_v .sec_3 .list .li .info .line {
  position: relative;
  margin: .3rem 0;
  display: flex;
}

.i_v .sec_3 .list .li .info .line {
  width: 100%;
  height: .2rem;
}

.i_v .sec_3 .list .li .info .line img {
  width: 100%;
  height: 100%;
  contain-fit: contain;
}

.i_v .sec_3 .list .li .info .txt {
  line-height: 1.8;
  color: #333;;
  margin-top: .6rem;
}

.i_v .sec_3 .list .li .img_box {
  width: 8.4rem;
  height: 5.2rem;
  border-radius: .1rem;
  overflow: hidden;
}

.i_v .sec_3 .list .li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.i_v .sec_3 .list .li:hover .img_box img {
  transform: scale(1.05);
}

.i_v .sec_4 {
  position: relative;
  padding: 1.68rem 1.4rem 1.7rem 1.4rem;
}

.i_v .sec_4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.i_v .sec_4 .title {
  line-height: 1.33;
  color: #333;
  position: relative;
  z-index: 1;
  text-align: center;
}

.i_v .sec_4 .desc {
  margin: .32rem auto 0 auto;
  color: #333;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  width: 10.96rem;
  text-align: center;
}

.i_v .sec_4 .content {
  display: flex;
  gap: .4rem;
  margin-top: .7rem;
  position: relative;
  z-index: 1;
}

.i_v .sec_4 .content .item {
  width: calc((100% - .8rem) / 3);
  position: relative;
}

.i_v .sec_4 .content .item .img_box {
  background: #fff;
  border-radius: .1rem;
  overflow: hidden;
  height: 3.2rem;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.i_v .sec_4 .content .item .img_box img {
  max-width: 1.3rem;
  max-height: 1.46rem;
  object-fit: contain;
}

.i_v .sec_4 .content .item .name {
  line-height: 1.46;
  color: #333;
  margin-top: .6rem;
  text-align: center;
}

.i_v .sec_4 .content .item .txt {
  line-height: 1.6;
  color: #333;
  margin-top: .12rem;
  text-align: center;
}

.i_v1 {
  position: relative;
}

.i_v1 .sec_1 {
  position: relative;
  padding: .525rem 1.4rem 0 1.4rem;
}

.i_v1 .sec_1 .title {
  line-height: 1.33;
  color: #333;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: .885rem;
}

.i_v1 .sec_1 .txt1 {
  margin-top: .6rem;
  color: #CD001A;
  line-height: 1.46;
  position: relative;
  z-index: 1;
  text-align: center;
}

.i_v1 .sec_1 .txt2 {
  margin: .2rem auto 0 auto;
  color: #333;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  width: 10.6rem;
  text-align: center;
}

.i_v1 .sec_1 .img_box {
  width: 100%;
  height: 7.4rem;
  border-radius: .1rem;
  overflow: hidden;
  margin-top: .7rem;
}

.i_v1 .sec_1 .img_box img,
.i_v1 .sec_1 .img_box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.i_v1 .sec_2 {
  position: relative;
  padding: 1.6rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.i_v1 .sec_2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.i_v1 .sec_2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_v1 .sec_2 .img_box {
  width: 8.4rem;
  height: 5.6rem;
  border-radius: .1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.i_v1 .sec_2 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.i_v1 .sec_2 .info {
  flex: 1;
  position: relative;
  z-index: 1;
}

.i_v1 .sec_2 .info .name {
  line-height: 1.5;
  color: #333;
}

.i_v1 .sec_2 .info .txt {
  line-height: 1.8;
  color: #333;
  margin-top: .4rem;
}

.i_v1 .sec_2 .info .txt2 {
  margin-top: .6rem;
}

.i_v1 .sec_2 .info .txt2 span {
  color: #000;
  line-height: 1.5;
}

.i_v1 .sec_2 .info .txt2 .ul {
  margin-top: .2rem;
}

.i_v1 .sec_2 .info .txt2 .ul .li {
  line-height: 1.8;
  color: #333;
  padding-left: .2rem;
  position: relative;
}

.i_v1 .sec_2 .info .txt2 .ul .li::before {
  content: '';
  position: absolute;
  top: .15rem;

  left: 0;
  width: .06rem;
  height: .06rem;
  background: #CD001A;
  border-radius: 50%;
}

.i_v1 .sec_3 {
  position: relative;
  padding: 1.6rem 1.4rem .4rem 1.4rem;
}

.i_v1 .sec_3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  pointer-events: none;
  z-index: 0;
}

.i_v1 .sec_3 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.i_v1 .sec_3 .content {
  position: relative;
  z-index: 1;
}

.i_v1 .sec_3 .content .title {
  line-height: 1.33;
  color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
  text-align: center;
}

.i_v1 .sec_3 .content .desc {
  margin: .32rem auto 0 auto;
  color: rgba(255, 255, 255, 1);
  line-height: 1.8;
  position: relative;
  z-index: 1;
  width: 10.96rem;
  text-align: center;
}

.i_v1 .sec_3 .content .box {
  background: #fff;
  border-radius: .1rem;
  overflow: hidden;
  width: 100%;
  padding: 1rem .8rem 1.06rem .8rem;
  margin-top: 1.56rem;
}

.i_v1 .sec_3 .content .box .cards {
  display: flex;
  gap: .2rem;
  align-items: stretch;
}

.i_v1 .sec_3 .content .box .cards .card {
  width: calc((100% - .4rem) / 2);
  background: rgba(248, 246, 247, 1);
  padding: .36rem .6rem;
  min-height: 3.6rem;
  height: auto;
  border-radius: .1rem;
}

.i_v1 .sec_3 .content .box .cards .card .name {
  display: flex;
  align-items: end;
  gap: .24rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1.46;
}

.i_v1 .sec_3 .content .box .cards .card .txt {
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
  margin-top: .24rem;
}

.i_v1 .sec_3 .content .box .cards .card .txt span {
  color: #CD001A;
}

.i_v1 .sec_3 .content .box .remark {
  line-height: 1.77;
  color: rgba(153, 144, 145, 1);
  margin: .4rem auto 0 auto;
  text-align: center;
  width: 8.46rem;
}

.i_v1 .sec_4 {
  position: relative;
  padding: .4rem 1.4rem 1.6rem 1.4rem;
}

.i_v1 .sec_4 .title {
  line-height: 1.33;
  color: #333;
  position: relative;
  z-index: 1;
  text-align: center;
}

.i_v1 .sec_4 .content {
  position: relative;
  z-index: 1;
  margin-top: .7rem;
  display: flex;
  gap: .4rem;
}

.i_v1 .sec_4 .content .item {
  position: relative;
  z-index: 1;
  width: calc((100% - .8rem) / 2);
  border-radius: .1rem;
  overflow: hidden;
  padding: .4rem;
  display: flex;
  flex-direction: column;
}

.i_v1 .sec_4 .content .item .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.i_v1 .sec_4 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_v1 .sec_4 .content .item .name {
  display: flex;
  align-items: center;
  gap: .2rem;
  line-height: 1.2rem;
  color: #fff;
  transition: all .3s ease-in-out;
}

.i_v1 .sec_4 .content .item .name .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: #fff;
  color: #CD001A;
  transition: all .3s ease-in-out;
}

.i_v1 .sec_4 .content .item.on .name {
  color: #333;
}

.i_v1 .sec_4 .content .item.on .name .icon {
  background: rgba(69, 61, 55, 1);
  color: #fff;
}

.i_v1 .sec_4 .content .item .txt {
  line-height: 1.5;
  color: #fff;
  margin-top: .5rem;
  transition: all .3s ease-in-out;
}

.i_v1 .sec_4 .content .item.on .txt {
  color: #333;
}

.i_v1 .sec_4 .content .item .code {
  width: 1.39rem;
  height: 1.39rem;
  margin-top: .75rem;
  transition: all .3s ease-in-out;
  padding: .08rem;
  background: #fff;
}

.i_v1 .sec_4 .content .item .code img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i_v2 {
  position: relative;
}

.i_v2 .sec_1 {
  position: relative;
  padding: .52rem 1.4rem 1.6rem 1.4rem;
}

.i_v2 .sec_1 .top {
  position: relative;
  margin-top: .885rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.1rem;
}

.i_v2 .sec_1 .top .left {
  position: relative;
  flex: 1;
}

.i_v2 .sec_1 .top .left .title {
  line-height: 1.33;
  color: rgba(0, 0, 0, 1);
  position: relative;
  z-index: 1;
}

.i_v2 .sec_1 .top .left .txt {
  line-height: 1.46;
  margin-top: .2rem;
  color: #CD001A;
}

.i_v2 .sec_1 .top .right {
  position: relative;
  width: 7.8rem;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 1);
  line-height: 1.8;
}

.i_v2 .sec_1 .content {
  display: flex;
  gap: .4rem;
  margin-top: .7rem;
}

.i_v2 .sec_1 .content .item {
  position: relative;
  width: calc((100% - .8rem) / 2);
  height: 5.2rem;
  border-radius: .1rem;
  overflow: hidden;
  padding: .4rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.i_v2 .sec_1 .content .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(205, 0, 26, 0.00) 70%, rgba(205, 0, 26, 0.50) 100%);
  pointer-events: none;
  z-index: 0;
}

.i_v2 .sec_1 .content .item .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.i_v2 .sec_1 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.i_v2 .sec_1 .content .item:hover .img_box img {
  transform: scale(1.05);
}

.i_v2 .sec_1 .content .item .name {
  position: relative;
  color: rgba(255, 255, 255, 1);
  line-height: 1.46;
  text-align: center;
  z-index: 1;
}

.i_v2 .sec_1 .remark {
  position: relative;
  z-index: 1;
  line-height: 1.77;
  color: rgba(153, 144, 145, 1);
  margin: .4rem auto 0 auto;
  text-align: center;
  width: 12rem;
}

.joinus {
  position: relative;
}

.joinus .sec_1 {
  position: relative;
  padding: .525rem 1.4rem 1.6rem 1.4rem;
}

.joinus .sec_1 .cremb {
  margin-bottom: .885rem;
}

.joinus .sec_1 .box {
  padding: 2.1rem .7rem .7rem .7rem;
  position: relative;
  border-radius: .1rem;
  margin-bottom: .4rem;
  overflow: hidden;
  min-height: 7.4rem;
}

.joinus .sec_1 .box:last-child {
  margin-bottom: 0;
}

.joinus .sec_1 .box .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.joinus .sec_1 .box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joinus .sec_1 .box .title {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1);
}

.joinus .sec_1 .box .txt {
  position: relative;
  z-index: 1;
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
  margin-top: .2rem;
}

.joinus .sec_1 .box .btn {
  position: relative;
  z-index: 1;
  margin-top: .7rem;
}

/* 社会招聘筛选区 */
.joinus .sec_2 {
  position: relative;
  padding: 1.6rem 1.4rem 1.4rem 1.4rem;
  background: linear-gradient(0deg, #FAF9F8 0%, #FAF9F8 100%), linear-gradient(180deg, rgba(245, 240, 232, 0.00) -2.69%, rgba(245, 240, 232, 0.60) 12.94%, rgba(245, 240, 232, 0.20) 84.6%, rgba(245, 240, 232, 0.00) 100%);
}

.joinus .sec_2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .3rem;
}

.joinus .sec_2 .top .title {
  color: rgba(51, 51, 51, 1);
  line-height: 1.33;
}

.joinus .sec_2 .selects {
  display: flex;
  gap: .2rem;
  position: relative;
  z-index: 5;
}

.joinus .sec_2 .selects .select {
  position: relative;
  min-width: 3.8rem;
}

.joinus .sec_2 .selects .select .select_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: .6rem;
  padding: 0 .2rem; */
  padding: .18rem .24rem;
  border: 1px solid rgba(205, 0, 26, 0.20);
  border-radius: .08rem;
  cursor: pointer;
  background: #fff;
  transition: all .3s;
}

.joinus .sec_2 .selects .select .select_label:hover {
  border-color: rgba(205, 0, 26, 0.20);
}

.joinus .sec_2 .selects .select .select_label .value {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.joinus .sec_2 .selects .select .select_label .arrow {
  width: .14rem;
  flex-shrink: 0;
  margin-left: .1rem;
  transition: transform .3s;
}


.joinus .sec_2 .selects .select.on .select_label .arrow {
  transform: rotate(180deg);
}

.joinus .sec_2 .selects .select .select_options {
  position: absolute;
  top: calc(100% + .08rem);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .08rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .3s ease, opacity .3s ease, padding .3s ease;
  z-index: 10;
}

.joinus .sec_2 .selects .select.on .select_options {
  max-height: 6rem;
  opacity: 1;
  padding: .08rem 0;
  box-shadow: 0 .05rem .2rem rgba(0, 0, 0, .06);
}

.joinus .sec_2 .selects .select .select_options .option {
  padding: .12rem .2rem;
  color: #333;
  cursor: pointer;
  transition: background .2s, color .2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.joinus .sec_2 .selects .select .select_options .option:hover {
  background: rgba(0, 0, 0, .04);
  color: #000;
}

.joinus .sec_2 .selects .select .select_options .option.active {
  color: #000;
  font-weight: 600;
}

.joinus .sec_2 .list {
  display: flex;
  flex-direction: column;
  gap: .24rem;
  margin-top: .7rem;
}

.joinus .sec_2 .list .li {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: .2rem;
  overflow: hidden;
}

.joinus .sec_2 .list .li .li_label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .2rem;
  padding: .26rem .4rem;
}

.joinus .sec_2 .list .li .li_label .left {
  flex: 1;
}

.joinus .sec_2 .list .li .li_label .left .name {
  color: rgba(51, 51, 51, 1);
  line-height: 1.66;
}

.joinus .sec_2 .list .li .li_label .left .txts {
  display: flex;
  gap: .24rem;
  align-items: center;
  margin-top: .18rem;
}

.joinus .sec_2 .list .li .li_label .left .txts .line {
  width: 1px;
  height: .14rem;
}

.joinus .sec_2 .list .li .li_label .left .txts .txt_item {
  display: flex;
  align-items: center;
  gap: .1rem;
}

.joinus .sec_2 .list .li .li_label .left .txts .txt_item img {
  width: .24rem;
  height: .24rem;
}

.joinus .sec_2 .list .li .li_label .right {
  width: .44rem;
}

.joinus .sec_2 .list .li .li_label .right .icon {
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  cursor: pointer;
}

.joinus .sec_2 .list .li.on .li_label .right .icon {
  background: #CD001A;
  border-color: #CD001A;
}

.joinus .sec_2 .list .li .li_label .right .icon .icon_arrow {
  width: .15rem;
  height: .13rem;
  color: #333;
  transition: all .3s;
}

.joinus .sec_2 .list .li.on .li_label .right .icon .icon_arrow {
  transform: rotate(180deg);
  color: #fff;
}

.joinus .sec_2 .list .li .li_box {
  max-height: 0;
  transition: max-height .75s ease;
  overflow: hidden;
}

.joinus .sec_2 .list .li.on .li_box {
  max-height: 10rem;
}

.joinus .sec_2 .list .li .li_info {
  padding: .4rem .4rem .8rem .4rem;
  position: relative;
}

.joinus .sec_2 .list .li .li_info::after {
  content: '';
  position: absolute;
  top: 0;
  left: .4rem;
  right: .4rem;
  height: 1px;
  background: rgba(223, 223, 223, 1);
  z-index: 1;
  pointer-events: none;
}

.joinus .sec_2 .list .li .li_info .name {
  color: rgba(51, 51, 51, 1);
  line-height: 1.66;
  margin-bottom: .2rem;
}

.joinus .sec_2 .list .li .li_info .txt {
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  margin-bottom: .4rem;
}

.joinus .sec_2 .list .li .li_info .txt:last-child {
  margin-bottom: 0;
}

.joinus .sec_2 .list .li .li_info .submit {
  margin-top: .6rem;
  display: inline-flex;
  background: #CD001A;
  color: #fff;
  padding: .12rem .4rem;
  border-radius: .08rem;
  cursor: pointer;
  transition: all .3s;
  gap: .24rem;
  align-items: center;
}

.joinus .sec_2 .list .li .li_info .submit img {
  width: .24rem;
  height: .24rem;
}

.joinus_v1 {
  position: relative;
}

.joinus_v1 .sec_1 {
  position: relative;
  padding: .525rem 1.4rem 1.6rem 1.4rem;
}

.joinus_v1 .sec_1 .content {
  margin-top: .885rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.joinus_v1 .sec_1 .content .info {
  width: 6.8rem;
}

.joinus_v1 .sec_1 .content .info .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
}

.joinus_v1 .sec_1 .content .info .txt {
  margin-top: .4rem;
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
}

.joinus_v1 .sec_1 .content .img_box {
  width: 8.4rem;
  height: 5.6rem;
  border-radius: .1rem;
  overflow: hidden;
}

.joinus_v1 .sec_1 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.joinus_v1 .sec_2 {
  position: relative;
  padding: 1.6rem 1.4rem;
  background: rgba(250, 249, 248, 1);
}

.joinus_v1 .sec_2 .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.joinus_v1 .sec_2 .content {
  position: relative;
  top: .7rem;
  display: flex;
  align-self: start;
  gap: .4rem;
}

.joinus_v1 .sec_2 .content .img_box {
  position: relative;
  width: 9.6rem;
  height: 5.6rem;
  border-radius: .1rem;
  overflow: hidden;
  flex-shrink: 0;
}

.joinus_v1 .sec_2 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.joinus_v1 .sec_2 .content .img_box img.on {
  opacity: 1;
}

.joinus_v1 .sec_2 .content .info {
  flex: 1;
  height: 5.7rem;
}

.joinus_v1 .sec_2 .content .info .list {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.joinus_v1 .sec_2 .content .info .list .li {
  border-bottom: 1px solid rgba(220, 222, 229, 1);
  padding-bottom: .34rem;
}

.joinus_v1 .sec_2 .content .info .list .li .li_label {
  display: flex;
  align-items: center;
  gap: .24rem;
  justify-content: space-between;

  line-height: 1.66;
  color: #333;
  transition: all .3s;
}

.joinus_v1 .sec_2 .content .info .list .li.on .li_label {
  color: #CD001A;
}

.joinus_v1 .sec_2 .content .info .list .li .li_label .icon {
  width: .24rem;
  height: .24rem;
  position: relative;
}

.joinus_v1 .sec_2 .content .info .list .li .li_label .icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #333;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.joinus_v1 .sec_2 .content .info .list .li.on .li_label .icon span {
  background: #CD001A;
}

.joinus_v1 .sec_2 .content .info .list .li .li_label .icon span:last-child {
  transform: translateY(-50%) rotate(90deg);
}

.joinus_v1 .sec_2 .content .info .list .li.on .li_label .icon span:last-child {
  transform: translateY(-50%) rotate(0deg);
}

.joinus_v1 .sec_2 .content .info .list .li .box {
  /*max-height: 0;*/
  /*transition: max-height .5s ease;*/
  /*overflow: hidden;*/
  height: 0;
  /*transition: height 0.5s ease;*/
  overflow: hidden;
}

.joinus_v1 .sec_2 .content .info .list .li.on .box {
  /*max-height: 5rem;*/
  /*transition: max-height .5s ease;*/
}

.joinus_v1 .sec_2 .content .info .list .li .txt {
  padding-top: .12rem;
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
}

.joinus_v1 .sec_3 {
  position: relative;
  padding: 1.6rem 1.4rem 1rem 1.4rem;
}

.joinus_v1 .sec_3 .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.joinus_v1 .sec_3 .content {
  margin-top: .7rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-items: stretch;
}

.joinus_v1 .sec_3 .content .item {
  height: auto;
  width: calc((100% - 1.2rem) / 4);
  padding: .5rem .4rem .6rem .4rem;
  border-radius: .1rem;
  border: 1px solid rgba(205, 0, 26, 0.20);
  opacity: 0.3;
  background: #F8F6F7;
  overflow: hidden;
  transition: all .3s;
  position: relative;
  cursor: pointer;
}

.joinus_v1 .sec_3 .content .item:hover {
  background: #CD001A;
}

.joinus_v1 .sec_3 .content .item .icon {
  width: .48rem;
  height: .48rem;
}

.joinus_v1 .sec_3 .content .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .3s;
}

.joinus_v1 .sec_3 .content .item:hover .icon img {
  filter: invert(1);
}

.joinus_v1 .sec_3 .content .item .name {
  line-height: 1.46;
  margin-top: .2rem;
  color: rgba(51, 51, 51, 1);
  transition: all .3s;
}

.joinus_v1 .sec_3 .content .item:hover .name {
  color: #fff;
}

.joinus_v1 .sec_3 .content .item .txt {
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
  transition: all .3s;
  margin-top: 1.3rem;
}

.joinus_v1 .sec_3 .content .item:hover .txt {
  color: #fff;
}


.joinus_v1 .sec_3 .content .item .mask {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.78rem;
  height: 2.4rem;
  opacity: 0;
  transition: all .3s;
}

.joinus_v1 .sec_3 .content .item:hover .mask {
  opacity: 1;
}

.joinus_v1 .sec_3 .remark {
  line-height: 1.77;
  color: rgba(153, 144, 145, 1);
  text-align: center;
  margin-top: .4rem;
  font-size: .2rem;
}

.joinus_v1 .sec_4 {
  position: relative;
  padding: .6rem 0 0 0;
}

.joinus_v1 .sec_4 .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  padding: 0 1.4rem;
}

.joinus_v1 .sec_4 .txt {
  line-height: 1.46;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-top: .32rem;
  padding: 0 1.4rem;
}

.joinus_v1 .sec_4 .content {
  margin-top: 1rem;
  position: relative;
  height: 8rem;
  width: 100%;
  overflow: hidden;
  padding: 1.2rem 1.4rem;
}

.joinus_v1 .sec_4 .content .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.joinus_v1 .sec_4 .content .img_box img,
.joinus_v1 .sec_4 .content .img_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joinus_v1 .sec_4 .content .txt1 {
  text-align: center;
  color: #fff;
  line-height: 1.8;
  width: 9.2rem;
  margin: 0 auto;
}

.joinus_v1 .sec_5 {
  position: relative;
  padding: 1.6rem 1.4rem;
  display: flex;
  gap: .4rem;
}

.joinus_v1 .sec_5 .left {
  position: relative;
  width: 6.6rem;
  height: 6rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: .1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .4rem;
}

.joinus_v1 .sec_5 .left .img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}

.joinus_v1 .sec_5 .left .img_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .1rem;
  background: rgba(61, 15, 21, 0.30);
  backdrop-filter: blur(.06rem);
  z-index: 0;
  pointer-events: none;
}

.joinus_v1 .sec_5 .left .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.joinus_v1 .sec_5 .left .title {
  line-height: 1.33;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.joinus_v1 .sec_5 .left .txt {
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: .2rem;
}

.joinus_v1 .sec_5 .right {
  position: relative;
  width: 9.4rem;
  height: 6rem;
  border-radius: .1rem;
  border: 1px solid rgba(205, 0, 26, 0.20);
  background: linear-gradient(161deg, rgba(205, 0, 26, 0.00) 57.17%, rgba(205, 0, 26, 0.30) 97.52%), #F8F6F7;

}

.joinus_v1 .sec_5 .right .service {
  position: absolute;
  left: 0;
  width: 7.21rem;
  bottom: 0;
  height: 5.78rem;
  object-fit: cover;
}

.joinus_v1 .sec_5 .right .info {
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.joinus_v1 .sec_5 .right .info .txt {
  margin-top: .4rem;
  color: #000;
  line-height: 1.8;
}

.joinus_v1 .sec_5 .right .qrcode {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  padding: .22rem;
}

.joinus_v1 .sec_5 .right .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.joinus_v1 .sec_5 .right .qrcode div {
  position: absolute;
  width: .24rem;
  height: .24rem;
}

.joinus_v1 .sec_5 .right .qrcode div:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.joinus_v1 .sec_5 .right .qrcode div:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.joinus_v1 .sec_5 .right .qrcode div:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.joinus_v1 .sec_5 .right .qrcode div:nth-child(4) {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.joinus_v2 .sec_1 {
  position: relative;
  padding: .525rem 1.4rem 1.6rem 1.4rem;
}

.joinus_v2 .sec_1 .content {
  margin-top: .885rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.joinus_v2 .sec_1 .content .info {
  width: 6.8rem;
}

.joinus_v2 .sec_1 .content .info .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  
}

.joinus_v2 .sec_1 .content .info .txt {
  margin-top: .4rem;
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
}

.joinus_v2 .sec_1 .content .img_box {
  width: 8.4rem;
  height: 5.6rem;
  border-radius: .1rem;
  overflow: hidden;
}

.joinus_v2 .sec_1 .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.joinus_v2 .sec_2 {
  position: relative;
  height: 100vh;
}

.joinus_v2 .sec_2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.joinus_v2 .sec_2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.joinus_v2 .sec_2 .title {
  line-height: 1.33;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 1.6rem 1.4rem 0;
}

.joinus_v2 .sec_2 .box {
  position: absolute;
  bottom: .8rem;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.joinus_v2 .sec_2 .box .swiper_2 {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  overflow: hidden;
}

.joinus_v2 .sec_2 .box .swiper_2 .swiper-wrapper {
  align-items: stretch;
}

.joinus_v2 .sec_2 .box .swiper_2 .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
}

.joinus_v2 .sec_2 .box .item {
  width: 100%;
  padding: .35rem .4rem;
  border-radius: .1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(.1rem);
}

.joinus_v2 .sec_2 .box .item .icon {
  width: .48rem;
  height: .48rem;
}

.joinus_v2 .sec_2 .box .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.joinus_v2 .sec_2 .box .item .name {
  line-height: 1.46;
  color: rgba(51, 51, 51, 1);
  margin-top: .43rem;
}

.joinus_v2 .sec_2 .box .item .txt {
  line-height: 1.8;
  color: rgba(102, 102, 102, 1);
  margin-top: .1rem;
}

.joinus_v2 .sec_2 .box .item .mask {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.58rem;
  height: 1.88rem;
  pointer-events: none;
}

.joinus_v2 .sec_3 {
  position: relative;
  padding: 1.6rem 1.4rem .2rem 1.6rem;
}

.joinus_v2 .sec_3 .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.joinus_v2 .sec_3 .desc {
  line-height: 1.8;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  width: 10.96rem;
  margin: .32rem auto 0 auto;
}

.joinus_v2 .sec_3 .content {
  display: flex;
  gap: .4rem;
  margin-top: .7rem;
}

.joinus_v2 .sec_3 .content .item {
  width: 8rem;
  height: 5.2rem;
  border-radius: .1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: .5rem;
}

.joinus_v2 .sec_3 .content .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.76rem;
  border-radius: 0 0 .1rem .1rem;
  background: linear-gradient(180deg, rgba(205, 0, 26, 0.00) 55%, rgba(205, 0, 26, 0.50) 100%);
}

.joinus_v2 .sec_3 .content .item .img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.joinus_v2 .sec_3 .content .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joinus_v2 .sec_3 .content .item .name {
  line-height: 1.5;
  color: rgba(51, 51, 51, 1);
  position: relative;
  z-index: 1;
}

.joinus_v2 .sec_3 .content .item .txt {
  line-height: 1.25;
  margin-top: .12rem;
  color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
}

.joinus_v2 .sec_4 {
  position: relative;
  height: 13.45rem;
  padding: 1.4rem;
}

.joinus_v2 .sec_4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.joinus_v2 .sec_4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.joinus_v2 .sec_4 .bg img:nth-child(1) {
  z-index: 0;
}

.joinus_v2 .sec_4 .bg img:nth-child(2) {
  z-index: 1;
}

.joinus_v2 .sec_4 .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.joinus_v2 .sec_4 .txt {
  line-height: 1.8;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  width: 9.2rem;
  margin: .32rem auto 0 auto;
}

.joinus_v2 .sec_5 {
  position: relative;
  padding: 1.6rem 1.4rem;
  display: flex;
  gap: .4rem;
}

.joinus_v2 .sec_5 .left {
  position: relative;
  width: 6.6rem;
  height: 6rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: .1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .4rem;
}

.joinus_v2 .sec_5 .left .img_box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}

.joinus_v2 .sec_5 .left .img_box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .1rem;
  background: rgba(61, 15, 21, 0.30);
  backdrop-filter: blur(.06rem);
  z-index: 0;
  pointer-events: none;
}

.joinus_v2 .sec_5 .left .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.joinus_v2 .sec_5 .left .title {
  line-height: 1.33;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.joinus_v2 .sec_5 .left .txt {
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: .2rem;
}

.joinus_v2 .sec_5 .right {
  position: relative;
  width: 9.4rem;
  height: 6rem;
  border-radius: .1rem;
  border: 1px solid rgba(205, 0, 26, 0.20);
  background: linear-gradient(161deg, rgba(205, 0, 26, 0.00) 57.17%, rgba(205, 0, 26, 0.30) 97.52%), #F8F6F7;

}

.joinus_v2 .sec_5 .right .service {
  position: absolute;
  left: 0;
  width: 7.21rem;
  bottom: 0;
  height: 5.78rem;
  object-fit: cover;
}

.joinus_v2 .sec_5 .right .info {
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.joinus_v2 .sec_5 .right .info .txt {
  margin-top: .4rem;
  color: #000;
  line-height: 1.8;
}

.joinus_v2 .sec_5 .right .qrcode {
  position: relative;
  width: 2.6rem;
  height: 2.6rem;
  padding: .22rem;
}

.joinus_v2 .sec_5 .right .qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.joinus_v2 .sec_5 .right .qrcode div {
  position: absolute;
  width: .24rem;
  height: .24rem;
}

.joinus_v2 .sec_5 .right .qrcode div:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.joinus_v2 .sec_5 .right .qrcode div:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.joinus_v2 .sec_5 .right .qrcode div:nth-child(3) {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}

.joinus_v2 .sec_5 .right .qrcode div:nth-child(4) {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.search {
  position: relative;
}

.search .search_banner {
  position: relative;
  padding: .525rem 1.4rem 1.6rem 1.4rem;
}

.search .search_banner .title {
  line-height: 1.33;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-top: .885rem;
}

.search .search_banner .search_form {
  width: 8rem;
  margin: .42rem auto 0 auto;
  display: flex;
  align-items: center;
  border-radius: .1rem;
  background: #FAF9F8;
  height: .7rem;
}

.search .search_banner .search_form input {
  flex: 1;
  background: transparent;
  padding: 0 .4rem;
}

.search .search_banner .search_form .submit {
  display: flex;
  border-style: none;
  background: #CD001A;
  color: #fff;
  align-items: center;
  gap: .16rem;
  height: 100%;
  padding: 0 .56rem;
  border-radius: .1rem;
}

.search .search_banner .search_form .submit img {
  width: .24rem;
  height: .24rem;
}

.search .search_banner .search_result {
  text-align: center;
  line-height: 1.5;
  color: #333;
  margin-top: .4rem;
}

.search .search_banner .search_result span {
  color: #CD001A;
}

.search .main {
  background: rgba(250, 249, 248, 1);
  position: relative;
  padding: 1.4rem 1.4rem 1.98rem 1.4rem;
}

.search .main .list {
  display: flex;
  padding: 0 1.4rem;
  gap: .4rem;
  flex-direction: column;
}

.search .main .list .item {
  position: relative;
}

.search .main .list .item .img_box {
  width: 6rem;
  height: 3.48rem;
  border-radius: .2rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.search .main .list .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.search .main .list .item:hover .img_box img {
  transform: scale(1.05);
}

.search .main .list .item .info {
  margin-left: 3.95rem;
  background: #fff;
  border-radius: .2rem;
  transition: all .3s ease;
  padding: .8rem 1rem .8rem 2.65rem;
}

.search .main .list .item:hover .info {
  box-shadow: .16rem .24rem .8rem .1rem rgba(205, 0, 26, 0.04);
}

.search .main .list .item .info .time {
  line-height: 1.33;
  color: rgba(102, 102, 102, 1);
}

.search .main .list .item .info .name {
  color: rgba(51, 51, 51, 1);
  margin-top: .12rem;
  line-height: 1.57;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
}

.search .main .list .item:hover .info .name {
  color: rgba(205, 0, 26, 1);
}

.search .main .list .item .info .txt {
  color: rgba(51, 51, 51, 1);
  line-height: 1.8;
  margin-top: .32rem;

  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
}

.search .main .list .item .info .btn {
  margin-top: .4rem;
  display: flex;
  align-items: center;
  color: rgba(205, 0, 26, 1);
  gap: .16rem;
}

.search .main .list .item .info .btn img {
  width: .14rem;
}


.mb_block,
img.mimg{display: none;}

.d_v .sec_3 .img_box{
  width: 10rem;
}
.d_v .sec_3 .img_box .pic {
  width: 100%;
  height: 6.7rem;
  border-radius: .1rem;
  overflow: hidden;
}

.d_v .sec_3 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (orientation: portrait) {
  .search .search_banner {
    padding: 70px 20px 20px;
  }

  .search .search_banner .search_form {
    width: 100%;
  }
  
  .search .search_banner {
        padding: 70px 20px 20px;
    }

    .search .search_banner .search_form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .search .search_banner .search_form input {
        min-width: 0;
        width: 0;
        box-sizing: border-box;
    }

    .search .search_banner .search_form .submit {
        flex-shrink: 0;
    }

    .search .main {
        padding: 40px 20px;
    }

    .search .main .list {
        padding: 0;
    }

    .search .main .list .item {
        background: #fff;
        border-radius: .2rem;
        overflow: hidden;
    }

    .search .main .list .item .img_box {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        height: 53vw;
    }

    .search .main .list .item .info {
        margin: 20px 0 0 0;
        padding: 20px;
    }

    .search .main nav {
        max-width: 100%;
    }

    .search .main .pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        max-width: 100%;
    }

    .search .main .pagination li {
        margin: 0;
    }

  .search .main {
    padding: 40px 20px;
  }

  .search .main .list {
    padding: 0;
  }

  .search .main .list .item {
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
  }

  .search .main .list .item .img_box {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    height: 53vw;
  }

  .search .main .list .item .info {
    margin: 20px 0 0 0;
    padding: 20px;
  }

  .news {
    padding: 70px 0;
  }

  .news .cremb {
    padding: 0 20px;
  }

  .news .banner .top {
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
  }

  .news .banner .top .title {
    text-align: center;
  }

  .news .banner .top .tabs .tab {
    padding: .05rem .2rem;
  }

  .news .banner .content .swiper_main {
    padding: 40px 20px;
  }

  .news .banner .content .item {
    flex-direction: column;
    width: 100%;
  }

  .news .banner .content .item .img_box {
    width: 100%;
    height: 56vw;
  }

  .news .list {
    padding: 0 20px;
  }

  .news .list .item {
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
  }

  .news .list .item .img_box {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    height: 53vw;
  }

  .news .list .item .info {
    margin: 0 0 0 0;
    padding: 20px;
  }

  .news_detail {
    padding: 70px 0;
  }

  .news_detail .cremb {
    padding: 0 20px;
  }

  .news_detail .info {
    padding: 0 20px;
  }

  .news_detail .info .controls {
    gap: 10px;
  }

  .news_detail .info .controls .page {
    gap: 5px;
  }


  .news_detail .info .controls .page .icon {
    width: 28px;
  }

  .news_detail .related {
    padding: 0 20px;
  }

  .news_detail .related .content .item {
    width: 100%;
  }

  .news_detail .related .content .item .img_box {
    height: 53vw;
  }


  .joinus_v2 .sec_1 {
    padding: 20px;
  }

  .joinus_v2 .sec_1 .content {
    flex-direction: column;
    gap: 30px;
}

/* 新增：移动端取消PC端info的6.8rem固定宽度 */
.joinus_v2 .sec_1 .content .info {
    width: 100%;
}

.joinus_v2 .sec_1 .content .img_box {
    width: 100%;
    height: 60vw;
}

  .joinus_v2 .sec_2 {
    height: 120vw;
  }

  .joinus_v2 .sec_2 .box .swiper_2 {
    padding: 0 90px 0 20px;
  }

  .joinus_v2 .sec_3 {
    padding: 60px 20px;
  }

  .joinus_v2 .sec_3 .desc {
    width: 100%;
  }

  .joinus_v2 .sec_3 .content {
    flex-direction: column;
  }

  .joinus_v2 .sec_3 .content .item {
    width: 100%;
    height: 56vw;
    padding: 20px;
  }


  .joinus_v2 .sec_4 {
    padding: 30px 20px;
    height: 10.45rem;
  }

  .joinus_v2 .sec_4 .txt {
    width: 100%;
  }

  .joinus_v2 .sec_4 .bg {
    height: 93%;
    top: 62px;
    overflow: hidden;
}
  .joinus_v2 .sec_5 {
    flex-direction: column;
    padding: 30px 20px;
}

/* 新增：移动端取消PC端left的6.6rem固定宽度 */
.joinus_v2 .sec_5 .left {
    width: 100%;
}

.joinus_v2 .sec_5 .right {
    width: 100%;
}

  .joinus_v2 .sec_5 .right .service {
    width: 3.21rem;
    height: 3.78rem;
  }

  .joinus_v2 .sec_5 .right .info .txt {
    text-align: center;
  }

  .joinus_v1 .sec_1 {
    padding: 20px;
  }

  .joinus_v1 .sec_1 .content {
    flex-direction: column;
    gap: 30px;
  }

  .joinus_v1 .sec_1 .content .img_box {
    width: 100%;
    height: 60vw;
  }

  .joinus_v1 .sec_2 {
    padding: 60px 20px;
  }

  .joinus_v1 .sec_2 .content {
    flex-direction: column;
  }

  .joinus_v1 .sec_2 .content .img_box {
    width: 100%;
    height: 56vw;
  }

  .joinus_v1 .sec_3 {
    padding: 60px 20px;
  }

  .joinus_v1 .sec_3 .content .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .joinus_v1 .sec_3 .content .item .txt {
    margin-top: 20px;
  }

  .joinus_v1 .sec_4 .txt {
    padding: 0 20px;
    font-size: 18px;
  }

  .joinus_v1 .sec_4 .content {
            padding: 60px 20px 20px 20px;
        height: auto;
        min-height: 10.8rem;
  }

  .joinus_v1 .sec_4 .content .txt1 {
    width: 100%;
  }

  .joinus_v1 .sec_5 {
    padding: 30px 20px;
    flex-direction: column;
  }

  .joinus_v1 .sec_5 .right {
    width: 100%;
  }

  .joinus_v1 .sec_5 .right .service {
    width: 3.21rem;
    height: 3.78rem;
  }

  .joinus_v1 .sec_5 .right .info .txt {
    text-align: center;
  }

  .joinus .sec_1 {
    padding: 20px;
  }

  .joinus .sec_1 .box {
    min-height: 4.4rem;
    padding: 60px 20px;
  }

  .joinus .sec_2 {
    padding: 60px 20px;
  }

  .joinus .sec_2 .selects .select {
    min-width: unset;
  }

  .joinus .sec_2 .list .li.on .li_box {
    max-height: 200vh;
  }


  .i_v2 .sec_1 {
    padding: 20px;
  }

  .i_v2 .sec_1 .top {
    flex-direction: column;
    gap: 20px;
  }

  .i_v2 .sec_1 .top .right {
    width: 100%;
    line-height: .6rem;
  }

  .i_v2 .sec_1 .content {
    flex-direction: column;
    gap: 20px;
  }

  .i_v2 .sec_1 .content .item {
    width: 100%;
  }

  .i_v2 .sec_1 .remark {
    width: 100%;
  }

  .i_v1 .sec_1 {
    padding: 20px;
  }

  .i_v1 .sec_1 .txt2 {
    width: 100%;
  }

  .i_v1 .sec_1 .img_box {
    height: 41vw;
  }

  .i_v1 .sec_2 {
    flex-direction: column;
    padding: 60px 20px;
  }

  .i_v1 .sec_2 .img_box {
    width: 100%;
    height: 60vw;
  }

  .i_v1 .sec_3 {
    padding: 60px 20px;
  }

  .i_v1 .sec_3 .content .desc {
    width: 100%;
  }

  .i_v1 .sec_3 .content .box {
    padding: 20px;
  }

  .i_v1 .sec_3 .content .box .cards {
    flex-direction: column;
  }

  .i_v1 .sec_3 .content .box .cards .card {
    width: 100%;
  }

  .i_v1 .sec_3 .content .box .remark {
    width: 100%;
  }

  .i_v1 .sec_4 {
    padding: 20px;
  }

  .i_v1 .sec_4 .content {
    flex-wrap: wrap;
  }

  .i_v1 .sec_4 .content .item {
    width: 100%;
  }

  .i_v .sec_1 {
    padding: 20px;
  }

  .i_v .sec_1 .content {
    flex-direction: column;
    gap: 20px;
  }

  .i_v .sec_1 .content .img_box {
    width: 100%;
    height: 56vw;
  }

  .i_v .sec_2 {
    padding: 30px 20px;
  }

  .i_v .sec_2 .txt {
    width: 100%;
  }

  .i_v .sec_2 .img_box {
    width: 100%;
    height: 41vw;
  }

  .i_v .sec_3 {
    padding: 20px;
  }

  .i_v .sec_3 .list {
    gap: 40px;
  }

  .i_v .sec_3 .list .li {
    flex-direction: column;
    gap: 20px;
  }

  .i_v .sec_3 .list .li .img_box {
    width: 100%;
    height: 56vw;
  }

  .i_v .sec_3 .desc {
    width: 100%;
    color: rgba(102, 102, 102, 1);
  }

  .i_v .sec_4 {
    padding: 60px 20px;
  }

  .i_v .sec_4 .desc {
    width: 100%;
  }

  .i_v .sec_4 .content {
    flex-direction: column;
  }

  .i_v .sec_4 .content .item {
    width: 100%;
  }

  .d_v .sec_1 {
    padding: 20px 20px 40px 20px;
  }

  .d_v .sec_1 .box {
    padding: 20px;
  }

  .d_v .sec_1 .box .txt {
    width: 100%;
    font-size: .28rem;
  }

  .d_v .sec_1 .content {
    flex-direction: column;
    gap: 10px;
  }

  .d_v .sec_2 {
    padding: 60px 20px;
    height: auto;
  }

  .d_v .sec_2 .boxs {
    gap: 20px;
  }

  .d_v .sec_2 .boxs .item {
    gap: 0;
    width: 100%;
  }

  .d_v .sec_2 .boxs .item .box {
    width: 100%;
  }

  .d_v .sec_3 {
    flex-direction: column;
    padding-top: 60px;
  }

  .d_v .sec_3 .info {
    padding: 0;
  }

  .d_v .sec_3 .content {
    width: 100%;
    flex: unset;
    padding-left: 20px;
    overflow: inherit;
  }

  .d_v .sec_3 .content .swiper_3 {
    padding-right: 14%;
  }

  .d_v .sec_3 .content .page {
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }

  .d_v .sec_3 .content .page .line {
    height: 1px;
    width: .6rem;
  }

  .d_v .sec_3 .content .page .swiper-pagination {
    flex-direction: row;
    width: fit-content;
  }

  .d_v .sec_3 .desc2 {
    margin-top: 60px;
  }

  .d_v .sec_4 .content {
    padding: 60px 20px;
  }

  .d_v .sec_4 .content {
    height: 68vw;
    
    height: auto;
    min-height: 10.8rem;
  }
  
  .d_v .sec_4 .content .desc{width: 100%;}

  .d_v .sec_4 .info {
    flex-direction: column;
  }

  .d_v .sec_4 .info .left {
    margin-left: 20px;
  }

  .d_v .sec_4 .info .right {
    flex: unset;
    width: 100%;
  }

  .d_v .sec_4 .info .right .swiper_4 {
    padding: 0 20px;
  }

  .d_v .sec_5 {
    padding: 0 20px 40px 20px;
    flex-direction: column;
  }

  .d_v .sec_5 .info {
    width: 100%;
  }

  .d_v .sec_5 .img_box {
    width: 100%;
    height: 60vw;
  }

  .about .banner {
    height: 90vw;
  }

  .about .sec_1 {
    padding: 20px 20px 60px 20px;
  }
  .about .sec_1 .info .title {
      margin-top: 30px;
      text-align: center;
  }

  .about .sec_1 .img_box {
    height: 41vw;
  }

  .about .sec_1 .info {
    flex-direction: column;
    gap: 20px;
  }

  .about .sec_1 .info .txt {
    width: 100%;
  }

  .about .sec_2 {
    padding: 0 20px 60px;
  }

  .about .sec_2 .content .txt {
    width: 100%;
  }

  .about .sec_2 .content .box {
    flex-direction: column;
  }

  .about .sec_2 .content .box .img_box {
    width: 100%;
    height: 60vw;
  }


  .about .sec_3 {
    padding: 60px 20px 140px;
    padding: 1.2rem 0.4rem 2.8rem;
  }
  .about .sec_3 .boxs {
      bottom: 30px;
  }

  .about .sec_3 .info {
    width: 100%;
    
    margin: 0.33rem 0 0;
  }

  .about .sec_3 .year {
    width: 100%;
    font-size: 2rem;
    
    left: 0;
    transform: none !important;
    height: auto;
    top: 0;
    bottom: 0;
  }

  .about .sec_3 .year span {
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    
    top: auto;
    bottom: 2rem;
  }
  .about .sec_3 .info .item .desc {
      /*height: 2.6rem;*/
  }
  
  .about .sec_3 .p_btns .btn{
    top: auto;
    transform: none;
    bottom: 1.8rem;
  }


  .about .sec_4 {
    padding: 60px 20px;
  }

  .about .sec_4 .desc {
    width: 100%;
  }

  .about .sec_4 .content {
    gap: 40px;
  }

  .about .sec_4 .content .item {
    flex-direction: column;
    gap: 30px;
  }

  .about .sec_4 .content .item:nth-child(odd) {
    flex-direction: column;
    gap: 30px;
  }

  .about .sec_4 .content .item .img_box {
    width: 100%;
    height: 60vw;
  }

  .about .sec_5 {
    padding: 60px 0;
  }

  .about .sec_5 .top {
    padding: 0 20px;
    flex-direction: column;
  }

  .index .banner .content {
    height: 170vw;
  }

  .index .banner .info {
    left: 20px;
    right: 20px;
  }
    .about .sec_5 .title{text-align:center;}
  .index .banner .info .item {
    left: 0;
    right: 0;
  }

  .index .sec_1 {
    padding: 60px 20px;
    height: 162vw;
  }

  .index .sec_1 .bg .img {
    position: absolute;
    bottom: 0;
    height: 98vw;
    object-fit: cover;
  }

  .index .sec_1 .bg .icon {
    height: 65vw;
    width: 96.4vw;
    left: -25vw;
    right: unset;
    bottom: 17.73vw;
    top: unset;

  }

  .index .sec_2 {
    padding: 60px 0;
    height: auto;
  }
  .index .sec_2 .title {
    font-size: 22px;
  }
  .index .sec_2 .box {
    height: auto;
  }
  .index .sec_2 .box .info {
    position: relative;
    top: unset;
    left: unset;
    top: unset;
  }

  .index .sec_2 .box .info .list {
    flex-direction: column;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    position: relative;
    margin-top: 65px;
  }
  .index .sec_2 .box .info .top {
    padding: 0;
  }
  .index .sec_2 .box .info .top .item {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    display: none;
  }
  .index .sec_2 .box .info .top .item:nth-child(1) {
    display: block;
  }
  .index .sec_3 {
      padding: 0 20px 60px 20px;
  }
  .index .sec_3 .title {
      font-size: 22px;
  }
  .index .sec_3 .content .item .info {
      padding: 12px;
  }
  .index .sec_3 .content .item .info .name {
      font-size: 16px;
  }
  .index .sec_3 .content .item .info .txt {
      font-size: 14px;
  }
  .index .sec_3 .content .swiper_2 .btns {
      display: none;
  }
  .index .sec_3 .content .tabs {
      width: 100%;
  }
  .index .sec_3 .content .tabs .tab {
      font-size: 12px;
      padding: 10px 15px;
  }

  .index .sec_4 {
    padding: 60px 20px;
  }
  .index .sec_4 .content .info .title {
      font-size: 22px;
  }
  .index .sec_4 .content {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .index .sec_4 .content .img_box {
    width: 100%;
    height: 60vw;
  }
  .index .sec_4 .content .info .list {
    margin-top: 30px;
    
  }
  
  .index .f_60 {
      font-size: 22px;
  }

  

  .index .sec_3 .title {
    width: 100%;
  }
  
  

  .index .sec_5 {
    padding: 60px 20px;
  }

  .index .sec_5 .bg .img2 {
    left: 0;
    width: 100%;
    height: auto;
  }
  
  .index .sec_5 .top {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .index .sec_5 .content {
    flex-direction: column;
    gap: 30px;
  }

  .index .sec_5 .content .left {
    width: 100%;
  }

  .index .sec_5 .content .left .item .img_box {
    width: 100%;
    height: 60vw;
  }
  
  .index .sec_5 .content .right .list .li .img_box {
      width: 100%;
      height: 54vw;
  }
  .index .sec_5 .content .right .list {
      gap: 30px;
  }
  
  .index .sec_6 {
      padding: 60px 20px;
      height: 161vw;
  }
  .index .sec_6 .content .title {
      text-align: center;
  }
  .index .sec_6 .content .btn {
      justify-content: center;
  }
  

  

  .d_v .sec_2 .boxs{
      padding: 0;
      position: relative;
      bottom: 0;
      flex-direction: column;
      margin-top: .8rem;
  }

  img.pimg{display: none;}
  
  .mb_block,
  img.mimg{display: block;}
  
  
  .i_v1 .sec_1 .txt2,
  .about .sec_2 .content .txt,
  .i_v2 .sec_1 .remark{text-align: left;font-size: .2rem;}
  .i_v1 .sec_1 .txt2{font-size: .26rem;color: rgba(0, 0, 0, 1);line-height:.6rem;}
  .joinus .sec_2 .list .li .li_label .left .txts .line{display: none;}
/* 地图放大，但超出的部分只在当前板块内裁切 */
.joinus_v2 .sec_4 .bg {
    overflow: hidden;
}

.joinus_v2 .sec_4 .bg img:nth-child(2) {
    object-fit: contain;
    transform: scale(1.8);
    transform-origin: center center;
}
  .i_v1 .sec_4 .content .item{min-height: 5.8rem;}
  .about .sec_5 .tabs{gap: 0.2rem;justify-content: center;}
  
  .index .sec_4 .content .title{
    line-height: 1.33;
    color: rgba(51, 51, 51, 1);
  }
  .index .sec_4 .content .info .title{display: none;}
  
  .joinus_v2 .sec_3 .content .item .name{color: #fff;}
  
  .joinus_v2 .sec_3 .content .item .txt{opacity: !important;transform: none !important;}
  
  .i_v .sec_3 .list .li:nth-child(2n) {
      flex-direction: column;
    }
    
    .p_banner,
    .about .banner{height: auto;aspect-ratio: 750 / 1200;}
    
    .p_banner .info,
    .about .banner .info{padding: 2rem 0}
    
    .p_banner .info .title,
    .about .banner .info .title{font-size: 0.64rem;line-height: 154.545%;}
    
    .p_banner .info .txt{font-size: 0.24rem;line-height: 0.4rem;margin-top: 0.2rem;}
    
    
  .index .banner .banner-pagination .swiper-pagination-bullet{border-radius: 0;}
  .index .sec_1{padding: .7rem 0.4rem 0;aspect-ratio: 750 / 1220;height: auto;}
  .index .sec_1 .content{width: 6.44rem; }
  .index .sec_1 .content .title{font-size: 0.44rem;line-height: 0.8rem;}
  .index .sec_1 .content .sub_title{font-size: 0.36rem;line-height: 0.6rem;margin-top: 0rem;}
  .index .sec_1 .content .txt{font-size: 0.28rem;line-height: 0.56rem;margin-top: 0.08rem;}
  .index .sec_1 .content .btn{margin-top: 0.32rem;}
  
  .index .sec_2{padding: 1.2rem 0 0;}
  .index .sec_2 .title{font-size: 0.44rem;line-height: 154.545%;}
  .index .sec_2 .box{margin-top: 0.6rem;}
  .index .sec_2 .box .info{padding: 1rem 0.4rem 0.6rem;}
  .index .sec_2 .box .info .top .item .name{font-size: 0.4rem;line-height: 140%;}
  .index .sec_2 .box .info .top .item .txt{font-size: 0.24rem;line-height: 1.5;}
  .index .sec_2 .box .info .list{margin-top: 1.3rem;}
  .index .sec_2 .box .info .list .li{padding: 0.4rem;}
  .index .sec_2 .box .info .list .li .li_info .name{font-size: 0.32rem;line-height: 1.5;}
  .index .sec_2 .box .info .list .li .li_info .txt{font-size: 0.26rem;line-height: 153.846%;}
  .index .sec_2 .box .info .list .li .icon{width: 0.68rem;height: 0.68rem;}
  
  .index .sec_3{padding: 1.2rem 0.4rem;}
  .index .sec_3 .title{font-size: 0.44rem;line-height: 154.545%;}
  .index .sec_3 .content{margin-top: 0.6rem;}
  .index .sec_3 .content .swiper_2{height: auto;aspect-ratio: 670 / 400;}
  .index .sec_3 .content .item .info{padding: 0.24rem;}
  .index .sec_3 .content .item .info .name{font-size: 0.32rem;line-height: 1.5;}
  .index .sec_3 .content .item .info .txt{font-size: 0.26rem;line-height: 153.846%;margin-top: 0.04rem;}
  .p_btn .icon{width: 0.48rem;height: 0.48rem;}
  .p_btn{padding: 0.04rem 0.16rem 0.04rem 0.28rem;font-size: 0.24rem;line-height: 133.333%;}
  .index .sec_3 .content .tabs{width: fit-content;gap: 0.3rem;}
  .index .sec_3 .content .tabs .tab{font-size: 0.24rem;line-height: 133.333%;padding: 0.12rem 0.32rem;}
  
  .index .sec_4{padding: 0.8rem 0.4rem 0;}
  .index .sec_4 .content{gap: 0;}
  .index .sec_4 .content .title{font-size: 0.44rem;line-height: 154.545%;margin-bottom: 0.6rem;text-align:center;}
  .index .sec_4 .content .img_box{height: auto;aspect-ratio: 670 / 400;}
  .index .sec_4 .content .info .list{margin-top: 0.4rem;}
  .index .sec_4 .content .info .list .li{padding: 0.32rem 0.36rem 0.32rem 0.32rem;}
  .index .sec_4 .content .info .list .li .left .name{font-size: 0.32rem;line-height: 1.5;}
  .index .sec_4 .content .info .list .li .left .txt{font-size: 0.24rem;line-height: 166.667%;margin-top: 0.08rem;}
  .index .sec_4 .content .info .list .li .right .icon{width: 0.6rem;height: 0.6rem;}
  .index .sec_4 .content .info .list .li .right .icon img{width: 0.24rem;}
  
  .index .sec_5{padding: 1.2rem 0.4rem;overflow: hidden;}
  .index .sec_5 .top .title{font-size: 0.44rem;line-height: 154.545%;}
  .index .sec_5 .content .left .item .img_box{height: auto;aspect-ratio: 670 / 400;}
  .index .sec_5 .content .left .item .info{margin-top: 0.12rem;}
  .index .sec_5 .content .right .list .li .info .time,
  .index .sec_5 .content .left .item .info .time{font-size: 0.24rem;line-height: 166.667%;}
  .index .sec_5 .content .right .list .li .info .name,
  .index .sec_5 .content .left .item .info .name{line-height: 157.143%;}
  .index .sec_5 .content .right .list .li .img_box .tag,
  .index .sec_5 .content .left .item .img_box .tag{top: 0.2rem;left: 0.2rem;padding: 0.06rem 0.18rem;font-size: 0.18rem;line-height: 144.444%;}
  
  .index .sec_6{padding: 1.2rem 0.4rem;}
  .index .sec_6 .content .title{font-size: 0.44rem;line-height: 154.545%;}
  .index .sec_6 .content .btn{margin-top: 0.32rem;}
  .footer .top{gap: 0.4rem;}
  .footer .top .logo{width: 1.48rem;height: 1.2rem;}
  .footer .main{margin: 0.7rem 0.4rem 0.8rem;}
  .footer .main .right .title{font-size: 0.44rem;line-height: 154.545%;}
  .footer .main .right .list .li{gap: 0.08rem;}
  .footer .main .right .list .li .label{gap: 0.12rem;font-size: 0.24rem;line-height: 166.667%;}
  .footer .main .right .list .li img{font-size: 0.4rem !important;line-height: 0.4rem !important;}
  .footer .main .right .list .li:first-child .txt{font-size: 0.4rem;line-height: 1.5;}
  .footer .main .right .list .li .txt{font-size: 0.28rem;line-height: 157.143%}
  .footer .main .right .icons{gap: 0.4rem;}
  .footer .main .right .icons .icon{width: 0.7rem;height: 0.7rem;}
  .footer .main{gap: 0.8rem;}
  .footer .main .right .icons .icon .img{width: 0.37rem;}
  .footer .main .ul_m .li{padding: 0 0 0.32rem;}
  .footer .main .ul_m{gap: 0.4rem;}
  .footer .main .ul_m .li .label{font-size: 0.28rem;line-height: 157.143%;}
  
  .d_v .sec_3{padding: 1.2rem 0.4rem;gap: 0.6rem;}
  .d_v .sec_3 .info{width: 100%;}
  .d_v .sec_3 .img_box {
    width: 100%;
  }
  .i_v2 .sec_1 .top .left .title{text-align:center;}
  .d_v .sec_3 .img_box .pic{
    height: 60vw;
  }
  #hpe{        font-size: 14px;padding: 0 0.05rem;}
  /*.p_banner .info .title,.xzs{font-size:.54rem !important;}*/
  .d_v .sec_1 .content .item{    padding-top: .2rem;text-align:center;}
  .d_v .sec_1 .content .item .txt{margin-top: .12rem;}
  .i_v1 .sec_3 .content .box .remark{font-size:.2rem;}
  .i_v .sec_1 .content .info .title{text-align:center;}
  .i_v .sec_1 .content .info .txt1{text-align:center;}
  .i_v .sec_1 .content .info .txt2{    color: rgba(0, 0, 0, 1);line-height:.6rem;}
  .d_v .sec_3 .desc2{margin-top: 20px;}
  .d_v .sec_1 .content .item .name span:first-child{font-size:28px;}
  .d_v .sec_4 .info .left{width:85%;}
  .about .sec_3 .p_btns .btn.prev{left:6.5%;}
  .about .sec_3 .p_btns .btn.next{left: 85%;
  }.d_v .sec_1 .box .name{font-size:30px;}
  .joinus_v2 .sec_1 .content .info .title{text-align:center;}
  .joinus_v1 .sec_1 .content .info .title{text-align:center;}
  .joinus .sec_1 .box .img_box:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.3;}
  .sec_4 .content {
        position: relative;
    }

    .sec_4 .content .bg {
        position: relative;
    }

    /* 仅移动端显示黑色蒙版 */
    .sec_4 .content .bg::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: rgba(0, 0, 0, 0.45);
        pointer-events: none;
    }

    /* 文字显示在蒙版上方 */
    .sec_4 .content > .title,
    .sec_4 .content > .desc {
        position: relative;
        z-index: 3;
        color: #fff;
    }
    .i_v1 .sec_2 {
        display: flex;
        flex-direction: column;
    }

    /*
     * 取消info这一层的布局限制，
     * 让里面的name、txt、txt2参与sec_2排序
     */
    .i_v1 .sec_2 > .info {
        display: contents;
    }

    /* 标题排在图片上面 */
    .i_v1 .sec_2 > .info > .name {
        order: 1;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    /* 图片排在标题下面 */
    .i_v1 .sec_2 > .img_box {
        order: 2;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: 100%;
    }

    /* 描述内容排在图片下面 */
    .i_v1 .sec_2 > .info > .txt {
        order: 3;
        position: relative !important;
        width: 100%;
        margin-top: 20px;
    }

    /* 列表排在最后 */
    .i_v1 .sec_2 > .info > .txt2 {
        order: 4;
        position: relative !important;
        width: 100%;
    }

    /* 背景不参与排序 */
    .i_v1 .sec_2 > .bg {
        position: absolute;
        inset: 0;
        z-index: -1;
    }
    
    .d_v .p_banner .title.xzs {
        font-size: 0.64rem;
        line-height: 154.545%;
        margin: 0 0.2rem
    }
    .index .banner .banner_title_pc {
        display: none;
    }

    .index .banner .banner_title_mobile {
        display: block;
    }
    
    .about .banner .banner_title_pc {
                display: none !important;
            }

            .about .banner .banner_title_mobile {
                display: block !important;
            }
            
             .d_v .p_banner .banner_title_pc {
        display: none !important;
    }

    .d_v .p_banner .banner_title_mobile {
        display: block !important;
    }
    
    .joinus_v2 .p_banner .join_title_pc {
                display: none !important;
            }

            .joinus_v2 .p_banner .join_title_mobile {
                display: block !important;
            }
            

    
    .i_v1 .sec_2{gap:.2rem;}
    
    
    .index .banner .info_desc{right: 20px;width: calc(100% - 40px);}
    .index .banner .info_desc .desc{max-width: calc(100% - 40px);}
}