.banner {
  height: 953px;
  background-image: url(../image/banner.png);
}
.banner-mask {
  opacity: 1;
  background-color: rgba(22, 93, 255, 0.35) !important;
}
.banner-bottom {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.37) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.banner-content {
  position: absolute;
  z-index: 1;
  top: 260px;
  color: #fff;
  left: 220px;
  line-height: 1;
}
.banner-title {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: bold;
}
.banner-cription {
  width: 700px;
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
}

.banner-btn-group {
  display: flex;
  margin-bottom: 44px;
}
.banner-btn-group button {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 20px;
  margin-right: 20px;
  border-radius: 5px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}
.banner-btn-group button:active {
  filter: brightness(150%);
}
.banner-btn-group button img {
  margin-right: 10px;
}
.banner-btn-group button:nth-child(1) {
  background: #fff;
  color: #165dff;
}
.banner-btn-group button:nth-child(2) {
  border: 2px solid #fff;
}

.banner-tip {
  display: flex;
  font-size: 16px;
}
.banner-tip-item {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.banner-tip-item img {
  margin-right: 6px;
  width: 18px;
}

.box {
  color: #000;
  padding: 80px 0 60px;
}
/* 标题 */
.box-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
/* 副标题 */
.box-subTitle {
  width: 650px;
  margin: 0 auto 60px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
/* 内容容器 */
.box-content {
  display: flex;
  justify-content: space-between;
}
.hxjsnl .box-content-item {
  background-color: #f2f3f5;
}
/* 容器里面子项 */
.box-content-item {
  width: 750px;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
}
/* 核心技术 */
.box-content-item-header {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.box-content-item-header-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 12px;
  background-color: rgba(22, 93, 255, 0.1);
}
.box-content-item.ai .box-content-item-header-img {
  background-color: rgba(54, 207, 201, 0.1);
}
.box-content-item-list-item {
  margin-bottom: 20px;
}
.box-content-item-list-item:last-child {
  margin-bottom: 0;
}

.box-content-item-list-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.box-content-item-list-item-top img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.box-content-item-list-item-bottom {
  padding-left: 20px;
  color: #666;
  font-size: 14px;
}
/* 行业应用矩阵 */
.hyyyjz-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.hyyyjz-tab {
  width: 96px;
  height: 36px;
  margin: 0 8px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #e5e7eb;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.hyyyjz-tab.active {
  color: #fff;
  background-color: #165dff;
}
.hyyyjz-content {
  display: none;
}
/* 定义字体颜色和背景色 */
.hyyyjz-content:nth-child(4) {
  --color: #165dff;
  --bg-color: rgba(22, 93, 255, 0.04);
}
.hyyyjz-content:nth-child(5) {
  --color: #36cfc9;
  --bg-color: rgba(54, 207, 201, 0.04);
}
.hyyyjz-content:nth-child(6) {
  --color: #ff7d00;
  --bg-color: rgba(255, 125, 0, 0.04);
}
.hyyyjz-content:nth-child(7) {
  --color: #6b46c1;
  --bg-color: rgba(107, 70, 193, 0.04);
}
.hyyyjz-content:nth-child(8) {
  --color: #ed64a6;
  --bg-color: rgba(237, 100, 166, 0.04);
}
.hyyyjz-content:nth-child(9) {
  --color: #dc2626;
  --bg-color: rgba(220, 38, 38, 0.04);
}
.hyyyjz-content:nth-child(10) {
  --color: #d97706;
  --bg-color: rgba(217, 119, 6, 0.04);
}
.hyyyjz-content:nth-child(11) {
  --color: #10b981;
  --bg-color: rgba(16, 185, 129, 0.04);
}
.hyyyjz-content:nth-child(12) {
  --color: #8b5cf6;
  --bg-color: rgba(139, 92, 246, 0.04);
}
.hyyyjz-info > p:nth-child(1) {
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--color);
}
.hyyyjz-info > P:nth-child(2) {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
}
.hyyyjz-info > P:nth-child(3) {
  margin-bottom: 26px;
  color: #666;
  font-size: 16px;
}
.hyyyjz-info-hxyycj {
  margin-bottom: 26px;
}
.hyyyjz-info-hxyycj > p,
.hyyyjz-info-ai > p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
.hyyyjz-info-hxyycj li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.hyyyjz-info-hxyycj li:last-child {
  margin-bottom: 0;
}
.hyyyjz-info-hxyycj li img {
  margin-right: 6px;
}
.hyyyjz-info-ai ul {
  display: flex;
  align-items: center;
}
.hyyyjz-info-ai li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  margin-right: 8px;
  border-radius: 14px;
  background-color: var(--bg-color);
  color: var(--color);
  font-size: 14px;
}
.hyyyjz-info-ai li:last-child {
  margin-right: 0;
}
/* 右侧 */
.hyyyjz-img {
  position: relative;
  padding: 0;
}
.hyyyjz-img img {
  width: 100%;
  border-radius: 20px;
}
.hyyyjz-tip {
  position: absolute;
  left: -20px;
  bottom: 20px;
  width: 200px;
  padding: 14px 12px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}

.hyyyjz-tip-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.hyyyjz-tip-title img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.hyyyjz-tip-content {
  font-size: 14px;
  color: #666;
}
/* 技术优势对比 */
.jjysdb-chart {
  padding: 0;
}
.jjysdb-chart img {
  width: 714px;
}
.jjysdb-info-list {
}
.jjysdb-info-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.jjysdb-info-list-item:last-child {
  margin-bottom: 0;
}
.jjysdb-info-list-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: rgba(22, 93, 255, 0.1);
}
.jjysdb-info-list-item-text {
  flex: 1;
}
.jjysdb-info-list-item-text p:nth-child(1) {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.jjysdb-info-list-item-text p:nth-child(2) {
  font-size: 16px;
}
/* 一站式服务体系 */
.yzsfwtx-list {
  flex: 1;
  padding: 0;
  box-sizing: border-box;
}
.yzsfwtx-list-item {
  display: flex;
  padding: 24px 0;
  margin-bottom: 32px;
  border-radius: 16px;
  background-color: rgba(242, 243, 245, 1);
}
.yzsfwtx-list-item:last-child {
  margin-bottom: 0;
}
.yzsfwtx-list-item-left {
  position: relative;
  width: 56px;
  height: 56px;
  transform: translateX(-12px);
  margin-right: 8px;
}
.yzsfwtx-list-item-index {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #165dff;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.yzsfwtx-list-item-line {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 20px;
  width: 1px;
  height: 224px;
  background-color: #165dff;
}
.yzsfwtx-list-item-content {
  flex: 1;
}

.yzsfwtx-list-item-content > p:nth-child(1) {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}
.yzsfwtx-list-item-content > p:nth-child(2) {
  margin-bottom: 16px;
  font-size: 16px;
  color: #666;
}
.yzsfwtx-list-item-content ul {
}
.yzsfwtx-list-item-content li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  color: #666;
}
.yzsfwtx-list-item-content li:last-child {
  margin-bottom: 0;
}
.yzsfwtx-info {
  width: 464px;
  padding: 35px 32px;
  margin-left: 40px;
  border-radius: 16px;
  background-color: rgba(22, 93, 255, 0.02);
}
.yzsfwtx-info-title {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
}
.yzsfwtx-info-title img {
  margin-right: 10px;
}
.yzsfwtx-info-list {
  margin-bottom: 34px;
}
.yzsfwtx-info-list-item {
  margin-bottom: 30px;
}
.yzsfwtx-info-list-item:last-child {
  margin-bottom: 0;
}
.yzsfwtx-info-list-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.yzsfwtx-info-list-item-title img {
  margin-right: 4px;
}
.yzsfwtx-info-list-item-text {
  color: #666;
  font-size: 14px;
}
.yzsfwtx-fwtc {
  padding-top: 25px;
  border-top: 1px solid #e5e7eb;
}
.yzsfwtx-fwtc-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}
.yzsfwtx-fwtc-item {
  display: flex;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 231, 235, 1);
}
.yzsfwtx-fwtc-item:last-child {
  margin-bottom: 0;
}
.yzsfwtx-fwtc-item-text {
  flex: 1;
}
.yzsfwtx-fwtc-item-text p:nth-child(1) {
  margin-bottom: 8px;
  font-size: 16px;
}
.yzsfwtx-fwtc-item-text p:nth-child(2) {
  font-size: 12px;
  color: #666;
}
.yzsfwtx-fwtc-item-tag {
  color: #165dff;
  font-size: 16px;
  font-weight: bold;
}
.yzsfwtx-fwtc-button {
  margin-top: 32px;
  width: 100%;
  height: 48px;
  background-color: #165dff;
  border-radius: 8px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.yzsfwtx-fwtc-button:active {
  filter: brightness(150%);
}
/* 成功案例展示 */
.cgalzs-item {
  width: 469px;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f2f3f5;
}
.cgalzs-item > img {
  width: 100%;
  height: 192px;
}
.cgalzs-item-content {
  padding: 26px 24px;
}
.cgalzs-item-tags {
  display: flex;
  margin-bottom: 10px;
}
.cgalzs-item-tag {
  padding: 0 12px;
  line-height: 24px;
  border-radius: 12px;
  font-size: 12px;
}
.cgalzs-item:nth-child(1) .cgalzs-item-tag {
  color: #165dff;
  background-color: rgba(22, 93, 255, 0.04);
}
.cgalzs-item:nth-child(2) .cgalzs-item-tag {
  color: #dc2626;
  background-color: rgba(220, 38, 38, 0.04);
}
.cgalzs-item:nth-child(3) .cgalzs-item-tag {
  color: #ff7d00;
  background-color: rgba(255, 125, 0, 0.04);
}
.cgalzs-item-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.cgalzs-item-text {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.cgalzs-item-date {
  font-size: 12px;
  color: #666;
}

.shadow {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 580px;
  box-sizing: border-box;
  padding: 50px 70px 40px;
  border-radius: 16px;
  background-color: #fff;
}

.dialog-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.dialog-head {
  margin-bottom: 36px;
}

.dialog-head-title {
  font-size: 26px;
  text-align: center;
}

.form-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-item:last-child {
  margin-bottom: 0;
}

.form-item-label {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 160px;
  color: #bbb;
}

.required-mask {
  color: #ff0000;
}

.form-item-content {
  display: flex;
  align-items: center;
  flex: 1;
  height: 61px;
  padding-left: 184px;
  padding-right: 10px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.form-ipt {
  width: 100%;
  font-size: 16px;
}

.form-btn {
  width: 440px;
  line-height: 60px;
  background: #f2761b;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

input {
  outline: none;
  border: none;
  background: none;
  color: inherit;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

button:active {
  filter: brightness(120%);
}
