/* header css */


.homeBg {
  width: 100%;
  height: 702px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/home_bg.png') center/cover no-repeat;
}

.homeBgTitle {
  width: 700px;
  padding-top: 187px;
  padding-bottom: 14px;
  color: #ffffff;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
}

.homeBgText {
  width: 700px;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
}

/*  */
.home_sall {
  padding: 130px 0 200px;
  position: relative;
  /* background-color: #142455; */
  /* background: linear-gradient(to bottom, #142455, #142455),
  linear-gradient(-6deg, transparent 60%, #FFFFFF 61%); */
}


/* .home_sall::after {
  content: '';
  width: 171px;
  height: 292px;
  position: absolute;
  bottom: -120px;
  left: 0px;
  z-index: 2;
  background: url('../images/Subtract.png') center/cover no-repeat;
} */

/* .home_sall::before {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background: linear-gradient(to bottom right, transparent 49%, #FFFFFF 50%);
} */

.home_sallInfo {
  display: flex;

}

.home_sallTitle {
  padding-bottom: 30px;
  font-weight: 800;
  font-size: 32px;
  color: #3B8BA7;
}

.home_sallText {
  /* padding-top: 30px; */
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 40px;
}

.home_sallImg {
  width: 460px;
  height: 530px;
  margin-right: 80px;
}

.home_small {
  position: relative;
  padding: 240px 0 130px;
  background-color: #FF6B6B;
}

.home_small::after {
  content: '';
  width: 177px;
  height: 292px;
  position: absolute;
  top: -120px;
  right: 0px;
  z-index: 2;
  background: url('../images/Subtract2.png') center/cover no-repeat;
  /* background: linear-gradient(to bottom right, transparent 49%, #FFFFFF 50%); */
}

.home_small::before {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  /* background: url('../images/Subtract.png') center/cover no-repeat; */
  background: linear-gradient(to bottom right, #FFFFFF 49%, transparent 50%);
}

.home_smallInfo {
  display: flex;
  align-items: center;
}

.home_smallImg {
  width: 550px;
  height: 550px;
  margin-right: 98px;
}

.home_smallTitle {
  padding-bottom: 10px;
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
}

.home_smallText {
  padding-top: 30px;
  font-weight: 500;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 36px;
}

/* home pro */
.home_pro_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 189px;
  margin-bottom: 35px;
  background: linear-gradient(90deg, #fafafa 0%, #fafafa 100%);
}

.home_pro_text {
  max-width: 60%;
  margin-left: 40px;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.home_pro_title {
  padding-bottom: 15px;
  color: #3b8ba7;
  font-weight: 800;
  font-size: 26px;
  line-height: 40px;
}

.home_pro_img {
  width: 83px;
  height: 83px;
  margin-right: 102px;
}

/* home our */

.homeOur {}

.homeOurInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homeOurTitle {
  color: #3b8ba7;
  font-weight: 800;
  font-size: 32px;
  line-height: 80px;
}

.homeOurText {
  padding-top: 15px;
  color: #262626;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.homeOurImg {
  width: 646px;
  height: 517px;
  margin-left: 60px;
  /* margin-right: 102px; */
}

/* choose css */
.homeChooseInfo {
  padding: 50px 80px 60px;
  margin-top: 100px;
  background-color: #fafafa;
}

.homeChooseTitle {
  /* padding-top: 50px; */
  text-align: center;
  color: #3b8ba7;
  font-weight: 800;
  font-size: 32px;
  line-height: 80px;
}

.homeChooseList {
  display: grid;
  padding-top: 50px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 100px;
}

.homeChooseItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.homeChooseItemTl {
  color: #000000;
  font-weight: 800;
  font-size: 26px;
  line-height: 40px;
}

.homeChooseImg {
  width: 114px;
  height: 114px;
  margin-bottom: 15px;
}

/* adv css */

.homeAdv {
  padding-top: 36px;
  padding-bottom: 68px;
  background-color: #3B8BA7;
  /* padding-bottom: 40px; */
}

.homeAdvContent {
  display: flex;
  align-items: center;
  /* background-color: yellow; */
}

.swiper {
  width: 1300px;
  /* width: 600px; */
  height: 340px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advItem {
  width: 600px;
  /* width: 44%; */
  height: 228px;
  padding: 20px;
  /* margin: 0 20px; */
  box-sizing: border-box;
  border-radius: 17px;
  background: #ffffff;
  color: #3b8ba7;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.advItemImg {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.homeAdvItemTl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #3b8ba7;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
}

.homeAdvStar {
  width: 99px;
  height: 16px;
  margin-top: 12px;
}