.cont .cont_bg {
  background: url(../img/development_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page1 {
  position: relative;
  padding-bottom: 50px;
}
.cont .page1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page1 .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: inherit;
}
.cont .page1 .w1440 .tab {
  margin-top: 80px;
  display: flex;
}
.cont .page1 .w1440 .tab a {
  display: block;
  color: rgba(8, 7, 72, 0.4);
  padding: 0 30px;
  line-height: 1;
  border-right: 1px solid rgba(8, 7, 72, 0.1);
  transition: all 0.3s;
}
.cont .page1 .w1440 .tab a:nth-child(1) {
  padding-left: 0;
}
.cont .page1 .w1440 .tab a:nth-last-child(1) {
  padding-right: 0;
  border-right: 0;
}
.cont .page1 .w1440 .tab a.on {
  color: #080748;
}
.cont .page1 .w1440 .sw_cont {
  margin-top: 40px;
  position: relative;
}
.cont .page1 .w1440 .sw_cont .item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
}
.cont .page1 .w1440 .sw_cont .item.on {
  position: static;
  opacity: 1;
}
.cont .page1 .w1440 .sw_cont .tit {
  color: #080748;
}
.cont .page1 .w1440 .sw_cont .sw-tab {
  margin: 80px 0 100px;
}
.cont .page1 .w1440 .sw_cont .sw-tab::after {
  content: '';
  display: block;
  position: absolute;
  background: #ebedf4;
  left: 0;
  right: 0;
  height: 2px;
  top: 18px;
}
.cont .page1 .w1440 .sw_cont .sw-tab .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px;
  cursor: pointer;
}
.cont .page1 .w1440 .sw_cont .sw-tab .swiper-slide.on .ic {
  opacity: 1;
}

.cont .page1 .w1440 .sw_cont .sw-tab .swiper-slide.on .txt {
  font-weight: 600;
}

.cont .page1 .w1440 .sw_cont .sw-tab .swiper-slide::after {
  content: '';
  display: block;
  background: #cad0e5;
  position: absolute;
  top: 9px;
  left: 0;
  width: 1px;
  height: 11px;
}
.cont .page1 .w1440 .sw_cont .sw-tab .swiper-slide::before {
  content: '';
  display: block;
  background: #4f2a8c;
  position: absolute;
  top: 9px;
  margin-left: -1px;
  left: 50%;
  width: 2px;
  height: 11px;
}
.cont .page1 .w1440 .sw_cont .sw-tab .ic {
  width: 51px;
  opacity: 0;
}
.cont .page1 .w1440 .sw_cont .sw-tab .txt {
  margin-top: 10px;
  color: #4f2a8c;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide {
  display: flex;
  justify-content: space-between;
  height: auto;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .img {
  width: 44%;
      overflow: hidden;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .sw_internal .swiper-slide{
    overflow: hidden;
      border-radius: 15px;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .sw_internal{
    padding-bottom: 30px;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .sw_internal .swiper-pagination{
    bottom: 0;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt {
  width: 48%;
  padding-top: 10px;
  position: relative;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt p {
  display: block;
  color: #080748;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt p::after{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #080748;
  position: absolute;
  top: 11px;
  left: 0;

}
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt .year {
  font-size: 15vw;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #4f2a8c, #f5f4f8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
}
/* 125% */
/* 150 */
@media screen and (max-width: 1440px) {
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt p::after{
    top: 9px;
}
}
@media screen and (max-width: 1280px) {
.cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt p::after{
        width: 4px;
    height: 4px;
}
}
@media screen and (max-width: 1024px) {
  .cont .page1 .w1440 .sw_cont .sw-tab {
    margin: 40px 0 50px;
  }
}
@media screen and (max-width: 768px) {
    
  .cont .cont_bg {
    background-size: 150%!important;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page1 .w1440 .tab {
    margin-top: 15px;
            flex-wrap: wrap;
  }
  .cont .page1 .w1440 .tab a {
    padding: 0;
    font-size: 20px;
    width: 50%;
    border-right:0;
        text-align: center;
        margin-bottom: 15px;
  }
  .cont .page1 .w1440 .sw_cont {
    margin-top: 0px;
  }
  .cont .page1 .w1440 .sw_cont .sw-tab {
    margin: 30px 0;
  }
  .cont .page1 .w1440 .sw_cont .sw-tab .ic {
    width: 42px;
  }
  .cont .page1 .w1440 .sw_cont .sw-tab::after {
    top: 23px;
  }
  .cont .page1 .w1440 .sw_cont .sw-tab .swiper-slide::before {
    top: 13px;
  }
  .cont .page1 .w1440 .sw_cont .sw-tab .swiper-slide::after {
    top: 13px;
  }
  .cont .page1 .w1440 .sw_cont .sw-main .swiper-slide {
    flex-wrap: wrap;
  }
  .cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .img {
    width: 100%;
  }
  .cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt {
    width: 100%;
  }
  .cont .page1 .w1440 .sw_cont .sw-main .swiper-slide .txt .year {
    position: static;
    margin-top: 20px;
    font-size: 35vw;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=./development.css.map */
