div{
    box-sizing: border-box;
}
.title {
    width: 215px;
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.title div {
    width: 48px;
    border: 1px solid #3645A8;
    margin-top: 8px;
}

.title p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.title span {
    height: 30px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(180deg, #BFC4C8 0%, rgba(191, 196, 200, 0) 100%);
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
}
.AI-top{
    width: 100%;
    min-width: 1400px;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
}

.AI-banner{
    position: absolute;
    width: 100%;
    height: 100%;
   background-size:cover;
  background-repeat: no-repeat;
    animation: AI-banner 1s ;
    z-index: -1;
}
@keyframes AI-banner {
    0% {
        transform: scale(1.2);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.AI-banner-container{
    width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.AI-banner-container-desc {
    width: 774px;
    display: flex;
    flex-direction: column;
}
.AI-banner-container-desc-title{
    width: 100%;
    height: 72px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 48px;
    color: #1F2F37;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 108px 0 25px;
    animation: top-desc-title 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-title {
    0% {
        transform: translateX(-100px) translateY(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0) translateY(0) translateZ(-800px);
        opacity: 1;
    }
}
.AI-banner-container-desc-content{
    width: 100%;
    min-width: 1400px;
    height: 36px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #4E5D65;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    animation: top-desc-content 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes top-desc-content {
    0% {
        -webkit-transform: translateX(100px) translateY(100px);
        transform: translateX(100px) translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}
.AI-banner-container-bg {
    width: 535px;
    height: 100%;
    background-size: 100%;
    animation:AI-banner-bg 1s ;
}
@keyframes AI-banner-bg {
    0% {
        transform: scale(0.7);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.AI-vison{
    width: 100%;
    min-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
   background-size:cover;
background-repeat: no-repeat;
}
.AI-vison-container{
    width: 1400px;
    display: flex;
    position: relative;
}
.AI-vison-container-bg{
    width: 512px;
    height: 471px;
    position: absolute;
    bottom: 0;
   background-size:cover;
background-repeat: no-repeat;
}
.AI-vison-container-desc{
    width: 751px;
    display: flex;
    flex-direction: column;
    margin: 42px 0 27px 609px;
}
.AI-vison-container-desc-title{
    width: 100%;
    height: 33px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 22px;
    color: #3F51B5;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 7px;
}
.AI-vison-container-desc-content{
    width: 100%;
    height: 60px;
    background: linear-gradient( 90deg, #F4F8FF 0%, #F1FAFF 100%);
    border-radius: 8px;
    margin: 10px 0;
    padding: 18px 0 18px 17px;
}
.AI-ability{
    width: 100%;
    min-width: 1400px;
    display: flex;
    flex-direction: column;
   background-size:cover;
background-repeat: no-repeat;
    align-items: center;
}
.AI-ability-container{
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 39px 0 54px;
}
.AI-ability-container-desc{
    width: 456px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}
.AI-ability-container-desc-img{
    width: 100%;
    height: 300px;
    border-radius: 6px;
   background-size:cover;
background-repeat: no-repeat;
}
.AI-ability-container-desc-main{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 35px 29px 45px 25px;
    background: #fff;
    height: calc(100% - 300px);
}
.AI-ability-container-desc-main-title{
    width: 100%;
    height: 32px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.AI-ability-container-desc-main-content{
    width: 100%;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 18px;
}
.AI-product{
    width: 100%;
    min-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   background-size:cover;
background-repeat: no-repeat;
    padding-bottom: 60px;
}
.AI-product-container{
    width: 1400px;
    min-height: 460px;
    display: flex;
    padding:36px 37px 36px 44px;
    margin:53px 0 20px;
    background: #F6F9FF;
    border-radius: 9px;
    gap: 69px;
    position: relative;
}
.AI-product-container-desc{
    display: flex;
    flex-direction: column;
}
.AI-product-container-desc-title {
    height: 48px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 32px;
    color: #262626;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin:42px 0 24px;
}
.AI-product-container-desc-content {
    width: 654px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.AI-product-container-bg{
    width: 596px;
    height: 388px;
    background: rgba(0,0,0,0.1);
    border-radius: 24px;
    border: 6px solid #FFFFFF;
    position: absolute;
    top: calc(50% - 194px);
   background-size:cover;
background-repeat: no-repeat;
}

.AI-product-container:nth-child(even) .AI-product-container-bg {
  left: 723px;
}
.AI-product-container:nth-child(odd)  .AI-product-container-desc{
  margin-left: 645px;
}