html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.header {
  width: 100%;
}
.header img.logo {
  height: 40px;
}
main {
  background-color: #f5f5f6;
}
.floor {
  width: 100%;
  margin: 0 auto;
}
.advantage {
  text-align: center;
  padding-bottom: 100px;
}
.advantage h2 {
  font-size: 32px;
  color: #00b50a;
  line-height: 40px;
  font-weight: bold;
}
.advantage h2 font {
  color: #252627;
}
.advantage .container {
  margin-top: 32px;
}
.advantage .advantage-title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
}
.advantage .advantage-info {
  font-size: 20px;
  color: #5a5b60;
  margin-top: 10px;
  line-height: 26px;
}
.advantage .wrap {
  padding-bottom: 30px;
}
.divider {
  width: 100%;
  height: 30px;
  background: url(../images/divider.svg) center no-repeat;
  background-size: contain;
}
.application .carousel-inner {
  display: flex;
  flex-direction: column;
  height: 1.5em;
  overflow: hidden;
}
.application .carousel-item {
  transition: transform 0.6s ease-in-out;
}
.application h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-weight: bold;
}
.application h2 font {
  color: #00b50a;
}
.application .txt {
  font-size: 18px;
  line-height: 26px;
  color: #5a5b60;
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  background-color: #ffffff;
}
.list-info .logo {
  height: 30px;
}
.list-info ul {
  padding: 0;
}
.list-info li {
  list-style: none;
  padding: 0;
  line-height: 48px;
}
.list-info .info-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-info .info-list .txt {
  margin-left: 20px;
  text-overflow: ellipsis;
  flex: 1;
  white-space: pre-wrap;
  overflow: hidden;
  text-decoration: none;
}
.footer .copyright {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #5a5b60;
}
.list-info.content .tit {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.list-info.content .txt {
  margin-left: 20px;
}
.list-info.content .txt-tit {
  font-size: 18px;
  font-weight: 700;
}
.list-info.content .txt-info {
  margin-top: 10px;
}

.list-info .content .txt-tit p {
  margin: 0;
  line-height: 26px;
}
.contact-wrap {
  padding: 100px 0;
  width: 100%;
}
.contact-wrap .row {
  width: 100%;
  box-sizing: border-box;
}
.contact-row {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact-row .left {
  width: 300px;
}
.contact-row .left h2 {
  font-size: 38px;
  font-weight: bold;
}
.contact-row .right {
  flex: 1;
}
@media (max-width: 800px) {
  /* 这里写小于等于800px时生效的样式 */
  .contact-wrap {
    padding: 50px 20px;
    min-height: 700px;
  }
  .contact-row {
    flex-direction: column;
  }
}
#carouselExampleCaptions .carousel-indicators [data-bs-target] {
  background-color: #00b50a;
}
.info-box {
  margin-top: 60px;
}
.info-wrap {
  min-height: 500px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.info-wrap img {
  width: 100%;
}
.info-wrap .tit {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin: 20px 0;
}
.info-wrap .detail {
  font-size: 16px;
  margin: 20px 0;
  color: #5a5b60;
}
