.product-web .product-banner {
  width: 100%;
  height: 440px;
}
.product-web .product-banner .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.product-web .product-banner .swiper-item .swiper-content {
  margin-left: 389px;
}
.product-web .product-banner .swiper-item .swiper-content .swiper-content-title {
  color: #003478;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.product-web .product-banner .swiper-item .swiper-content .swiper-content-subtitle {
  color: rgba(0, 52, 120, 0.14);
  font-size: 47px;
  font-weight: bold;
  text-align: left;
}
.product-web .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li {
  text-align: left;
  display: flex;
  align-items: center;
  color: #003478;
}
.product-web .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li img {
  width: 17px;
  height: 17px;
}
.product-web .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-text {
  margin-left: 5px;
}
.product-web .product-banner .swiper-item .swiper-content .swiper-content-icon-group {
  display: flex;
  margin-top: 10px;
}
.product-web .product-banner .swiper-item .swiper-content-ghost-img {
  width: 289px;
  margin-top: 66px;
  margin-right: 363px;
  animation: ghost 2s linear infinite;
}
.product-web .product-banner .swiper-item .swiper-content-ghost-img .swiper-content-li-icon {
  width: 100%;
}
.product-web .product-introduction .product-introduction-content {
  display: flex;
  align-items: center;
}
.product-web .product-introduction .product-introduction-content .product-introduction-content-left-img {
  width: 47%;
}
.product-web .product-introduction .product-introduction-content .product-introduction-content-left-img img {
  width: 100%;
}
.product-web .product-introduction .product-introduction-content .product-introduction-content-right-text {
  color: #333;
  font-size: 16px;
  flex: 1;
  text-align: left;
  line-height: 28px;
  letter-spacing: 1px;
  margin-left: 34px;
  position: relative;
}
.product-web .product-introduction .product-introduction-content .product-introduction-content-right-text::before {
  content: "";
  width: 4px;
  height: 20px;
  background: #166efd;
  position: absolute;
  left: -9px;
  top: 6px;
}
.product-web .product-introduction .product-introduction-content .product-introduction-content-right-text .product-introduction-content-right-link-text {
  color: #166efd;
  cursor: pointer;
  text-align: right;
}
.product-web .core-competence .core-competence-content {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.product-web .core-competence .core-competence-content .core-competence-item {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-web .core-competence .core-competence-content .core-competence-item .core-competence-item-img {
  width: 84px;
  height: 84px;
}
.product-web .core-competence .core-competence-content .core-competence-item .core-competence-item-img img {
  width: 100%;
}
.product-web .core-competence .core-competence-content .core-competence-item .core-competence-item-text {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.product-web .advantage .advantage-content {
  position: relative;
  margin-top: 48px;
}
.product-web .advantage .advantage-content .advantage-content-center-img {
  width: 736px;
  margin: 0 auto;
  animation: ghost 2s linear infinite;
}
.product-web .advantage .advantage-content .advantage-content-center-img img {
  width: 100%;
}
.product-web .advantage .advantage-content .advantage-content-top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.product-web .advantage .advantage-content .advantage-content-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-web .advantage .advantage-content .advantage-content-left .advantage-content-item:not(:first-child) {
  margin-top: 22px;
}
.product-web .advantage .advantage-content .advantage-content-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-web .advantage .advantage-content .advantage-content-right .advantage-content-item:not(:first-child) {
  margin-top: 22px;
}
.product-web .advantage .advantage-content .advantage-content-item {
  display: flex;
  width: 386px;
  height: 124px;
  padding: 17px 18px 13px 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
  text-align: left;
  transition: all 0.12s linear;
}
.product-web .advantage .advantage-content .advantage-content-item:hover {
  transform: scale(1.02);
}
.product-web .advantage .advantage-content .advantage-content-item .advantage-content-item-left {
  flex: 1;
}
.product-web .advantage .advantage-content .advantage-content-item .advantage-content-item-left .advantage-content-item-title {
  color: #333;
  font-size: 16px;
  position: relative;
}
.product-web .advantage .advantage-content .advantage-content-item .advantage-content-item-left .advantage-content-item-title::hover {
  color: #166efd;
}
.product-web .advantage .advantage-content .advantage-content-item .advantage-content-item-left .advantage-content-item-title::before {
  content: "";
  width: 21px;
  height: 17px;
  position: absolute;
  top: -2px;
  left: -4px;
  background-color: rgba(22, 110, 253, 0.2);
}
.product-web .advantage .advantage-content .advantage-content-item .advantage-content-item-left .advantage-content-item-text {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  margin-top: 9px;
}
.product-web .advantage .advantage-content .advantage-content-item .advantage-content-item-right {
  margin-left: 10px;
  width: 77px;
}
.product-web .advantage .advantage-content .advantage-content-item .advantage-content-item-right img {
  width: 100%;
}
.product-web .usage-scenario .usage-scenario-content {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item {
  width: 545px;
  margin-top: 42px;
  font-size: 18px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item .usage-scenario-item-chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item .usage-scenario-item-chart .usage-scenario-item-chart-module {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item .usage-scenario-item-text {
  margin-top: 18px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.blue {
  color: #166efd;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.blue .usage-scenario-item-chart-module {
  background-color: #e3efff;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.orange {
  color: #ff9f5f;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.orange .usage-scenario-item-chart-module {
  background-color: rgba(255, 159, 95, 0.12);
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.first-chart-box .big-box {
  width: 100%;
  height: 80px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.first-chart-box .small-box {
  width: 171px;
  height: 65px;
  margin-top: 10px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.second-chart-box .small-box {
  width: 133px;
  height: 40px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.second-chart-box .small-box:nth-child(n+5) {
  margin-top: 5px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.second-chart-box .big-box {
  width: 100%;
  height: 65px;
  margin-top: 5px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.third-chart-box .usage-scenario-item-chart-module {
  width: 171px;
  height: 71px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.third-chart-box .usage-scenario-item-chart-module:nth-child(n+4) {
  margin-top: 13px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.fourth-chart-box .small-box {
  width: 171px;
  height: 71px;
}
.product-web .usage-scenario .usage-scenario-content .usage-scenario-item.fourth-chart-box .big-box {
  width: 265px;
  height: 71px;
  margin-top: 13px;
}
.product-web .app-manage .work-flow-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.product-web .app-manage .work-flow-box .work-flow-step img {
  width: 66px;
}
.product-web .app-manage .work-flow-box .work-flow-step .work-flow-step-text {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1px;
}
.product-web .app-manage .work-flow-box .work-flow-step .work-flow-step-text:hover {
  color: #166efd;
}
.product-web .app-manage .work-flow-box .triangle-group {
  display: flex;
  margin: 26px 64px 0;
}
.product-web .app-manage .work-flow-box .triangle-group .triangle {
  width: 15px;
  height: 15px;
  background-image: linear-gradient(to right, rgba(28, 131, 252, 0.25), rgba(75, 158, 255, 0.25));
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.product-web .app-manage .system-box {
  width: 836px;
  height: 34px;
  margin: 40px auto 0;
  border: 1px solid #c8c8c8;
  color: #333;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  display: flex;
}
.product-web .app-manage .system-box div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-web .app-manage .system-box div:first-child {
  width: 315px;
  border-right: 1px solid #c8c8c8;
}
.product-web .app-manage .system-box div:nth-child(2) {
  width: 205px;
  border-right: 1px solid #c8c8c8;
}
.product-web .app-manage .system-box div:last-child {
  flex: 1;
}
.product-web .example .example-swiper-container {
  width: 100%;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-web .example .example-swiper-container .swiper-container {
  height: 100%;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item {
  width: 100%;
  height: 362px;
  display: flex;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 12px;
  margin-top: 42px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box {
  margin-right: 28px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first {
  text-align: left;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first .title-text {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-first .text-des {
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second {
  display: flex;
  text-align: left;
  margin-top: 10px;
  height: 120px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list:last-child {
  margin-left: 40px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list .list-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-second .text-list .text-item {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third {
  display: flex;
  text-align: left;
  margin-top: 10px;
  height: 123px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list {
  flex: 1;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list .list-title {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .text-list .text-item {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box {
  width: 240px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .first-row {
  display: flex;
  height: 50%;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .first-row .num-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .second-row {
  display: flex;
  height: 50%;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .second-row .num-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .num {
  font-weight: bold;
  color: #166efd;
  font-size: 22px;
  letter-spacing: 2px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-text-box .text-third .num-box .num-item .text {
  font-size: 12px;
  letter-spacing: 1px;
  color: #166efd;
}
.product-web .example .example-swiper-container .swiper-container .swiper-item .swiper-img-box img {
  width: 506px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-pagination {
  bottom: 0px;
}
.product-web .example .example-swiper-container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 7px;
  background: #d7d7d7;
  border-radius: 4px;
  outline-style: none;
}
.product-web .example .example-swiper-container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #166efd;
}
.product-web .more-example {
  margin-bottom: 86px;
}
.product-web .more-example .more-example-link .link-text {
  text-decoration: none;
  color: #166efd;
  letter-spacing: 1px;
  font-size: 18px;
}
.product-web .more-example .waterfall-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.product-web .more-example .waterfall-container .waterfall-item {
  position: relative;
  display: block;
  border-radius: 2px;
}
.product-web .more-example .waterfall-container .waterfall-item .waterfall-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, #4b9eff 0%, #1c83fc 100%);
  border-radius: 2px;
  opacity: 0.5;
}
.product-web .more-example .waterfall-container .waterfall-item img {
  width: 100%;
}
.product-web .more-example .waterfall-container .waterfall-item .waterfall-item-text {
  position: absolute;
  font-size: 22px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  left: 20px;
  bottom: 15px;
  z-index: 9;
}
.product-web .more-example .waterfall-container .waterfall-item .waterfall-item-text .text-mask {
  width: 37px;
  height: 10px;
  position: absolute;
  left: -7px;
  bottom: 1px;
  z-index: -1;
  background: linear-gradient(138deg, #ffae73 0%, #ff914c 100%);
}
.product-web .more-example .waterfall-container .waterfall-col {
  width: 293px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.product-web .more-example .waterfall-container .waterfall-small {
  width: 293px;
  height: 155px;
}
.product-web .more-example .waterfall-container .waterfall-normal {
  width: 293px;
  height: 236px;
}
.product-web .more-example .waterfall-container .waterfall-big {
  width: 293px;
  height: 400px;
}

/*# sourceMappingURL=lightwheel.css.map */
