.main {
  width: 100%;
  height: 100%;
  background-color: #F7F8FD;
}
.main .swiper-container {
  width: 100%;
  height: 480px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.main .swiper-slide {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
}
.main em{
  font-style: normal;
}

.main .swiper-slide .banner-img1 {
  background: url('../image/newIndex/dosm_saas_banner.png') no-repeat 50%;
}
.main .swiper-slide .banner-img2 {
  background: url('../image/newIndex/banner1.png') no-repeat 50%;
}
.main .swiper-slide .banner-img3 {
  background: url('../image/newIndex/doop_banner.png') no-repeat 50%;
}
.main .swiper-slide .banner-img4 {
  background: url('../image/newIndex/gpt_banner.png') no-repeat 50%;
}
.main .swiper-slide .banner-img5 {
  background: url('../image/newIndex/sea_banner.png') no-repeat 50%;
}
.main .swiper-slide .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main .banner-article{
  max-width:1440px;
  margin: 0 auto;
  padding-top: 164px;
  padding-left: 124px;
}
.main .banner-article .banner-title{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 8px;
}
.main .banner-article .banner-title2{
  font-size: 24px;
  color: rgba(78, 89, 105, 1);
  margin-bottom: 100px;
}
.main .banner-article .banner-title3{
  font-size: 32px;
  color: rgba(27, 209, 209, 1);
  margin-bottom: 8px;
}
.main .banner-article .banner3-title2{
  width: 380px;
  height: 88px;
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
  margin-bottom: 60px;
}
.main .banner-article .banner5-title2{
  width: 480px;
  height: 80px;
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
  margin-bottom: 20px;
}
.main .banner-article .banner-date{
  font-size: 12px;
  color: rgba(78, 89, 105, 1);
  margin-bottom: 73px;
}
.main .banner-article  .banner-content{
  margin-bottom: 52px;
}
.main .banner-article  .banner-content .banner-content-item{
  font-size: 12px;
  color: rgba(78, 89, 105, 1);
  display: flex;
  align-items: center;
  height: 24px;
}
.banner-content-item .banner-content-item-icon{
   width: 4px;
   height: 4px;
   display: inline-block;
   border-radius: 50%;
   background-color: rgba(255, 106, 0, 1);
   margin-right: 12px;
}
.main .banner-article .banner-experience,.banner-article .banner-zixun{
  display: inline-block;
  width: 148px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius:5px;
  background-color: #1BD1D1;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-right: 16px;
}
.banner-article .banner-zixun{
  background-color: transparent;
  border: 1px solid #1BD1D1;
  color: #1BD1D1;
}
.main .swiper-container .swiper-pagination-index {
  position: absolute;
  left: 50%;
  right: auto;
  width: auto;
  bottom: 30px;
  z-index: 10;
  transform: translate(-50%);
}
.main .swiper-container .swiper-pagination-index .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 0;
  
}

.main .swiper-container .swiper-pagination-index .swiper-pagination-bullet-active {
  position: relative;
  background: rgba(27, 209, 209, 0.2);
}
.main .swiper-container .swiper-pagination-index .swiper-pagination-bullet-active::after {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 4px;
  background: rgba(27, 209, 209, 1);
}


.tuiguang-container{
  width: 100%;
  background: rgba(232, 237, 248, 1);
  height: 88px;
  display: flex;
  justify-content: center;
}
.tuiguang-container .tuiguang-item{
  width: 298px;
  height: 100%;
  cursor: pointer;
  text-align: center;
  padding-top: 18px;
}
.tuiguang-container .tuiguang-item:hover{
   background-color:#FFFFFF;
}
.tuiguang-container .tuiguang-item .tuiguang-item-title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 4px;
}
.tuiguang-container .tuiguang-item:hover .tuiguang-item-title{
  color: #1BD1D1;
}
.tuiguang-container .tuiguang-item .tuiguang-item-desc{
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
}

.operations-container,.product-container{
  width: 100%;
  background-color: #F9FBFF;
}
.section-container-title{
  width: 100%;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
}
.operations-container .operations-content{
  /* width: 100%; */
  width: 1192px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
}
.operations-container .operations-content-item{
  width: 588px;
  height: 168px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(243, 245, 255, 0) 0%, rgba(243, 245, 255, 0.5) 56.65%, rgba(243, 245, 255, 1) 100%);
  border: 1px solid rgba(230, 236, 248, 1);
  margin-bottom: 16px;
  display: flex;
  cursor: pointer;
}
.operations-container .operations-content-item:hover{
  box-shadow: 0px 4px 16px rgba(46,51,191,0.2);
}
.operations-content-item .operations-content-item-icon{
  width: 168px;
  height: 100%;
  background: url('../image/newIndex/yezxgh_icon.svg') center center no-repeat;
}
.operations-content-item:nth-child(2) .operations-content-item-icon{
  background: url('../image/newIndex/ywgjcp_icon.svg') center center no-repeat;
}
.operations-content-item:nth-child(3) .operations-content-item-icon{
  background: url('../image/newIndex/ywjjfa_icon.svg') center center no-repeat;
}
.operations-content-item:nth-child(4) .operations-content-item-icon{
  background: url('../image/newIndex/ywzjfw_icon.svg') center center no-repeat;
}
.operations-content-item .operations-content-item-article{
  flex: 1;
  height: 100%;
  padding-top: 28px;
  padding-right: 24px;
}
.operations-content-item .operations-content-item-title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 8px;
}
.operations-content-item-service{
  margin-bottom: 8px;
}
.operations-content-item-service span{
    width: 64px;
    height: 18px;
    display: inline-block;
    border-radius: 1px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    
}
.operations-content-item-service .operations-content-item-button1{
  color: #FF6A00;
  border: 1px solid #FF6A00;
  margin-right: 8px;
}
.operations-content-item-service .operations-content-item-button2{
  color: #68768B;
  border: 1px solid #68768B;
}
.operations-content-item .operations-content-item-content{
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
}

.product-swiper{
  width: 1192px;
  padding-top: 70px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  padding-bottom: 48px;
}
.product-swiper .swiper-wrapper{
  width: 100%;
}
.product-swiper .swiper-slide-ol{
  width: 100%;
  display: flex;
  justify-content: space-between; 
}
.product-swiper .swiper-slide-li{
  width: 386px;
  height: 258px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(243, 245, 255, 0) 0%, rgba(243, 245, 255, 0.5) 56.65%, #F3F5FF 100%);
  border: 1px solid #E6ECF8;
  text-align: center;
  padding-top: 48px;
  cursor: pointer;
}
.product-swiper .swiper-slide-li2{
  width: 588px;
}
.product-swiper .swiper-slide-li4{
  width: 286px;
}
.product-swiper .swiper-slide-li:hover{
  box-shadow: 0px 4px 16px rgba(46,51,191,0.2);
}
.product-swiper .swiper-slide-li:hover .product-name{
  color: #1BD1D1;
}
.product-swiper .product-icon {
  margin-bottom: 20px;
}
.product-swiper .product-name {
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 8px;
}
.product-swiper .product-desc {
  font-size: 14px;
  color: #4E5969;
}
.product-swiper .product-swiper-pagination,.solution-swiper .solution-swiper-pagination{
  position: absolute;
  left: 50%;
  right: auto;
  width: max-content;
  bottom: inherit;
  z-index: 10;
  top: 0;
  transform: translate(-50%);
}
.product-swiper .swiper-pagination-bullet,.solution-swiper .swiper-pagination-bullet{
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: rgba(24, 24, 24, 1);
  border-radius: 0%;
  opacity: 1;
}
.product-swiper .swiper-pagination-bullet-active,.solution-swiper .swiper-pagination-bullet-active{
  color: #1BD1D1;
  border-bottom: 2px solid #1BD1D1;
}

.solution-swiper{
  width: 100%;
  padding-top: 70px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
  /* padding-bottom: 48px; */ 
}
.solution-swiper-bg{
  position: absolute;
  left: 0;
  width: 100%;
  top: 70px;
  bottom: 0px;
  background: url('../image/newIndex/solution_bg.png');
  background-size: cover;
}
.solution-swiper .swiper-wrapper{
  width: 1192px;
  margin: 0 auto;
}
.solution-swiper .swiper-slide{
  width: 100%;
  height: 408px;
  padding: 60px 0px;
  display: flex;
}
.solution-swiper .solution-item-nav{
  width: 360px;
  margin-right: 16px;
}
.solution-swiper .solution-item-article{
  width: 816px;
  box-sizing: border-box;
  height: 288px;
  border-radius: 8px;
  background: #FBFCFF;
  padding: 32px;
  box-shadow: 0px 4px 16px rgba(46, 51, 191, 0.08);
}
.solution-swiper .solution-item-title,.solution-item-article-title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 8px;
}
.solution-swiper .solution-item-desc{
  font-size: 14px;
  color: rgba(78, 89, 105, 1);
  margin-bottom: 20px;
}
.solution-swiper .solution-item-nav-li{
  border-left: 2px solid #C5CCDD;
  color: rgba(24, 24, 24, 1);
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  cursor: pointer;
}
.solution-swiper .solution-item-nav-li-active{
  border-left: 2px solid #1BD1D1;
  color: #1BD1D1;
}
.solution-swiper .solution-item-article-tag{
  width: 88px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #FF6A00;
  color: #FF6A00;
  margin-bottom: 12px;
}
.solution-swiper .solution-item-article-tag:nth-child(2){
  border: 1px solid #68768B;
  color: #68768B;
}
.solution-swiper .solution-item-article-detail{
  height: 62px;
  font-size: 14px;
  color: #4E5969;
  display: -webkit-box; /* Safari */
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin-bottom: 48px;
}
.solution-swiper .solution-item-article-button{
  width: 148px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
}
.solution-swiper .solution-item-article-button1{
  background: #1BD1D1;
  color: #FFFFFF;
  margin-right: 12px;
}
.solution-swiper .solution-item-article-button2{
  border:1px solid#1BD1D1;
  color: #1BD1D1;
}
.company-news-container{
  width: 100%;
  margin: 0 auto;
}
.company-news-more{
  text-align: center;
  margin-top: -20px;
}
.company-news-more a{
  cursor: pointer;
  font-size: 16px;
  color: #1BD1D1;
}

.company-news-content{
  width: 1192px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 48px;
}
.company-news-content .company-news-img{
  width: 790px;
  height: 428px;
  margin-right: 16px;
}
.company-news-content .company-news-item{
  width: 386px;
  height: 132px;
  border-radius: 8px;
  padding: 16px;
  background: #FBFCFF;
  box-shadow: 0px 4px 16px  rgba(46,51,191,0.08);
  margin-bottom: 16px;
  cursor: pointer;
}
.company-news-content .company-news-item-active{
  box-shadow: 0px 4px 16px  rgba(46,51,191,0.2);
}
.company-news-content .company-news-item:hover{
  box-shadow: 0px 4px 16px  rgba(46,51,191,0.2);
}
.company-news-content-1024, .company-news-content-750{
  display: none;
}
.company-news-content .company-news-item-title{
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(24, 24, 24, 1);
  overflow: hidden;
  display: -webkit-box; /* Safari */
   text-overflow: ellipsis;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin-bottom: 6px;
}
.company-news-content .company-news-item:hover .company-news-item-title{
  color: #1BD1D1;
}
.company-news-content .company-news-item-active .company-news-item-title{
  color: #1BD1D1;
}
.company-news-content .company-news-item-detail{
  font-size: 14px;
  font-weight: 700;
  color: rgba(78, 89, 105, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
.company-news-content .company-news-item-tag{
  color: #FF6A00;
  font-size: 12px;
  margin-right: 4px;
}
.company-news-content .company-news-item-date{
  color: #8F98A5;
  font-size: 12px;
}
.footer-container{
  width: 100%;
  height: 240px;
  background: url('../image/newIndex/footer.png');
  background-size: cover;
  padding: 48px 0px;
}
.footer-container .footer-container-title{
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: rgba(24, 24, 24, 1);
  margin-bottom: 56px;
}
.footer-container-buttons a{
  width: 148px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;  
  border-radius: 4px;
  cursor: pointer;
}
.footer-container-buttons{
  text-align: center;
}
.footer-container-buttons .footer-container-tiyan{
  background: #1BD1D1;
  color: #FFFFFF;
  margin-right: 12px;
}
.footer-container-buttons .footer-container-viewmore{
  background: #FFFFFF;
  color: #1BD1D1;
}
.solution-swiper-750{
  display: none;
}

@media ((min-width: 1024px) and (max-width: 1439px)) {
  .main .swiper-container{
    height: 400px;
  }
  .main .banner-article{
    /* max-width: 1000px; */
    padding-left: 80px;
    padding-top: 90px;
  }
  .section-container-title{
    font-size: 28px;
  }
  .operations-container .operations-content{
    width: 1000px;
  }
  .operations-container .operations-content-item{
    width: 494px;
  }
  .product-swiper{
    width: 1000px;
  }
  .product-swiper .swiper-slide-li{
    width: 326px;
    height: 248px;
  }
  .product-swiper .swiper-slide-li4{
    width: 242px;
  }
  .product-swiper .swiper-slide-li2{
    width: 494px;
  }
  .solution-swiper .swiper-wrapper{
    width: 1000px;
    margin: 0 auto;
  }
  .solution-swiper .solution-item-nav{
    width: 360px;
    margin-right: 16px;
  }
  .solution-swiper .solution-item-article{
    width: 624px;
    box-sizing: border-box;
    height: 288px;
    border-radius: 8px;
    background: #FBFCFF;
    padding: 32px;
    box-shadow: 0px 4px 16px rgba(46, 51, 191, 0.08);
  }
  .company-news-content-1440, .company-news-content-750{
    display: none;
  }
  .company-news-content-1024{
    display: block;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    padding-inline-start:0px
  }
  
  .company-news-content-1024 .company-news-item {
   width: 494px;
   height: 320px;
   padding: 0;
   background: url('../image/newIndex/news2.png') no-repeat;
   background-size: cover;
  }
  .company-news-content-1024 .company-news-item:nth-child(2) {
    background: url('../image/newIndex/news3.jpeg') no-repeat;
    background-size: cover;
  }
  .company-news-content-1024 .company-news-item-a{
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding-top: 16px;
  }
  .company-news-content-1024 .company-news-item-title{
    color: #FFFFFF;
    height: auto;
  }
  .company-news-content-1024 .company-news-item-detail{
    color: #FFFFFF;
  }
  .company-news-content-1024 .company-news-item-date {
    color: #FFFFFF;
  }
}
@media ((min-width: 750px) and (max-width: 1023px)) {
  
  .main .swiper-container{
    height: 340px;
  }
  .operations-container .operations-content{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .operations-container .operations-content-item{
    width: calc(50% - 8px);
    height: 140px;
  }
  .operations-content-item .operations-content-item-icon{
    width: 140px;
  }
  .main .banner-article{
    /* max-width: 1000px; */
    padding-left: 40px;
    padding-top: 90px;
  }
  .operations-content-item .operations-content-item-article{
    padding-top: 16px;
    padding-right: 12px;
  }
  .main .banner-article .banner-title {
    font-size: 28px;
  }
  .main .banner-article .banner-title2{
    font-size: 20px;
    margin-bottom: 68px;
  }
  .main .banner-article .banner-title3{
    font-size: 24px;
  }
  .main .banner-article .banner-date{
    margin-bottom: 40px;
  }
  .main .banner-article .banner-content{
    margin-bottom: 30px;
  }
  .main .banner-article .banner3-title2{
    margin-bottom: 10px;
  }
  .main .banner-article .banner5-title2{
    width: 100%;
    padding: 0 20px;
  }

  .section-container-title{
    font-size: 24px;
    padding-top: 36px;
    padding-bottom: 20px;
  }
  .operations-content-item .operations-content-item-content{
    font-size: 12px;
  }
  .product-swiper{
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 12px; */
    padding-top: 60px;
  }
  .product-swiper .swiper-slide{
    padding: 0 12px;
  }
  .product-swiper .product-icon{
    width: 56px;
    height: 56px;
  }
  .product-swiper .swiper-slide-li{
    width: calc((100% - 18px)/3);
    height: 200px;
    padding-top: 24px;
  }
  .product-swiper .swiper-slide-li4{
    width: calc((100% - 24px)/4);
  }
  .product-swiper .product-name{
    font-size: 18px;
  }
  .product-swiper .swiper-slide-li2{
    width: calc((100% - 10px)/2);
  }
  .solution-swiper .swiper-wrapper{
    width: 100%;
   
  }
  .solution-swiper .swiper-slide{
    padding: 60px 12px;
    box-sizing: border-box;
    width: 100%;
  }
  .solution-swiper .solution-item-nav{
    width: 50%;
    margin-right: 12px;
  }
  .solution-swiper .solution-item-article{
    width: 50%;
    box-sizing: border-box;
    height: 288px;
    border-radius: 8px;
    background: #FBFCFF;
    padding: 32px;
    box-shadow: 0px 4px 16px rgba(46, 51, 191, 0.08);
  }
  .solution-swiper .solution-item-title,.solution-item-article-title{
    font-size: 18px;
  }
  .solution-swiper .solution-item-article-button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .company-news-content-1440, .company-news-content-750{
    display: none;
  }
  .company-news-content-1024{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .company-news-content-1024 .company-news-item {
   width: calc(50% - 6px);
   height: auto;
   height: 240px;
   padding: 0;
   background: url('../image/newIndex/news2.png') no-repeat;
   background-size: cover;
  }
  .company-news-content-1024 .company-news-item:nth-child(2) {
    background: url('../image/newIndex/news3.jpeg') no-repeat;
    background-size: cover;
  }
  .company-news-content-1024 .company-news-item-a{
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    padding-top: 16px;
  }
  .company-news-content-1024 .company-news-item-title{
    color: #FFFFFF;
    height: auto;
  }
  .company-news-content-1024 .company-news-item-detail{
    color: #FFFFFF;
  }
  .company-news-content-1024 .company-news-item-date {
    color: #FFFFFF;
  }
}

@media (max-width: 749px) {
  .main .swiper-container{
    height: 400px;
  }
  .section-container-title{
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .tuiguang-container .tuiguang-item .tuiguang-item-title{
    font-size: 16px;
  }
  .tuiguang-container .tuiguang-item .tuiguang-item-desc{
    font-size: 14px;
  }
  .operations-container .operations-content{
    display: block;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .operations-container .operations-content-item{
    width: 100%;
    height: auto;
    padding-top:20px;
    padding-bottom:20px;
    padding-left: 12px;
    box-sizing: border-box;
  }
  .operations-content-item .operations-content-item-icon{
    width: 52px;
    height: 52px;
    background: url('../image/newIndex/yezxgh_icon_750.svg') center center no-repeat;
  }
  .operations-content-item:nth-child(2) .operations-content-item-icon{
    background: url('../image/newIndex/ywgjcp_icon_750.svg') center center no-repeat;
  }
  .operations-content-item:nth-child(3) .operations-content-item-icon{
    background: url('../image/newIndex/ywjjfa_icon_750.svg') center center no-repeat;
  }
  .operations-content-item:nth-child(4) .operations-content-item-icon{
    background: url('../image/newIndex/ywzjfw_icon_750.svg') center center no-repeat;
  }
  .operations-content-item .operations-content-item-article{
    padding-left: 12px;
    padding-top: 0px;
    padding-right: 12px;
  }
  .operations-content-item .operations-content-item-title{
    font-size: 16px;
    margin-bottom: 4px;
  }
  .operations-content-item-service{
    margin-bottom: 4px;
  }
  .tuiguang-container .tuiguang-item .tuiguang-item-desc{
    font-size: 12px;
  }
  .product-swiper{
    width: 100%;
    /* padding: 0 12px; */
    padding-top: 60px;
  }
  .product-swiper .swiper-slide{
    padding: 0 12px;
  }
  .product-swiper .swiper-slide-ol{
    display: block;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    width: max-content;
    margin: 0 10px;
  }
  .product-swiper .swiper-slide-li{
    width: 100%;
    margin-bottom: 12px;
    height: auto;
    padding: 16px 12px;
    position: relative;
    text-align: left;
    padding-left: 56px;
  }
  .product-swiper .product-icon{
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 16px;
  }
  .product-swiper .product-name{
    font-size: 16px;
  }
  .solution-swiper-750{
    display: block;
    width: 100%;
  }
  .solution-swiper-1440{
    display: none;
  }
  .solution-swiper-750 .swiper-wrapper{
    width: 100%;
  }
  .solution-swiper-750 .swiper-slide{
    height: auto;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .solution-swiper-750 .swiper-slide-ol-item{
    border: 1px solid #E6ECF8;
    border-bottom: none;
  }
  .solution-swiper-750 .swiper-slide-ol-item:last-child{
    border-bottom: 1px solid #E6ECF8;
  }
  .solution-swiper-750 .swiper-slide-header{
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    align-items: center;
  }
  .solution-swiper-750 .swiper-slide-header-title{
    font-size: 16px;
    font-weight: 700;
    color: rgba(24, 24, 24, 1);
  }
  .solution-swiper-750 .swiper-slide-header-icon{
    width: 12px;
    height: 6px;
  }
  .solution-swiper-750 .swiper-slide-ol-item-active .swiper-slide-header-icon{
    transform: rotate(180deg);
    transition: transform 0.2s;
  }
  .solution-swiper-750 .solution-item-article{
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    background-color: #E8EDF8;
    border-radius: 0;
    height: auto;
    display: none;
  }
  .solution-swiper-750 .swiper-slide .swiper-slide-ol .solution-item-article-active{
    display: block;
  }
  .solution-swiper-750 .solution-item-article-detail{
    height: auto;
    margin-bottom: 20px;
  }
  .solution-swiper-750 .solution-item-article-button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .company-news-content-1024, .company-news-content-1440{
    display: none;
  }
  .company-news-content-750{
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: block;
    margin-top: 16px;
  }
  .company-news-content-750 .company-news-item{
    width: 100%;
    display: flex;
    height: auto;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .company-news-content-750 .company-news-item-img{
    width: 132px;
    height: 88px;
  }
  .company-news-content-750 .company-news-item-a{
    flex: 1;
    width: calc(100% - 150px);
    display: inline-block;
  }
  .company-news-content-750 .company-news-item-title{
    height: auto;
    margin-bottom: 12px;
  }
  .company-news-more{
    margin-top: -10px;
  }
  .main .swiper-slide .banner-img{
    background-image: url('../image/newIndex/page_banner_750.png');
  }
  .main .banner-article{
    width: 100%;
    padding: 0px;
    padding-top: 90px;
  }
  .main .banner-article .banner-title{
    font-size: 24px;
    text-align: center;
  }
  .main .banner-article .banner-title2{
    text-align: center;
    font-size: 16px;
    margin-bottom: 80px;
  }
  .main .banner-article .banner-title3{
    font-size: 20px;
  }
  .main .banner-article .banner-date{
    text-align: center;
    margin-bottom: 40px;
  }
  .main .banner-article .banner3-title2{
    text-align: center;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main .banner-article .banner5-title2{
    text-align: center;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
  }
  .main .banner-article .banner-content{
    padding-left: 28%;
    margin-bottom: 48px;
  }
  .main .swiper-container .swiper-pagination-index .swiper-pagination-bullet{
    width: 60px;
  }
  .main .banner-article .banner-experience{
    margin-left: calc(50% - 60px);
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .banner-article .banner-zixun{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .main .banner-article .banner3-experience{
    margin-left: calc(50% - 128px);
  }
  .main .swiper-container .swiper-pagination-index{
    width: max-content;
  }
  .footer-container .footer-container-title{
    font-size: 20px;
    margin-bottom: 36px;
  }
  .solution-swiper{
    padding-top: 45px;
  }
  .solution-swiper .solution-swiper-pagination{
    top: -12px;
  }

  .footer-container-buttons a{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .footer-container{
    height: 200px;
    padding: 40px 0;
  }
}
@media (max-width: 600px) {
  .tuiguang-container{
    display: none;
  }
  .main .banner-article .banner-content{
    padding-left: 20%;
  }
}
@media (max-width: 500px) {
  .main .banner-article .banner-content{
    padding-left: 15%;
  }
}
@media (max-width: 400px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    width: max-content;
    font-size: 14px;
    margin: 0 6px;
  }
  .main .banner-article .banner-content{
    padding-left: 8%;
  }
}









