.banner1 {
    /* background-image: url('../../jk/b1.webp'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #F4F9FF;
    margin-top: 72px;
    height: 758px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner1::after{ 
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
        height: 94%;
    background-image: url(../../jk/1.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.banner1::before{ 
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
        height: 94%;
    background-image: url(../../jk/2.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.banner1-right-content1{
  position: relative;
}
.banner1-right-content1::before{ 
   content: '';
    position: absolute;
    left: -147px;
    width: 147px;
    height: 200px;
    top: 160px;
    z-index: 1;
    background-image: url(../../jk/x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner1-left-img {
    /* height: 697px;
    position: absolute;
    left: 0px;
    top: 72px; */
}

.banner1-content {
    /* max-width: 1300px; */
    max-width: 1480px;
    padding: 0 5%;
    margin: 0 auto;
    height: 758px;

}

.input-group {
    display: flex;
    align-items: center;
    border-radius: 20px;
    width: 80%;
    background: #fff;
    margin-top: 60px;
    height: 48px;
    max-width: 414px;
}

.input-group input {
    cursor: pointer;
    flex: 1;
    /* 让输入框占满剩余空间 */
    padding: 0px 15px;
    height: 48px;
    border: none;
    outline: none;
    /* 移除输入框默认外边框 */
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 19px;
    color: #9E9E9E;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-radius: 216px 216px 216px 216px;
}

.input-group button {
    width: 137px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 700;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 10px 0px;
    background-color: #4080ff;
    /* 按钮背景色，可根据需求调整 */
    color: #fff;
    /* 按钮文字颜色 */
    border: none;
    border-radius: 216px 216px 216px 216px;
    cursor: pointer;
    /* 保持动画流畅的基础样式 */
    transform-origin: center;
    transition: transform 0.3s ease;
    /* font-size: 16px; */
}

/* 自定义放大缩小动画 */
@keyframes pulse-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    /* 放大到1.1倍 */
    100% {
        transform: scale(1);
    }
}
.banner1-left{
    margin-top: 154px;
}
/* 应用动画类 */
.animate__pulse-scale {
    animation: pulse-scale 2s infinite;
    /* 2秒一个周期，无限循环 */
}

.banner1-left-title {
    /* margin-top: 54px; */
    font-weight: bold;
    font-size: 40px;
    color: #000000;
}

.banner1-left-desc {
    margin-top: 48px;
    /* font-weight: 400; */
    /* font-size: 18px;
    color: #979797; */
    /* line-height: 30px; */
    padding-right: 50px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner1-right {}

.banner1-right-content1,
.banner1-right-content3,
.banner1-right-content5 {
    width: 193px;
    height: 306px;
    background: #FFFFFF;
    box-shadow: 0px 6px 26px 3px rgba(12, 37, 73, 0.06);
    ;
    border-radius: 10px;
    padding: 28px 24px;
    text-align: center;

}

.banner1-right-content1,
.banner1-right-content5 {
    animation: transformX 5s linear infinite;
}

.banner1-right-content3 {
    animation: transformX1 5s linear infinite;
}

@keyframes transformX {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

@keyframes transformX1 {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.banner1-right-content2,
.banner1-right-content2 img,
.banner1-right-content4,
.banner1-right-content4 img {
    width: 159px;
    height: 125px;
}

.xx {
    height: 133px !important;
    width: 133px !important;
    margin-left: 150px;
}

.banner1-right-content1 {
    margin-top: 194px;
}

.banner1-right-content2 {
    margin-top: 94px;
    margin-left: -139px;
}

.banner1-right-content3 {
    margin-top: 103px;
}

.banner1-right-content4 {
    margin-top: 39px;
    margin-left: -139px;
}

.banner1-right-content5 {
    margin-top: 193px;
}

.banner1-right-content-title {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    color: #444;
}

.banner1-right-content-desc {
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
    color: #444;
}

.banner1-right-content-img {
    margin: 42px auto 0;
}

.content1-icon-title1,
.content1-icon-title2,
.content1-icon-title3,
.content1-icon-title4 {
    font-size: 14px;
    color: #5E5E5E;
}

.banner1-right-content1-icon1 {
    position: absolute;
    margin-top: -51px;
    margin-left: 13px;
}

.content1-icon-title1 {
    margin-left: -26px;
    margin-top: -4px;
}

.banner1-right-content1-icon2 {
    position: absolute;
    margin-left: 35px;
    margin-top: -200px;
}

.banner1-right-content1-icon2 img {
    margin-right: 40px;
}

.content1-icon-title2 {
    margin-left: 90px;
    margin-top: -35px;
    min-width: 80px;
    text-align: left;
}

.banner1-right-content1-icon3 {
    position: absolute;
    margin-left: 111px;
    margin-top: -60px;
}

.content1-icon-title3 {
    width: 80px;
    margin-top: -3px;
    text-align: right;
}

.banner1-right-content1-icon4 {
    position: absolute;
    margin-left: 6px;
    margin-top: -37px;
}

.content1-icon-title4 {
    margin-top: 0px;
}

.content3-icon-title1,
.content3-icon-title2 {
    font-size: 14px;
    color: #5E5E5E;
}

.r-img-kg {
    height: 190px;
    width: 190px;
}

.banner1-right-content3-icon1 {
    position: absolute;
    margin-top: -185px;
    margin-left: 22px;
}

.content3-icon-title1 {
    margin-left: 102px;
    margin-top: -39px;
}

.banner1-right-content3-icon2 {
    position: absolute;
    margin-top: -51px;
    margin-left: 141px;
}

.banner1-right-content3-icon3 {
    position: absolute;
    margin-top: -44px;
    margin-left: 24px;
}

.content3-icon-title2 {
    margin-left: -6px;
    margin-top: -5px
}

.content5-icon-title1,
.content5-icon-title2 {
    font-size: 14px;
    color: #5E5E5E;
}

.banner1-right-content5-icon1 {
    position: absolute;
    margin-top: -202px;
    margin-left: 19px;
}

.content5-icon-title1 {
    margin-left: 102px;
    margin-top: -38px;
}

.banner1-right-content5-icon2 {
    position: absolute;
    margin-top: -67px;
    margin-left: 139px;
}

.banner1-right-content5-icon3 {
    position: absolute;
    margin-top: -58px;
    margin-left: 23px;
}

.content5-icon-title2 {
    margin-left: -1px;
    margin-top: -5px;
}

.banner1-right-content1-icon1 img,
.banner1-right-content1-icon2 img,
.banner1-right-content1-icon3 img,
.banner1-right-content1-icon4 img,
.banner1-right-content3-icon1 img,
.banner1-right-content3-icon2 img,
.banner1-right-content5-icon1 img,
.banner1-right-content5-icon2 img,
.banner1-right-content3-icon3 img,
.banner1-right-content5-icon3 img {
    width: 42px;
    height: 42px;
}
.advantage-container {
    position: relative;
    width: 1480px;
    margin: 0 auto;
    margin-top: -111px;
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient( 180deg, #F8F9FB 0%, #FFFFFF 100%);
box-shadow: 0px 2px 23px 0px #DBE0E9;
border-radius: 4px 4px 4px 4px;
border: 2px solid #FFFFFF;
  }

  .advantage-item {
    text-align: left;
    padding: 0 20px;
  }

  .advantage-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #000000;
    display: flex;
    align-items: center;
    img{
            height: 42px;
            width: auto;
            margin-right: 5px;
    }
  }

  .advantage-item p {
   font-size: 16px;
    color: #7D8695;
    padding-left: 49px;
  }

 