@charset "UTF-8";


.fcb-1{
  background: url(/ebc-static/image/FCB-1.jpg?t=1235) 100% / auto 100% no-repeat;
  margin-top: 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 430px;
}
.fcb-1 .fcb-logo{
  margin-bottom: 24px;
  width: 35%;
}
.fcb-1 .fcb-1-title{
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 50px;
}
.fcb-1 .fcb-1-title br{
  display: none;
}




.fcb-2{
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: center;
}
.fcb-2 video{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.fcb-2 a{
    border-radius: var(--ebc-corner-radius-full);
  border: 1px solid var(--ebc-text-primary_white);
  font-size: 16px;
  font-weight: 500;
  padding:15px 24px;
  color:  var(--ebc-text-primary_white);
  margin-top: 12px;
  display: inline-block;
}
.fcb-2 a:hover{
  background:var(--ebc-basecolor-white-12);
}
.fcb-title{
  color: #FFBC3A;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.28px;
  width: 1200rem;
  margin: 0 auto;
}
.fcb-star{
  margin-top: 24px;
  margin-bottom: 24px;
}
.fcb-2 .fcb-desc{
  line-height: 48px;
}
.fcb-desc{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 1200rem;
  margin: 0 auto 15px;
  opacity: 0.9;
}
.fcb-desc span{
  font-weight: 900;
}



.fcb-3{
  background: url(/ebc-static/image/FCB-3.jpg) 100% / auto 100% no-repeat;
  margin-top: 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fcb-4{
  background: url(/ebc-static/image/FCB-4.jpg?t=1712562558) 100% / auto 100% no-repeat;
  margin-top: 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fcb-4 .fcb-hover-pc{
  margin-top: 90px;
  width: 100%;
}
.fcb-4 .fcb-hover-m{
  display: none;
}



.fcb-5{
  background: url(/ebc-static/image/FCB-5.jpg) 100% / auto 100% no-repeat;
  margin-top: 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fcb-6{
  background: url(/ebc-static/image/FCB-6.jpg?t=1712562557) 100% / auto 100% no-repeat;
  margin-top: 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fcb-7{
  background: url(/ebc-static/image/FCB-7.jpg) 100% / auto 100% no-repeat;
  margin-top: 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* height: 105vh; */
  padding:180px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fcb-7 .fcb-title{
  width: 100%;
}
.fcb-image-list{
  width: 1000px;
  overflow: hidden;
  margin: 10px auto 0;
}
.fcb-image-list img{
  border-radius: 6px;
}
.fcb-image-list .swiper-slide-shadow-left,.fcb-image-list .swiper-slide-shadow-right{
  display: none !important;
}





.fcb-register{
  width: max-content;
  padding: 14px 40px 14px 60px;
  border-radius: 100px;
  background: var(--Linear, linear-gradient(90deg, #861A18 0%, #19172B 100%));
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.fcb-register img{
  width: 13px;
  position: absolute;
  left: 30px;
  top: 15px;
}
.fcb-register p{
  color: #FFBC3A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  float: left;
}
.fcb-register span{
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.40);
  display: block;
  float: left;
  margin: 0 20px;
}
.fcb-register a{
  color: #fff;
  opacity: 0.9;
  font-size: 16px;
}


.fcb-7 .container{
  width: 1100px;
}
/* .fcb-7 .news-li{
    padding: 0;
    padding-bottom: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    height: auto;
}
.fcb-7 .news-li img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: none;
    object-position: left;
    width: 100%;
    height: auto;
}
.fcb-7 .news-li h3 a{
    margin: 14px 16px 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    color: #333;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    text-align: left;
}
.fcb-7 .news-li p{
    margin: 0 16px 10px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    text-align: left;
}
.fcb-7 .news-li span{
    padding: 0 16px 10px;
    color: #666;
    font-size: 14px;
    text-align: left;
}
.fcb-7 .news-list{
    overflow: hidden;
    margin-top: 50px;
    text-align: left;
} */
.fcb-7 .swiper-wrapper{
    padding: 0;
}
.fcb-7 .swiper-button-prev {
    left: -52px;
    background-image: url(/ebc-static/image/fcb-prev.svg);
    width: 22px;
    height: 44px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: 62%;
}

.fcb-7 .swiper-button-next {
    right: -52px;
    background-image: url(/ebc-static/image/fcb-next.svg);
    width: 22px;
    height: 44px;
    background-size: 90%;
    background-repeat: no-repeat;
    top: 62%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: "";
}

.cn-fcb-box .fcb-1 .fcb-desc{
  width: 100%;
}
.cn-fcb-box .fcb-1{
  padding-top: 430px;
}



@media(max-width:1700px) {
  .fcb-register{
    display: none;
  }
  .fcb-1 .fcb-1-title{
    margin-bottom: 40px;
  }
  .fcb-1 .fcb-logo{
    width: 30%;
  }
}

@media(max-width:1700px) {
  .fcb-2{
    height: 80vh;
  }
}

@media(max-width:1600px) {
  .fcb-2{
    height: 70vh;
  }
  /* .fcb-1{
    padding-top: 60px;
  } */
}

@media(max-width:1500px) {
  .fcb-2{
    height: auto;
    padding: 110px 0;
  }
}

@media(max-width:1400px) {
    .fcb-1 .fcb-logo{
      width: 34%;
      margin-bottom: 16px;
    }
    .fcb-1 .fcb-1-title{
      font-size: 18px;
    }

    .fcb-register{
      display: none;
    }

    .fcb-title{
      font-size: 40px;
      line-height: 48px;
    }
    .fcb-desc{
      font-size: 16px;
    }

    .fcb-image-list{
      width: 750px;
    }

    .cn-fcb-box .fcb-title{
      font-size: 40px;
      line-height: 48px;
    }
    .fcb-7{
      height: 130vh;
    }

    .fcb-4 .fcb-hover-pc{
      margin-top: 40px;
      width: 100%;
    }
}
.section7{
  overflow: hidden;
}
.section7 .news-list {
  transition: transform;
}
.section7 .news-list .news-li {
  margin-inline: 16px;
}
.section7 .news-list img {
  width: 360px;
  min-width: 360px;
  height: 240px;
  margin-bottom: 8rem;
  border-radius: var(--ebc-corner-radius-rc04);
  cursor: pointer;
}
.section7 .news-list h3 {
  padding-inline: 4px;
  color: var(--ebc-text-primary_white);
  margin: 0;
  cursor: pointer;
  text-align: left;
}
.section7 .bottomBtn{
  width: fit-content;
  margin-inline: auto;
  display: block;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  background: var(--ebc-basecolor-active-500);
  border-radius: var(--ebc-corner-radius-full);
  margin-top: 48px;
}
.section7 .bottomBtn:hover{
  background: var(--ebc-basecolor-active-400);
}
.section7 .bottomBtn svg{
  margin-left: 4px;
}
@media(max-width:995px) {
  .section7 .news-listm {
    width: 686rem;
    margin-inline: auto;
  }
  .section7 .news-listm img {
    width: 120px;
    flex: 0 0 120px;
    height: 80px;
    border-radius: var(--ebc-corner-radius-rc16);
  }
  .section7 .news-listm h3 {
    margin: 0;
    padding: 0;
    text-align: left !important;
    color: var(--ebc-text-primary_white);
  }
  .section7 .news-listm h4{
    color: var(--ebc-text-secondary_white);
    text-align: left;
  }
  .section7 .news-listm .news-li{
    padding:16px 0 ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .section7 .news-listm .news-li .left{
    padding:6px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section7 .news-listm .news-li a{
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .section7 .news-listm .news-li:nth-child(n + 5) {
    display: none;
  }

.section7 .bottomBtn{
  font-size: 14px;
  line-height: 22px;
  height: 40px;
  margin-top: 24px;
}
  .nav-link{
    padding:0;
  }
  #page-navigate.darkMode{
    background: transparent!important;
  }
  #page-navigate.darkMode.whiteBg{
    background: #000!important;
  }
  .fcb-1,.fcb-2,.fcb-3,.fcb-4,.fcb-5,.fcb-6,.fcb-7{padding-inline: 16px;}
  .en-fcb-box,.cn-fcb-box{
    margin-top: -44px;
  }
    .fcb-image-list{
      width: 100%;
    }
    .fcb-1{
      background: url(/ebc-static/image/FCB-1-m.jpg?t=1235) 100% / auto 100% no-repeat;
      background-position:center;
    }
    .fcb-1{
      padding-top: 60px;
    }

    .fcb-1 .fcb-logo{
      width: 76%;
    }
    .fcb-1 .fcb-1-title{
      font-size: 16px;
    }
    .fcb-title{
      font-size: 40px;
      
      width: 90%;
    }
    .fcb-2 video{
      position: absolute;
      left: 50%;
      top: 0;
      width: 1400px;
      min-width: 0;
      transform: translateX(-50%);
    }
    .fcb-2{
      overflow: hidden;
      height: auto;
    }
    .fcb-desc{
      width: 100%;
      line-height: 28px;
    }
    .fcb-7{
      height: auto;
      padding: 50px 0;
    }
    .fcb-7 .fcb-title {
      width: 90%;
    }
    .cn-fcb-box .fcb-title{
      font-size: 40px;
      line-height: 48px;
      width: 92%;
    }
    .cn-fcb-box .fcb-desc{
      line-height: 28px;
    }
    .fcb-image-list img{
      width: 100%;
    }
    .fcb-4 .fcb-hover-pc{
      display: none;
    }
    .fcb-4 .fcb-hover-m{
      display: inline-block;
      width: 100%;
      margin-top: 30px;
    }
    .fcb-4{
      height: 100vh;
    }
    .fcb-7 .container{
      width: 100%;
      overflow: hidden;
    }
    .fcb-register{
      bottom: 40px;
      display: none;
    }
    .fcb-7 .news-list{
      padding-left: 4%;
    }
    /*.fcb-register p{
      font-size: 14px;
      line-height: 18px;
    }
    .fcb-register a{
      font-size: 14px;
      line-height: 18px;
    }
    .fcb-register span{

    }
    .fcb-register img{
      top: 16px;
    }*/

    .fcb-1 .fcb-desc {
        width: 100%;
        line-height: 24px;
        font-size: 16px;
    }

    .fcb-7 .news-li h3 a{
      font-size: 18px;
    }
    .fcb-7 .news-li p{
      font-size: 14px;
    }
    .news-li a{
      display: flex;
    }
}

@media(max-width:650px) {
  .cn-fcb-box .fcb-desc{
    /* line-height: 28px; */
  }
}





