
.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_bg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-banner .cb_text {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text .cbp1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.18rem;
  line-height: 1.5;
}
.com-banner .cb_text .cba3 {
  margin-bottom: 0.06rem;
  font-weight: 600;
}
.com-banner .cb_text .cbp4 {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0 0.1rem 0 0.1rem;
  background-color: #007bff;
  color: #fff;
  margin-top: 0.1rem;
}
.com-banner .cb_text .cpa {
  display: inline-block;
  line-height: 2.875em;
  border-radius: 1rem;
  color: #007bff;
  background-color: #fff;
  padding: 0 0.3rem;
  border-radius: 1rem;
  min-width: 1.7rem;
  margin-right: 0.2rem;
  text-align: center;
}
.com-banner .cb_text .cpa:hover {
  background-color: #ffa500;
  color: #fff;
}
.com-banner .cb_text.cent {
  text-align: center;
}
.com-banner .pro_txt .t1 {
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.com-banner .pro_txt .t2 {
  display: inline-block;
  line-height: 2.0909090909;
  background-color: #ffa500;
  color: #fff;
  padding: 0 0.21rem;
  border-radius: 1rem;
  margin-top: 0.36rem;
}
.com-banner .pro_txt .t3 {
  color: #222;
  opacity: 0.8;
  margin-top: 0.27rem;
}
.com-banner .cb_img2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5rem;
  max-width: 60%;
}
.com-banner .cb_ti {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8.4rem;
  max-width: 60%;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .down {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  background-color: #007bff;
  padding: 0.21rem 0.43rem;
  border-radius: 1rem;
  margin-top: 0.4rem;
  transition: all 0.3s;
}
.com-banner .down:hover {
  box-shadow: 0 -2px 0 0 #007bff inset, 0 2px 0.1rem #007bff;
  transform: translateY(-3px);
  transition: all 0.3s;
}
.com-banner .down img {
  margin-right: 0.1rem;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  border-radius: 0.1rem 0.1rem 0 0;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
  overflow: hidden;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
}
.com-banner .cb_nav a:hover {
  color: #007bff;
}
.com-banner .cb_nav .cb_a {
  flex-grow: 1;
  text-align: center;
  line-height: 0.7rem;
}
.com-banner .cb_nav .cb_a.on {
  background-image: linear-gradient(-90deg, #007ac8 0%, #1daceb 100%);
  color: #fff !important;
}
.com-banner .cb_mask {
  pointer-events: none;
}
.com-banner .cb_mask .cm1 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com-banner .cb_mask .cm1 img {
  width: 100%;
}
.com-banner .cb_mask .cm2 {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  -webkit-mask-image: url(/static/home/images/icon-m2.png);
          mask-image: url(/static/home/images/icon-m2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.com-banner .cb_mask .cm2 img {
  width: 100%;
  opacity: 0;
}
.com-banner .bg1 .cm2 {
  background-color: #fff !important;
}
.com-banner .bg2 .cm2 {
  background-color: #f3f3f3 !important;
}
@media screen and (max-width: 900px) {
  .com-banner {
    background-color: #f2f2f2;
  }
  .com-banner .cb_bg {
    padding-top: 31.25%;
  }
  .com-banner .cb_text .cbp2 {
    font-size: 14px;
    display: none;
  }
  .com-banner .pro_txt .t3 {
    display: none;
  }
}
.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  transform: translateY(50%);
}
.cb-bots.has_nav {
  background-color: rgba(0, 0, 0, 0.06);
}
.cb-bots .cb_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #007bff;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
  flex-shrink: 0;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .cb_a:hover {
  color: #007bff;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
.cb-bots .back {
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset #007bff;
  background-color: transparent;
  color: #007bff;
  border-radius: 1rem;
  padding: 0 0.41rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cb-bots .back:hover {
  background-color: #007bff;
  color: #fff;
}
.cb-bots .back:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.cb-bots .back .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.sol-page {
  padding-top: 1.2rem;
}
.sol-page .page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .sol-page .sol-le {
    width: 100%;
  }
  .sol-page .sol-ri {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.sol-le {
  width: 19.0476190476%;
}
.sol-le .nav {
  position: sticky;
  top: 1.2rem;
}
.sol-le .nlist {
  padding: 0.2rem;
  padding-right: 0;
  background-color: #fff;
  border-radius: 0.1rem;
}
.sol-le .li.on .aa {
  background-color: #f2f2f2;
  color: #007bff;
}
.sol-le .li.on .aa::before {
  content: "";
  width: 0.04rem;
  height: 100%;
  background-color: #007bff;
  position: absolute;
  right: 0;
  top: 0;
}
.sol-le .aa {
  display: block;
  padding: 0.24rem 0.2rem;
  border-radius: 0.1rem 0 0 0.1rem;
  text-align: center;
  position: relative;
  color: #666;
}
.sol-le .aa:hover {
  color: #007bff;
}

.sol-ri {
  width: 75%;
  padding-bottom: 0.6rem;
}

.sol-11 {
  padding-bottom: 0.5rem;
}
.sol-11 .txt {
  line-height: 2;
  margin-top: 0.42rem;
}
.sol-11 .img {
  margin-top: 0.24rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sol-12 {
  padding-top: 0.45rem;
}
.sol-12 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.51rem;
}
.sol-12 .li {
  width: 31.746031746%;
  margin-right: 2.380952381%;
  margin-bottom: 0.3rem;
}
.sol-12 .li:nth-child(3n) {
  margin-right: 0;
}
.sol-12 .dd {
  position: relative;
  padding: 0.5rem 0.4rem;
  border-top: 0.04rem solid #007bff;
  background-color: #fff;
  min-height: 4.4rem;
  height: 100%;
  border-radius: 0 0 0.2rem 0.2rem;
}
.sol-12 .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffa500;
  color: #fff;
  width: 2.25em;
  height: 2.25em;
  font-weight: 600;
  border-radius: 50%;
}
.sol-12 .d1 {
  margin-top: 0.27rem;
  font-weight: 600;
}
.sol-12 .txt {
  line-height: 1.875;
  color: #666;
  border-top: 1px solid #f3f3f3;
  margin-top: 0.26rem;
  padding-top: 0.22rem;
}
@media (max-width: 900px) {
  .sol-12 .li {
    width: 100%;
  }
}

.sol-13 {
  padding-top: 0.65rem;
  padding-bottom: 0.5rem;
}
.sol-13 .swiper {
  margin-top: 0.52rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sol-13 .img {
  position: relative;
  padding-top: 47.619047619%;
}
.sol-13 .watch {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  background-image: url(/static/home/images/icon-6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.sol-13 .swiper-pagination {
  bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sol-13 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  box-sizing: content-box;
}
.sol-13 .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #fff;
}
.sol-14 {
  padding-top: 0.52rem;
  overflow: hidden;
}
.sol-14 .swiper {
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
  margin-top: 0.38rem;
}
.sol-14 .swiper-container {
  padding: 0.2rem;
}
.sol-14 .sw {
  display: block;
  background-color: #fff;
  height: auto;
  box-shadow: 0 0 0.2rem rgba(0, 123, 255, 0.15);
  border-radius: 0.2rem;
  overflow: hidden;
}
.sol-14 .sw:hover .btn {
  background-color: #007bff;
  color: #fff;
}
.sol-14 .sw:hover .ic {
  background-image: url(/static/home/images/icon-2.png);
}
.sol-14 .img {
  position: relative;
  padding-top: 70%;
}
.sol-14 .text {
  padding: 0.36rem 0.3rem;
}
.sol-14 .h3 {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sol-14 .d2 {
  color: #666;
  line-height: 1.75;
  height: 3.5em;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sol-14 .btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.17rem 0.42rem;
  box-shadow: 0 0 0 1px inset #007bff;
  color: #007bff;
  border-radius: 1rem;
  margin-top: 0.26rem;
}
.sol-14 .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(/static/home/images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sol-15 {
  padding-top: 0.82rem;
  overflow: hidden;
}
.sol-15 .swiper {
  width: calc(100% + 0.4rem);
  margin-left: -0.2rem;
  overflow: hidden;
  padding: 0.6rem 0.2rem;
}
.sol-15 .swiper-container {
  overflow: visible;
}
.sol-15 .sw {
  height: auto;
  position: relative;
  transition: all 0.3s;
}
.sol-15 .sw:hover {
  transform: translateY(-0.2rem);
}
.sol-15 .sw:hover .top {
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 123, 255, 0.2);
}
.sol-15 .sw:hover .btn {
  opacity: 1;
}
.sol-15 .top {
  padding: 0.2rem 0.3rem 0.58rem;
  height: 100%;
  border-radius: 0.2rem;
  background-color: #fff;
  transform: box-shadow 0.3s;
}
.sol-15 .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.sol-15 .te {
  margin-top: 0.58rem;
  text-align: center;
}
.sol-15 .h3 {
  font-weight: 600;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sol-15 .btn {
  min-width: 1.7rem;
  display: inline-block;
  background-color: #007bff;
  text-align: center;
  color: #fff;
  border-radius: 1rem;
  padding: 0.17rem 0.27rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -60%);
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .sol-15 {
    overflow: hidden;
  }
}

.sol-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sol-tit .btns {
  display: flex;
}
.sol-tit .sbtn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  box-shadow: 0 0 0 1px inset #007bff;
  margin-left: 0.2rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 26.6666666667% auto;
  background-position: center;
}
.sol-tit .sbtn:hover {
  background-color: #007bff;
}
.sol-tit .prev {
  background-image: url(/static/home/images/icon-p13.png);
}
.sol-tit .prev:hover {
  background-image: url(/static/home/images/icon-p12.png);
}
.sol-tit .next {
  background-image: url(/static/home/images/icon-p23.png);
}
.sol-tit .next:hover {
  background-image: url(/static/home/images/icon-p22.png);
}
