.banner-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}

.navbar-wrap {
  padding: 8px 32px !important;
}

.navbar-brand {
  margin-right: 50px !important;
}

.nav-item {
  width: 94px;
  margin-right: 32px !important;
}

.bg-white {
  background-color: #fff !important;
  box-shadow: 0 0 10px 4px #ccc;
}

.nav-link {
  color: #fff !important;
}

.container-fluid {
  width: 100%;
  min-width: 1280px;
  padding: 0 !important;
}

.carousel-item {
  width: 100%;
  min-width: 1280px;
  height: 530px;
  background-image: url("../img/banner-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 100px 0;
}

.carousel-content-wrap{
  display: flex;
  align-items: center; 
  justify-content: center;
  margin: 0 auto;
  width: 1200px;
}
.carousel-info {
  color: #fff;
  width: 448px;
  min-width: 448px;
}

.carousel-title {
  display: block;
  font-size: 48px;
  margin-bottom: 16px;
}

.carousel-text {
  font-size: 16px;
}

.carousel-img {
  width: 100%;
  height: 600px !important;
}

.carousel-icon {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.carousel-icon img{
  width: 591px;
  height: 384px; ;
}

/* footer */
.footer {
  width: 100%;
  min-width: 1200px;
  height: 530px;
  background-image: url("../img/footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 64px 0;
}
.footer-wrap{
  width: 1200px;
  margin: 0 auto;
}
.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-title {
  font-size: 30px;
  margin-bottom: 40px;
}
.footer-brief {
  margin-bottom: 40px;
  font-size: 25px;
}

.contact-us {
  width: 160px;
  height: 160px;
}

.footer-bottom {
  margin-top: 64px;
  text-align: center;
  font-size: 18px;
}

/* footer */

/* 概念 */
.function-box{
  background-color:#F4F9FF ;
}
.function-wrap{
  display: flex;
  width: 1200px;
  height: auto !important;
  margin: 0 auto;
}
.function-img{
  width: 100%;
  height: 100%;
}
/* 概念 */

/* 场景 */
.scene-box{
  display: flex;
  width: 100%;
  min-width: 1280px;
  height: auto !important;
  background-image: url("../img/activity-img.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.scene-wrap{
  width: 1200px;
  height: auto !important;
  margin: 0 auto;
  padding: 50px 0;
}

.scene-img{
  width: 100%;
  height: 100%;
}
/* 场景 */

/* 优势 */
.advantage-box{
  background-color:#F4F9FF ;
}
.advantage-wrap{
  display: flex;
  width: 1200px;
  height: auto !important;
  margin: 0 auto;
}
.advantage-img{
  width: 100%;
  height: 100%;
}
/* 优势 */

/* 服务 */
.service-box{
  display: flex;
  width: 1200px;
  height: auto !important;
  margin: 0 auto;
}
.service-img{
  width: 100%;
  height: 100%;
}
/* 服务 */

.icp-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer; /* 更改鼠标指针样式 */
}

.w-1200{
  width: 1200px !important;
  margin: 0 auto;
}
