/* banner轮播图区域 */
.banner {
  width: 100%;
  position: relative;
  height: 564px;
  background-color: #3760f3;
}

.banner-content {
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.banner-content img {
  width: 100%;
  height: 100%;
}

.section {
  height: 1327px;
  background: #f5f5f5;
}

.section-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.section-item-title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  line-height: 40px;
  color: #191919;
  opacity: 1;
}
.section-item-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, #047cff 0%, #73b7fc 100%);
  margin-top: 10px;
  margin-bottom: 40px;
}

.section-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-msg {
  flex: 1;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  opacity: 1;
  text-indent: 2em;
}

.section-item:nth-of-type(1) .info-pic {
  width: 495px;
  height: 364px;
  margin-left: 112px;
}

.section-item:nth-of-type(2) .info-pic {
  width: 498px;
  height: 332px;
  margin-right: 160px;
}

.info-pic img {
  width: 100%;
  height: 100%;
}

.section-item:nth-of-type(1) {
  margin-bottom: 127px;
}
