.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s;
}

.carousel-slide {
  flex: 0 0 100%; /* Set slide width */
}

.carousel-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #fff;
}

.banner-box img{
  width: 100%;
}

.loan-box{
  padding-top: 80px;
  text-align: center;
}
.loan-box-title{
  font-weight: bold;
  font-size: 60px;
  color: #103274;
  padding-bottom: 27px;
}
.loan-box-text{
  font-size: 32px;
  color: #103274;
  margin-bottom: 70px;
}
.loan-list{
  display: flex;
  justify-content: space-between;
  padding-bottom: 37px;
}
.loan-list li{
  width: 246px;
  height: 279px;
  margin-right: 39px;
}
.loan-list li:last-child{
  margin-right: 0;
}
.loan-list li img{
  width: 100%;
  height: 100%;
}
.public-content img{
  width: 100%;
}

.lbtext-box{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lbtext-box-inner{
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.lbtext-box-inner img{
  position: absolute;
  left: 0;
  width: 546px;
  height: 230px;
}