.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before {
  content: '';
  display: table;
}

.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after {
  content: '';
  display: table;
  clear: both;
}

.fixed, .clearfix, .cf, .header, .main, .footer {
  *zoom: 1;
}

.clear, .cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis-2 {
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis-4 {
  overflow: hidden;
  line-height: 1.5;
  height: 6em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellipsis-5 {
  overflow: hidden;
  line-height: 1.5;
  height: 7.5em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.ellipsis-6 {
  overflow: hidden;
  line-height: 1.5;
  height: 9em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.ellipsis-7 {
  overflow: hidden;
  line-height: 1.5;
  height: 10.5em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

.ellipsis-8 {
  overflow: hidden;
  line-height: 1.5;
  height: 12em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.ellipsis-9 {
  overflow: hidden;
  line-height: 1.5;
  height: 13.5em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}

.probanner {
  position: relative;
}
.probanner.hide-show{
    transition: all 0.6s;
    opacity:0;
}
.probanner.hide-show.show{
    opacity:1;
}
.probanner:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(180.00deg, rgba(34, 34, 34, 0.5) 13.981%, rgba(34, 34, 34, 0.32) 51.247%, rgba(34, 34, 34, 0) 99.369%);

}
.probanner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.probanner-txt {
  padding-top: 64px;
  padding-bottom: 84px;
  position: relative;
  z-index: 2;
}

.probanner-tit {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}

.probanner-des {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 86.3%;
  margin: 32px auto 48px;
}

.probanner .inp {
  width: 602px;
  margin: 0 auto;
  position: relative;
}

.probanner .inp .search_rel {
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  max-height: 420px;
  border-radius: 4px;
  box-shadow: 0px 9px 24px 6px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  background: white;
  padding-top: 16px;
  padding-left: 16px;
  display: none;
}

.probanner .inp .search_rel .rel_tit {
  color: #788295;
  font-size: 14px;
  line-height: 20px;
}

.probanner .inp .search_rel .rel-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

.probanner .inp .search_rel .rel-item {
  flex: none;
  margin-right: 16px;
  margin-bottom: 16px;
}

.probanner .inp .search_rel .rel-item a {
  display: block;
  padding: 0 16px;
  border: 1px solid #dee3e8;
  border-radius: 2px;
  background: white;
  line-height: 30px;
}

.probanner .inp .search {
  position: absolute;
  right: 16px;
  top: 0%;
  height: 100%;
  vertical-align: middle;
  width: 16px;
  cursor: pointer;
}

.probanner .inp .search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.probanner .inp input {
  width: 100%;
  padding-left: 16px;
  height: 40px;
  border: 1px solid #a7b1bc;
  border-radius: 4px;
  font-size: 14px;
  padding-right: 44px;
  background-color: #fff;
}

.probanner .inp input::placeholder {
  color: #a7b1bc;
}

.probanner .inp input:hover {
  border-color: var(--blue);
}

.iteration-copy.sec5 {
  position: relative;
  margin-top: 96px;
}
/*
.iteration-copy.sec5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("../img/about_bj5.png") no-repeat center center/cover;
}

.iteration-copy .sec5-inner {
  position: relative;
  z-index: 3;
  display: flex;
  padding-top: 64px;
  padding-bottom: 93px;
}

.iteration-copy .sec5-inner .sec5-lf {
  flex: 0 0 50%;
  padding-top: 106px;
  padding-right: 8.727%;
}

.iteration-copy.sec5 .sec5-tit {
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
}

.iteration-copy.sec5 .sec5-ms {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 48px;
}

.iteration-copy.sec5 .sec5-des {
  color: white;
  margin-top: 54px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding-right: 16px;
}

.iteration-copy.sec5 .sec5-rg {
  flex: 0 0 50%;
  padding-left: 3.91%;
  padding-right: 5px;
}

.iteration-copy.sec5 .info-tit {
  color: #222222;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 16px;
}

.iteration-copy.sec5 .email a {
  display: flex;
  border-radius: 4px;
  background: #e9eef2;
  padding: 16px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  margin-top: 16px;
}

.iteration-copy.sec5 .email a .ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.iteration-copy .form-box {
  display: flex;
  justify-content: space-between;
}

.iteration-copy .form-box1 {
  border-top: 1px dashed #a7b1bc;
  margin-top: 16px;
}

.iteration-copy .form-item {
  flex: 0 0 48.57%;
  margin-top: 16px;
  width: 48.57%;
}

.iteration-copy .form-item .layui-input {
  font-size: 16px;
  padding: 0 12px;
  border: 1px solid #c7cfd8;
  border-radius: 4px;
  background: white;
  height: 40px;
  color: #0c1a34;
}

.iteration-copy .form-item .layui-input::placeholder {
  color: #9099ac;
}

.iteration-copy .form-item .layui-form-select .layui-edge {
  right: 12px;
  width: 13px;
  height: 8px;
  border: none;
  margin-top: -4px;
  background: url("../img/select.png") no-repeat center center/contain;
}

.iteration-copy .form-item1 {
  width: 100%;
  height: 80px;
}

.iteration-copy .form-item1 textarea {
  height: 80px;
  min-height: 80px;
  font-size: 16px;
  padding: 12px;
  border: 1px solid #c7cfd8;
  border-radius: 4px;
  background: white;
  color: #0c1a34;
}

.iteration-copy .form-item1 textarea::placeholder {
  color: #9099ac;
}

.iteration-copy #form1 .tijiao {
  margin-top: 40px;
  width: 164px;
  height: 64px;
  margin-left: auto;
}

.iteration-copy #form1 .tijiao span {
  font-size: 16px;
  text-align: center;
  color: var(--blue);
  flex: 1;
}

.iteration-copy #form1 .tijiao img {
  width: 23px;
  margin-left: 4px;
}

.sec5 {
  padding-top: 84px;
  overflow: hidden;
}*/

.procon-des {
  color: #4d515a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 83.69%;
  margin: 32px auto 0;
}

.sec5list {
  margin-top: 48px;
  position: relative;
}

.sec5list .swiper {
  overflow: visible;
}

.sec5list .swiper-slide {
  height: auto;
  box-shadow: 0px 1.67px 16.7px 0px rgba(0, 0, 0, 0.1);
  background: white;
}

.sec5list .more3 {
  width: 153px;
  margin: 0 auto;
  margin-top: 32px;
}

.sec5 .sec5-img {
  position: relative;
  cursor: pointer;
}

.sec5 .sec5-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec5 .sec5-img .playbtn {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: var(--blue);
}

.sec5 .sec5-img .playbtn img {
  margin-left: 19px;
}

.sec5 .swiper-button-next {
  right: 0;
  bottom: 16px;
  margin-top: 0;
  width: 36px;
  height: 36px;
  top: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}

.sec5 .swiper-button-prev {
  right: 46px;
  bottom: 16px;
  margin-top: 0;
  top: auto;
  left: auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transform: rotate(180deg);
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}

.sec5 .swiper-button-next:after,
.sec5 .swiper-button-prev:after {
  content: none;
}

.sec5 .swiper-button-next:hover,
.sec5 .swiper-button-prev:hover {
  background-color: var(--blue);
}

.sec5 .sec5-txt {
  padding: 20px 20px 48px;
}

.sec5 .sec5-des {
  color: rgba(0, 0, 0, 0.92);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.iteration-box .solu-fixed {
  position: relative;
  padding-top: 84px;
}

.iteration-box .solu-fixed .solu-menu {
  width: 232px;
  position: sticky;
  top: 192px;
  left: 0;
  background: #fff;
  float: left;
}

.iteration-box .solu-fixed .solu-menu ul {
  border-left: 1px solid #DEE3E8;
  position:relative;
}

.iteration-box .solu-fixed .solu-menu ul li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 15px;
}

.iteration-box .solu-fixed .solu-menu  .lines {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  height: 32px;
  width: 2px;
  background: rgb(0, 153, 242);;
  transition: all 0.6s;
}

/*.iteration-box .solu-fixed .solu-menu ul li:hover::after, */
.iteration-box .solu-fixed .solu-menu ul li.act::after {
  height: 100%;
  visibility: visible;
}*/

.iteration-box .solu-fixed .solu-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  padding: 6px 0;
}

.iteration-box .solu-fixed .solu-menu ul li:hover{
 color: rgb(0, 153, 242);
   font-weight:700;
}

.iteration-box .solu-fixed .solu-menu ul li.act a {
color: rgb(0, 153, 242);
  font-weight:700;
}

.iteration-box .solu-fixed .solu-content {
  box-sizing: border-box;
  padding-left: 249px;
}

.iteration-box .solu-fixed .solu-content .sc-tit h6 {
  color: #0C1A34;
  font-size: 24px;
  line-height: 33px;
}

.iteration-box .solu-fixed .solu-content .sc-list {
  margin-top: 24px;
}

.iteration-box .solu-fixed .solu-content .sc-list ul {
  display: flex;
  flex-wrap: wrap;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li {
  width: calc((100% / 3) - 10px);
  margin-left: 15px;
  background: #F8F9FA;
  transition: all 0.6s;
  margin-bottom: 32px;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li:hover {
  box-shadow: 0px 18px 32px 16px rgba(0, 0, 0, 0.03), 0px 12px 24px 0px rgba(0, 0, 0, 0.05), 0px 8px 16px -8px rgba(0, 0, 0, 0.06);
  background: white;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li:nth-child(3n+1) {
  margin-left: 0;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .pic {
  position: relative;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .pic .tag {
  background: linear-gradient(90deg, #e9eef2 27.16%, #f8f9fb 98.521%);
  position: absolute;
  height: 22px;
  left: 0;
  top: 8px;
  line-height: 22px;
  padding: 0 8px;
  z-index: 3;
  font-size: 12px;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .pic a {
  display: block;
  padding-bottom: 55.8730158%;
  position: relative;
  overflow: hidden;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .pic a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .text {
  padding: 16px;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .text .t {
  color: #222222;
  font-size: 20px;
  display: block;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .text .m {
  text-align: right;
  margin-top: 5px;
  display: block;
}

.iteration-box .solu-fixed .solu-content .sc-list ul li .text .m img {
  opacity: 0;
  transition: all 0.6s;
  transform: translateX(-10%);
}

.iteration-box .solu-fixed .solu-content .sc-list ul li:hover .m img {
  transform: translateX(0);
  opacity: 1;
}

.iteration-box .solu-fixed.solu-center-fixed .solu-content {
  padding-left: 0;
}

.iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li {
  width: calc((100% / 4) - 11.25px);
  margin-left: 15px;
}

.iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li:nth-child(4n+1) {
  margin-left: 0;
}

.solu-detail-kv {
  position: relative;
  margin-top: 0 !important;
}

.solu-detail-kv .pic {
  position: relative;
  height: 45vw;
  max-height: 655px;
}
.solu-detail-kv.sup-pd-108 .pic{
    padding-bottom:20.83333%;
    position:relative;
    overflow: hidden;
    height:auto;
    max-height:0;
}
.solu-detail-kv.sup-pd-108 .pic img{
    position: absolute;
    left:0;
    top:0;
}
.solu-detail-kv .pic::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:3;
    background: linear-gradient(
        to right,
        rgba(1, 22, 38, 0.81),
        rgba(1, 27, 47, 0.56),
        rgba(1, 32, 56, 0),
        rgba(2, 37, 64, 0)
    );
}

.solu-detail-kv .pic img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.solu-detail-kv .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width:100%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: left;
  color: #fff;
}
.solu-detail-kv .content .tips-sale{
    width: 612px;
    height: 49px;
    background: linear-gradient(90.00deg, rgb(233, 238, 242),rgba(233, 238, 242, 0.33) 98.521%);
    color: rgb(77, 81, 90);
    font-size: 24px;
    font-weight: 400;
    line-height: 49px;
    padding-left:8px;
    box-sizing:border-box;
    margin-bottom:12px;
}
.solu-detail-kv .content .t h6 {
  font-weight: 700;  
  font-size: 48px;
}

.solu-detail-kv .content .d {
  font-size: 24px;
  margin-top: 10px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.solu-detail-kv .content .v {
  margin-top: 24px;
}

.solu-detail-kv .content .v a {
  display: flex;
  align-items: center;
  font-size: 28px;
}

.solu-detail-kv .content .v a img {
  margin-right: 8px;
}

.solu-detail-pbox {
  padding: 84px 0;
  margin: 0;
}

.solu-detail-pbox .text {
  max-width: 1026px;
  margin: 0 auto;
}

.solu-detail-pbox .text .t {
  text-align: center;
}

.solu-detail-pbox .text .t h6 {
  color: #222222;
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
  text-align: center;
}

.solu-detail-pbox .text .d {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.solu-detail-pbox .text:last-child .d {
  margin-top: 48px;
}

.solu-detail-pbox .pic {
  margin-top: 48px;
  position: relative;
  overflow: hidden;
}

.solu-detail-pbox .pic img {
  width: 100%;
  height: auto;
}

.solu-detail-pbox .pic .text-pop {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  padding: 20px;
  transition: all 0.6s;
  transform: translateY(0);
  opacity: 1;
}

.solu-detail-pbox .pic .text-pop h6 {
  color: white;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}

.solu-detail-pbox .pic .text-pop p {
  margin-top: 4px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
}

.solu-detail-pbox .pic:hover .text-pop {
  transform: translateY(-100%);
  opacity: 0;
}

.solu-detail-pbox.sec2:after {
  display: none;
}

.solu-detail-pbox.solu-detail-p3 {
  padding-top: 0;
}

.solu-detail-pbox.solu-detail-p3 .video-box {
  margin-top: 28px;
}

.solu-detail-pbox.solu-detail-p3 .video-box video {
  width: 100%;
}

.solu-dis-app.sec5::before {
  display: none;
}

.sd-framework {
  padding: 84px 0 0;
}

.sd-framework .text {
  padding-bottom: 48px;
}

.sd-framework .text .t h6 {
  color: #222222;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
}

.sd-framework .pic img {
  width: 100%;
  height: auto;
}

.sd-rp-box {
  padding: 84px 0;
}

.sd-rp-box .rp-tit {
  text-align: center;
  padding-bottom: 48px;
}

.sd-rp-box .rp-tit h6 {
  color: #222222;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.sd-rp-box .rp-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.sd-rp-box .rp-list ul li {
  width: calc((100% / 3) - 10px);
  margin-left: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 2.18px 21.8px 0px rgba(0, 0, 0, 0.1);
  background: white;
  box-sizing: border-box;
  padding: 20px;
}

.sd-rp-box .rp-list ul li:nth-child(3n+1) {
  margin-left: 0;
}

.sd-rp-box .rp-list ul li .pic a {
  display: block;
  padding-bottom: 65.92178%;
  overflow: hidden;
  position: relative;
}

.sd-rp-box .rp-list ul li .pic a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-rp-box .rp-list ul li .text {
  margin-top: 20px;
}

.sd-rp-box .rp-list ul li .text a {
  display: block;
  color: #222222;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.sd-rp-box .rp-more {
  padding-top: 28px;
  display: flex;
  justify-content: center;
}

.sd-rp-box .rp-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.6s;
}

.sd-rp-box .rp-more a img {
  margin-left: 8px;
}

.sd-rp-box .rp-more a:hover {
  background: #f0f3f6;
}

.sd-rp-box .rp-more a:active {
  background: #dee3e8;
}

.sup-pd-108 {
  margin-top: 108px;
  padding-top: 1;
}

.tec-sup-box .tec-sup-tit {
  text-align: center;
}

.tec-sup-box .tec-sup-tit h6 {
  color: black;
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
}

.tec-sup-box .tec-sup-01 {
  padding: 98px 0 144px;
}

.tec-sup-box .tec-sup-01 .ts-warp {
  padding-left: 25.611745%;
  position: relative;
}

.tec-sup-box .tec-sup-01 .ts-warp .pic {
  position: relative;
  padding-bottom: 73.913043%;
  overflow: hidden;
}

.tec-sup-box .tec-sup-01 .ts-warp .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tec-sup-box .tec-sup-01 .ts-warp .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  backdrop-filter: blur(30px);
  background: linear-gradient(88.28deg, white 0.593%, white 36.842%, rgba(255, 255, 255, 0.9) 68.118%, rgba(255, 255, 255, 0.2) 99.449%);
  width: 71.778%;
  box-sizing: border-box;
  padding: 64px 48px;
  box-shadow: -4px 6px 10px rgba(0, 0, 0, 0.03);
}

.tec-sup-box .tec-sup-01 .ts-warp .text .t {
  margin: 0 0 25px;
}

.tec-sup-box .tec-sup-01 .ts-warp .text .t h6 {
  margin-top: 20px;
  color: #0c1a34;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
}

.tec-sup-box .tec-sup-01 .ts-warp .text .d {
  color: #454e66;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.tec-sup-box .tec-sup-02 {
  background: url(../img/iteration-dy/tec-sup-bg.jpeg) no-repeat center;
  background-size: cover;
  padding-bottom: 24px;
}

.tec-sup-box .tec-sup-02 .wao-list {
  margin-top: 80px;
}

.tec-sup-box .tec-sup-02 .wao-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 72px;
}

.tec-sup-box .tec-sup-02 .wao-list ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.tec-sup-box .tec-sup-02 .wao-list ul li:nth-child(even) .text {
  padding-left: 0;
  padding-right: 48px;
}

.tec-sup-box .tec-sup-02 .wao-list ul li .pic {
  width: 52.8548%;
}

.tec-sup-box .tec-sup-02 .wao-list ul li .pic .img {
  padding-bottom: 61.72839%;
  position: relative;
  overflow: hidden;
}

.tec-sup-box .tec-sup-02 .wao-list ul li .pic .img img {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.6s;
  transform: scale(1);
}

.tec-sup-box .tec-sup-02 .wao-list ul li .pic:hover img {
  transform: scale(1.1);
}

.tec-sup-box .tec-sup-02 .wao-list ul li .text {
  width: calc(100% - 52.8548%);
  box-sizing: border-box;
  padding-left: 48px;
}

.tec-sup-box .tec-sup-02 .wao-list ul li .text .t {
  display: block;
}

.tec-sup-box .tec-sup-02 .wao-list ul li .text .t h6 {
  color: #0c1a34;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  margin-top: 12px;
}

.tec-sup-box .tec-sup-02 .wao-list ul li .text .d {
  margin-top: 24px;
  color: #7d869d;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.tec-sup-box .tec-sup-03 {
  padding: 120px 0 96px;
}

.tec-sup-box .tec-sup-03 .rel-sev-list {
  padding-top: 48px;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul {
  display: flex;
  flex-wrap: wrap;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li {
  width: calc((100% / 3) - 16px);
  margin-left: 24px;
  box-shadow: 0px 1.67px 16.7px 0px rgba(0, 0, 0, 0.1);
  background: white;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li:nth-child(3n+1) {
  margin-left: 0;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li .pic a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 40.90909%;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li .pic a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li .text {
  padding: 24px;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li .text .tit {
  display: block;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  overflow: hidden;
  height: 66px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li .text .m {
  display: block;
  text-align: right;
  opacity: 0;
  transform: translateX(-10%);
  transition: all 0.6s;
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li:hover {
  box-shadow: 0px 18px 32px 16px rgba(0, 0, 0, 0.03), 0px 12px 24px 0px rgba(0, 0, 0, 0.05), 0px 8px 16px -8px rgba(0, 0, 0, 0.06);
}

.tec-sup-box .tec-sup-03 .rel-sev-list ul li:hover .text .m {
  opacity: 1;
  transform: translateX(0);
}

.sps-box .sps-01 {
  padding: 96px 0 120px;
}

.sps-box .sps-01 .sps-01-tit {
  margin-bottom: 69px;
  font-size: 40px;

  line-height: 55px;
  text-transform: uppercase;
}

.sps-box .sps-01 .sps-01-tit h6 {
      font-weight: 700;
}


.sps-box .sps-01 .sps-01-tit span {
  color: #0099F2;
}

.sps-box .sps-01 .sps-ree-box {
  padding-left: 25.611745%;
  position: relative;
}

.sps-box .sps-01 .sps-ree-box .pic {
  position: relative;
  padding-bottom: 73.913043%;
  overflow: hidden;
}

.sps-box .sps-01 .sps-ree-box .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sps-box .sps-01 .sps-ree-box .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sps-box .sps-01 .sps-ree-box .text .text-inner {

  backdrop-filter: blur(30px);
  background: linear-gradient(88.28deg, white 0.593%, white 36.842%, rgba(255, 255, 255, 0.9) 68.118%, rgba(255, 255, 255, 0.2) 99.449%);
  width: 56.85%;
  box-sizing: border-box;
  padding: 64px 48px;
  box-shadow: -4px 6px 10px rgba(0, 0, 0, 0.03);
  position: relative;
}

.sps-box .sps-01 .sps-ree-box .text .text-inner .icon{
    
    position: absolute;
    top: -90px;
    left: 0;

}

.sps-box .sps-01 .sps-ree-box .text .text-inner .d {
  color: #454e66;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.sps-box .sps-02 {
  padding: 80px 0 60px;
  background-size: cover;
}

.sps-box .sps-02 .tit-tips {
  color: white;
  font-size:0
}

.sps-box .sps-02 .tit-tips p {
  margin-top: 16px;
   font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.sps-box .sps-02 .tit-content {
  max-width: 560px;
  padding: 52px 0 64px;
}

.sps-box .sps-02 .tit-content .text-box{
   padding-top: 4px;
}

.sps-box .sps-02 .tit-content h6 {
  color: white;
  font-size: 56px;
  font-weight: 700;
  line-height: 77px;
  text-transform: uppercase;
}

.sps-box .sps-02 .tit-content .text-box p {
   padding-top: 24px;
      font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: white;
  
}

.sps-box .sps-02 .tit-content .text-box  br {
   display: none;
}

.sps-box .sps-02 .msg-more {
  display: flex;
  align-items: center;
}

.sps-box .sps-02 .msg-more a {
  display: inline-block;
  padding: 18px 32px;
  border-radius: 32px;
  background: #e7f9fe;
  color: #0099f2;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.sps-box .sps-02 .msg-more a img {
  margin-left: 10px;
}

.sps-box .sps-02 .msg-more .mail-icon {
  margin-left: 24px;
  transform: translateY(-10px);
}

.sps-box .sps-03 {
  padding: 120px 0 0;
}

.sps-box .sps-03 .sps-tit {
  text-align: center;
  margin-bottom: 64px;
}

.sps-box .sps-03 .sps-tit h6 {
  color: black;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul {
  display: flex;
  flex-wrap: wrap;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li {
  width: calc(50% - 12px);
  margin-left: 24px;
  border: 1px solid #dee3e8;
  box-shadow: 0px 1.67px 16.7px 0px rgba(0, 0, 0, 0.1);
  background: white;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li:nth-child(2n+1) {
  margin-left: 0;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .pic {
  position: relative;
  padding-bottom: 79.534109%;
  overflow: hidden;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
  transform: scale(1);
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .pic:hover img {
  transform: scale(1.1);
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .text {
  padding: 24px;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .text .t {
  color: #0c1a34;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .text .m {
  text-align: right;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .text .m a {
  display: inline-block;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .text .m a img {
    transition: all ease-out .3s;
}


.sps-box .sps-03 .sps-03-inner {
    margin-bottom: -23px;
}
.sps-box .sps-03 .sps-03-inner .sps-ssar-top ul li .text .m a.active img {
    transform-origin: center;
    transform: rotate(180deg);
}



.sps-box .sps-03 .sps-03-inner .sps-ssar-bt {
  margin-top: 24px;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li {
    
  display: none;
  padding: 48px 32px;
  border: 1px solid #dee3e8;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.05), 0px 3px 6px 0px rgba(0, 0, 0, 0.08), 0px 1px 2px -2px rgba(0, 0, 0, 0.12);
  background: white;
  position: relative;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 24px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -46px;
  left: 50%;
  z-index: 2;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 24px;
  border-style: solid;
  border-color: transparent transparent #dee3e8 transparent;
  position: absolute;
  top: -48px;
  left: 50%;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li:nth-child(1)::after,.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li:nth-child(1)::before {
  left: calc(25% - 24px);
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li:nth-child(2)::after,.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li:nth-child(2)::before {
  right: calc(25% - 24px);
  left: auto;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li .t {
  color: #0c1a34;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li .d {
  margin-top: 26px;
  color: #7d869d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul li .d b {
  color: #454e66;
}

.sps-box .sps-03 .sps-03-inner .sps-ssar-bt ul .close {
  position: absolute;
  right: 34px;
  top: 24px;
  width: 24px;
  height: 24px;
  background: url(/images/close.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.solu-dis-app{
padding-top:84px;
overflow: hidden;
}
@media screen and (max-width:1280px){

    .probanner-tit {
        font-size: 34px;
        line-height: 1.4;
    }
    .iteration-box .solu-fixed .solu-menu{
       width:210px;
    }
    .iteration-box .solu-fixed .solu-content{
       padding-left:224px;
    }
    .iteration-box .solu-fixed{
      padding-top:70px;
    }
    .iteration-copy.sec5{
      margin-top:80px;
    }
    .solu-detail-kv .content .t h6{
     font-size:34px;
    
    }
    .solu-detail-kv .content .d{
      font-size:22px;
    }
    .solu-detail-kv .content .tips-sale{
      font-size:22px;
    }
.sd-framework .text .t h6{
     line-height:1.4;
     font-size:34px;
}
.solu-dis-app,
.sd-rp-box,
.sd-framework{
padding-top:70px;
}
.sd-rp-box{
padding-bottom:70px;
}
.sd-rp-box .rp-tit h6{
font-size:28px;
}
}
@media screen and (max-width:1024px){
.sd-rp-box .rp-tit h6{
font-size:24px;
}
.sd-rp-box .rp-list ul li .text a{
font-size:20px;
}
.sd-rp-box .rp-tit{
padding-bottom:36px;
}
.sd-framework{
padding-top:60px;
}
.sd-rp-box{
padding-bottom:60px;
}
     .sd-framework .text .t h6{
   
     font-size:30px;
   }
    .solu-detail-kv .content .t h6{
     font-size:30px;
    
    }
    .solu-detail-kv .content .d{
      font-size:20px;
      
    }
    .solu-detail-kv .content .tips-sale{
      font-size:20px;
      line-height:40px;
      height:40px;
    }
    .probanner-tit {
        font-size: 30px;
    }
    .probanner-des {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 36px;
    }
        .iteration-box .solu-fixed .solu-content .sc-list ul li .text .t{
    font-size:18px;
    }
    .iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li{
        width: calc((100% / 3) - 10px);
    }
    .iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li:nth-child(4n+1) {
      margin-left: 15px;
   }
       .iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li:nth-child(3n+1) {
      margin-left: 0px;
   }
    .iteration-box .solu-fixed .solu-content .sc-list ul li .text .t{
       font-size:18px;
    }
    .solu-dis-app,
.sd-rp-box,
.sd-framework,
    .iteration-box .solu-fixed{
      padding-top:60px;
    }
    .iteration-copy.sec5{
      margin-top:60px;
    }
    .sd-framework .text{
     padding-bottom:36px;
}
.procon-des{
width:100%;
margin-top:24px;
}
.sec5list{
margin-top:36px;
}
          .solu-dis-app .sec5-des{
         font-size: 18px;
     }
}
@media screen and (max-width:900px){
.iteration-box .solu-fixed .solu-content .sc-list ul li{
    width: calc((100% / 2) - 8px);
    margin-left:16px;
}
.iteration-box .solu-fixed .solu-content .sc-list ul li:nth-child(3n+1) {
    margin-left: 16px;
}
.iteration-box .solu-fixed .solu-content .sc-list ul li:nth-child(2n+1) {
    margin-left: 0;
}

}
@media screen and (max-width:768px){
.procon-des{
width:100%;
margin-top:16px;
}
        .solu-dis-app .sec5-des{
         font-size: 16px;
     }
.sec5list{
margin-top:24px;
}
.sec5list .more3{
width:120px;
margin-top:16px;
}
.sd-rp-box .rp-list ul li .text a{
font-size:18px;
line-height:1.5;
}
.sd-rp-box .rp-more{
padding-top:10px;
}
.sd-rp-box .rp-tit{
padding-bottom:24px;
}
.sd-rp-box .rp-tit h6{
font-size:20px;

}
.sd-rp-box .rp-list ul li{
flex:0 0 100%;
}
.sd-rp-box{
padding-bottom:40px;
}
.solu-dis-app,
.sd-rp-box,
.sd-framework{
padding-top:40px;
}
.sd-framework .text{
padding-bottom:24px;
}
  .sd-framework .text .t h6{

     font-size:24px;
   }
.probanner-tit{
font-size:24px;
}
.probanner .inp{
width:100%;
 margin-top: 20px;
}
.probanner-des{
display:none;
}
    .probanner-txt {
        padding-top: 48px;
        padding-bottom: 60px;
    }
      .iteration-copy.sec5{
      margin-top:30px;
    }
     .iteration-box .solu-fixed{
      padding-top:40px;
    }
    .iteration-box .solu-fixed .solu-menu{
    float:none;
    position:static;
    width:100%;
    }
    .iteration-box .solu-fixed .solu-menu ul{
      display:flex;
      border-left:0;
      flex-wrap:wrap;
    }
    .iteration-box .solu-fixed .solu-menu ul li::after{
    height:2px;
    width:0;left:50%;
    bottom:0;
    transform:translateX(-50%);
    top:auto;
    }
    .iteration-box .solu-fixed .solu-menu ul li{
    padding-left:0;
    margin-right:16px;
    padding-bottom:6px;
    
    }
    .iteration-box .solu-fixed .solu-menu ul li.act::after{
    width:100%;
    height:2px;
    }
    .iteration-box .solu-fixed .solu-content{
    padding-left:0;
    }
    .sc-tit img{
      width:48px;
    }
    .iteration-box .solu-fixed .solu-content .sc-tit h6{
    font-size:20px;
    }
    .iteration-box .solu-fixed .solu-content .sc-list ul li .text .t{
    font-size:16px;
    }
    .iteration-box .solu-fixed .solu-content .sc-list ul li .text .m img{
    width:20px;
    height:20px;
    }
    .iteration-box .solu-fixed .solu-content .sc-list ul li .text{
    padding:12px;
    }
    .iteration-box .solu-fixed .solu-content .sc-list ul li{
    margin-bottom:16px;
    }
    
    .iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li{
        width: calc((100% / 2) - 6px);
        margin-left:12px;
    }
    .iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li:nth-child(3n+1) {
      margin-left: 12px;
    }
    .iteration-box .solu-fixed.solu-center-fixed .solu-content .sc-list ul li:nth-child(2n+1) {
      margin-left: 0px;
   }
   .solu-detail-kv .content .d{
   display:none;
   }
   .solu-detail-kv .pic{
     height:300px;
   }
   .solu-detail-kv.sup-pd-108 .pic{
       padding-bottom:50%;
   }
   .solu-detail-kv .content .t h6{
     font-size:24px;
   }
   .solu-detail-kv .content .tips-sale{
   width:100%;
   font-size:16px;
   line-height:32px;
   height:32px;
   }
   .solu-detail-kv .content .t img{
   width:68px;
   }
   .solu-detail-kv .content .v a img{
   width:24px;
   }
   .solu-detail-kv .content .v a{
   font-size:20px;
   line-height:24px;
   }
}
