/* .mySwiper-content {
  padding:30px 0 !important;
} */
.flexRow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.flexRow > div {
  margin-bottom: 16px;
}
.rowp8 {
  margin-left: -8px;
  margin-right: -8px;
}
.rowp8 > div {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px !important;
}

.mySwiper-title .swiper-wrapper {
  justify-content: center !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.mySwiper-title .swiper-slide {
  width: auto !important;
  cursor: pointer;
  justify-content: center;
}

.mySwiper-title .swiper-slide .title {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #c1c6cd;
  white-space: nowrap;
}

.mySwiper-title .swiper-slide .title::after {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 1px;
  height: 50%;
  content: "";
  border: 1px dashed #e5e7ea;
}

.mySwiper-title .swiper-slide .lastOne::after {
  border: none;
}

.mySwiper-title .swiper-slide-thumb-active .title {
  color: #0b3c87;
}

.mySwiper-title .swiper-slide-thumb-active .title::after {
  /* opacity: .5;
  border: 1px dashed #0b3c87; */
}

.scene-container {
  height: 600px;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scene-container-m br {
  display: none;
}

.scene-card {
  position: relative;
  display: inline-block;
  margin-left: 100px;
  /* width: 700px; */
  vertical-align: middle;
  background: #fff;
  border-radius: 8px;
  box-shadow: 4px 8px 20px -4px rgba(0, 24, 63, 0.1);
}

.scene-container img {
  border-radius: 8px;
  border: 1px solid #f6f6f6;
}

.scene-container .scene-container-middle {
  display: inline-block;
  /* max-width: 315px; */
  text-align: left;
  vertical-align: middle;
}

.scene-container .scene-container-middle .middle-title {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  color: #001330;
  transition: all 0.3s;
}

.scene-container .scene-container-middle .middle-tip {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #7f8997;
  transition: all 0.3s;
  display: none;
}

.scene-container .scene-container-middle .middle-content {
  margin-bottom: 32px;
  font-size: 14px;
  /* margin-right: 30px; */
  font-weight: 400;
  line-height: 24px;
  color: #4c596e;
  transition: all 0.3s;
}

.button-try .no-input {
  float: none;
  display: inline-block;
  margin: 0;
  background-color: #d3edff;
  border-radius: 8px;
}

.button-try .no-input a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  color: #666;
  border-radius: 8px;
  font-size: 14px;
}

.accumulation_roof {
  height: 150px;
  width: 1100px;
  margin: 0 auto 10px;
  position: relative;
}

.accumulation_roof .title1 {
  width: 100%;
  position: absolute;
  bottom: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  text-align: center;
}

.accumulation_roof .title2 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 15px;
}

/* .accumulation_roof .title2 span {
  display: inline-block;
  background-color: #fff;
  font-size: 13px;
  padding: 6px 20px;
  margin: 0 8px;
  border: 1px dashed #6a91cb;
  border-radius: 4px;
} */
.accumulation_roof .title2 span {
  display: inline-block;
  background-color: #197dc4;
  font-size: 13px;
  padding: 6px 20px;
  margin: 0 8px;
  /* border: 1px dashed #6a91cb; */
  border-radius: 4px;
  color: #fff;
}

.accumulation_roof .bgc {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 0;
  width: 0;
  border-top: 0px solid transparent;
  border-right: 550px solid transparent;
  border-left: 550px solid transparent;
  border-bottom: 150px solid #f5f8fd;
}

.accumulation_main {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
}

.accumulation_main .accumulation_main_row {
  margin: 0 -8px;
  overflow: hidden;
}

.accumulation_main .accumulation_main_col {
  width: 14.285%;
  float: left;
  padding: 0 8px;
}

.accumulation_main .accumulation_main_col .accumulation_girder {
  background-color: #f5f8fd;
  padding: 30px 15px 30px;
}

.accumulation_girder .icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.accumulation_girder .title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 24px;
  margin: 15px 0 20px;
}

.accumulation_girder .desc {
  font-size: 12px;
  color: #000;
  line-height: 20px;
  height: 120px;
}

.accumulation_bgc {
  background-color: #f2f4f8;
}

.accumulation_box {
  background-color: #fff;
  padding: 5%;
  margin-bottom: 40px;
}

.accumulation_box .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f8fd;
  margin-top: 40px;
}

.accumulation_box .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  margin: 15px 0 10px;
}

.accumulation_box .desc {
  width: 70%;
  font-size: 13px;
  color: #666;
  line-height: 22px;
}

.accumulation_box .img {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12); */
  /* border: 1px solid #efefef; */
}

.pagecoo-box {
  width: 100%;
}

.pagecoo-maingaze {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 32px;
}

.pagecoo-mainnav {
  width: 100%;
  min-height: 1px;
  overflow: auto;
}

.pagecoo-mainnav ul {
  padding: 0;
  margin: 0;
}

.pagecoo-mainnav ul li {
  width: 100%;
}

.pagecoo-mainnav ul li a {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 48px;
  color: #666666;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
}

.pagecoo-mainnav ul li a:hover {
  color: #00328e;
  border-bottom: 1px solid #00328e;
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pagecoo-mainnav .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #00328e;
  border-bottom: 1px solid #00328e;
  background: none;
  border-left: none;
  border-top: none;
  border-right: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pagecoo-maincontent {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}

.details-unify {
  /* display: none; */
}

.details-unify-tbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  border-bottom: 2px solid #24b85b;
  padding-bottom: 12px;
  margin-bottom: 6px;
}

.details-unify-tbox-title {
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  font-weight: bold;
}

.details-unify-tbox-desc {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.details-unify-banner {
  width: 100%;
  height: 240px;
  background-color: #000000;
  margin-bottom: 24px;
}

.details-unifybnerbg-1 {
  background: url(../image/unify/b1.jpg) right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.details-unify-main .box_widthall {
  overflow: hidden;
  margin-bottom: 8px;
}

.details-unify-main-title {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 12px;
}

.details-unify-main-title span {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 3px solid #000000;
  display: block;
  float: left;
  overflow: hidden;
}

.details-unify-main-title span::before {
  width: 5px;
  height: 5px;
  background-color: #000000;
  display: table;
  content: " ";
  float: left;
  margin-top: 12px;
  margin-right: 8px;
}

.details-unify-main-desc {
  overflow: hidden;
  margin-bottom: 20px;
}

.details-unify-main-desc-t1 {
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0px 4px 0px;
}

.details-unify-main-desc-t1 span {
  margin-right: 8px;
}

.details-unify-main-desc-t2 {
  font-size: 13px;
  line-height: 24px;
  color: #666666;
}

.details-unify-main-desc-img {
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px 0px;
  margin: 10px 0px;
}

.details-unify-main-desc-img img {
  width: 64%;
}

.d_bner_enterprise_1 {
  background: url(../images/cooperation/b1.webp) center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.d_bner_enterprise_2 {
  background: url(../images/cooperation/b2.webp) center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.d_bner_enterprise_3 {
  background: url(../images/cooperation/b3.webp) center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.details_bannerbox {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 40px;
}

.details_black_word {
  -moz-box-shadow: 0 0 6px #CCC;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  float: left;
  width: auto;
  overflow: hidden;
  background-color: #001c47;
  padding: 40px;
  color: #fff;
  height: 240px;
  width: 35%;
  min-width: 330px;
}

.details_black_word span {
  display: block;
}

.details_black_title {
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0px 10px;
  font-weight: bold;
}

.details_black_desc {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 50px;
}

.details_black_desc2 {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
}

.details_bannerbox ul {
  float: left;
}

.details_bannerbox ul li {
  font-weight: 600;
  line-height: 30px;
  font-size: 16px;
}

.details-unify-tbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 6px;
  border: 0;
}

.details-unify-tbox-title {
  font-size: 32px;
  line-height: 48px;
  color: #00328e;
  font-weight: bold;
}

.details-unify-main-desc {
  overflow: hidden;
  margin-bottom: 20px;
}

.details-unify-main-title {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 12px;
}

.details-unify-main-desc-t2 {
  font-size: 13px;
  line-height: 24px;
  color: #333;
  padding-bottom: 10px;
}

.details-unify-main-title span {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 0;
  display: block;
  float: left;
  overflow: hidden;
}

.details-unify-main-desc-t2 ul {
  padding: 0px;
  margin: 0px;
}

.details-unify-main-desc-img {
  background-color: #fff;
  text-align: center;
  padding: 20px 0px;
  margin: 10px 0px;
}

.details-unify-main-desc-img img {
  width: 25%;
  min-width: 280px;
  box-shadow: 0px 12px 24px rgba(48, 92, 218, 0.1);
  -moz-box-shadow: 0px 12px 24px rgba(48, 92, 218, 0.1);
  -webkit-box-shadow: 0px 12px 24px rgba(48, 92, 218, 0.1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sectionpaper {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  position: relative;
}

.sectionpaper_nav {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  position: absolute;
  top: 130px;
  z-index: 9;
}

.sectionpaper_nav ul li {
  float: left;
  margin-right: 36px;
}

.sectionpaper_nav ul li a {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}

.sectionpaper_nav ul li a:hover {
  color: #333333;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sectionpaper_main {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding-bottom: 160px;
}

.sectionintegrated {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 48px 0px 0px 0px;
}

.sectionintegrated_title {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color: #999999;
  margin-bottom: 16px;
}

.sectionintegrated_title span {
  float: left;
}

.sectionmain_eleinte {
  width: 100%;
  min-height: 1px;
  background-color: #e9f0fb;
}

.sectionmain_eleinte .maintext {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  background-color: #e9f0fb;
  padding: 48px 0px 36px 0px;
}

.sectionmain_eleinte .maintext .mainttitle {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  padding: 0px 36px;
}

.sectionmain_eleinte .maintext .mainttitle::after {
  width: 44px;
  height: 3px;
  background-color: #000000;
  display: table;
  content: " ";
  margin-top: 5px;
  margin-bottom: 14px;
}

.sectionmain_eleinte .maintext .maintdesc {
  width: 100%;
  height: 226px;
}

.sectionmain_eleinte .maintext .maintdesc .swiper {
  width: 100%;
  height: 100%;
}

.sectionmain_eleinte .maintext .maintdesc .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 36px;
}

.sectionmain_eleinte .maintext .maintdesc p {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.sectionmain_eleinte .maintext .maintdesc h4 {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.sectionmain_eleinte .mainimgs {
  width: 100%;
  height: 360px;
  overflow: hidden;
  text-align: center;
  padding-top: 60px;
  background-color: #ffffff;
}

.sectionmain_eleinte .mainimgs img {
  max-height: 245px;
}

.integrated_ad {
  width: 100%;
  height: 320px;
  background: url(../images/integrated/adbg.jpg) center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin-top: 120px;
}

.integrated_adbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  margin-top: 96px;
}

.integrated_adtip {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 24px;
  text-align: center;
}

.integrated_adtext {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}

.integrated_adtext span {
  float: left;
}

.integrated_adtSymbol {
  font-size: 32px;
  line-height: 36px;
  margin-top: -24px;
}

.integrated_adtbox {
  padding: 0px 10px;
}

.solutions_industry {
  margin-bottom: 30px;
}


.message-card {
  background: #ffffff;
  /* cursor: pointer; */
  position: relative;
  border-radius: 6px;
  box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 12px 0px 64px rgba(168, 203, 236, 0.12);
  -webkit-box-shadow: 12px 0px 64px rgba(0, 80, 157, 0.12);
  overflow: hidden;
}

.message-card a {
  display: block;
}

.message-card:hover .message-mask {
  height: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.message-card:hover .pagehome-eletype-3desc.move {
  animation: growUp 0.2s linear forwards;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pagehome-eletype-scene {
  height: 100%;
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 28px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pagehome-eletype-scene span {
  display: block;
}

.message-mask {
  /* display: none; */
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  background: #fff;
  z-index: 99;
  height: 150px;
  transition: height 0.2s linear;
}

.pagehome-eletype-3title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 12px;
}

.pagehome-eletype-3desc {
  position: relative;
  height: 40px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 0px;
}

.pagehome-eletype-3desc i {
  font-style: normal;
}

.pagehome-eletype-sceneadorn {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}

/* .message-card:hover .message-mask {
  height: 100%;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.message-card:hover .pagehome-eletype-3desc.move {
  animation: growUp 0.2s linear forwards;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
} */
.solution_imgbox img {
  width: 100%;
  border-radius: 0px;
}

.scene-industrybox-btn {
  display: flex;
  justify-content: center;
}

.pagehome-eletype-btn {
  width: 120px;
  margin-top: 80px;
  min-height: 1px;
  display: block;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #197dc4;
}

.pagehome-eletype-btn2 {
  width: 100px;
  margin-top: 0px;
  min-height: 1px;
  display: block;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #197dc4;
}

/* .pagehome-eletype-btn a {
  width: 120px;
  min-height: 1px;
  display: inline-block;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  color: #666666;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.pagehome-eletype-btn:hover {
  background-color:#197dc4;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
 */

.bgcolor-s6 {
  background-color: #f5f8fd;
}

.solutions_box3 {
  background-color: #fff;
  padding: 24px;
  border-radius: 6px;
}

.solutions_box3 .text {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  transition: all 0.3s;
}
.solutions_box3 .text .arrow {
  display: inline-block;
  transition: all 0.3s linear;
  transform: translateX(6px);
}
.solutions_box3:hover .text {
  color: #0171ef;
}
.solutions_box3:hover .text .arrow {
  transform: translateX(12px);
}


.solutions_box3 .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 4px 6px 6px;
  border-radius: 15px;
}

.solutions_box3 .bgcolor1 {
  background-color: #05ccac;
}

.solutions_box3 .bgcolor2 {
  background-color: #c8a065;
}

.solutions_box3 .bgcolor3 {
  background-color: #3cb6c5;
}
.solutions_box3 .bgcolor4 {
  background-color: #51a2e3;
}

.solutions_box3 .title {
  color: #110428;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 10px;
}

.solutions_box3 .desc {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 0 15px;
}

.solutions_box3 .tag {
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding-left: 14px;
  margin: 20px 0;
}

.solutions_box3 .tag::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 4px;
  background-color: #146dc7;
}

.solutions_box3 .demolist {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.solutions_box3 .demolist li {
  float: left;
  width: 48%;
  margin-bottom: 8px;
  margin: 0px 1% 8px;
  text-align: center;
  color: #666666;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 3px;
  background-color: #ecf3fa;
  line-height: 24px;
  height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


@keyframes growUp {
  0% {
    height: 48px;
  }

  50% {
    height: 90%;
  }

  100% {
    height: 100%;
  }
}

.caselist_main {
  width: 100%;
  min-height: 1px;
  padding: 80px 0px 120px 0px;
}

.caselist_mainbox {
  width: 100%;
  min-height: 1px;
  padding: 28px;
  margin-bottom: 14px;
  border-radius: 6px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  -webkit-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
}

.caselist_mainbox span {
  display: block;
}

.caselist_mainbox:hover {
  box-shadow: 16px 0px 64px rgba(130 160 189, 0.36);
  -moz-box-shadow: 16px 0px 64px rgb(130 160 189 / 36%);
  -webkit-box-shadow: 16px 0px 64px rgb(130 160 189 / 36%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.caselist_mainimg {
  width: 100%;
  min-height: 1px;
}

.caselist_mainimg img {
  height: 40px;
  max-height: 40px;
}

.caselist_maintext {
  width: 100%;
  min-height: 1px;
  margin-bottom: 20px;
}

.caselist_mainttitle {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 8px;
}

.caselist_maintdesc {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  height: 60px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.caselist_mainmore {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  font-weight: bold;
}

.techlistimg {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  text-align: center;
}

.techlistimg img {
  width: 100%;
  max-width: 1110px;
}

.weContactus {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  min-height: 1px;
  margin: 80px auto 0 auto;
}

.weContactus_box {
  width: 33.333333%;
  min-height: 1px;
  float: left;
}

.weContactus_boximg {
  width: 100%;
  min-height: 1px;
  text-align: center;
  margin-bottom: 16px;
}

.weContactus_boximg img {
  width: 48px;
}

.weContactus_boxtext {
  width: 100%;
  min-height: 1px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.weContactus_boxtext .weT1 {
  color: #333333;
}

.weContactus_boxtext .weT2 {
  color: #333333;
}

.weContactus_boxtext .weT3 {
  line-height: 18px;
  font-size: 12px;
  color: #666666;
  margin-top: 12px;
}

.weAbouts {
  width: 100%;
  min-height: 1px;
  margin: 80px auto 0 auto;
}

.qualifications_title {
  width: 80%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  color: #bcbcbc;
  margin-bottom: 28px;
}

.qualifications_list {
  width: 80%;
  min-height: 1px;
  overflow: hidden;
  margin-bottom: 24px;
}

.qualifications_list ul {
  padding: 0;
  margin: 0;
}

.qualifications_list ul li {
  list-style: none;
}

.qualifications_listbox {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.qualifications_listbox span {
  display: block;
}

.qualifications_listtitle {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
}

.qualifications_listdesc {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.subbodyelement_linkbtn {
  width: 100%;
  min-height: 1px;
  /* overflow: hidden; */
  margin-bottom: 30px;
}

.subbodyelement_linkbtn a {
  display: block;
  padding: 30px 30px 15px 30px;
}

.subbodyelement_linkbtn_main {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  height: 88px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.subbodyelement_linkbtn_main span {
  display: block;
}

.subbodyelement_linkbtn_main .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 6px;
}

.subbodyelement_linkbtn_main .desc {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}

.subbodyelement_linkbtn_more {
  font-size: 12px;
  line-height: 24px;
  color: #bcbcbc;
  text-transform: uppercase;
}

.linkbtn_s1 a {
  background-color: #ededed;
}

.linkbtn_s1 a:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 32px rgba(48, 92, 218, 0.16);
  -moz-box-shadow: 0px 0px 32px rgba(48, 92, 218, 0.16);
  -webkit-box-shadow: 0px 0px 32px rgba(48, 92, 218, 0.16);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tabmain {
  display: none;
}

.curmains {
  display: block;
}

.curnavs a {
  color: #333333 !important;
  font-weight: bold;
}

/* 技术低代码 */

.lc-video-box {
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}
.lc-video-box .right-box {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  padding-left: 16px;
  margin-top: 28px;
}
.lc-video-box .right-box .tag{
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
}
.lc-video-box .right-box .title{
  position: relative;
  font-size: 24px;
  color: #000;
  line-height: 28px;
  font-weight: 600;
}
.lc-video-box .right-box .title::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 4px;
  width: 36px;
  border-radius: 4px;
  background-color: #1d58ae;
}
.lc-video-box .right-box .desc{
  width: 90%;
  font-size: 13px;
  line-height: 22px;
  color: #999;
  margin-top: 36px;
}
.lc-video-box .right-box a {
  margin-top: 32px;
  width: 120px;
  color: #333;
  border-radius: 6px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #999;
}
.lc-video-box .right-box a:hover {
  background-color: #1d58ae;
  color: #fff;
}


/* 
-------------  关于我们  -------------
*/
.abouts-box1 {
  background-color: #fff;
  border-radius: 6px;
  padding: 5%;
  text-align: center;
  transition: all .3s;
  box-shadow: 0 4px 16px rgb(0 0 0 / 4%);

}

.abouts-box1:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px 8px rgb(0 0 0 / 6%);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.abouts-box1 img {
  display: block;
  margin: 0 auto;
  width: 30%;
}

.abouts-box1 .title {
  display: inline-block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
  border-top: 1px solid #eaeaea;
}

.abouts-box1 .desc {
  text-align: left;
  padding: 0 30px;
  height: 120px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.abouts-bgi {
  background: url(./../images/abouts/company_bg.webp) center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.abouts-box2 {
  margin-bottom: 30px;
}

.abouts-box2 .img1 {
  width: 95px;
  margin-bottom: 5px;
}

.abouts-box2 .img2 {
  width: 120px;
}

.abouts-box2 .title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.abouts-box2 .desc {
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
}

.abouts-box3 {
  background-color: #fff;
  padding: 40px 20px 40px 60px;
  border-radius: 6px;
  overflow: hidden;
  transition: all .3s;
  box-shadow: 0 4px 16px rgb(0 0 0 / 2%);
}

.abouts-box3-leftbox {
  float: left;
  width: 30%;
}

.abouts-box3-rightbox {
  float: right;
  width: 70%;
}

.abouts-box3 .tag {
  font-size: 12px;
  color: rgba(0, 0, 0, .7);
  line-height: 24px;
  margin-bottom: 30px;
}

.abouts-box3 .tag::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #0171ef;
}

.abouts-box3 .title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 22px;
}

.abouts-box3 .desc {
  width: 70%;
  font-size: 12px;
  color: #777;
  line-height: 20px;
}

.abouts-box3 .text:not(:last-child) {
  width: 80%;
  border-bottom: 1px solid #eaeaea
}

.abouts-box3 .number {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.abouts-box3 .text1 {
  font-size: 14px;
  color: #000;
}

.abouts-box3 .text2 {
  font-size: 12px;
  color: rgba(0, 0, 0, .7);
}

.abouts-box4 {
  width: 25%;
  float: left;
}

.abouts-box4 .icon {
  width: 35px;
  margin-left: -5px;
}

.abouts-box4 .desc {
  width: 80%;
  height: 140px;
}

.abouts-weaver .abouts-box2 img {
  margin-left: -20px;
}

.abouts-weaver .abouts-box2 .title {
  color: #000;
}

.abouts-weaver .abouts-box2 .desc {
  color: rgba(0, 0, 0, .7);
}

.abouts-weaver .abouts-box3 .tag::after {
  background-color: #00993d;
}

.bgcolor-s7 {
  background-color: #fafbfc;
}

.pagemain {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 88px 0px;
}

/* 
-------------  关于我们结束  -------------
*/


/* 2024改版新增 */

.no-marginbottom {
  margin-bottom: 0px!important;
}
.logo-img {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 32px rgba(0, 80, 157, 0.08);
  -moz-box-shadow: 0px 0px 32px rgba(0, 80, 157, 0.08);
  -webkit-box-shadow: 0px 0px 32px rgba(0, 80, 157, 0.08);
}

.itembox {
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
}
.pg-box {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
}
.pg-leftbox {
  width: 33.33%;
  padding: 30px 12px;
  position: relative;
}
.pg-rightbox {
  width: 66.67%;
  padding: 30px 12px;
  background-color: #fff;
}

.itembox2 {
  /* background-color: #F9FBFC; */
  padding: 16px 20px;
  /* border: 1px solid #E2EDF6; */
  flex-direction: row;
  margin-bottom: 20px;
}
.pg-rightbox  .col-xs-6:nth-of-type(2n+1){
  border-right: 1px dashed #e8e9ea;
}

.value-box {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #fff;
}
.value-box:hover {
  background-color: #1652c8;
}
.value-box:hover .title{
  color: #fff;
}
.value-box:hover .desc{
  color: rgba(255, 255, 255, 0.8);
}
.value-box:hover .list{
  color: rgba(255, 255, 255, 0.8);
}

.value-box-bg1 {
  background-image: url(/images/management/management-p5-1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}
.value-box-bg2 {
  background-image: url(/images/management/management-p5-2.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}
.value-box-bg3 {
  background-image: url(/images/management/management-p5-3.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}
.itembox > img{
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.itembox .iconbox {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itembox .iconbox img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}

.itembox .title{
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #363636;
  margin-bottom: 8px;
}

.rightbox .title-icon{
  width: 36px;
  height: 36px;
  position: absolute;
  left: -16px;
  top: -8px;
}
.leftbox .title-icon{
  width: 36px;
  height: 36px;
  position: absolute;
  right: -16px;
  top: -8px;
  transform: rotate(180deg);
}

.title-icon > img{
  width: 100%;
  display: block;
}

.itembox .desc{
  font-weight: 400;
  font-size: 12px;
  color: #5C5C5C;
  line-height: 20px;
  height: 40px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.itembox .desc.line3 {
  height: 60px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.itembox .list{
  font-weight: 400;
  font-size: 12px;
  color: #5C5C5C;
  line-height: 20px;
  padding-top: 10px;
  padding-left: 16px;
}
.itembox .list li {
  margin-bottom: 16px;
  list-style: disc;
}


.leftbox,.rightbox {
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.textRight {
  text-align: right;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}

.centerbox{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.centerbox img{
  width: 100%;
  display: block;
}
.leftboxbg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.leftboxbg img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.leftboxbg .itembox2 {
  position: absolute;
  background: none!important;
  bottom: 0px;
  left: 0px;
  border: none;
}
.itembox2 .text {
  margin-top: 16px;
}
.need-box {
  position: relative;
  top: 15px;
  height: 100%;
  padding: 72px 30px 64px;
  text-align: center;
  background-color: #F5F9FF;
  justify-content: center;
  align-items: center;
}
.need-box img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 72px;
  height: 72px;
}
.need-box .desc {
  width: 80%;
  height: auto;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.itembox3 {
  flex-direction: row;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}

.itembox3 .text{
  margin-left: 16px;
  margin-top: 0px;
}
.itembox4 {
  flex-direction: row;
  padding: 28px 20px;
  border-radius: 8px;
  margin-bottom: 18px;
  box-shadow: 0px 0px 32px rgba(2, 80, 158, 0.08)
}

.itembox4 .text{
  margin-left: 16px;
  margin-top: 0px;
}
.itembox4 .iconbox {
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 50%;
  background-color: #4387f6;
}
.itembox4 .iconbox .icon{
  width: 100%;
  height: 100%;
  background-image: url(/images/management/management-p1-icons.png);
  background-repeat: no-repeat;
  background-size: 600% 200%;
}
.itembox4:hover {
  background: rgb(67 135 246);
}
.itembox4:hover .iconbox {
  background-color: #fff;
}
.itembox4:hover .iconbox .icon{
  background-position-y: -22px!important;
}
.itembox4:hover .title{
  color: rgba(255, 255, 255, 1);
}
.itembox4:hover .desc{
  color: rgba(255, 255, 255, 0.72);
}

.need-box2 {
  height: 100%;
  padding: 40px 28px;
  text-align: center;
  background-color: #F8FAFF;
  justify-content: center;
  align-items: center;
  border-bottom: 6px solid #0976ff;
  transition: all 0.3s linear;
}
.need-box2:hover {
  box-shadow: 0px 0px 64px rgba(0, 80, 157, 0.12);
  -moz-box-shadow: 0px 0px 64px rgba(0, 80, 157, 0.12);
  -webkit-box-shadow: 0px 0px 64px rgba(0, 80, 157, 0.12);
}
.need-box2.color2 {
  border-bottom: 6px solid #6fcdc7;
}
.need-box2.color3 {
  border-bottom: 6px solid #0976ff;
}
.need-box2.color4 {
  border-bottom: 6px solid #1753c8;
}

.need-box2 > img{
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.need-box2 .desc {
  width: 90%;
  height: 100px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-solution {
  height: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.home-solution .itembox .title {
  margin-bottom: 4px!important;
}
.home-solution .itembox .desc {
  height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-needbg {
  width: 100%;
  margin: 0 auto;
}
.home-needbg-top {
  display: flex;
  justify-content: space-around;
  padding: 28px 20px;
  background: url(/images/home/home_p1_1.webp) no-repeat #d9e5fd;
  background-position: center center;
  background-size: auto 100%;
  border-radius: 8px;
}

.home-needbg-top .itembox {
  flex-direction: row;
}

.home-needbg-top  .text {
  margin-left: 10px;
}
.home-needbg-top .itembox .desc {
  font-weight: 400;
  font-size: 12px;
  color: #5C5C5C;
  line-height: 32px;
  height: 32px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-needbg-left {
  height: 100%;
  padding: 20px;
  background-color: #F3F7FF;
  border-radius: 8px;
}
.home-needbg-left img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.home-needbg-right {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-needbg-right-a {
  height: 45%;
  margin-bottom: 16px;
}
.home-needbg-right-b {
  height: 55%;
}
.home-needbg-right-b > div {
  height: 100%;
}
.home-needbg-right-c {
  height: 100%;
  padding: 20px 30px;
  background: #F3F7FF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-needbg-right-c .itembox {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.home-needbg-right-c .itembox .text {
  width: calc(100% - 40px);
}
.home-needbg-right-c .itembox .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home-needbg-right-c .itembox .desc {
  height: auto;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
}
.home-challenge {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
}
.home-challenge > div {
  width: 15%;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s linear;
}
.home-challenge > div.active {
  width: 40%;
}
.home-challenge .bg1 {
  background-image: url(/images/home/home_p2_bg1.png);
}
.home-challenge .bg2 {
  background-image: url(/images/home/home_p2_bg2.png);
}
.home-challenge .bg3 {
  background-image: url(/images/home/home_p2_bg3.png);
}
.home-challenge .bg4 {
  background-image: url(/images/home/home_p2_bg4.png);
}
.home-challenge .bg5 {
  background-image: url(/images/home/home_p2_bg5.png);
}

.home-challenge .home-challenge-item {
  height: 360px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 6px 2px rgba(19,63,153,0.06);
}

.home-challenge .home-challenge-item .hover-more {
  margin-top: 12px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}

.home-challenge .home-challenge-item .line {
  display: none;
  width: 100%;
  position: relative;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.24);
}
.home-challenge .home-challenge-item .line::before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);

}
.home-challenge .home-challenge-item .title {
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.home-challenge .home-challenge-item .title .t2{
  font-weight: 600;
}

.home-challenge .home-challenge-item .desc {
  display: none;
  width: 80%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.home-challenge .home-challenge-item .active-desc {
  display: none;
  transform: scale(0.9);
  transform-origin: 0 0;
}
.home-challenge .home-challenge-item .active-desc .d1{
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.home-challenge .home-challenge-item .active-desc .d1 b{
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}
.home-challenge .home-challenge-item .active-desc .d2{
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.64);
}

.home-challenge .home-challenge-item .iconbox {
  width: 48px;
  height: 48px;
  margin-top: 48px;
}
.home-challenge .active .home-challenge-item {
  padding: 60px 36px 0;
  align-items: flex-start;
  background-color: #0872fb;
  background-image: url(/images/home/home_p2.webp);
  background-position: center right;
}
.home-challenge .active .home-challenge-item .line {
  display: block;
}
.home-challenge .active .home-challenge-item .title {
  color: #fff;
}
.home-challenge .active .hover-more {
  display: none;
}
.home-challenge .active .home-challenge-item .desc {
  display: block;
}
.home-challenge .active .iconbox {
  display: none;
}
.home-challenge .active .active-desc {
  display: block;
}

.col-texing{
  width:20%;
  padding-left: 15px;
  padding-right: 15px;
}
.homeSol {
  position: relative;
}
.homeSol::before {
  content: "";
  display: block;
  position: absolute;
  top: 102px;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #b3b9c3;
}
.homeSolbox{
  padding: 30px 0 40px;
  border-radius: 6px;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homeSolbox .iconbox {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.homeSolbox .circlebox {
  width: 10px;
  height: 10px;
  border: 2px solid #9d9ea0;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.homeSolbox .text-box {
  padding: 0 15px;
  text-align: center;
  margin-top: 28px;
}
.homeSolbox .text-box .title{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
}
.homeSolbox .text-box  .desc {
  color: #666;
  margin: 0 auto;
  font-size: 13px;
  line-height: 24px;
  margin-top: 12px;
}
.homeSolbox:hover {
  background-color: #fff;
  box-shadow: 0px 0px 64px 16px rgb(48 92 218 / 12%);
  -moz-box-shadow: 0px 0px 64px 16px rgba(48, 92, 218, .12);
  -webkit-box-shadow: 0px 0px 64px 16px rgb(48 92 218 / 12%);
}
.homeSolbox:hover .circlebox{
  transform: scale(1.36);
  border-color: #3b74e6;
}
