/* 开云网站自定义样式 */

/* 基础字体和排版优化 */
body {
    font-family: "Helvetica Neue", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

/* 标题样式优化 */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", "Microsoft YaHei", Arial, sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

/* 卡片式设计元素 - 为内容块添加阴影和圆角 */
.home-advantage .box, .home-case .box, .liqi .box, .yycj .box {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.home-advantage .box:hover, .home-case .box:hover, .liqi .box:hover, .yycj .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* 强调色和醒目内容 */
.highlight {
    color: #0056b3;
    font-weight: 600;
}

.home-title .title {
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}

.home-title .line {
    height: 3px;
    width: 60px;
    background: #0056b3;
    margin: 0 auto 30px;
}

/* 改善移动端排版 */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    
    .home-title .title {
        font-size: 24px;
    }
    
    h1 {font-size: 24px;}
    h2 {font-size: 20px;}
    h3 {font-size: 18px;}
    h4 {font-size: 16px;}
    h5 {font-size: 15px;}
    h6 {font-size: 14px;}
}

/* 按钮美化 */
.fmBnt-01 a:hover, .fmBnt-01 span:hover, .fmMore-01 a:hover, .fmMore-01 span:hover,
.returnList a:hover, .moreBtn a:hover, .moreBtn span:hover {
    background: #004080;
    border-color: #004080;
    box-shadow: 0 5px 15px rgba(0,86,179,0.3);
    transform: translateY(-2px);
}

/* 改善表单元素样式 */
input[type=text], input[type=email], input[type=password], textarea {
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 2px rgba(0,86,179,0.2);
    outline: none;
}

/* 改善文字可读性 */
.info, .text, p {
    color: #555;
    line-height: 1.8;
}

/* 优化列表样式 */
.list li {
    position: relative;
    margin-bottom: 10px;
}
