.container-fluid {
  padding: 0;
}
.container-fluid .carousel-inner img {
  width: 100%;
}
.container-fluid .navbar {
  padding: 0;
  height: 60px;
}
.container-fluid .navbar .nav-item {
  margin-left: 5rem;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.container-fluid .navbar .nav-item a {
  color: #292929;
  font-size: 16px;
}
.container-fluid .navbar .nav-item .dropdown-item {
  font-size: 14px;
}
.container-fluid .navbar .nav-item:hover {
  border-bottom: 2px solid #2994ff;
}
.container-fluid .navbar .nav-item:hover .nav-link {
  font-weight: bold;
}
.container-fluid .navbar .dropdown-item:hover {
  font-weight: bold;
}
.container-fluid .navbar .justify-content-end {
  z-index: 999;
  background: #fff;
}
.container-fluid .navbar .dropdown-menu {
  border: none;
}
.container-fluid .title {
  /* font-family: HiraginoSansGB-W6; */
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  margin: 0 auto;
  padding: 80px 0 16px 0;
  letter-spacing: 0px;
  color: #191919;
}
.container-fluid .dec {
  /* font-family: PingFangSC-Light; */
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #575757;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 65px;
}
.container-fluid .item2 {
  text-align: center;
  padding-bottom: 60px;
  background-color: #f5f8fc;
}
.container-fluid .item2 .models {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 75px;
}
.container-fluid .item2 .models > div {
  width: 241px;
  height: 274px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #e3e3e3;
  padding: 60px 20px 0 20px;
}
.container-fluid .item2 .models > div .titleS {
  font-size: 20px;
  color: #191919;
  line-height: 50px;
}
.container-fluid .item2 .models > div .decS {
  font-size: 14px;
  color: #717784;
}
.container-fluid .item2 .models > div:hover {
  box-shadow: 0px 2px 15px 10px #e3ebf4;
  transform: translateY(-10px);
  transition: 1s;
}
.container-fluid .more {
  width: 160px;
  height: 59px;
  background-image: linear-gradient(90deg, #2791ff 0%, #54c8ff 100%);
  -webkit-animation: upDown 2s infinite linear;
  animation: upDown 2s infinite linear;
  box-shadow: 0px 2px 15px 2px #b4cef2;
  border-radius: 36px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 59px;
  color: #ffffff;
}
.container-fluid .more a {
  color: #ffffff;
}
.container-fluid .more a:hover {
  text-decoration: none;
}
.container-fluid .more:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}
@-webkit-keyframes upDown {
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
.container-fluid .item3 {
  text-align: center;
  background-color: #fff;
  padding-bottom: 60px;
}
.container-fluid .item3 .flex {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.container-fluid .item3 .flex div {
  flex: 1;
}
.container-fluid .item3 .flex .num {
  /* font-family: LahoreGurmukhi-SemiBold; */
  font-size: 65px;
  color: #333333;
}
.container-fluid .item3 .flex .num:hover {
  color: #2994ff;
}
.container-fluid .item3 .flex .text {
  font-size: 18px;
  color: #999999;
}
.container-fluid .item3 .models {
  padding: 36px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.container-fluid .item3 .xxxOs {
  padding-bottom: 100px;
}
.container-fluid .item3 .xxxOs .txt1 img {
  width: auto;
}
.container-fluid .item3 .xxxOs .txt2 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.container-fluid .item3 .xxxOs .mt-70 {
  margin-top: 70px;
}
.container-fluid .item3 .xxxOs .txt3 {
  font-size: 16px;
  line-height: 28px;
  color: #5e5e5e;
}
.container-fluid .item3 img {
  width: 100%;
}
.container-fluid .item4 {
  padding-bottom: 60px;
  background-color: #f5f8fc;
  text-align: center;
}
.container-fluid .item4 .models {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 75px;
}
.container-fluid .item4 .models > div {
  width: 280px;
  height: 371px;
  background-color: #ffffff;
  border-radius: 16px;
  border: solid 1px #e3e3e3;
  padding: 56px 20px 0 20px;
}
.container-fluid .item4 .models > div:hover {
  box-shadow: 0px 2px 15px 10px #e3ebf4;
  transform: translateY(-10px);
  transition: 1s;
}
.container-fluid .item4 .models .titleS {
  font-size: 24px;
  color: #191919;
  line-height: 50px;
}
.container-fluid .item4 .models .decS {
  font-size: 16px;
  color: #717784;
  text-align: left;
}
.container-fluid .item5 {
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center;
}
.container-fluid .item5 .models {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 75px;
}
.container-fluid .item5 .models > div {
  width: 314px;
  height: 314px;
  background-color: #f5f8fc;
  border-radius: 50%;
  padding-top: 60px;
}
.container-fluid .item5 .models > div:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 10px #f1f4f8;
  transform: translateY(-10px);
  transition: 1s;
}
.container-fluid .item5 .models .titleS {
  font-size: 24px;
  color: #191919;
  line-height: 50px;
}
.container-fluid .item5 .models .decS {
  font-size: 16px;
  color: #717784;
  padding: 0 20px;
  text-align: center;
}
.container-fluid .item6 {
  background-color: #f5f8fc;
  padding-bottom: 60px;
  text-align: center;
}
.container-fluid .item6 .pppp {
  font-size: 16px;
  line-height: 28px;
  color: #191919;
  padding: 60px;
  text-align: left;
}
.container-fluid .item6 .pppp img {
  margin-bottom: 45px;
}
.container-fluid .item7 {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 37px;
  font-size: 14px;
}
.container-fluid .item7 > div > div {
  margin-bottom: 15px;
}
.container-fluid .item7 a {
  color: #292929;
}
.container-fluid .item7 a:hover {
  color: #2994ff;
  text-decoration: none;
}
.container-fluid .item8 {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 14px;
}
.container-fluid .item8 .white {
  color: #939393;
}
.container-fluid .item8 a {
  color: #939393;
}
/*# sourceMappingURL=index.css.map */