.banner {
  height: 480px;
  position: relative;
  background: #FF6771;
}
.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 69px;
  position: relative;
  box-sizing: border-box;
}
.banner-content > img {
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
}
.left-text .p1 {
  font-weight: bold;
  font-size: 48px;
  color: #1f69e0;
  line-height: 67px;
  margin-bottom: 24px;
}
.left-text .p2 {
  font-weight: bold;
  font-size: 38px;
  color: #4d4d4d;
  line-height: 53px;
  margin-bottom: 24px;
}
.left-text .p3 {
  width: 745px;
  height: 44px;
  background: linear-gradient(90deg, #1f69e0 0%, #51b5c0 100%);
  border-radius: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #e8e8e8;
  line-height: 44px;
  text-align: center;
  margin-bottom: 25px;
}
.left-text .desc {
  display: flex;
  align-items: center;
  gap: 17px;
  font-weight: bold;
  font-size: 14px;
  color: #171717;
  line-height: 40px;
  height: 40px;
  background: #fff;
  padding: 0 5px;
  margin-bottom: 49px;
}
.left-text .desc > .line {
  width: 0px;
  height: 15px;
  border: 1px solid #206bdf;
}
.left-text .desc > p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.left-text .desc > p > span:first-child {
  min-width: 72px;
  height: 27px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #1f69e0;
  line-height: 24px;
  border-bottom: 3px solid #1f69e0;
  margin-right: 5px;
}
.left-text .btn {
  display: flex;
  gap: 70px;
}
.left-text .btn > button {
  width: 213px;
  height: 51px;
  background: linear-gradient(90deg, #206ae0 0%, #51b4c0 100%);
  border-radius: 5px 5px 5px 5px;
  border: none;
  font-weight: bold;
  font-size: 22px;
  color: #dbdbdb;
  line-height: 30px;
  position: relative;
}
.left-text .btn > button > img {
  position: absolute;
  top: -20px;
  right: -20px;
}
.content5 .content5-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content5 .content5-content > ul {
  display: flex;
  gap: 20px;
}
.content5 .content5-content > ul > li {
  font-weight: 400;
  font-size: 18px;
  color: #171717;
  line-height: 24px;
  cursor: pointer;
  width: 180px;
  height: 76px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  line-height: 76px;
  text-align: center;
}
.content5 .content5-content > ul > li.active {
  font-weight: bold;
  font-size: 22px;
  background: #2680eb;
  color: #fff;
}
.content5 .content5-content .content5-item > img {
  display: block;
  margin: 0 auto;
  margin-bottom: 22px;
}
.content5 .content5-content .content5-item {
  width: 100%;
  display: none;
}
.content5 .content5-content .content5-item.active {
  display: block;
  animation: content5-fade-in 300ms ease;
}
@keyframes content5-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.content6 {
  margin-bottom: 240px;
}
.content6 .content6-content > ul {
  display: flex;
  gap: 20px;
  margin-bottom: 177px;
}
.content6 .content6-content > ul > li {
  width: 121px;
  height: 55px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  line-height: 55px;
}
.content6 .content6-content > ul > li:hover,
.content6 .content6-content > ul > li.active {
  color: #2680eb;
  border-bottom: 2px solid #2680eb;
}
.content6 .content6-content .content6-item {
  display: none;
}
.content6 .content6-content .content6-item.active {
  display: flex;
  animation: content6-fade-in 300ms ease;
}
@keyframes content6-fade-in {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content6 .content6-item {
  display: flex;
  align-items: center;
}
.content6 .content6-item > img {
  object-fit: scale-down;
}
.content6 .content6-item .content6-item-info {
  width: 614px;
  height: 424px;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.content6 .content6-item .content6-item-info h3 {
  font-weight: bold;
  font-size: 25px;
  color: #23314f;
  line-height: 35px;
}
.content6 .content6-item .content6-item-info .tag-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.content6 .content6-item .content6-item-info .tag-list > span {
  display: inline-block;
  background: #fff0db;
  font-weight: 400;
  font-size: 14px;
  color: #e7a35c;
  line-height: 19px;
  padding: 0 8px;
}
.content6 .content6-item .content6-item-info > p {
  font-weight: 400;
  font-size: 17px;
  color: #575757;
  line-height: 24px;
}
.content6 .content6-item .content6-item-info > img {
  object-fit: scale-down;
  height: 60px;
}
.content6 .content6-item .content6-item-info .btn {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.content6 .content6-item .content6-item-info .btn > button {
  width: 111px;
  position: relative;
}
.content6 .content6-item .content6-item-info .btn > button > img {
  position: absolute;
  top: -20px;
  right: -20px;
}
