img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.item_hover {
  overflow: hidden;
}

.item_hover:hover img {
  transform: scale(1.05);
}

.item_hover img {
  transition: 1s;
}

.banner {
  position: relative;
  margin-top: 4.32292vw;
}

.banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 28.28125vw;
}

.banner .text {
  position: absolute;
  left: 0;
  top: 8.33333vw;
  width: 100%;
  text-align: center;
  color: #fff;
}

.banner .text .t {
  font-weight: 600;
  line-height: 1;
}

.banner .text .p1 {
  margin: 2.91667vw 0 0.41667vw;
  font-weight: 500;
  line-height: 1.4;
}

.banner .text .p2 {
  line-height: 1.625;
  opacity: .7;
}

.common_title {
  text-align: center;
  font-weight: bold;
  color: #036;
  position: relative;
  padding: 0 0 1.14583vw;
}

.common_title:after {
  content: '';
  position: absolute;
  width: 4.16667vw;
  height: 0.20833vw;
  border-radius: 33554400px;
  background: #036;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.support1 {
  padding: 2.1875vw 0 3.64583vw;
}

.support1 .content {
  display: flex;
  justify-content: center;
  gap: 3.90625vw;
  margin: 3.22917vw 0 0 0;
}

.support1 .content .item {
  position: relative;
}

.support1 .content .item:not(:last-child) .circle:after {
  content: '';
  position: absolute;
  top: 1.66667vw;
  left: 100%;
  width: 13.02083vw;
  border-bottom: 0.20833vw dashed #C9D4E1;
  z-index: -1;
}

.support1 .content .item .circle {
  width: 3.33333vw;
  height: 3.33333vw;
  border-radius: 50%;
  background: #EFF6FF;
  border: 0.10417vw solid #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 1;
}

.support1 .content .item .circle img {
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
}

.support1 .content .item .text {
  margin: 0.83333vw 0 0;
  text-align: center;
}

.support1 .content .item .text .p1 {
  color: #1A367C;
  font-weight: bold;
  margin: 0 0 0.41667vw;
}

.support1 .content .item .text .p2 {
  color: #62748E;
}

.support2 {
  background: #F8FAFC;
  padding: 5vw 16.25vw;
}

.support2 .content {
  margin: 3.64583vw 0 0 0;
  display: flex;
  justify-content: space-between;
}

.support2 .content .item {
  width: 20.78125vw;
  height: 22.23958vw;
  border-radius: 0.83333vw;
  background: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 1.71875vw;
  transition: .6s ease;
}

.support2 .content .item:hover {
  background: #F8FAFC;
}

.support2 .content .item:hover .up .icon {
  background: #033491;
}

.support2 .content .item:hover .up .icon img {
  filter: brightness(0) invert(1);
}

.support2 .content .item:hover .up .text {
  border-color: #033491;
}

.support2 .content .item:hover .up .text .p1 {
  color: #033491;
}

.support2 .content .item .up .icon {
  width: 2.91667vw;
  height: 2.91667vw;
  border-radius: 0.625vw;
  background: #F8FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}

.support2 .content .item .up .icon img {
  object-fit: contain;
  transition: .6s ease;
}

.support2 .content .item .up .text {
  padding: 0 0 0.72917vw;
  border-bottom: 2px solid rgba(30, 58, 138, 0.1);
  margin: 1.25vw 0 0 0;
  transition: all 600ms;
}

.support2 .content .item .up .text .p1 {
  color: #0F172B;
  font-weight: bold;
  margin: 0 0 0.41667vw;
  transition: .6s ease;
}

.support2 .content .item .up .text .p2 {
  color: #62748E;
}

.support2 .content .item .flex1 {
  margin: 2.76042vw 0 0 0;
}

.support2 .content .item .flex1 .list {
  display: flex;
  align-items: center;
  gap: 0.41667vw;
}

.support2 .content .item .flex1 .list:not(:last-child) {
  margin: 0 0 1.25vw;
}

.support2 .content .item .flex1 .list img {
  width: 0.83333vw;
  height: 0.83333vw;
}

.support2 .content .item .flex1 .list p {
  color: #45556C;
}

.support2 .content .item .flex2 {
  margin: 1.25vw 0 0 0;
}

.support2 .content .item .flex2 .list {
  display: flex;
  align-items: center;
  gap: 0.41667vw;
}

.support2 .content .item .flex2 .list:not(:last-child) {
  margin: 0 0 0.78125vw;
}

.support2 .content .item .flex2 .list .circle {
  width: 0.83333vw;
  height: 0.83333vw;
  background: #fff;
  border: 0.10417vw solid #3B82F6;
  border-radius: 50%;
}

.support2 .content .item .flex2 .list .pick .p1 {
  color: #45556C;
  line-height: 100%;
}

.support2 .content .item .flex2 .list .pick .p2 {
  color: #90A1B9;
}

.support2 .content .item .flex3 {
  margin: 1.30208vw 0 0 0;
}

.support2 .content .item .flex3 .list {
  display: flex;
  align-items: center;
  gap: 0.83333vw;
}

.support2 .content .item .flex3 .list:hover .line {
  background: #3B82F6;
}

.support2 .content .item .flex3 .list:not(:last-child) {
  margin: 0 0 1.35417vw;
}

.support2 .content .item .flex3 .list .line {
  width: 0.20833vw;
  height: 3.33333vw;
  background: #E2E8F0;
  transition: .6s ease;
}

.support2 .content .item .flex3 .list .pick {
  flex: 1;
}

.support2 .content .item .flex3 .list .pick .p1 {
  color: #45556C;
  margin: 0 0 0.52083vw;
}

.support2 .content .item .flex3 .list .pick .p2 {
  line-height: 114.286%;
  color: #9EADC2;
}

.support3 {
  padding: 5vw 17.91667vw;
}

.support3 .content {
  height: 18.07292vw;
  border-radius: 1.25vw;
  border: 1px solid #F1F5F9;
  background: #FFF;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  overflow: hidden;
}

.support3 .content .l {
  width: 21.30208vw;
  height: 100%;
  background: #033491;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5vw;
}

.support3 .content .l .joke .icon {
  width: 2.5vw;
  height: 2.5vw;
  margin: 0 0 1.66667vw;
}

.support3 .content .l .joke .icon svg {
  width: 100%;
  height: 100%;
}

.support3 .content .l .joke .p1 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 0.9375vw;
}

.support3 .content .l .joke .p2 {
  color: #90A1B9;
  line-height: 162.5%;
  margin: 0 0 2.76042vw;
}

.support3 .content .l .joke .more {
  display: flex;
  align-items: center;
  gap: 0.36458vw;
}

.support3 .content .l .joke .more p {
  color: #3B82F6;
  font-weight: bold;
}

.support3 .content .l .joke .more svg {
  width: 1.04167vw;
  height: 1.04167vw;
  display: block;
}

.support3 .content .r {
  padding: 3.02083vw 2.55208vw 0 2.23958vw;
  flex: 1;
}

.support3 .content .r .item {
  border-bottom: 1px solid #F1F5F9;
}

.support3 .content .r .item:not(:last-child) {
  margin: 0 0 0.41667vw;
}

.support3 .content .r .item .show {
  height: 3.33333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.support3 .content .r .item .show p {
  color: #1D293D;
  font-weight: bold;
}

.support3 .content .r .item .show .add {
  width: 0.83333vw;
  height: 0.83333vw;
  position: relative;
}

.support3 .content .r .item .show .add:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.10417vw;
  background: #90A1B9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0.20833vw;
}

.support3 .content .r .item .show .add:before {
  content: '';
  position: absolute;
  width: 0.10417vw;
  height: 100%;
  background: #90A1B9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0.20833vw;
}

.support3 .content .r .item .hide {
  overflow: hidden;
  display: none;
}

.support3 .content .r .item .hide > div {
  margin: 0 0 1.30208vw;
  color: #90A1B9;
  line-height: 129%;
}

@media screen and (max-width: 768px) {
  .banner {
    margin-top: 60px;
  }
  .banner img {
    height: 200px;
  }
  .banner .text {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 5%;
  }
  .banner .text .t {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .common_title {
    padding: 0 0 15px;
  }
  .common_title:after {
    width: 50px;
    height: 2px;
  }
  .support1 {
    padding: 30px 5%;
  }
  .support1 .content {
    margin: 30px 0 0 0;
    flex-direction: column;
    gap: 20px;
  }
  .support1 .content .item .circle {
    width: 65px;
    height: 65px;
    border-width: 2px;
  }
  .support1 .content .item .circle:after {
    display: none;
  }
  .support1 .content .item .text {
    margin: 15px 0 0 0;
  }
  .support1 .content .item .text .p1 {
    margin: 0 0 10px;
  }
  .support2 {
    padding: 30px 5%;
  }
  .support2 .content {
    margin: 30px 0 0 0;
    flex-direction: column;
    gap: 20px;
  }
  .support2 .content .item {
    width: 100%;
    height: auto;
    padding: 25px 5%;
    border-radius: 10px;
  }
  .support2 .content .item .up .icon {
    width: 40px;
    height: 40px;
  }
  .support2 .content .item .up .icon img {
    width: 20px;
  }
  .support2 .content .item .up .text {
    margin: 10px 0 0 0;
    padding: 0 0 15px;
  }
  .support2 .content .item .up .text .p1 {
    margin: 0 0 5px;
  }
  .support2 .content .item .flex1 {
    margin: 20px 0 0 0;
  }
  .support2 .content .item .flex1 .list {
    gap: 10px;
    align-items: start;
  }
  .support2 .content .item .flex1 .list:not(:last-child) {
    margin: 0 0 15px;
  }
  .support2 .content .item .flex1 .list img {
    width: 16px;
    height: 16px;
    margin: 4px 0 0;
  }
  .support2 .content .item .flex1 .list p {
    flex: 1;
  }
  .support2 .content .item .flex2 {
    margin: 20px 0 0 0;
  }
  .support2 .content .item .flex2 .list {
    gap: 10px;
    align-items: start;
    flex-direction: column;
  }
  .support2 .content .item .flex2 .list:not(:last-child) {
    margin: 0 0 15px;
  }
  .support2 .content .item .flex2 .list .circle {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .support2 .content .item .flex3 {
    margin: 20px 0 0 0;
  }
  .support2 .content .item .flex3 .list {
    gap: 15px;
  }
  .support2 .content .item .flex3 .list:not(:last-child) {
    margin: 0 0 15px;
  }
  .support2 .content .item .flex3 .list .line {
    height: 40px;
    width: 2px;
  }
  .support2 .content .item .flex3 .list .pick {
    flex: 1;
  }
  .support2 .content .item .flex3 .list .pick .p1 {
    margin: 0 0 10px;
  }
  .support3 {
    padding: 30px 5%;
  }
  .support3 .content {
    height: auto;
    border-radius: 15px;
    flex-direction: column;
  }
  .support3 .content .r {
    padding: 20px;
  }
  .support3 .content .r .item:not(:last-child) {
    margin: 0 0 20px;
  }
  .support3 .content .r .item .show {
    height: auto;
    gap: 20px;
    padding: 15px 0;
  }
  .support3 .content .r .item .show p {
    flex: 1;
  }
  .support3 .content .r .item .show .add {
    width: 16px;
    height: 16px;
  }
  .support3 .content .r .item .show .add:after {
    height: 2px;
  }
  .support3 .content .r .item .show .add:before {
    width: 2px;
  }
  .support3 .content .r .item .hide > div {
    margin: 0 0 15px;
  }
  .support3 .content .l {
    width: 100%;
    height: auto;
    padding: 20px 5%;
  }
  .support3 .content .l .joke .icon {
    width: 20px;
    height: 20px;
    margin: 0 0 10px;
  }
  .support3 .content .l .joke .p1 {
    margin: 0 0 10px;
  }
  .support3 .content .l .joke .p2 {
    margin: 0 0 10px;
  }
  .support3 .content .l .joke .more {
    display: flex;
    gap: 7px;
  }
  .support3 .content .l .joke .more svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
  }
}
