.inner_banner {
  /* width: 100%; */
  /* height: 100%; */
  max-width: 1920px;
  max-height: 800px;
  position: relative;
  overflow: hidden;
}
.inner_banner img {
  width: 100%;
  height: 800px;
  max-width: 1920px;
  max-height: 800px;
}
.inner_banner .bannerBox {
  position: absolute;
  left: 18%;
  top: 20%;
  text-align: left;
}
/* 服务流程 */
.process {
  /* width: 100%;
  height: 4.375rem;
  max-height: 4.375rem;
  background: url('../../img/product-matrix/serviceProcess.png') no-repeat center;
  background-size: 100% 100%; */
  padding: 1.1rem 0;
  text-align: center;
  background: #000;
  /* overflow: hidden; */
}
.process .process_box {
}
.process .process_box .process_icon {
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
}
.process .process_box .pro_arrow img {
  width: 37px;
  height: 23px;
  max-width: 37px;
  max-height: 23px;
}
/* 提供服务 & 方案优势 */
.serviceAndProject {
  height: 800px;
  padding: 91px 0 56px;
  text-align: center;
  background: #eef4fe;
  overflow: hidden;
}
.serviceAndProject .box_bar {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(31, 35, 41, 0.15);
}
.serviceAndProject .bar-content {
  display: inline-flex;
  /* position: relative;
  left: 50%;
  transform: translateX(-50%); */
}
/* zQFWNJ02RL */
.serviceAndProject .bar-content .menu_block {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 73px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s linear;
}
.serviceAndProject .bar-content .menu_block::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 60px;
  height: 2px;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  transition: background 0.2s linear;
}
.serviceAndProject .bar-content .menu_block.active::after,
.serviceAndProject .bar-content .menu_block:hover::after {
  background-color: #2469f3;
}
.serviceAndProject .bar-content .menu_block.active .iconItem-icon,
.serviceAndProject .bar-content .menu_block:hover .iconItem-icon {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  box-shadow: 0 4px 16px 2px rgba(90, 153, 248, 0.04),
    0 2px 4px -2px rgba(90, 153, 248, 0.04);
  filter: drop-shadow(0px 4px 8px rgba(90, 153, 248, 0.04));
}
.serviceAndProject .bar-content .menu_block:hover span {
  color: #2469f3;
}
.serviceAndProject .bar-content .menu_block.active span {
  color: #2469f3;
}
/* Hd1zgbYSYU */
.serviceAndProject .bar-content .menu_block .iconItem-icon {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  transition: inherit;
  margin-bottom: 12px;
}
.serviceAndProject .bar-content .menu_block .iconItem-icon .xzfx {
  width: 25px;
  height: 25px;
}
.serviceAndProject .bar-content .content {
  height: 500px;
  background: #ccc;
}
.serviceAndProject .content_box {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-top: 0.45rem;
  /* padding-bottom: 1.8rem; */
}
.serviceAndProject .content_box .write {
  width: 576px;
  padding-top: 40px;
}
.serviceAndProject .content_box .consult {
  /* box-sizing: border-box; */
  /* margin: 0; */
  /* padding: 0; */
  /* color: #1f2329; */
  /* font-variant: tabular-nums; */
  /* line-height: 1.5715; */
  /* list-style: none; */
  /* display: inline-block; */
  /* position: relative; */
  /* white-space: nowrap; */
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* user-select: none; */
  /* outline: none; */
  /* border: solid 1px #ffffff; */
  background: #2469f3;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in, width 0.2s ease-in;
  touch-action: manipulation;
  text-decoration: none;
  width: 147px;
  height: 55px;
  line-height: 55px;
  /* padding: 7px 15px; */
  border-radius: 6px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
}
.serviceAndProject .content_box .consult:hover {
  color: #ffffff;
  background: #4e83fd;
  border-color: #4e83fd;
}
.serviceAndProject .content_box .write_img{
  width: 700px;
  height: 350px;
  max-width: 700px;
  max-height: 350px;
}
.serviceAndProject .content_box .write_img img{
  width: 700px;
  height: 350px;
  max-width: 700px;
  max-height: 350px;
}
/* 首页--解决方案 & 产品服务--更多方案*/
.solution {
  height: 800px;
  padding: 91px 0 91px;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.solution .solution_loopBox {
  overflow: hidden;
  margin-top: 68px;
}
/* .solution .solution_loopBox .solution_swiper{
  position: relative;
} */
.solution .solution_slide {
  position: relative;
  border-radius: 5px;
  margin-bottom: 35px;
}
.solution .solution_slide .solution_img {
  width: 390px;
  border-radius: 10px;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-bdr-radius);
  z-index: 1;
  border-radius: 10px;
  outline: 1px solid #ebf0fb;
}
.solution .solution_slide .solution_img img {
  width: 100%;
  border-radius: var(--thm-bdr-radius);
  transform: scale(1);
  transition: transform 500ms ease;
}

.solution .solution_slide .solution_img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--thm-black-rgb), 0.3);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  border-radius: var(--thm-bdr-radius);
  z-index: 1;
}
.solution .solution_slide:hover .solution_img img {
  transform: scale(1.05);
}
.solution .solution_slide:hover .solution_img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}
.solution a {
  position: absolute;
  bottom: -25px;
  z-index: 999;
}
.solution .slideChunk {
  width: 310px;
  height: 109px;
  background-color: #fff;
  box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 26px 44px;
  display: flex;
  align-items: center;
}
.solution .chunk_name {
  flex: 2;
  text-align: left;
}
.solution .arrowImg {
  width: 23px;
  height: 8px;
  background-image: url("../icon/arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.solution .solution_slide:hover .slideChunk {
  background-color: #2469f3;
  transition: all 500ms ease;
}
.solution .solution_slide:hover .chunk_name p {
  color: #fff;
}
.solution_loopBox .solution-pagination {
  left: 50%;
  transform: translateX(-50px);
  margin-top: 0.4875rem;
}
.solution_loopBox .solution-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 2px;
  background-color: #42d9be;
}
/* 免费诊断 */
.free {
  height: 380px;
  padding: 88px 0 0;
  text-align: center;
  background: #eef4fe;
  overflow: hidden;
}
.inner_free{
  background: #2469f3;
}
.free .report {
  margin: 20px 0;
}
.free .form {
  /* width: 1000px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.free .form li {
  /* float: left; */
  padding: 0 15px;
}
.free .form-select {
  width: 320px;
  height: 55px;
  /* line-height: 0.6rem; */
  padding: 0 20px;
  font-size: 16px;
  background-position: right 0.25rem center;
  border-radius: 5px;
}
.form-select:focus {
  box-shadow: none;
}
.free li .freeAccess {
  width: 147px;
  height: 55px;
  line-height: 55px;
  background-color: #2469f3;
  border-radius: 5px;
  cursor: pointer;
}
.free li .inner_freeAccess{
  background-color: #ffffff;
  color: #626262;
}

.free li .index_freeAccess:hover{
  color: #ffffff;
  background: #4e83fd;
  border-color: #4e83fd;
}
.form-control {
  width: 320px;
  height: 55px;
  line-height: 0.6rem;
  padding: 0 20px;
  font-size: 16px;
  background-position: right 0.25rem center;
  border-radius: 5px;
}
.form-control:focus {
  box-shadow: none;
}