@charset "utf-8";

body {
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.range-con {
    padding: 80px 0 100px;
    background: linear-gradient(180deg, #fafbfc 0%, #ffffff 100%);
}

.range-title {
    font-size: 42px;
    font-weight: 300;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 8px;
}

.range-title span {
    border: none;
    padding-bottom: 0;
    position: relative;
}

.range-title span::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c9a962, #e8d5a3);
    border-radius: 2px;
}

.range-title-small {
    font-size: 16px;
    color: #888;
    text-align: center;
    letter-spacing: 4px;
    margin-top: 30px;
    font-weight: 300;
}

.range-consul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.range-consul li {
    width: calc(33.333% - 15px);
    cursor: pointer;
    margin-bottom: 30px;
}

.range-img {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.range-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.range-consul li:hover .range-img {
    box-shadow: 0 20px 50px rgba(201, 169, 98, 0.2);
    transform: translateY(-5px);
}

.range-consul li:hover .range-img img {
    transform: scale(1.05);
}

.range-desc {
    width: 100%;
    min-height: auto;
    padding: 25px 30px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    margin-top: -5px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.range-desc-tit {
    font-size: 18px;
    color: #1a1a2e;
    text-align: left;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.range-desc-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.range-consul li:hover .range-desc {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 100%);
}

.range-consul li:hover .range-desc-tit {
    color: #c9a962;
}

.range-consul li:hover .range-desc-text {
    color: rgba(255, 255, 255, 0.8);
}

.recommend-con {
    width: 100%;
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
}

.recommend-title {
    font-size: 42px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 8px;
}

.recommend-title span {
    border: none;
    padding-bottom: 0;
    position: relative;
}

.recommend-title span::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c9a962, #e8d5a3);
    border-radius: 2px;
}

.recommend-content {
    position: relative;
    margin-top: 80px;
    height: 380px;
}

.recommend-img {
    width: 48%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.recommend-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.recommend-img:hover img {
    transform: scale(1.05);
}

.recommend-desc {
    width: 48%;
    height: 380px;
}

.flex-vcenter {
    display: flex;
    align-items: center;
}

.recommend-desc-tit {
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    color: #c9a962;
    font-weight: 500;
    background: rgba(201, 169, 98, 0.15);
    border: 1px solid rgba(201, 169, 98, 0.3);
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.recommend-desc-text {
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.recommend-desc-text:hover {
    color: #c9a962;
}

.recommend-desc-sub_text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

.recommend-desc-sign {
    margin-top: 25px;
    text-align: left;
}

.recommend-desc-sign span {
    padding: 12px 28px;
    border: 1px solid rgba(201, 169, 98, 0.5);
    border-radius: 30px;
    font-size: 14px;
    color: #c9a962;
    transition: all 0.3s ease;
    cursor: pointer;
}

.recommend-desc-sign span:hover {
    background: #c9a962;
    color: #1a1a2e;
}

.recommend-content .prev,
.recommend-content .next {
    position: absolute;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    left: -70px;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 2px solid rgba(201, 169, 98, 0.3);
}

.recommend-content .next {
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: -70px;
}

.recommend-content .prev:hover,
.recommend-content .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(201, 169, 98, 0.2);
    border-color: #c9a962;
}

.partner-con {
    padding: 80px 0 100px;
    background: #fafbfc;
}

.partner-content {
    margin-top: 60px;
}

.more-case {
    background: #fff;
}

.more-case .range-title {
    width: auto;
    margin: 0 auto;
    background: transparent;
    padding: 80px 0 20px;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 8px;
}

.case-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-content ul li {
    width: calc(33.333% - 15px);
    height: auto;
    margin: 25px 0 0 0;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.case-content ul li:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(201, 169, 98, 0.15);
}

.case-content ul li img {
    width: 100%;
    height: 220px;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.case-content ul li:hover img {
    transform: scale(1.05);
}

.case-content ul li .content {
    height: auto;
    padding: 30px 25px;
    box-sizing: border-box;
}

.case-content ul li .content .ti {
    font-size: 17px;
    line-height: 1.5;
    color: #1a1a2e;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.case-content ul li:hover .content .ti {
    color: #c9a962;
}

.case-content ul li .content .text {
    padding-top: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gallery-con {
    background: linear-gradient(180deg, #fafbfc 0%, #f0f2f5 100%);
    padding-bottom: 80px;
}

.gallery-con .range-title {
    width: auto;
    margin: 0 auto;
    background: transparent;
    padding: 80px 0 20px;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 8px;
}

.gallery-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-content ul li {
    width: calc(33.333% - 15px);
    height: 250px;
    margin: 25px 0 0 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.gallery-content ul li:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.gallery-content ul li a,
.gallery-content ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.gallery-content ul li:hover a img {
    transform: scale(1.1);
}

.bottom {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 100%);
    padding: 60px 0;
    font-size: 14px;
    color: #fff;
}

.bottom-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-contact {
    flex: 1;
}

.bottom-contact-tel {
    display: flex;
    margin-bottom: 25px;
}

.contact-tel {
    flex: 1;
}

.contact-tel p {
    line-height: 40px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 300;
}

.contact-tel p.shake {
    animation: shake 0.6s ease;
    color: #e8d5a3 !important;
}

.contact-tel p a {
    color: #c9a962;
    transition: color 0.3s ease;
}

.contact-tel p a:hover {
    color: #e8d5a3;
}

.bottom-code {
    width: 200px;
    text-align: center;
}

.bottom-code-img {
    margin: 0 auto 15px;
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.bottom-code-img img {
    width: 100%;
    height: 100%;
}

.bottom-code-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    letter-spacing: 1px;
}

.footer {
    background: #0a0a14;
    padding: 20px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    letter-spacing: 1px;
}

.footer p {
    margin: 5px 0;
}

.footer a {
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 992px) {
    .range-consul li {
        width: calc(50% - 10px);
    }
    
    .case-content ul li,
    .gallery-content ul li {
        width: calc(50% - 10px);
    }
    
    .recommend-img,
    .recommend-desc {
        width: 100%;
        height: auto;
    }
    
    .recommend-content {
        height: auto;
    }
    
    .recommend-desc-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .range-consul li {
        width: 100%;
    }
    
    .case-content ul li,
    .gallery-content ul li {
        width: 100%;
    }
    
    .range-title,
    .recommend-title,
    .more-case .range-title,
    .gallery-con .range-title {
        font-size: 30px;
        letter-spacing: 4px;
    }
    
    .banner-con {
        width: 90%;
        right: 5%;
        padding: 25px;
    }
    
    .banner-con-tit {
        font-size: 20px;
    }
    
    .banner-con-desc,
    .banner-con-text {
        font-size: 14px;
    }
    
    .font-big {
        font-size: 28px;
    }
    
    .font-middle {
        font-size: 24px;
    }
    
    .font-small {
        font-size: 20px;
    }
    
    .navlist li > a {
        padding: 0 15px;
        font-size: 13px;
    }
    
    .logo {
        width: 140px;
        height: 35px;
    }
}

@media screen and (max-width: 480px) {
    .navlist li > a {
        padding: 0 8px;
        font-size: 12px;
        letter-spacing: 0;
    }
    
    .header {
        height: 70px;
    }
    
    .nav {
        height: 70px;
    }
    
    .navlist li > a {
        height: 70px;
        line-height: 70px;
    }
    
    .logo {
        margin-top: 17px;
        width: 120px;
        height: 30px;
    }
    
    .banner .bd li {
        height: 400px;
    }
    
    .banner-con {
        padding: 20px;
    }
    
    .banner-con-tit {
        font-size: 18px;
        padding-bottom: 15px;
    }
    
    .banner-con-desc {
        padding: 15px 0;
    }
    
    .banner-con-text {
        padding-top: 15px;
    }
}
