/* 当前位置 */
.location {
    padding: 20px 0;
    background: #f5f5f5;
}

.location .container {
    width: 1200px;
    margin: 0 auto;
}

.location p {
    font-size: 14px;
    color: #666;
}

/* 列表区域 */
.list_section {
    padding: 40px 0;
}

.list_section .container {
    width: 1200px;
    margin: 0 auto;
}

/* zxal_top 区域 */
.zxal_top {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px 0;
    background: #f9f9f9;
}

.zxal_top_left,
.zxal_top_right,
.zxal_top_about,
.zxal_top_tel {
    float: left;
    width: 25%;
}

.zxal_top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zxal_top ul li {
    margin-bottom: 10px;
}

.zxal_top ul li:last-child {
    margin-bottom: 0;
    font-weight: bold;
    color: #999;
}

.zxal_top ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.zxal_top ul li a:hover {
    color: #c9a961;
}

.zxal_top_tel ul li:first-child {
    font-size: 24px;
    color: #c9a961;
    font-weight: bold;
}

.zxal_top_tel ul li:nth-child(2) {
    font-size: 13px;
    color: #999;
    line-height: 1.4;
}

.zxal_top_tel ul li img {
    width: 100px;
    height: 100px;
}

/* 筛选条件 */
.filter {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
}

.filter dl {
    margin-bottom: 15px;
    overflow: hidden;
}

.filter dl:last-child {
    margin-bottom: 0;
}

.filter dt {
    float: left;
    width: 80px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.filter dd {
    float: left;
    line-height: 30px;
}

.filter dd a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.filter dd a:hover,
.filter dd a.cur {
    color: #fff;
    background: #c9a961;
}

/* 案例列表 */
.list_content {
    overflow: hidden;
}

.list_item {
    float: left;
    width: 380px;
    margin: 0 20px 30px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.list_item:nth-child(3n) {
    margin-right: 0;
}

.list_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.list_item:hover .list_img img {
    transform: scale(1.1);
}

.list_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.list_info {
    padding: 20px;
}

.list_info h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: normal;
}

.list_info h3 a {
    color: #333;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_info h3 a:hover {
    color: #c9a961;
}

.list_info p {
    margin: 0 0 15px 0;
    font-size: 13px;
    color: #999;
}

/* 分页 */
.page {
    margin-top: 40px;
    text-align: center;
    clear: both;
}

.page a,
.page span {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
}

.page a:hover,
.page .thisclass {
    color: #fff;
    background: #c9a961;
    border-color: #c9a961;
}

.page .thisclass {
    cursor: default;
}

/* 底部样式 - 使用 !important 确保覆盖原有样式 */
.footer {
    padding: 85px 0 100px 0 !important;
    position: relative;
    background: #000 !important;
    color: #999 !important;
    clear: both;
}

.footer .container {
    width: 1200px;
    margin: 0 auto;
}

.footer_top {
    overflow: hidden;
    margin-bottom: 50px;
}

.footer_nav {
    float: left;
    width: 60%;
}

.footer_nav a {
    color: #999 !important;
    margin-right: 10px;
}

.footer_nav a:hover {
    color: #fff !important;
}

.footer_lx {
    float: right;
    text-align: right;
}

.footer_lx p {
    margin-bottom: 10px;
    color: #999;
}

.footer_b {
    overflow: hidden;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.footer_b_l {
    float: left;
    color: #999;
}

.footer_b_r {
    float: right;
}

.footer_b_r .wx {
    text-align: center;
}

.footer_b_r .wx img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 10px;
}

.footer_b_r .wx p {
    color: #999;
    font-size: 13px;
}

/* 悬浮客服 */
.float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.float_kf {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.float_kf .kftitle {
    padding: 10px 15px;
    background: #f5f5f5;
    cursor: pointer;
    overflow: hidden;
}

.float_kf .kftitle span {
    float: left;
    font-size: 14px;
    color: #333;
}

.float_kf .kftitle i {
    float: right;
    width: 20px;
    height: 20px;
    background: url('/template/pc/yangshi/images/arrow.png') no-repeat center;
}

.float_kf .kfcon {
    display: none;
    padding: 15px;
}

.float_kf .kfcon dl {
    margin-bottom: 15px;
}

.float_kf .kfcon dl:last-child {
    margin-bottom: 0;
}

.float_kf .kfcon dt {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

.float_kf .kfcon dd {
    font-size: 13px;
}

.float_kf .kfcon dd img {
    width: 80px;
    height: 80px;
}

.fhdb {
    display: block;
    width: 40px;
    height: 40px;
    background: #c9a961;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
}

/* 响应式 */
@media (max-width: 1200px) {
    .location .container,
    .list_section .container,
    .footer .container {
        width: 96%;
        padding: 0 2%;
    }
    
    .list_item {
        width: 48%;
        margin-right: 4%;
    }
    
    .list_item:nth-child(3n) {
        margin-right: 4%;
    }
    
    .list_item:nth-child(2n) {
        margin-right: 0;
    }
    
    .zxal_top_left,
    .zxal_top_right,
    .zxal_top_about,
    .zxal_top_tel {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .list_item {
        width: 100%;
        margin-right: 0;
    }
    
    .filter dt {
        width: 60px;
    }
    
    .zxal_top_left,
    .zxal_top_right,
    .zxal_top_about,
    .zxal_top_tel {
        width: 100%;
    }
    
    .footer_nav,
    .footer_lx {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer_b_l,
    .footer_b_r {
        float: none;
        text-align: center;
    }
}
