.banner {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.banner img {
  width: 100%;
  object-fit: cover;
}
.banner .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner .info .subTit {
  line-height: 1.8;
}
.banner .info .toPage a img {
  width: 14px;
  height: auto;
  filter: brightness(0) invert(1);
}
.fixed.act {
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #fff;
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.04);
  border-radius: 0 0 5px 5px;
  z-index: 3;
  transition: all 0.2s linear;
  border-top: 1px solid rgba(13, 19, 26, 0.1);
}
.fixed.act .wrap {
  position: static;
  transform: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  visibility: visible;
}
.fixed.act.top {
  top: 0;
  border-top: none;
}
.fixed.act1 {
  position: absolute;
  bottom: 0;
}
.bread {
  width: 100%;
  position: relative;
}
.bread .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.04);
}
.bread .wrap .d_l {
  flex: 0 0 auto;
  color: #777;
  align-self: center;
}
.bread .wrap .d_l a {
  color: #777;
}
.bread .wrap .d_l a:last-child {
  color: #333;
}
.bread .wrap .d_r {
  gap: 40px;
}
.bread .wrap .d_r a {
  color: #333;
  transition: all 0.2s linear;
}
.bread .wrap .d_r a:hover {
  color: var(--textColor);
}
.bread .wrap .d_r .toPage a {
  color: #fff;
}
.bread .wrap .d_r .act {
  color: var(--textColor);
}
.bread .toPage a {
  color: #fff;
  border-color: var(--textColor);
  background: var(--textColor);
}
.bread .moBread {
  display: none;
  position: relative;
  height: 100%;
  color: #777;
}
.bread .moBread p {
  color: var(--textColor);
  justify-content: space-between;
}
.bread .moBread p img {
  width: 12px;
  margin-left: 10px;
}
.bread .moBread ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  min-width: 100%;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  width: max-content;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.bread .moBread ul a {
  display: block;
  margin: 10px 0;
}
.con {
  background: #F6F9FC;
}
.con .swiper {
  width: 100%;
}
.con hr {
  height: 1px;
  width: 100%;
  border: none;
  background: #000;
  opacity: 0.2;
  display: block;
  margin-bottom: 0;
}
.con .flex_1 {
  flex: 1;
}
.con .bgWhite {
  background: #fff;
}
.con .swiper-slide {
  background: #555;
}
.con .main .subTit {
  color: #777;
  line-height: 1.8;
}
.con .main .num {
  color: var(--textColor);
}
.con .main .num .tit {
  font-weight: 400;
}
.con .main .num span {
  color: #222;
}
.con .main .video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.con .main .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con .main .video .videoPop {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.con .main .video .video_play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.con .main .video .video_play svg {
  margin-right: 6px;
}
.con .main .video .videoTime {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: flex;
  padding: 0 8px;
  align-items: center;
}
.con .main .video .video_play img {
  width: 48px;
  cursor: pointer;
}
.con .main .sel2_l {
  flex: 0 0 58%;
  width: 58%;
}
.con .main .sel2_l .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.con .main .sel2_l .image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.con .main .sel2_l .image img {
  width: 100%;
  transition: all 0.4s linear;
}
.con .main .sel2_l .image:hover img {
  transform: scale(1.05);
}
.con .main .sel2_l .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ffffff;
  opacity: 0.6;
  border-radius: 0;
  margin: 0 10px;
}
.con .main .sel2_l .swiper-pagination {
  bottom: 40px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.con .main .sel2_l .swiper-pagination-bullet-active {
  opacity: 1;
}
.con .main .sel2_r {
  flex: 1;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.con .main .sel2_r .mes {
  color: #777;
  line-height: 2;
}
.con .main .sel2_r .image {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.con .main .sel2_r .toPage2 > div {
  display: inline-block;
}
.con .main .sel2_r .toPage2 a:after {
  background: var(--textColor);
}
.con .main .sel3 .sel3_b_1 {
  gap: 20px;
}
.con .main .sel3 .sel3_b_1 .b_l_l {
  flex: 0 0 470px;
  background: #005bfe;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 60px 30px 60px;
  color: #fff;
}
.con .main .sel3 .sel3_b_1 .b_l_l .mes {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.con .main .sel3 .sel3_b_1 .b_l_l .image {
  position: relative;
}
.con .main .sel3 .sel3_b_1 .b_l_l .image > img {
  width: 100%;
}
.con .main .sel3 .sel3_b_1 .b_l_l .image .info {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.con .main .sel3 .sel3_b_1 .b_l_r {
  flex: 1;
  background: #555555;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.con .main .sel3 .sel3_b_1 .b_l_r .image {
  width: 100%;
  height: 100%;
}
.con .main .sel3 .sel3_b_1 .b_l_r .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .main .sel3 .sel3_b_1 .b_l_r .image:hover img {
  transform: scale(1.05);
}
.con .main .sel3 .sel3_b_2 {
  box-shadow: -5px 0px 15px 5px rgba(0, 91, 254, 0.04);
  overflow: hidden;
  padding: 60px 60px 0 60px;
  background: #ffffff;
  border-radius: 10px;
  gap: 40px;
}
.con .main .sel3 .sel3_b_2 .b_2_l {
  position: relative;
  width: 350px;
}
.con .main .sel3 .sel3_b_2 .b_2_l .mes {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 2;
  color: #777;
}
.con .main .sel3 .sel3_b_2 .b_2_l img {
  width: 80%;
  position: absolute;
  left: 0;
  bottom: 10%;
}
.con .main .sel3 .sel3_b_2 .swiper {
  width: calc(100% - 350px - 40px);
}
.con .main .sel3 .sel3_b_2 .swiper-slide {
  background: #ffffff;
  gap: 40px;
}
.con .main .sel3 .sel3_b_2 .swiper-slide .b_2_m {
  flex: 1;
  align-self: flex-end;
}
.con .main .sel3 .sel3_b_2 .swiper-slide .b_2_m img {
  width: 100%;
  transition: all 0.6s ease;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.con .main .sel3 .sel3_b_2 .swiper-slide .b_2_r {
  flex: 1;
  transform: translateX(20px);
  transition: all 0.4s linear;
  transition-delay: 0.3s;
}
.con .main .sel3 .sel3_b_2 .swiper-slide .b_2_r .tit {
  color: var(--textColor);
}
.con .main .sel3 .sel3_b_2 .swiper-slide .b_2_r .subTit {
  color: #222;
}
.con .main .sel3 .sel3_b_2 .swiper-slide .b_2_r .mes {
  line-height: 2;
  color: #222;
}
.con .main .sel3 .sel3_b_2 .swiper-slide-active .b_2_l {
  transform: translateX(0);
}
.con .main .sel3 .sel3_b_2 .swiper-slide-active .b_2_m img {
  transform: translateY(0);
}
.con .main .sel3 .sel3_b_2 .swiper-slide-active .b_2_r {
  transform: translateX(0);
}
.con .main .sel3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #222;
  opacity: 0.2;
  border-radius: 0;
  margin-right: 20px;
  transition: all 0.2s linear;
}
.con .main .sel3 .swiper-pagination-bullet:last-child {
  margin: 0;
}
.con .main .sel3 .swiper-pagination {
  bottom: 40px;
  left: 60px;
  width: auto;
}
.con .main .sel3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--textColor);
}
.con .main .sel4 .sel2_r {
  margin-left: 0;
  margin-right: 5%;
}
.con .main .sel5 .sel5_c {
  gap: 20px;
}
.con .main .sel5 .sel5_c .list {
  flex: 1;
  max-width: calc((100% - 40px)/3);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s linear;
}
.con .main .sel5 .sel5_c .list .image {
  width: 100%;
  height: 600px;
}
.con .main .sel5 .sel5_c .list .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .main .sel5 .sel5_c .list:hover .image img {
  transform: scale(1.05);
}
.con .main .sel5 .sel5_c .list .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-height: 50%;
  padding: 40px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 91, 254, 0.8), rgba(0, 91, 254, 0));
  display: flex;
  flex-direction: column;
}
.con .main .sel5 .sel5_c .list .info .mes {
  line-height: 1.8;
}
#videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
#videoPopup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#videoPopup .videoCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#videoPopup .videoCon #closeVideoBtn {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#videoPopup .videoCon #closeVideoBtn svg {
  transition: all 0.2s linear;
}
#videoPopup .videoCon #closeVideoBtn:hover svg {
  transform: rotate(90deg);
}
#videoPopup .videoCon .video-container {
  width: 100%;
}
#videoPopup .videoCon .video-container video {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  .con .bread .wrap {
    padding: 10px 3vw;
  }
  .fixed.act .wrap {
    padding: 10px 0;
  }
  .con .bread .wrap .d_r {
    gap: 2vw;
  }
  .con .main .sel3 .sel3_b_1 .b_l_l {
    padding: 3vw 3vw 1.5vw 3vw;
  }
  .con .main .sel3 .swiper-pagination {
    left: 3vw;
  }
  .con .main .sel5 .sel5_c .list .info {
    padding: 2vw;
  }
  .con .main .sel3 .sel3_b_2 {
    padding: 3vw 3vw 0 3vw;
  }
}
@media screen and (max-width: 1440px) {
  .con .main .sel5 .sel5_c .list .image {
    height: 540px;
  }
  .banner {
    margin-top: 60px;
  }
  .fixed.act {
    top: 60px;
  }
  .fixed.act.top {
    top: 0;
  }
  .con .main .sel3 .sel3_b_2 .b_2_l {
    width: 240px;
  }
  .con .main .sel3 .sel3_b_2 .swiper {
    width: calc(100% - 240px - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .con .main .sel3 .sel3_b_2 .b_2_l {
    width: 220px;
  }
  .con .main .sel3 .sel3_b_2 .swiper {
    width: calc(100% - 220px - 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner {
    margin-top: 80px;
  }
  .fixed.act {
    top: 80px;
  }
  .fixed.act.top {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner .info .tit {
    text-align: center;
  }
  .bread {
    border-bottom: 1px solid rgba(13, 19, 26, 0.1);
  }
  .con .bread .wrap {
    padding: 20px 0;
  }
  .banner .info {
    text-align: center;
  }
  .banner .toPage a {
    background: #fff;
    border-color: #fff;
    color: var(--textColor);
  }
  .banner .info .toPage a img {
    filter: none;
    width: 10px;
  }
  .fixed.act {
    top: 13.33vw;
  }
  .fixed.act.top {
    top: 0;
  }
  .bread .wrap .d_r {
    display: none;
  }
  .bread .moBread {
    display: block;
  }
  .bread .wrap .d_l span {
    display: none;
  }
  .bread .wrap .d_l a:not(:last-child) {
    display: none;
    visibility: hidden;
  }
  .bread .moBread ul {
    top: 40px;
  }
  .bread {
    background: transparent;
  }
  .bread .wrap .d_l {
    align-self: center;
  }
  .bread .wrap {
    flex-wrap: wrap;
    position: static;
    transform: none;
    width: 90%;
    padding: 20px 0;
    box-shadow: none;
    background: transparent;
  }
  .bread .wrap .d_r {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: normal;
    line-height: 1;
  }
  .banner {
    margin-top: 13.33vw;
  }
  .banner img {
    height: 300px;
  }
  .con .main .sel5 .sel5_c {
    flex-wrap: wrap;
  }
  .con .main .sel5 .sel5_c .list .image {
    height: 300px;
  }
  .con .main .sel5 .sel5_c .list:hover {
    flex: 0 0 100%;
  }
  .con .main .sel3 .sel3_b_2 {
    flex-wrap: wrap;
  }
  .con .main .sel3 .sel3_b_2 .b_2_l {
    width: 100%;
  }
  .con .main .sel3 .sel3_b_2 .swiper {
    width: 100%;
  }
  #videoPopup .videoCon #closeVideoBtn {
    width: 32px;
    height: 32px;
  }
  .con .main .sel3 .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .dis_ju_sp {
    flex-wrap: wrap;
  }
  .con .main .num {
    flex: 0 0 50%;
    margin-top: 20px;
  }
  .con .main .num:nth-child(-n+2) {
    margin-top: 0;
  }
  .con .main .sel2_l {
    flex: 0 0 100%;
    width: 100%;
  }
  .con .main .sel2_r {
    margin: 6vw 0 0 0;
  }
  .con .main .sel2_r .toPage2 {
    margin-top: 4vw;
  }
  .con .main .sel3 .sel3_b_1 .b_l_l {
    flex: 0 0 100%;
  }
  .con .main .sel3 .sel3_b_1 .b_l_l {
    padding: 6vw 6vw 9vw 6vw;
  }
  .con .main .sel3 .swiper-pagination {
    left: 6vw;
  }
  .con .main .sel3 .sel3_b_2 {
    padding: 20px;
  }
  .con .main .sel3 .sel3_b_2 .b_2_l img {
    left: auto;
    right: 0;
    top: 100%;
    bottom: auto;
  }
  .con .main .sel3 .swiper-pagination {
    position: static;
    margin-top: 20px;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_r {
    flex: 0 0 100%;
    order: 2;
    margin-top: 6vw;
    padding-bottom: 0;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_m {
    flex: 0 0 100%;
  }
  .con .main .sel3 .swiper-pagination {
    bottom: 6vw;
    text-align: right;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_l {
    flex: 0 0 100%;
    order: 1;
    transform: none;
    margin-top: 6vw;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_l img {
    left: auto;
    right: 0;
    bottom: -50%;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_l .tit {
    text-align: center;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_l .mes {
    text-align: center;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide {
    gap: 0;
  }
  .con .main .sel4 .sel2_r {
    margin: 0;
  }
  .con .main .sel2_l .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .con .main .sel4 .sel2_l {
    margin-top: 6vw;
  }
  .con .main .sel2_l .swiper-pagination {
    bottom: 20px;
  }
  .con .main .sel5 .sel5_c .list {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .con .main .sel5 .sel5_c .list .info {
    padding: 4vw;
  }
  .bread .wrap .d_btn {
    order: 2;
    margin-left: 10px;
  }
  .bread .wrap .d_l {
    align-self: center;
  }
  .con .bread .wrap {
    padding: 10px 0;
  }
  .bread .wrap {
    flex-wrap: wrap;
    position: static;
    transform: none;
    width: 90%;
    padding: 20px 0;
    box-shadow: none;
    background: transparent;
    align-items: center;
  }
  .bread .moBread ul {
    top: 30px;
  }
  .bread .wrap .d_r {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: normal;
    line-height: 1;
  }
  .bread .wrap .d_btn .toPage a {
    min-width: auto;
    padding: 0 12px;
    height: 30px;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide {
    flex-wrap: wrap;
  }
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_r .subTit,
  .con .main .sel3 .sel3_b_2 .swiper-slide .b_2_r .tit {
    text-align: center;
  }
}
<!--0.00011086463928223-->