@charset "utf-8";
#main-container{position: relative;overflow: hidden;height: 100vh;width: 100%;}
#main-container>.swiper-wrapper>.swiper-slide{height: 100vh;position: relative;}
.i_half{
  width:50%;
}
@media screen and (max-width: 1280px) {
  .i_half{
    width: 100%;
  }
}

.i_title{
  
}
.i_title.bg{
  background: url(../png/title-bg.png) no-repeat center left;
  background-size:cover;
  padding:30px 0;
  padding-left: 30px;
}
.i_title h1{
  line-height: 42px;
  display: flex;
  align-items: flex-end;
  font-weight: 300;
}
.i_title h1 img{
  margin-left:10px;
}
.i_title h2{
  font-family: "Poppins-Light";
  font-weight: 100;
  margin-top: 10px;
}
.i_title h3{
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .i_title.bg{
    padding-left: 6%;
  }
  .i_title h1{
    font-size: 32px;
    line-height: 24px;
  }
  .i_title h2{
    font-size: 14px;
  }
  .i_title h3{
    margin-top: 20px;
    font-size: 16px;
  }
}

.i_button{
  padding-top: 60px;
}
.i_button a{
  width: 152px;
  height: 36px;
  background: #ed6c00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_button i{
  display: block;
  font-size: 14px;
}
.i_button a:hover{
  background: #fff;
  color: #ed6c00;
  border:1px #ed6c00 solid;
}
.ml30{
  margin-left: 30px;
}
@media screen and (max-width: 1280px) {
  .i_button{
    padding-top: 20px;
  }
  .i_button a{
    font-size: 12px;
    width: 120px;
    height: 28px;
  }
  .ml30{
    margin-left: 3%;
  }
}

.i_content{
  margin-top: 80px;
}
.i_content .image img{
  width: 98px;
}
.i_content .word{
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .i_content{
    margin-top: 8%;
  }
  .i_content .image img{
    width: 60px;
  }
  .i_content .word{
    margin-top: 10px;
  }
  .i_content .word{
    font-size: 16px;
  }
}

.i_part1{
   width: 100%;
   height: 100%;
}
.i_part1 .swiper-container,
.i_part1 .swiper-wrapper{
  width: 100%;
  height: 100%;
}
.i_part1 .swiper-slide{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.i_part1 .swiper-slide video,
.i_part1 .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_part1 .content{
  left:10%;
  bottom:140px;
  position: absolute;
  color: #ffffff;
  z-index: 1;
}
.i_part1 .content .text{
    line-height:1.5;
    font-family: "Poppins-Light";
}
.i_part1 .content .f20{
    margin-top: 10px;
}
.i_part1 .content .button{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.i_part1 .content .button a{
    display: block;
    border:1px #fff solid;
    padding:10px 20px;
    color: #ffffff;
    margin-right:20px;
}
.i_part1 .content .button a:last-child{
    margin-right: 0;
}
.i_part1 .content .button a:hover{
    background: #000;
}
.i_part1 .swiper-button-prev,
.i_part1 .swiper-button-next{
  background: #000;
  width: 40px;
  height: 40px;
}
.i_part1 .swiper-button-prev{
  left: 3%;
}
.i_part1 .swiper-button-next{
  right: 3%;
}
.i_part1 .swiper-button-prev:after,
.i_part1 .swiper-button-next:after{
  font-size: 18px;
}
.i_part1 .swiper-pagination{
    display: flex;
    bottom:100px;
    left:10%;
}
.i_part1 .swiper-pagination-bullet{
    background: #ffffff;
    width:50px;
    height: 2px;
    border-radius: 0;
}
.i_part1 .swiper-pagination-bullet-active{
  
}
@media screen and (max-width: 1280px) {
    .i_part1 .content,
    .i_part1 .swiper-pagination{
        left:3%;
    }
    .i_part1 .swiper-pagination-bullet{
        background: #ffffff;
        width:50px;
        height: 2px;
        border-radius: 0;
    }
}

.i_part2{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.i_part2 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
    background-size: cover;
    /* Make sure the video doesn't repeat when the page scales */
    background-repeat: no-repeat;
    /* Make the video fixed in the viewport */
    background-attachment: fixed;
}
.i_part2 .wrap{
  height: 100%;
  padding:160px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .i_part2 .wrap{
    padding-top: 108px;
    padding-bottom: 54px;
  }
}

.i_part3{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.i_part3 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
    background-size: cover;
    /* Make sure the video doesn't repeat when the page scales */
    background-repeat: no-repeat;
    /* Make the video fixed in the viewport */
    background-attachment: fixed;
}
.i_part3 .wrap{
  height: 100%;
  padding:160px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .i_part3 .wrap{
    padding-top: 108px;
    padding-bottom: 54px;
  }
  .i_part3 .bottom{
    margin-top: 8em;
  }
}

.i_part4{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.i_part4 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top:0;
    z-index: -1;
    background-size: cover;
    /* Make sure the video doesn't repeat when the page scales */
    background-repeat: no-repeat;
    /* Make the video fixed in the viewport */
    background-attachment: fixed;
}
.i_part4 .wrap{
  height: 100%;
  padding:160px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .i_part4 .wrap{
    padding-top: 108px;
    padding-bottom: 54px;
  }
  .i_part4 .bottom{
    margin-top: 8em;
  }
}

.i_part5{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  background: url(../jpg/s_bg.jpg) #181818 no-repeat center bottom;
  background-size:100%;
  background-attachment: fixed;
}
.i_part5 .wrap{
  height: 100%;
  padding:160px 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .i_part5 .wrap{
    padding-top: 108px;
    padding-bottom: 54px;
  }
}

.i_part6{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.i_part6 .wrap{
  height: 100%;
  padding:160px 0 80px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.i_part6 .list{
    position: relative;
    overflow: hidden;
}
.i_part6 .list ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: center;
}
.i_part6 .list li{
    margin-top: 60px;
    border-radius: 16px;
    border:1px #ffffff solid;
    overflow: hidden;
}
.i_part6 .list .imgBox{
    position: relative;
}
.i_part6 .list .imgBox .bgImg img{
    width:100%;
}
.i_part6 .list .imgBox .codeImg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top:0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_part6 .list .imgBox .codeImg img{
    max-width: 200px;
}
.i_part6 .list li:hover .imgBox .codeImg{
    opacity: 1;
    visibility: visible;
}
.i_part6 .list .text{
    padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.i_part6 .list .text .textm{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px #fff solid;
    padding: 0 10px;
}
.i_part6 .list .text .textm i{
    margin-right: 5px;
}
.i_part6 .list .text .textm .span1{
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.i_part6 .list .text .textm .span2{
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
/*.i_part6 .list li:hover .text .textm .span1{*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    display: none;*/
/*}*/
/*.i_part6 .list li:hover .text .textm .span2{*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    display: block;*/
/*}*/
.i_part6 .list .swiper-button-prev,
.i_part6 .list .swiper-button-next{
    color: #ffffff;
    display: none;
}
.i_part6 .list .swiper-button-prev{
    left:8%;
}
.i_part6 .list .swiper-button-next{
    right:8%;
}
.i_part6 .list .swiper-button-prev:after,
.i_part6 .list .swiper-button-next:after{
    font-size: 24px;
}
.i_part6 .list .swiper-pagination{
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:40px;
    display: none;
}
.i_part6 .list .swiper-pagination .swiper-pagination-bullet{
    background: #ffffff;
    width:50px;
    height: 2px;
    border-radius: 0;
}
@media screen and (max-width: 1280px) {
  .i_part6 .wrap{
    padding-top: 108px;
    padding-bottom: 54px;
    justify-content: center;
    text-align: center;
  }
  .i_part6 .i_title{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .i_part6 .list li{
      margin-top: 6%;
  }
  .i_part6 .list .swiper-button-prev,
  .i_part6 .list .swiper-button-next,
  .i_part6 .list .swiper-pagination{
        display: block;
    }
}