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;
}

.ProductC-HL-top {
    font-family: Source Han Sans SC, Source Han Sans SC;
    width: 100%;
    min-width: 1400px;
    height: 420px;
    position: relative;
    display: flex;
    justify-content: center;
}
.Product-banner{
    position: absolute;
   background-size:cover;
background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: Product-banner 1s ;
}
@keyframes Product-banner {
    0% {
        transform: scale(1.2);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}

.ProductC-HL-top-bg {
    width: 755px;
    height: auto;
    animation: Product-banner-desc 1s ;
}
@keyframes Product-banner-desc {
    0% {
        transform: scale(0.7);
        /*transform: translateZ(-800px);*/
    }
    100% {
        transform: scale(1);
        /*transform: translateZ(-800px);*/
    }
}
.ProductC-HL-top-desc {
    display: flex;
    flex-direction: column;
    margin: 118px 89px 0 0;
}

.ProductC-HL-top-desc-title {
    font-weight: bold;
    font-size: 36px;
    color: #1F2F37;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 25px;
    animation: top-desc-title 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@keyframes top-desc-title {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.ProductC-HL-top-desc-content {
    font-weight: 400;
    font-size: 16px;
    color: #4E5D65;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: pre-wrap;
    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;
    }
}
.ProductC-HL-PI {
    width: 100%;
    min-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
   background-size:cover;
background-repeat: no-repeat;
    z-index: 2;
    background: #fff;
}

.ProductC-HL-PI-bg {
    width: 512px;
    height: 471px;
    margin: 3px 107px 5px 0;
   background-size:cover;
background-repeat: no-repeat;
}

.ProductC-HL-PI-desc {
    width: 766px;
    display: flex;
    flex-direction: column;
    font-family: Source Han Sans SC, Source Han Sans SC;

}

.ProductC-HL-PI-desc-title {
    font-weight: bold;
    font-size: 32px;
    color: #3F51B5;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 72px 0 10px 0;
}

.ProductC-HL-PI-desc-content {
    font-weight: 400;
    font-size: 16px;
    color: #4E5D65;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 26px;
    white-space:pre-wrap;
    word-break:break-all;
    padding-bottom: 41px;
}

.ProductC-HL-FI {
    width: 100%;
    min-width: 1400px;
    min-height: 774px;
    display: flex;
    flex-direction: column;
    align-items: center;
   background-size:cover;
background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom:51px ;
}

.ProductC-HL-FI ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.Product-HL-FI-navbar {
    display:inline-flex;
    align-items: center;
    width: 1400px;
    border-bottom: 1px solid #B9CBE7;
    position: relative;
    padding: 0 25px;
    height: 65px;
    margin-top: 55px;
    flex-shrink: 0;
    background: transparent;
}
#svg_left {
    position: absolute;
    left: 0;
    bottom: 20px;
    cursor: pointer;
}
#svg_right{
    position: absolute;
    right: 0;
    bottom: 22px;
    cursor: pointer;
 }
.Product-HL-FI-navbar li {
    height: 58px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 20px;
    color: #404040;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 34px 0 31px;
    white-space: nowrap;
    cursor: pointer;
}
#FI-list div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#FI-list span {
    width: 61px;
    height: 6px;
    background: #3F51B5;
    display: none;
}
.ProductC-HL-FI-desc {
    display: flex;
    flex-direction: column;
    width: 534px;
    margin-right: 103px;
}
.ProductC-HL-FI-desc-title {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 32px;
    color: #262626;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 115px 0 22px;
}
#ProductC-HL-FI-bottom {
    width: 1400px;
    display: flex;
    padding: 29px 50px 46px 43px;
}
.ProductC-HL-FI-desc-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.ProductC-HL-FI-bg {
    width: 744px;
    height: 446px;
   background-size:cover;
background-repeat: no-repeat;
    transition: all 0.7s ease; /* 只使用transform进行过渡动画 */
}
/*.ProductC-HL-FI-bg:hover {*/
/*    transform: scale(1.5) translateX(calc(-50% + (100% - 744px)));*/
/*}*/
.Product-HL-AS {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1400px;

}

.Product-HL-AS-content {
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 109px;
    gap: 16px;
}

.Product-HL-AS-bg {
    width: 338px;
   background-size:cover;
background-repeat: no-repeat;
    min-height: 200px;
    margin: 41px 0 0;
    cursor: default;
    position: relative;
    box-sizing: border-box;
}
.Product-HL-AS-bg-title{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 800;
    font-size: 20px;
    color: #404040;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: color 0.3s ease-in-out;
    margin:24px 24px 0 24px;
}
.Product-HL-AS-bg-desc{
    margin: 22px 24px 24px 24px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: color  0.3s ease-in-out;
}
.Product-HL-AS-bg-check {
    position: absolute;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    opacity: 1;
    transition: opacity  0.3s ease-in-out;
    z-index: -1;
}
.Product-HL-AS-bg-checked {
    position: absolute;
    width: 100%;
    height: 100%;
   background-size:cover;
background-repeat: no-repeat;
    opacity: 0;
    transition: opacity  0.3s ease-in-out;
    z-index: -1;
}