/* Banner */
.homeBanner {
  width: 100%;
  height: 861px;
  margin-bottom: 100px;
  background: url('../images/home_banner_bg.png') center/cover no-repeat;
}

.homeBannerTitle {
  padding-bottom: 35px;
}
.homeBannerText {
  width: 713px;
  padding-top: 35px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.homeBannerBtn  {
  width: 224px;
  height: 79px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 79px;
  border-radius: 8px;
  border: 3px solid #FFFFFF;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 22px;
}

/* About CSS */
.homeAboutContent {
  display: flex;
  justify-content: space-between;
  
}

.homeAboutImgCon {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.homeAboutLine {
  width: 12px;
  height: 160px;
  margin-right: 97px;
  background: #0A314D;
  border-radius: 4px
}
.homeAboutImg1 {
  width: 442px;
  height: 458px;
}
.homeAboutImg2 {
  width: 388px;
  height: 278px;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.homeAboutText {
  width: 692px;
  display: flex;
  align-items: center;
  margin-top: 36px;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
}

.check_icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.homeAboutBtn {
  width: 211px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  background: #0A314D;
  border-radius: 8px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
/*  */
.homeOur {
  width: 100%;
  height: 571px;
  margin-top: 100px;
  margin-bottom: 260px;
  background: url('../images/home_banner_bg.png') center/cover no-repeat;
}
.homeOurContent {
  position: relative;
  height: 571px;
}
.homeOurList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}
.homeOurItem {
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}
.homeOurItemNum {
  font-weight: 400;
  font-size: 60px;
  color: #FFFFFF;
}

.homeOurInfo {
  width: 100%;
  height: 423px;
  position: absolute;
  bottom: -160px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px
}
.homeOurInfoText {
  width: 1015px;
  margin-top: 26px;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}

/* say css */
.homeSay {
  
}

.homeSayContent {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.homeSayTabs {
  display: flex;
  gap: 30px;
  margin-bottom: 55px;
}

.homeSayTab {
  width: 229px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  /* border-top: 6px solid #0A314D; */
  color: #333;
  border-radius: 6px;
}

.homeSayLine {
  width: 100%;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #0A314D;
  border-radius: 8px;
}

.homeSayTab.active {
  background: #0A314D;
  color: #fff;
}

.homeSayText {
  width: 688px;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
}

.homeSayStars {
  color: #FED504;
  font-size: 22px;
  margin-top: 10px;
}

.homeSayImage img {
  width: 571px;
  height: 294px;
  border-radius: 10px;
}

/* Partnerships CSS */
.homePartner {
  padding: 100px 0;
}

.homePartnerInfo {
  display: flex;
  justify-content: space-between;
  padding-top: 68px;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
}

.homePartnerTitle {
  padding-bottom: 65px;
  text-align: left;
}

.homePartnerInfo p {
  margin-top: 35px;
}

.homePartnerImg {
  width: 530px;
  height: 358px;
}

.homePartnerImgR {
  margin-right: 58px;
}

.homePartnerImgL {
  margin-left: 58px;
}

/* Data Security CSS */
.homeSecurity {
  margin-bottom: 100px;
  background-color: #F2F3F7;
}

.homeSecurContent {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 686px;
}

.homeSecurTop {
  margin-top: 85px;
}

.homeSecurText {
  width: 720px;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 26px;
  color: #000000;
}

.home_security_img {
  width: 659px;
  height: 686px;
  position: absolute;
  top: 0;
  right: 0;
}