/* 全局样式 */
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    background-color: #f8f8f8;
}

/* 标题样式 */
.title {
    text-align: center;
    margin: 40px 0;
    font-size: 28px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #1E9FFF;
}

/* 服务项目样式 */
.service-item {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
    height: 100%;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-item h3 {
    margin: 15px 0;
    font-size: 18px;
    color: #333;
}

.service-item ul {
    text-align: left;
    padding-left: 20px;
    margin: 15px 0;
    font-size: 14px;
    color: #666;
}

.service-item li {
    margin-bottom: 8px;
}

/* 案例卡片 */
.case-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.case-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-card h4 {
    padding: 15px;
    font-size: 18px;
    margin: 0;
}

.case-card p {
    padding: 0 15px 15px;
    color: #666;
    margin: 0;
}

.metal-text {
    background: linear-gradient(
            to bottom,
            #777 0%,
            #999 50%,
            #ccc 51%,
            #999 100%
    );
    -webkit-background-clip: text;
    color: transparent;
    text-shadow:
            1px 1px 1px rgba(255,255,255,0.5),
            -1px -1px 1px rgba(0,0,0,0.3);
    font-size: 2.0rem;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .layui-carousel {
        height: 300px !important;
    }

    .service-item, .case-card {
        margin-bottom: 20px;
    }
}


.case{
    margin-top: 20px;
    font-size: 20px;
    font-family:sans-serif;
}
.info{
    margin-top: 10px;
}

/* 自定义样式 */
.carousel-dialog {
    padding: 20px;
    text-align: center;
}
.carousel-container {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.carousel-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 1s;
    background-size: cover;
    background-position: center;
}
.carousel-item.active {
    opacity: 1;
}
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}
.carousel-control.prev {
    left: 20px;
}
.carousel-control.next {
    right: 20px;
}
.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.carousel-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}
.carousel-indicator.active {
    background-color: #fff;
}

.company-profile {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.profile-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.profile-header h2 {
    color: #2c3e50;
    font-size: 28px;
    margin-bottom: 10px;
}

.subtitle {
    color: #7f8c8d;
    font-size: 16px;
}

.company-intro {
    margin-bottom: 30px;
    line-height: 1.8;
    color: #34495e;
}

.business-services {
    margin-bottom: 40px;
}

.business-services h3 {
    color: #2c3e50;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3498db;
}

.service-item {
    margin-bottom: 25px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.service-item:hover {
    background: #f1f9fe;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-item h4 {
    color: #2980b9;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.service-item ul {
    padding-left: 20px;
    color: #34495e;
}

.service-item li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.company-advantage {
    background: #f8fafc;
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #3498db;
}

.company-advantage h3 {
    color: #2c3e50;
    font-size: 22px;
    margin-bottom: 15px;
}

.company-advantage ul {
    padding-left: 20px;
}

.company-advantage li {
    margin-bottom: 10px;
    color: #34495e;
}







