/* 全局样式 */
body {
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

/* 导航栏 */
.layui-header {
    height: 60px;
    line-height: 60px;
    background-color: #393D49;
}

.layui-header .layui-nav-item a {
    color: #fff;
}

/* 首页轮播图 */
#home-carousel {
    height: 500px;
    margin: 20px 0;
}

#home-carousel img {
    height: 500px;
}

/* 产品展示 */
.product-item {
    margin-bottom: 30px;
}

.product-item .product-img {
    float: left;
    margin-right: 20px;
}

.product-item .product-desc {
    overflow: hidden;
}

.product-item .product-desc h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.product-item .product-desc p {
    font-size: 16px;
    margin-bottom: 10px;
}

/* 关于我们 */
.about-us {
    margin: 50px 0;
    text-align: center;
}

.about-us .title {
    font-size: 32px;
}
/* 新闻中心 */
.news-item-list {
    list-style: none;
    margin: 20px 0;
}

.news-item {
    margin-bottom: 20px;
}

.news-title {
    font-size: 18px;
    color: #333;
}

.news-date {
    margin-left: 10px;
    color: #999;
}

/* 联系我们 */
.contact-us {
    margin: 50px 0;
    text-align: center;
}

.contact-us .title {
    font-size: 32px;
    margin-bottom: 20px;
}

.contact-us p {
    font-size: 16px;
    margin-bottom: 10px;
}