.con .section_news .swiper {
  width: calc(100% - ((100% - 1440px)/2));
  margin-left: auto;
  margin-right: 0;
}
.con .section_news .swiper-slide {
  width: 1260px;
  overflow: hidden;
}
.con .section_news .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.con .section_news .swiper-slide:hover img {
  transform: scale(1.05);
}
.con .section_news .swiper-slide:hover .info {
  color: var(--Primary-color);
}
.con .section_news .swiper-slide .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 60px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  color: #fff;
  transition: all 0.3s linear;
}
.con .section_news .swfoot {
  width: 1260px;
}
.con .section_events {
  background: #F6F6F8;
  width: 100%;
  overflow: hidden;
}
.con .section_events .tab {
  display: flex;
  align-items: center;
  gap: 20px;
}
.con .section_events .tab .tab_item {
  padding: 16px 28px;
  background-color: transparent;
  border: 1px solid #808080;
  border-radius: 50px;
  color: #666;
  transition: all 0.3s linear;
  cursor: pointer;
}
.con .section_events .tab .tab_item.active,
.con .section_events .tab .tab_item:hover {
  background: var(--Secondary-color);
  color: #fff;
  border-color: var(--Secondary-color);
}
.con .section_events .c_c .swiper {
  overflow: visible;
}
.con .section_events .c_c .swiper .swiper-slide {
  display: block;
  overflow: hidden;
}
.con .section_events .c_c .swiper .swiper-slide .bg {
  position: relative;
}
.con .section_events .c_c .swiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.con .section_events .c_c .swiper .swiper-slide .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.con .section_events .c_c .swiper .swiper-slide:hover .bg img {
  transform: scale(1.05);
}
.con .section_events .c_c .swiper .swiper-slide .infoMes {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 40px;
  width: 100%;
  z-index: 2;
}
.con .section_events .c_c .swiper .swiper-slide .infoMes .time {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.con .section_events .c_c .swiper .swiper-slide .infoMes .time span {
  line-height: 1;
}
.con .section_events .c_c .swiper .swiper-slide .infoMes .tit {
  color: #fff;
  margin-top: 10px;
}
.con .section_events .c_c .swiper .swiper-slide .imgBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 34px;
  height: 34px;
  z-index: 2;
}
.con .section_events .c_c .swiper .swiper-slide .imgBtn svg {
  width: 100%;
}
.con .section_video .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.con .section_video .swiper-slide .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.con .section_video .swiper-slide .bg img {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.con .section_video .swiper-slide .play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
 .tan_conCss .connn .editCss{
    background: #efefef;
    padding: 60px;
    color: #000;
}
 .tan_conCss .section{
     padding-top: 0 !important;
 }
 .tan_conCss .connn .editCss{
     border-radius: 10px;
 }
 .tan_conCss .connn .editCss img{
     border-radius: 0;
 }
/* 1920px 以下 */
@media (max-width: 1920px) {
  .con .section_news .swiper-slide .info {
    padding: 3vw;
  }
  .con .section_events .tab {
    gap: 1vw;
  }
  .con .section_events .tab .tab_item {
    padding: 16px 1.4vw;
  }
  .con .section_events .c_c .swiper .swiper-slide .infoMes {
    padding: 3vw 2vw;
  }
  .con .section_events .c_c .swiper .swiper-slide .imgBtn {
    right: 1.5vw;
    bottom: 1.5vw;
  }
}

@media (max-width: 1700px) {
     .tan_conCss .connn .editCss{
         padding: 3.125vw;
}
}
@media (max-width: 1600px) {
  .con .section_news .swiper {
    width: calc(100% - ((100% - 80vw) / 2));
    margin-left: auto;
    margin-right: 0;
  }
  .con .section_news .swiper-slide {
    width: 65.6vw;
  }
  .con .section_news .swfoot {
    width: 65.6vw;
  }
  .con .section_events .c_c .swiper .swiper-slide .imgBtn {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1366px) {
  .con .section_news .swiper-slide {
    width: 80vw;
  }
  .con .section_news .swfoot {
    width: 80vw;
  }
  .con .section_events .c_c .swiper .swiper-slide .imgBtn {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1200px) {
  .con .section_news .swiper {
    width: calc(100% - ((100% - 90vw) / 2));
    margin-left: auto;
    margin-right: 0;
  }
}
/* 768px 以下 */
@media (max-width: 768px) {
     .tan_conCss .connn .editCss{
        padding: 8vw 5vw;
    }
    
  .con .section_news .swiper-slide .info {
    padding: 6vw;
  }
  .con .section_events .tab {
    gap: 2vw;
  }
  .con .section_events .tab .tab_item {
    padding: 10px 2.8vw;
  }
  .con .section_events .c_c .swiper .swiper-slide .infoMes {
    padding: 6vw 4vw;
  }
  .con .section_events .c_c .swiper .swiper-slide .imgBtn {
    right: 3vw;
    bottom: 3vw;
  }
  .con .section_events .dis_flex {
    flex-wrap: wrap;
  }
  .con .section_events .tab {
    flex: 0 0 100%;
    margin-top: 4vw;
    justify-content: center;
  }
}
