@charset "UTF-8";
body, html {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  color: #19152A;
}

.side-bar {
  width: 80px;
  height: 312px;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
  right: 0;
  top: 50%;
  z-index: 12;
  transform: translateY(-50%);
  border-radius: 40px 40px 10px 10px;
  background: white;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.side-bar .phone-inquire:hover .phone-number {
  display: block;
}
.side-bar-item {
  text-align: center;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.side-bar-item .phone-number {
  display: none;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 10px;
  border-radius: 6px;
  transform: translateX(-110%);
}
.side-bar-item .phone-number::after {
  display: inline-block;
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  border: 15px solid transparent;
  border-left: 15px solid white;
}
@-webkit-keyframes zoom {
  50% {
     border-color: rgba(255, 123, 31, 0.2);
  }
  100% {
    width: 64px;
    height: 64px;
    border-radius: 64px;
     border-color: rgba(255, 123, 31, 0.2);
  }
}
@keyframes zoom {
  50% {
    border-color: rgba(255, 123, 31, 0.2);
  }
  100% {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    border-color: rgba(255, 123, 31, 0.2);
  }
}
.side-bar .online-inquire {
  position: relative;
}
.side-bar .online-inquire-wrapper, .side-bar .online-inquire-wrapper-1 {
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  border: 2px solid;
  border-color: rgb(255, 123, 31);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: zoom 2s linear infinite;
          animation: zoom 2s linear infinite;
}
.side-bar .online-inquire-wrapper-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.side-bar .online-inquire-img-wrapper {
  position: relative;
  border-radius: 40px;
  display: inline-block;
  width: 100%;
  height: 64px;
}
.side-bar .online-inquire-img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header {
  background: #f8f8f8;
  position: -webkit-sticky;
  position: sticky;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 99;
}
.header .menu-icon {
  padding: 5px;
  display: none;
}

.banner {
  position: relative;
  height: 580px;
  margin-bottom: 40px;
}
.banner .swiper-root .banner-next, .banner .swiper-root .banner-prev {
  top: 79%;
}
.banner .swiper-root .banner-next::after, .banner .swiper-root .banner-prev::after {
  content: "";
}
.banner .swiper-root .banner-prev {
  left: 210px;
  transform: rotate(180deg);
}
.banner .swiper-root .banner-next {
  left: 270px;
}
.banner .banner-swiper {
  width: 100%;
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  z-index: 0;
}
.banner .banner-swiper .banner-swiper-slide {
  height: 580px;
  background: url("/public/home/img/banner.png");
  background-size: cover;
}
.banner .banner-text {
  width: 818px;
  height: 324px;
  position: absolute;
  left: 140px;
  top: 191px;
  z-index: 2;
  color: white;
}
.banner .banner-text .banner-text1 {
  font-size: 46px;
  font-weight: 700;
}
.banner .banner-text .banner-text2 {
  font-size: 32px;
  margin: 24px 0 46px;
}
.banner .banner-text .banner-text3 {
  font-size: 20px;
}

.business {
  padding: 0 10%;
  margin-bottom: 70px;
}
.business .business-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
.business .business-title span:first-child {
  font-size: 80px;
  font-weight: bold;
}
.business .business-title span:nth-child(2) {
  font-size: 40px;
}
.business .business-content {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.business .business-content.cns{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bsn-item-name{
    font-size: 23px;
    color: #19152A;
    font-weight: 700;
    padding-top: 20px;
}

.bsn-item-text{
    font-size: 15px;
    font-weight: 400;
    color: #908E98;
}

.CoreBusiness{
  width: 100%;
  display: grid; 
  grid-template-columns: repeat(5, 1fr); 
  gap: 16px;
}

.business .business-content > div {
  margin-top: 100px;
}
.business .business-content > div .bsn-item-name {
  font-size: 32px;
}
.business .business-content > div .bsn-item-text {
  color: #908E98;
  font-size: 16px;
  width: 330px;
}

.banner-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0 auto;
 padding-top: 63px;
    padding-bottom: 73px;
    height: 490px;
    box-sizing: border-box;
  background: url("/public/home/img/banner-2.png");
  background-size: cover;
  margin-bottom: 130px;
}
.banner-2 .logo-white {
  width:209px;
}
.banner-2 .banner-2-text {
  color: white;
  width: 818px;
  height: 324px;
}
.banner-2 .banner-text3 {
  font-size: 1.05vw;
}
.banner-2 .know-more-btn {
  background: transparent;
  border: 1px solid #fafafa;
  color: #fafafa;
}

.our-services {
  padding: 0 11%;
  margin-bottom: 100px;
}
.our-services .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-services .title .title1 {
  font-size: 34px; 
  text-align: center; 
  width: 100%;
  /*font-weight: 600;*/
  margin-bottom: 35px
}
.our-services .title .title2 {
  width: 480px;
  font-size: 80px;
  font-weight: bold;
}
.our-services .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-services .content .content-left {
  width: 48.5%;
  max-width: 720px;
  /*border-top: 1px solid #000;*/
  /*  border-bottom: 1px solid #000;*/
}
.our-services .content .content-left .swiper-root1 {
  position: relative;
}
.our-services .content .content-left .swiper-root1 .our-services-swiper {
  padding-top: 50px;
  margin-top: -50px;
}
.our-services .content .content-left .swiper-root1 .fraction-pagination {
  top: -90px;
  text-align: left;
  height: 32px;
  margin-top: 75px;
}
.our-services .content .content-left .swiper-root1 .swiper-slide-img-a {
  width: 100%;
  max-width: 440px;
}
.our-services .content .content-left .swiper-root1 .swiper-slide-img-b {
  width: 100%;
  max-width: 379px;
  position: absolute;
  top: -56px;
  right: 0;
}
.our-services .content .content-right {
  width: 35.6%;
  max-width: 480px;
}
.our-services .content .content-right img {
  width: 100%;
}
.our-services .content .our-services-swiper .our-serv-btn-prev {
  left: auto;
  right: 50px;
}
.our-services .content .our-services-swiper .our-serv-btn-prev, .our-services .content .our-services-swiper .our-serv-btn-next {
  top: 54%;
}
.our-services .content .our-services-swiper .our-serv-btn-prev::after, .our-services .content .our-services-swiper .our-serv-btn-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #19152A;
}
.our-services .content-index {
  color: #19152A;
  font-weight: bold;
  font-size: 30px;
  margin: 25px 0 30px;
}
.our-services .content .content-name {
  margin: 42px 0 10px;
  font-size: 16px;
}
.our-services .content .content-title {
  font-size: 26px;
  font-weight: bold;
}
.our-services .content .content-text {
  color: #908E98;
  width: 85%;
  line-height: 26px;
  margin: 28px 0 40px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 这里是超出几行省略 */
  overflow: hidden;
}

.cooperation {
  margin: 0 auto 70px;
  width: 82.5vw;
}

.formContan{
    width: 99vw;
    padding-left: 8% ;
    box-sizing: border-box;
    margin-bottom: 0;
}
.cooperation-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 4.2vw;
}
.cooperation-title span:first-child {
  font-size: 4.2vw;
  font-weight: bold;
}
.cooperation-title span:nth-child(2) {
  font-size: 2.1vw;
}
.cooperation-content {
  background: url("/public/home/img/cooperation-bg.png");
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperation-content .white-bg {
  width: 96%;
  margin: 40px;
  background: white;
  padding: 40px 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, 1fr);  /* 固定五列 */
  gap: 40px;  /* 统一行列间距 */
  justify-content: center;
}
.cooperation-content .content-item {
  height: 96px;
  margin: 0 auto;
}

.solution {
  /*margin: 0 3%;*/
  /*width: 94vw;*/
}
.solution .main {
  padding-top: 1px;
  padding-bottom: 40px;
  background: url("/public/home/img/solution-bg.png");
  background-size: cover;
  color: white;
}
.solution .main .solution-title {
  margin: 4.4% 7% 2.7%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
.solution .main .solution-title .title1 {
  font-size: 50px;
  font-weight: bold;
}
.solution .main .solution-title .title2 {
  font-size: 2vw;
}
.solution .main .solution-content {
  margin-left: 7%;
}
.solution .main .solution-content-title {
  font-size: 24px;
}
.solution .main .solution-content-text {
  width: 49%;
  margin-bottom: 3.3%;
  font-size: 0.84vw;
}

.solution .main .solution-content-title p{
  font-size: 16px;
  font-weight: 400;
}
.solution .main .solution-content .text-list span {
  margin-right: 40px;
  vertical-align: top;
  font-size: 0.84vw;
}
.solution .solution-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #19152A;
}
.solution .solution-bottom .solution-swiper-pagination .swiper-pagination-bullet-active {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url("/public/home/img/solution-avatar.png");
}
.solution .solution-bottom-line {
  position: relative;
  top: 1px;
  height: 2px;
  width: 84.4% !important;
  background-color: #fff;
}
.solution .solution-bottom-line div {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.journalism {
  padding: 0 10%;
  margin-bottom: 70px;
}
.journalism-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 80px;
}
.journalism-title .title1 {
  font-size: 80px;
  font-weight: bold;
}
.journalism-title .title2 {
  font-size: 40px;
}
.journalism-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.journalism-content > div .journalism-item-name {
  font-size: 24px;
  font-weight: bold;
  width: 480px;
}
.journalism-content > div .journalism-item-text {
  color: #908E98;
  font-size: 16px;
  width: 480px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;
}

.contact {
  /*margin: 0 8%;*/
  padding-top: 30px;
  background: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-left {
  width: 580px;
}
.contact .contact-right {
    position: relative;
    overflow: hidden;
    width: 817px;
    width: 49%;
    height: 662px;
}
.contact input {
  display: block;
  margin: 9% 0 0 13%;
  border: 0;
  border-bottom: 1px solid rgba(25, 21, 42, 0.2);
  width: 83%;
  padding-bottom: 20px;
  font-size: 16px;
}
.contact input[type=text]:focus {
  outline: none;
}
.contact input::-webkit-input-placeholder {
  font-size: 16px;
  color: #908E98;
}
.contact .submit-btn {
  width: 180px;
  height: 50px;
  background-color: #19152A;
  margin: 80px 0 70px 80px;
  color: white;
  text-align: center;
  line-height: 50px;
  transform: skewX(-30deg);
}
.contact .submit-btn span {
  display: inline-block;
  transform: skewX(30deg);
}
.contact .submit-btn:hover {
  cursor: pointer;
}
.contact .contact-us-text {
    /* width: 780px; */
    width: 100%;
    background-size: 100% 100%;
    /* height: 620px; */
    height: 100%;
    position: absolute;
    background-image: url(/public/home/img/bg3.png);
    bottom: 0;
    right: 0;
}
.contact .contact-us-text .circle {
  /*width: 1000px;*/
  /*height: 1000px;*/
  /*border-radius: 500px;*/
  /*background-color: #ff7a1f;*/
  height: 100%;
  padding: 296px 0 0 100px;
  box-sizing: border-box;
}
.contact .contact-us-text img {
  position: absolute;
  left: 45%;
  top: -50px;
  z-index: 10;
}
.contact .level-1-text {
  font-size: 50px;
  font-weight: bold;
  color: white;
}
.contact .level-2-text {
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.contact .level-3-text {
  font-size: 20px;
  font-weight: normal;
  color: white;
}

.footer {
  margin: 100px 3% 0;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0 140px;
  /*background: no-repeat url("../img/footer-bg.png");*/
  background-color: #19152A;
  background-size: cover;
}
.footer .first-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.footer .first-block .company-name {
  color: white;
  font-size: 24px;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
.footer .first-block .footer-nav {
  display: inline-block;
}
.footer .first-block .footer-nav li {
  list-style: none;
  display: inline-block;
  min-width: 72px;
}
.footer .first-block .footer-nav li > a {
  color: white;
  margin-left: 30px;
  font-size: 18px;
  text-decoration: none;
}
.footer .second-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 33px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DDDDDD;
}
.footer .second-block .footer-info {
  display: inline-block;
  width: 330px;
  color: white;
  font-size: 16px;
}
.footer .third-block {
  font-size: 16px;
  font-weight: normal;
  color: white;
  text-align: center;
  margin: 32px 0 60px;
}

.busineScope{
  display: grid;
  grid-template-columns: repeat(6, 1fr);  /* 固定五列 */
  gap: 16px; 
}

.busindesFiot{
  font-size: 45px; 
  font-weight: bold
}

.busindesF30{
  font-size: 20px;
  /*font-weight: bold*/
}

.classicase{
  font-size: 50px;
  font-weight: 700;
  margin: 35px 0 40px 0;
}
.iamgs{
    width: 120px;
}
.cessssss{
    height: 70%;
}

.he500{
    height: 500px!important;
}

.MTB80{
    margin-top: 80px;
    margin-bottom: 40px
}
@-webkit-keyframes heightChange {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}

@keyframes heightChange {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}

@media screen and (max-width: 1778px) {
  .busineScope{
    grid-template-columns: repeat(4, 1fr); 
  }
  .contact .contact-us-text{
      width: 100%;
  }
  .contact .contact-right{
      width: 50%;
  }
}

@media screen and (max-width: 1441px){
  .contact .contact-left{
    width: 48%!important;
  }
  .contact .contact-right{
    width: 48%!important;
  }
  .contact .contact-us-text{
    width: 100%!important;
  }
  .CoreBusiness{
    width: 100%;
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 16px;
  }
   .busineScope{
    grid-template-columns: repeat(3, 1fr); 
  }
  .cooperation-content .content-item img {
    width: 150px;
  }
  .busindesFiot{
      font-size: 40px;
  }
  .iamgs{
    width: 120px;
  }
}

@media screen and (max-width: 1221px){
  .busineScope{
    grid-template-columns: repeat(3, 1fr); 
  }
  .cooperation-content .content-item{
    height: 65px;
  }
  .cooperation-content .content-item img {
    width: 120px;
  }
  .contact .contact-us-text .circle{
    padding: 160px 0 0 71px;
  }
  .contact .contact-us-text{
    background-size: 100% 100%;
    height: unset;
  }
}

@media screen and (max-width: 1024px){
    .business .business-content.cns{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .CoreBusiness{
      grid-template-columns: repeat(3, 1fr); 
    }
    .cooperation-content .white-bg {
      grid-template-columns: repeat(4, 1fr); 
    }
    .contact .contact-us-text{
      height: unset;
      background-size: 100% 102%;
      background-repeat: no-repeat;
    }
    .contact .contact-us-text .circle{
      padding: 130px 0 0 47px;
    }

    .contact .level-1-text{
      font-size: 44px;
      margin: 8px 0 9px!important;
    }
    .contact .level-2-text{
      font-size: 27px;
    }
    .contact .level-3-text{
      font-size: 14px;
      margin: 10px 0!important;
    }
    .busindesFiot{
      font-size: 40px;
    }
    .busindesF30{
      /*font-size: 28px;*/
    }
}


@media screen and (max-width: 768px) {
    .banner .banner-swiper .banner-swiper-slide{
        height: 40vh;
    }
   
  .header, .cooperation, .banner, .banner-2, .content, .journalism, .contact, .footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .cessssss{
    height: 100%;
  }
  .cooperation-content .white-bg {
    grid-template-columns: repeat(3, 1fr); 
   
  }
  .busineScope{
    grid-template-columns: repeat(2, 1fr); 
  }
  .cooperation-content .content-item img {
    width: 100px;
  }
  .divider {
    display: none;
  }
  .CoreBusiness{
    grid-template-columns: repeat(2, 1fr); 
  }
  .banner-2-text p span {
    font-size: 14px!important;
  }
  .title1  .decoration-blue-500 {
    font-size: 14px;
  }

  .our-services .title .title1 {
    font-size: 24px!important;
  }
  .our-services{
    width: 98%!important;
    padding: 0 1%!important;
  }
  .contact .contact-left
  .contact .contact-right{
    width: 100%!important;
  }
  .side-bar {
    width: 12vw;
    max-width: 57px;
    min-width: 48px;
    height: 220px;
    font-size: 10px;
  }
  .side-bar .online-inquire-img-wrapper img{
      width: 30px;
  }
  .header {
    /* padding-bottom: 10px !important;
    padding-top: 10px !important; */
    padding: 10px 10px!important;
    height: auto !important;
    width: 134%;
  }
  .header .header-left a img {
    margin-right: 10px;
    width: 130px;
  }
  .header .header-left input {
    width: 64vw !important;
  }
  .header .header-left input::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .header .menu-icon {
    display: inline-block;
    margin-right: 10px;
  }
  .header .menu-icon ul {
    z-index: 11;
    position: absolute;
    top: 74px;
    left: 0;
    width: 99vw;
    padding: 0 10px;
    background: #f8f8f8;
    overflow: hidden;
    height: 0;
    transition: height 0.7s ease-in-out;
    margin: -4px;
  }
  .cooperation .exe-animation{
    text-align: center;
  }
  .banner-2{
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .header .menu-icon ul li {
    list-style: none;
    margin: 15px 0;
  }
  .header .menu-icon ul li a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
  }
  .header .header-right {
    display: none !important;
  }
  .cooperation-title .title1 {
    font-size: 15vw !important;
  }
  .cooperation-title .title2 {
    font-size: 6vw !important;
  }
  .banner {
    width: 154%;
    height: 40vh !important;
    /* margin-top: 20px; */
  }
  .banner .banner-text {
    top: 66px !important;
    left: 30px;
  }
  .banner .banner-text .banner-text1 {
    font-size: 24px;
  }
  .banner .banner-text .banner-text2 {
    font-size: 18px;
    margin: 14px 0 24px;
  }
  .banner .banner-text .banner-text3 {
    font-size: 15px!important;
    /*height: 100%;*/
  }
  .banner .banner-swiper-slide {
    /*height: 218px !important;*/
  }
  .banner .banner-prev {
    left: 40px !important;
    top: 80% !important;
  }
  .banner .banner-prev::after {
    font-size: 20px !important;
  }
  .banner .banner-next {
    left: 120px !important;
    top: 80% !important;
  }
  .banner .banner-next::after {
    font-size: 20px !important;
  }
  .banner-2 {
    width: 154%;
  }
  .solution .main .solution-title .title1{
    font-size: 24px;
  }
  .business{
    padding: 0 4%;
  }
  .banner-2 .logo-white {
    transform: translateY(-50px);
  }
  .banner-2 .banner-2-text {
    transform: translateY(-50px);
    padding: 20px;
    box-sizing: border-box;
    width: 98vw;
  }
  .banner-2 .know-more-btn {
    margin: 0 auto;
  }
  .content-right {
    margin-top: 20px;
  }
  .our-services .title, .our-services .title1 {
    width: auto !important;
  }
  .our-services .slide-img {
    width: 100vw;
  }
  .our-services .content-left {
    width: 81% !important;
    margin: auto;
  }
  .our-services .content-left > img {
    width: 100%;
  }
  .our-services .content-left .content-text {
    width: 100%;
  }
  .our-services .content-right {
    width: 100% !important;
  }
  .our-services .content-right img {
    width: 100%;
  }
  .journalism .title1 {
    font-size: 15vw !important;
  }
  .journalism .title2 {
    font-size: 6vw !important;
  }
  .journalism-content {
    width: 100%;
  }
  .journalism-content > div {
    width: 100%;
  }
  .journalism-content > div img {
    width: 100%;
  }
  .journalism-item-name {
    width: 100% !important;
  }
  .journalism-item-text {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .contact {
    width: 580px;
  }
  .contact .contact-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%!important;
  }
  .contact .contact-left > input {
    width: 75%;
    margin-left: 0;
    margin-top: 30px;
  }
  .contact .contact-left > .submit-btn {
    margin: 21px 39px 50px;
  }
  .contact .contact-right {
     height: unset; 
    width: 100%!important;
  }
  .contact .contact-us-text {
    /* height: 500px; */
    position: relative;
    bottom: unset;
    right: unset;
   
  }
  .contact .contact-us-text > img {
    display: none;
  }
  .contact .contact-us-text .circle {
    padding: 205px 0 30px 55px;
    width: 100vw;
    height: auto;
    border-radius: 0;
  }

  .our-services .content .content-right{
    margin: auto;
  }
  .contact .contact-us-text .circle .contact-address, .contact .contact-us-text .circle .contact-text {
    margin: 10px 0 !important;
  }
  .contact .contact-us-text .level-1-text {
    font-size: 50px;
  }
  .contact .contact-us-text .level-2-text {
    font-size: 36px;
  }
  .contact .contact-us-text .level-3-text {
    font-size: 4vw;
  }
  .footer .first-block {
    justify-content: flex-start;
  }
  .footer .first-block .company-name {
    margin: 0 auto;
  }
  .footer .first-block ul {
    padding: -30px;
  }
  .footer .second-block > div {
    text-align: center;
    margin: 0 auto;
  }
  .footer .second-block .footer-info {
    margin-right: 0 !important;
  }
  .banner .banner-text{
      height: unset;
  }
}

@media screen and (max-width: 580px) {
  .busineScope{
    grid-template-columns: repeat(2, 1fr); 
  }
  .busineScope .fade-in-up{
    padding: 0px!important;
  }
  .banner .banner-text .banner-text3{
      font-size: 12px!important;
  }
  .logo2{
      display: block!important;
  }
  .logo1{
      display: none!important;
  }
}


@media screen and (max-width: 485px) {
    .our-services .content .our-services-swiper .our-serv-btn-prev,.our-services .content .our-services-swiper .our-serv-btn-next{
        top: 67%;
    }
    .banner .banner-text {
    left: 20px;
  }
     .bannerAi{
        height: unset!important;
    }
    .bannerSolu{
        height: 25vh!important;
    }
    .bannerAi .banner-text{
        top: -17px!important;
    } 
    .bannerAi .banner-text .banner-text3 p span{
        font-size: 12px!important;
    }
  .cooperation-content .white-bg{
   padding: 22px 19px;
        gap: 10px;
  }
      .iamgs {
        width: 90px;
    }
  .contact .contact-right{
    height: unset;
  }
  .contact .contact-us-text {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: unset;
  }
  .contact .contact-us-text .circle{
    padding: 130px 0 30px 55px;
  }

  .contact .contact-us-text .level-1-text {
    font-size: 28px;
  }
  .contact .contact-us-text .level-2-text {
    font-size: 20px;
  }
  .contact .contact-us-text .level-3-text {
    font-size: 4vw;
  }
  .solution-content p{
    font-size: 14px!important;
  }
  .cooperation{
    margin: 0 auto 40px;
  }
  .busindesFiot{
    font-size: 30px; 
    font-weight: bold
  }
  
  .busindesF30{
    /*font-size: 24px;*/
    /*font-weight: bold*/
  }
  .bsn-item-name{
    font-size: 17px;
  }
  .bsn-item-text{
    font-size: 13px;
  }
  .CoreBusiness{
    gap: 3px;
  }
  .classicase{
    font-size: 24px!important;
    margin: 12px 0 10px 0;
  }
  .our-services .content .content-title{
    font-size: 18px!important;
  }
  .our-services .content-left .content-text{
    font-size: 14px;
    margin: 13px 0 18px!important;
  }
  .our-services .title .title1{
    font-size: 18px!important;
  }
  .our-services .content .content-left .swiper-root1 .swiper-slide-img-b{
      width: 64%;
  }
  .our-services .content .content-right{
      display: none;
  }
  .our-services{
      margin-bottom: 40px;
  }
  .he500{
    height: 390px!important;
    }
    .solution .main .solution-content {
           max-width: 74%!important;
    }
    .solution .solution-bottom-line div{
        width: 13px;
        height: 12px;
        border-radius: 10px;
    }
    .solution .solution-bottom .solution-swiper-pagination .swiper-pagination-bullet-active{
            width: 40px;
        height: 40px;
        border-radius: 100%;
        background-size: cover;
    }
    .MTB80{
       margin-top: 45px;
        margin-bottom: 40px;
    }
    .solution .solution-bottom{
        height: 60px;
    }
    .footer .second-block div:last-child{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer .second-block div:last-child span{
        margin-right: 0!important;
        margin-top: 8px;
    }
    .footer .second-block div:first-child div:last-child{
        margin: 10px;
    }

}

/*! CSS Used from: Embedded */

.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline;}
.decoration-blue-500{-webkit-text-decoration-color:#3b82f6;text-decoration-color:#3b82f6;}<!--0.00018692016601562-->