body {
  background: #fff;
}
/* 头部 */
.header-section {
  background: #fff;
}
/* banner */
.banner-section {
  padding-top: 72px;
  height: 360px;
  background: url("/templates/website/images/solution/solution.img1.png")
    no-repeat;
  background-size: 100% 100%;
}
.banner-section .title {
  color: #222;
  text-align: justify;
  font-size: 40px;
  font-weight: 600;
}
.banner-section .info {
  margin-top: 40px;
  color: #222;
  text-align: justify;
  font-size: 30px;
  font-weight: 300;
}
.solution-content {
  padding-bottom: 40px;
}
.solution-content .li {
  margin-bottom: 20px;
}
.solution-content .li .content:hover {
  background: linear-gradient(91deg, #e1ecff 0%, rgba(241, 246, 255, 0) 100%);
}
.solution-content .li .content:hover .row1 img {
  transform: scale(1.03);
}
.solution-content .li:last-child {
  margin-bottom: 0;
}
.solution-content .li .header {
  display: flex;
  align-items: center;
  height: 140px;
  color: #222;
  font-size: 40px;
  font-style: normal;
  font-weight: 550;
  border-bottom: 1px solid #222;
  margin-bottom: 40px;
}
.solution-content .li .header::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  background: url("/templates/website/images/solution/icon-title.svg");
  background-size: 100% 100%;
}
.solution-content .li .content {
  display: none;
  border: 1px solid #c0c0c0;
  cursor: pointer;
}
.solution-content .li .content.active {
  display: block;
}
.solution-content .li .content .row1 {
  display: flex;
  height: 480px;
  overflow: hidden;
}
.solution-content .li .content .row1 img {
  width: 50%;
  object-fit: cover;
}
.solution-content .li .content .row1 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 50%;
  padding: 40px;
}
.solution-content .li .content .row1 .right .title {
  display: flex;
  align-items: center;
  color: #222;
  text-align: justify;
  font-size: 20px;
  font-weight: 550;
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-content .li .content .row1 .right .title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 16px;
  background: #004ec3;
  margin-right: 14px;
}
.solution-content .li .content .row1 .right .info {
  flex: 1;
  color: #222;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 40px;
  overflow: auto;
}
.solution-content .li .content .row1 .right .btn1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #004ec3;
  margin-bottom: 20px;
  margin-right: 5px;
  cursor: pointer;
}
.solution-content .li .content .row1 .right .btn1 img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
}
.solution-content .li .content .row1 .right .btn {
  display: flex;
  justify-content: flex-end;
}
.solution-content .li .content .row1 .right .btn img {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  cursor: pointer;
}
.solution-content .li .content .row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 38px 48px;
  padding-bottom: 0;
  border-top: 1px solid #c0c0c0;
}
.solution-content .li .content .row2 .item {
  width: 48%;
  margin-bottom: 35px;
}
.solution-content .li .content .row2 .item .item-name {
  position: relative;
  padding: 6px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #3f3f3f;
  background: #fff;
  margin-bottom: 10px;
  color: #222;
  text-align: justify;
  font-size: 16px;
  font-weight: 550;
  margin-left: 32px;
}
.solution-content .li .content .row2 .item .item-name::before {
  content: "";
  position: absolute;
  left: -38px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/templates/website/images/solution/icon1.svg");
}
.solution-content .li .content .row2 .item .item-info {
  color: #666;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 30px;
}
