.column>h2 {
  text-align: center;
  margin-bottom: 40px;
}
.column{
  padding: 80px 0;
}
.column1 .inner,
.column2 .inner,
.last .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}
.column1 h2,
.column2 h2,
.last h2{
  margin-bottom: 58px;
}

.last .img img{
  margin-left: 60px;
}

.column6,
.column8,
.column10,
.column11{
  background: #F5F5F7;
}



.column2 .column-stage{
  margin-right: 25px;
}
.column2 .column-stage img{
  margin-left: -160px;
}
.column2 .column-slogan>ul {
  display: flex;
  flex-wrap: wrap;
}
.column2 .column-slogan>ul>li {
  margin-bottom: 28px;
  width: 50%;
  flex: 1 auto;
}
.column2 .column-slogan>ul>li>img {
  vertical-align: middle;
  margin-right: 7px;
}
.column2 .column-slogan>ul>li>span {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
}
.tab-container{
  padding-top: 80px;
  position: relative;
}

.tab-container ul.tab{
  display: flex;
  justify-content: center;
  background: rgba(249, 249, 250, 0.8);
  padding: 40px 0;
  z-index: 1000;
  position: sticky;
  top: 65px;
}
.tab-container ul.tab > li{
  margin: 0 20px;
  padding: 5px 15px;
  cursor: pointer;
}
.tab-container ul.tab > li h2{
  font-size: 18px;
  /*font-weight: 500;*/
  color: #6D7278;
  font-weight: 600;
  line-height: 30px;
}
.tab-container ul.tab > li.active h2,
.tab-container ul.tab > li:hover h2{
  color: #000000;
}
.tab-container ul.tab > li.active {
  border-bottom: 2px solid #000;
}
.tab-container > .content{
  display: none;
  justify-content: center;
  align-items: center;
}
.tab-container > .content.active{
  display: block;
}



.column4 img{
  width: 100%;
  height: auto;
}




.column5,
.column7,
.column9{
  text-align: center;
}
.column5 ul,
.column7 ul,
.column9 ul{
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}
.column5 ul>li>img,
.column7 ul>li>img,
.column9 ul>li>img{
  margin-bottom: 47px;
}
.column5 ul>li>h3,
.column7 ul>li>h3,
.column9 ul>li>h3{
  margin-bottom: 5px;
  font-size: 20px;
}
.column5 ul>li>p,
.column7 ul>li>p,
.column9 ul>li>p{
  color: #929193;
  font-size: 14px;
}

.column6 h2,
.column8 h2,
.column10 h2,
.column11 h2{
  text-align: center;
}
.column9 .inner{
  width: 700px;
}

.column11{
  padding-top: 0;
}
.column11 h3{
  font-size: 28px;
}
.column11 .inner{
  width: 1224px;
}
.column11 .swiper-wrapper .swiper-slide {
  width: 398px;
  margin-right: 10px;
  border: none;
  background: transparent;
  font-size: 0;
  height: 378px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column11 .swiper-wrapper .swiper-slide .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 16px;
  background: rgba(216, 216, 216, 0.18);
}

.last .swiper-container {
  height: 100%;
  width: 100%;
}
.last>.swiper-container>.swiper-wrapper{
  height: 100%;
  width: 100%;
}
.last .swiper-wrapper .swiper-slide{
  width: 100%;
  border: none;
  height: auto;
}
.last .swiper-wrapper .swiper-slide>img{
  height: auto;
  width: 100%;
}



@media only screen and (max-width: 860px) {
  .column .inner{
    width: 100%;
    flex-direction: column;
  }
  .column .inner>.img img,
  .column .inner>.column-stage img,
  .column>img,
  .last .img img{
    width: 100%;
    height: auto;
    margin: 0;
  }
  .tab-container{
    padding-top: 0;
  }

  .column {
    padding: 20px 15px;
  }
  .column h2 {
    text-align: center;
  }

  .column>h2 {
    margin-bottom: 20px;
  }


  .column5 ul, .column7 ul, .column9 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .column5 ul>li, .column7 ul>li, .column9 ul>li {
    margin-bottom: 20px;
  }

  .column11 .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-right: 0;
  }

}