
    /* 全局重置：去掉li圆点 */
ul, ol { list-style: none; padding-left: 0; margin: 0; }
body{ font-family: pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important; background:#fff; }
a{ text-decoration:none; }

/* 容器最大宽度1350px */
.hwy-container { max-width: 1350px; margin: 0 auto; padding: 0 15px; }
/* 每部分上下padding 80px */
.hwy-section { padding: 80px 0; }
@media (max-width: 768px) {
    .hwy-section { padding: 50px 0; }
}
/* 大标题30px 居中 */
.hwy-tit { font-size: 30px; font-weight: 700; text-align: center; color:#000; }
@media (max-width: 576px) {
    .hwy-tit { font-size: 24px; }
}
.hwy-tit1 { text-align:center; font-size:0.95rem; color:#666; margin-top:0.5rem; }

/* ===== 所有小图标颜色变为 #0066ff（不包含证书图片） ===== */
.hwy-step-item img,
.hwy-reason-card img,
.hwy-product-icon img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(4329%) hue-rotate(210deg) brightness(98%) contrast(105%);
}
/* 证书图片保持原色，不加滤镜 */
.hwy-about-left img {
    filter: none;
}

/* ===== Banner ===== */
.hwy-banner {
    background: url('images/hwy-banner.jpg') no-repeat top center;
    background-size: cover;
    padding: 100px 0 50px;
    min-height: 449px;
    margin-top: 60px;
}
.hwy-banner-txt {
    text-align: left;
    width: 100%;
}
.hwy-banner-txt h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-align: left;
}
.hwy-banner-txt p {
    font-size: 1rem;
    color: #333;
    max-width: 580px;
    line-height: 1.8;
    margin: 30px 0;
    text-align: left;
}
.hwy-banner-txt p .hwy-highlight { color: #0066ff; }
.hwy-banner-btn {
    text-align: left;
}
.hwy-banner-btn a {
    display: inline-block;
    width: 141px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0066ff;
    color: #fff;
    margin-right: 20px;
    border-radius: 4px;
    padding: 0 20px;
    transition: all 0.3s ease;
}
.hwy-banner-btn a:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,255,0.3);
}
.hwy-banner-btn a:first-child {
    background: transparent;
    border: 1px solid #333;
    color: #333;
}
.hwy-banner-btn a:first-child:hover {
    background: rgba(0,102,255,0.05);
    border-color: #0066ff;
    color: #0066ff;
    transform: translateY(-2px);
    box-shadow: none;
}

/* ===== 步骤流程 ===== */
.hwy-step-wrap { margin: 50px 0; }
.hwy-step-item {
    text-align: center;
    padding: 0.5rem;
}
.hwy-step-item img {
    height: auto;
    margin-bottom: 0.5rem;
}
.hwy-step-item p {
    font-size: 0.95rem;
    color: #333;
    margin: 0;
    text-align: justify;
    text-align-last: center;
    word-break: break-word;
}
.hwy-step-item .hwy-step-link {
    color: #0066ff;
    font-size: 0.95rem;
}
.hwy-step-row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}
.hwy-step-row .hwy-step-item {
    flex: 1;
    min-width: 0;
}
.hwy-step-text {
    text-align: justify;
    text-align-last: center;
    word-break: break-word;
}
.hwy-btn-group {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.hwy-btn-group a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.95rem;
    border-radius: 8px;
    padding: 0 25px;
    transition: all 0.3s ease;
}
.hwy-btn-group .hwy-btn-primary {
    background: #0066ff;
    color: #fff;
}
.hwy-btn-group .hwy-btn-primary:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,255,0.3);
    color: #fff;
}
.hwy-btn-group .hwy-btn-outline {
    background: #fff;
    border: 1px solid #dee3f6;
    color: #333;
}
.hwy-btn-group .hwy-btn-outline:hover {
    border-color: #0066ff;
    color: #0066ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,255,0.1);
}

/* ===== 关于华为云 ===== */
.hwy-about-bg { background: #f9faff; }
.hwy-about-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.hwy-about-row {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
}
.hwy-about-left {
    flex: 0 0 260px;
    text-align: center;
}
.hwy-about-left img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.hwy-about-left p {
    background: #eee;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #333;
}
.hwy-about-right {
    flex: 1;
    min-width: 280px;
}
.hwy-about-text {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.8;
    text-indent: 2em;
    text-align: justify;
}
.hwy-choose-title {
    font-size: 1.1rem;
    color: #0066ff;
    font-weight: 700;
    margin-top: 1.5rem;
    text-align: center;
}
.hwy-reason-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-top: 1rem;
}
.hwy-reason-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 18px rgba(0,102,255,0.1);
    cursor: default;
    border: 1px solid transparent;
}
.hwy-reason-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,102,255,0.12);
    border-color: #0066ff;
}
.hwy-reason-card img {
    height: auto;
    flex-shrink: 0;
}
.hwy-reason-card .hwy-reason-text h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 4px 0;
}
.hwy-reason-card .hwy-reason-text p {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}
@media (max-width: 992px) {
    .hwy-reason-grid { grid-template-columns: repeat(2, 1fr); }
    .hwy-about-left { flex: 0 0 100%; }
}
@media (max-width: 576px) {
    .hwy-reason-grid { grid-template-columns: 1fr; }
    .hwy-reason-card { padding: 1rem; }
}

/* ===== 热门产品 ===== */
.hwy-product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
    margin-top: 2rem;
}
.hwy-product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
    padding: 1.8rem 0.5rem;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hwy-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,102,255,0.15);
    border-color: #0066ff;
}
.hwy-product-card .hwy-product-icon {
    width: 54px;
    height: 54px;
    border: 2px solid #0066ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}
.hwy-product-card .hwy-product-icon img {
    max-width: 28px;
    height: auto;
}
.hwy-product-card h2 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.hwy-product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0066ff;
    border-radius: 12px;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.hwy-product-card:hover .hwy-product-hover {
    opacity: 1;
}
.hwy-product-hover h2 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px 0;
}
.hwy-product-hover p {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.9);
    margin: 0;
    line-height: 1.5;
}
@media (max-width: 1200px) {
    .hwy-product-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 992px) {
    .hwy-product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 576px) {
    .hwy-product-grid { grid-template-columns: repeat(2, 1fr); }
    .hwy-product-card { min-height: 120px; padding: 1.2rem 0.3rem; }
    .hwy-product-card .hwy-product-icon { width: 44px; height: 44px; }
    .hwy-product-card .hwy-product-icon img { max-width: 22px; }
}

/* ===== 其他云产品代理 ===== */
.hwy-partner-bg { background: #f9faff; }
.hwy-partner-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.2rem;
    margin-top: 2rem;
}
.hwy-partner-item {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 0.8rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-align: center;
}
.hwy-partner-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,102,255,0.10);
    border-color: #0066ff;
}
.hwy-partner-item .hwy-partner-name {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}
.hwy-partner-item .hwy-partner-name .hwy-discount {
    font-size: 1.1rem;
    color: #0066ff;
    font-weight: 700;
}
.hwy-partner-item a {
    background: #0066ff;
    color: #fff;
    padding: 0.3rem 2rem;
    border-radius: 8px;
    font-size: 0.8rem;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-block;
}
.hwy-partner-item a:hover {
    background: #0052cc;
    transform: scale(1.05);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,102,255,0.3);
}
@media (max-width: 992px) {
    .hwy-partner-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 576px) {
    .hwy-partner-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .hwy-banner { min-height: auto; padding: 40px 0 30px; }
    .hwy-banner-txt h1 { font-size: 1.8rem; }
    .hwy-banner-txt p { max-width: 100%; }
    .hwy-btn-group { gap: 30px; }
    .hwy-step-row { flex-wrap: wrap; }
    .hwy-step-row .hwy-step-item { flex: 0 0 50%; }
}
@media (max-width: 576px) {
    .hwy-banner-btn a { width: 100px; margin-right: 10px; font-size: 0.85rem; }
    .hwy-step-row .hwy-step-item { flex: 0 0 100%; }
}
