
    /* 全局基础重置 */
html, body {
    font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    background: #fff;
    color: #333;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul, ol, li {
    list-style: none;
    padding: 0; /* 清除默认左内边距 */
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

/* 全局自定义容器 仅aisl-container */
.aisl-container {
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
/* ========= Banner区域 ========= */
.aisl-banner {
    width: 100%;
    background: url("/css/2024/images/aisl-bannerBg.png") no-repeat top center;
    background-size: auto;
    min-height: 799px;
}
.aisl-banCon {
    box-sizing: border-box;
    padding-top: 238px;
}
.aisl-banCon h2 {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
}
.aisl-banCon p {
    width: 450px;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    margin-top: 55px;
    margin-bottom: 100px;
}
.aisl-banBtn {
    display: flex;
    gap: 70px;
}
.aisl-banBtn a {
    transition: all .5s linear;
    display: inline-block;
    width: 155px;
    height: 54px;
    border-radius: 5px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
}
.aisl-banBtn a:nth-child(2) {
    border: none;
    background: #0066ff; /* 统一蓝色 */
}
.aisl-banBtn a:first-child:hover {
    border: none;
    background: #0066ff;
    transform: translateY(-3px);
}
/* ========= 产品中心 ========= */
.aisl-con1 {
    width: 100%;
    background:#f7f9ff url("/css/2024/images/aisl-con1Bg.png") no-repeat top center;
    background-size: auto;
    padding: 100px 0;
}
.aisl-tit {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.aisl-tit1 { color: #000 !important; }
.aisl-tit2 { color: #fff !important; }
.aisl-stit {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 8px;
}

.aisl-stit a { color: #0066ff; }
.aisl-c1Con {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.aisl-c1L {
    width: 420px;
    padding-top: 80px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 1.产品中心图片取消左偏移，放按钮中间 */
.aisl-c1L img {
    margin-left: 0;
    animation: shake 3s infinite;
    margin-bottom: 40px;
}
@keyframes shake {
    0% { transform: translateY(0); }
    25% { transform: translateY(-15px); }
    50% { transform: translateY(0px); }
    75% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}
.aisl-c1BtnWrap {
    display: flex;
    gap: 43px;
}
.aisl-c1L a {
    display: inline-block;
    width: 203px;
    height: 59px;
    border-radius: 5px;
    text-align: center;
    line-height: 59px;
    font-size: 16px;
    color: #666;
    border: 1px solid #666;
    transition: all .5s linear;
}
.aisl-c1L a:nth-child(2) {
    border: none;
    background: #0066ff;
    color: #fff
}
.aisl-c1L a:nth-child(3):hover {
    border: none;
    background: #0066ff;
    transform: translateY(-3px);
    color: #fff;
}
/* 右侧卡片缩小适配 */
.aisl-c1R {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 24px;
}
.aisl-c1R li {
    width: 100%;
    height: 270px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 24px;
    cursor: pointer;
    transition: all .5s ease;
}
/* 全局卡片hover统一效果 */
.aisl-c1R li:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(37,38,94,0.15);
}
.aisl-c1R li img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: all .5s linear;
}
.aisl-c1R li:hover img {
    transform: translateY(-10px);
}
.aisl-c1R li h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold
}
.aisl-c1R li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 60px;
    height: 72px
}
.aisl-c1R li a {
    display: block;
    width: 120px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    border: 1px solid #666;
    border-radius: 5px;
    transition: all .5s;
}
.aisl-c1R li:hover a {
    background: #0066ff;
    color: #fff;
    transform: translateY(-5px);
    border: none
}
/* ========= 平台优势 ========= */
.aisl-con2 {
    padding: 100px 0;
}
.aisl-c2Con {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.aisl-c2Con li {
    width: 100%;
    height: 180px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 35px 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: all 0.4s ease;
}
.aisl-c2Con li:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.aisl-c2Con li img {
    transition: all .5s linear;
    flex-shrink: 0;
}
.aisl-c2Con li:hover img {
    transform: translateY(-10px);
}
.aisl-c2R {
    flex: 1;
}
.aisl-c2R h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.aisl-c2R p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    margin-top: 10px
}
/* ========= 算力云套餐 ========= */
.aisl-con3 {
    width: 100%;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #f7f9ff;
}
#aisl_video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}
.aisl-c3Con {
    margin-top: 60px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.aisl-c3Con li {
    width: 100%;
    height: 165px;
    background: #fff;
    border-right: 1px solid #e1e6f0;
    border-bottom: 1px solid #e1e6f0;
    padding: 30px 40px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s;
}
.aisl-c3Con li:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.aisl-c3Con li h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.aisl-c3Con li p {
    margin: 15px 0;
}
.aisl-c3Con li p span {
    font-size: 14px;
    color: #666;
    margin-right: 55px;
}
.aisl-c3Con li p span:last-child {
    margin-right: 0
}
.aisl-c3Pri {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aisl-c3Pri p {
    font-size: 14px;
    color: #666
}
.aisl-c3Pri p span {
    font-size: 24px;
    color: #ff502e;
}
.aisl-c3Pri a {
    transition: all .5s linear;
    display: inline-block;
    width: 114px;
    height: 33px;
    border: 1px solid #e1e6f0;
    font-size: 14px;
    color: #0066ff;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
}
.aisl-c3Con li:hover a {
    background: #0066ff;
    color: #fff;
    transform: translateY(-5px)
}
.aisl-more {
    margin: 0 auto;
    width: 500px;
    text-align: center;
    margin-top: 40px;
}
.aisl-more a {
    display: inline-block;
    width: 144px;
    height: 43px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    margin-left: 55px;
}
.aisl-more a:hover {
    background: #0066ff;
    color: #fff;
}
.aisl-more a:nth-child(2) {
    background: #0066ff;
    border: none;
    color: #fff;
}
/* ========= GPU硬件区块（修复阴影+图片居中） ========= */
.aisl-con4 {
    padding: 100px 0;
}
.aisl-c4Con {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 38px;
}
.aisl-c4Con li {
    width: 100%;
    height: 120px;
    background: #fff;
    /* 阴影弱化，不厚重 */
    box-shadow: 0 4px 12px rgba(37,38,94,0.06);
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    cursor: pointer;
    transition: all .4s linear;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aisl-c4Con li:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(37,38,94,0.12);
}
/* 硬件卡片图片居中 */
.aisl-c4Con li img {
    margin: 0 auto;
}
.aisl-c4Con li h3 {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}
.aisl-c4Con li a {
    display: inline-block;
    margin-top: 18px;
    font-size: 18px;
    color: #0066ff
}
/* ========= 集群定制 ========= */
.aisl-con5 {
    width: 100%;
    background: url("/css/2024/images/aisl-con5Bg.png") no-repeat top center;
    background-size: auto;
    height: 306px;
    box-sizing: border-box;
    padding: 100px 0;
}
.aisl-dz {
    display: block;
    width: 226px;
    height: 58px;
    background: #fff;
    border-radius: 100px;
    margin-top: 30px;
    text-align: center;
    line-height: 58px;
    color: #0066ff
}
/* ========= 应用场景（图标居中） ========= */
.aisl-con6 {
    padding: 100px 0;
}
.aisl-c6Con {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 80px;
}
.aisl-c6Con li {
    width: 100%;
    text-align: center;
}
.aisl-c6Img {
    height: 65px;
    display: flex;
    justify-content: center;
}
/* 场景图标取消左偏移，居中 */
.aisl-c6Con li img {
    margin-left: 0;
    margin: 0 auto;
}
.aisl-c6Con li h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 15px 0 30px;
}
.aisl-c6Con li p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 24px
}
/* ========= 问答区块 ========= */
.aisl-con7 {
    width: 100%;
    background: #000033 url("/css/2024/images/aisl-con7Bg.png") no-repeat top center;
    background-size: auto;
    box-sizing: border-box;
    padding: 100px 0;
}
.aisl-c7Con {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.aisl-c7Con li {
    width: 100%;
    height: 312px;
    background: #fff url("/css/2024/images/aisl-icon17.png") no-repeat bottom right;
    box-sizing: border-box;
    padding: 30px;
    transition: all 0.4s ease;
    border-radius: 10px;
}
.aisl-c7Con li:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.aisl-c7Con li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.aisl-c7List p {
    margin-top: 22px
}
.aisl-c7List p span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    vertical-align: middle
}
.aisl-c7List p a {
    font-size: 14px;
    display: inline-block;
    width:297px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    margin-left: 15px;
    vertical-align: middle
}
.aisl-c7List p a:hover {
    color: #0066ff
}
/* ========= 移动端适配 ========= */
@media (max-width: 1200px) {
    .aisl-c1Con { flex-direction: column; align-items: center; }
    .aisl-c1L { width: 100%; max-width: 420px; }
    .aisl-c1R { grid-template-columns: 1fr; }
    .aisl-c2Con { grid-template-columns: 1fr; }
    .aisl-c3Con { grid-template-columns: repeat(2,1fr); }
    .aisl-c4Con { grid-template-columns: repeat(3,1fr); gap:30px; }
    .aisl-c6Con { grid-template-columns: repeat(2,1fr); gap:40px; }
    .aisl-c7Con { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
    .aisl-banCon h2 { font-size: 36px; }
    .aisl-banCon p { width:100%; }
    .aisl-banBtn { flex-wrap: wrap; gap:20px; }
    .aisl-c1Con { flex-direction: column; }
    .aisl-c1L { width:100%; }
    .aisl-c3Con { grid-template-columns: 1fr; }
    .aisl-c4Con { grid-template-columns: repeat(2,1fr); }
    .aisl-c6Con { grid-template-columns: 1fr; }
    .aisl-c7Con { grid-template-columns: 1fr; }
    .aisl-more { width:100%; }
    .aisl-more a { margin:10px 0; display:block; }
    .aisl-c2Con li { flex-direction:column; height:auto; }
    .aisl-banner{min-height: 400px !important}
    .aisl-banCon{padding-top: 80px}
    .aisl-banCon p{margin-top: 20px;margin-bottom: 30px}
}
@media (max-width: 576px) {
    .aisl-tit { font-size:24px; }
    .aisl-con1, .aisl-con2, .aisl-con3, .aisl-con4, .aisl-con6, .aisl-con7 {
        padding:60px 0;
    }
    .aisl-c1BtnWrap { flex-direction:column; align-items: center; }
    .aisl-c1L a {text-align:center; }
    .aisl-c4Con { grid-template-columns: 1fr; }
}
