* {
    margin: 0;
    padding: 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.nav.stricked-menu {
    position: fixed;
    background-color: #fff;
    border-bottom: none !important;
}

.nav.stricked-menu .nava .a1,
.nav.stricked-menu .logo {
    color: #333 !important;
}

.nav.stricked-menu .has-children {
    float: left;
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.xs {
    position: absolute;
    border: 0;
    left: 26px;
    width: 200px;
    text-align: left;
    background-color: #fff;
    border-top: 2px solid #333;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transform: perspective(300px) scaleY(0) translateZ(30px);
}

.has-children:hover .xs {
    transform: perspective(300px) scaleY(1) translateZ(0);
    visibility: visible;
    opacity: 1;
}

.xs li {
    width: auto !important;
    max-width: 100% !important;
    text-align: left !important;
    transition: all 500ms ease;
    line-height: 2;
}

.has-children span {
    font-size: 16px;
    color: #fff;
}

.has-children .xs span {
    color: #333;
}

.nav.stricked-menu .has-children span {
    font-size: 16px;
    color: #333;
}

.xs li a {
    display: block;
    color: #333;
    font-size: 16px;
    word-break: break-all;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 500ms;
}

.xs li:hover a {
    background-color: #aaa081;
}

.xs li:hover a span {
    color: #fff;
    -webkit-transition: all 500ms;
}

ul.submenu.clearfix {
    display: flex;
    flex-direction: column;
}

.xs ul>li+li {
    border-top: 1px solid rgba(37, 41, 48, 0.15);
}

.ss {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.ss::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 19px;
    background: #fff;
    content: '';
    /* display: inline-block; */
    transform: translate(0, -50%);
}

.nav.stricked-menu .ss::before {
    background: #333;
}













.swiper-container {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #000; */
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 8s ease-out;
    filter: brightness(0.7);
}

.swiper-slide-active .slide-background {
    transform: scale(1);
}

.slide-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 1s ease-out 0.5s;
}

.slide-desc {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out 0.8s;
}

.slide-link {
    background: #aaa081;
    margin: 32px 10px;
    padding: 8px 36px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-link:first-child {
    border: 2px solid #aaa081;
    background: none;
}

.slide-btn {
    display: flex;
}

.slide-link a {
    color: #fff;
}

.swiper-slide-active .slide-title,
.swiper-slide-active .slide-desc {
    opacity: 1;
    transform: translateY(0);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
    width: 30px;
    border-radius: 6px;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .slide-title {
        font-size: 2rem;
    }

    .slide-desc {
        font-size: 16px;
    }
}

.cp {
    padding: 120px 0 120px;
    position: relative;
    background: url(/static/jzweb2/pc/collection-bg.jpg) no-repeat center fixed;
    background-size: cover !important;
}

.cp-title {
    display: flex;
    justify-content: space-between;
}

.cp-left {
    font-family: "Karla", sans-serif;
}

.cp-left p {
    font-size: 17px;
    line-height: 17px;
    color: #aaa081;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.cp-left p::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #aaa081;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.features .cp-left h2 {
    font-size: 26px;
    margin: 0;
    margin-top: 25px;
    color: #252930;
}

.cp .cp-left h2,
.collect .cp-left h2,
.growth .cp-left h2 {
    color: #fff;
}

a.more-post__link {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #252930;
    flex-wrap: wrap;
    line-height: 1.2em;
    padding: 0 22px;
    text-transform: uppercase;
}

.cp a.more-post__link,
.collect a.more-post__link,
.growth a.more-post__link {
    color: #fff;
}

a.more-post__link:hover {
    color: #252930;
}

.cp a.more-post__link:hover,
.collect a.more-post__link:hover,
.growth a.more-post__link:hover {
    color: #fff;
}

.curved-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    width: 100px;
    font-size: 8px;
    color: #aaa081;
    text-transform: uppercase;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.more-post__link:hover .curved-circle {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.cp-nr {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    position: relative;
}


.cp-swiper {
    width: 76%;
    display: flex;
    justify-content: space-between;
}

.cp-item {
    height: 435px;
    display: flex;
    position: relative;
}

.cp-top {
    height: 300px;
    width: 20%;
}

.cp-top a {
    display: block;
    /* padding: 10px 0; */
    line-height: 4;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.pro-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-tu img {
    width: auto;
    height: auto;
}

a.cp-act {
    color: #aaa081;
}

.arrow {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding-top: 6px;
    margin-left: 15px;
    background: #333;
}

.arrow::before {
    position: absolute;
    content: '';
    border-top: 1px solid;
    height: 0;
    width: 60px;
    margin-top: 3px;
    transition: width .35s, opacity .35s;
    opacity: 0.4;
    margin-left: 6px;
}

.cp-top a:hover .arrow::before,
.cp-top a.cp-act .arrow::before {
    width: 100px;
    opacity: 1;
}

.cp-top a span {
    width: 100px;
    display: inline-block;
}

.arrow-right::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid;
    border-left: 1px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
}

.cp-top .arrow::after {
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}

.cp-top a:hover .arrow-right::after,
.cp-top a.cp-act .arrow-right::after {
    opacity: 1;
}

.fe-bg {
    background: #efefef;
    margin-top: 50px;
    padding: 50px 0;
}

.fe-bg .features-li {
    margin: 0;
}

.arrow-right {
    background: none;
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cp .swiper-button-next,
.cp .swiper-button-prev {
    top: auto;
    bottom: var(--swiper-navigation-top-offset, 0%) !important;
    width: 58px;
    height: 43px;
    border: 1px solid #aaa081;
    border-radius: 3px;
}

.cp .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 80px);

}

.cp .swiper {
    position: static;
}

.cp .swiper-button-next:after,
.cp .swiper-button-prev:after {
    font-size: 15px;
    color: #aaa081;
    font-weight: bold;
}

.cp .swiper-pagination {
    display: none;
}

.cp-bottom {
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 25px);
    background: #fff;
    height: 69px;
    box-shadow: 0 20px 50px 0 rgba(33, 37, 43, 0.1);
}

.cp-item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cp-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-line {
    position: relative;
}

.line {
    position: absolute;
    width: 2px;
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    transform: translateX(-50%);
    animation: moveDown 3s linear infinite;
}

.line-1 {
    animation-delay: 0s;
    top: -60px;
}

.line-2 {
    animation-delay: 1.5s;
    top: -60px;
}

@keyframes moveDown {
    0% {
        top: -60px;
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100px;
        opacity: 0;
    }
}

.cp-photo {
    position: relative;
}

.cp-photo::after,
.about-img::after {
    content: "";
    width: 150%;
    height: 200%;
    position: absolute;
    top: -100%;
    left: -180%;
    z-index: 11;
    transition: 1s;
    transform: rotate(30deg) scale(1.2);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 100%);
}

.cp-item:hover .cp-photo::after,
.about-img:hover::after {
    top: 100%;
    left: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/* 简介 */
.about {
    padding: 120px 0 120px;
    position: relative;
    background-size: cover;
    background: #F8FAFC;
}

.about-line {
    position: absolute;
    width: 2px;
    height: 110px;
    background: #aaa081;
    left: 50%;
    top: -55px;
    transform: translate(-50%, 0);
}

.about-nr {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.about-text {
    position: absolute;
    top: 0;
    height: 600px;
    right: 0;
    width: 100%;
}

.about-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.about-dnone {
    width: 50%;
}

.about-p {
    width: 44%;
    height: 100%;
    margin-top: 60px;
}

.about-img {
    height: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
}

.about-title p {
    font-size: 17px;
    line-height: 17px;
    color: #aaa081;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.about-title h2 {
    font-size: 30px;
    margin: 0;
    margin-top: 25px;
    color: #252930;
}

.about-title p::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #aaa081;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about-bottom {
    font-size: 16px;
    line-height: 2;
    margin-top: 50px;
    padding-bottom: 50px;
}

.about-btn {
    background: #aaa081;
    padding: 5px 0;
    margin-top: 40px;
    width: 130px;
    text-align: center;
    font-size: 15px;
}

.about-btn a {
    color: #fff;
}

/* 艺术特色 */
.features {
    padding: 120px 0 120px;
    position: relative;
    background: #F8FAFC;
}

.features-title {
    text-align: center;
}

.features-title p {
    font-size: 17px;
    line-height: 17px;
    color: #aaa081;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin: 0;
}

.features-title h2 {
    font-size: 35px;
    margin: 0;
    margin-top: 25px;
    color: #252930;
}

.features-nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features-li {
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.features-img {
    height: 320px;
}

.features-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 20px 50px 0 rgba(33, 37, 43, 0.2);
}

.features-text {
    height: 320px;
    background: #fff;
    padding: 20px;
}

.cp-left h2 {
    font-size: 35px;
}

.features .cp-left p::before {
    transform: translateX(-28%);
}

.features-xq {
    font-size: 16px;
    color: #555;
    line-height: 2;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制行数为3 */
    overflow: hidden;
}

.features-btn {
    margin-top: 40px;
    width: 128px;
    line-height: 2.5;
    text-align: center;
    font-size: 15px;
    background: #aaa081;
}

.features-btn a {
    color: #fff;
    text-align: center;
}

/* 收藏 */
.collect {
    padding: 150px 0 120px;
    position: relative;
    background: url(/static/jzweb2/pc/collection-bg.jpg)no-repeat center fixed;
}

.collect-nr {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.collect-li {
    width: 30%;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}

.collect-icon {
    margin-bottom: 20px;
}

.collect-h2 {
    font-size: 23px;
    margin: 0;
    font-weight: bold;
    margin: 0;
}

.collect-p {
    font-size: 16px;
    line-height: 2;
    margin-top: 16px;
    color: #777;
}

.collect-btn {
    margin-top: 20px;
    background: #aaa081;
    padding: 9px 28px;
    color: #fff;
}

.collect-btn a {
    color: #fff;
}

/* 新闻 */
.new {
    padding: 120px 0;
    background: #F8FAFC;
    position: relative;
}

.new-nr {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-item {
    width: 32%;
}

.new-img {
    height: 270px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.new-item:hover .new-img img {
    opacity: 0.5;
}

.new-mind {
    position: absolute;
    top: 40px;
    left: 40px;
    background: #fff;
    padding: 0 20px;
    display: flex;
    line-height: 45px;
    justify-content: center;
    align-items: center;
    color: #333;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
}

.new-mind img {
    width: auto !important;
    margin-right: 5px;
}

.new-item:hover .new-mind img {
    opacity: 1 !important;
}

.new-p span {
    color: #aaa081;
}

.new-p {
    box-shadow: 0 20px 50px 0 rgba(33, 37, 43, 0.1);
    padding: 40px;
    position: relative;
}

.new-p::before {
    content: '';
    width: 2px;
    height: 40px;
    background-color: #aaa081;
    position: absolute;
    top: -20px;
    right: 40px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.new-item:hover .new-p::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.new-p h2 {
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.7;
    overflow: hidden;
}

.new-p p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 2;
    color: #999;
    font-size: 16px;
}

.new-btn {
    color: #333;
    font-weight: bold;
}

/* 联系 */
.lx {
    padding: 120px 0 120px;
    position: relative;
}

.lx-nr {
    height: 300px;
    display: flex;
    justify-content: space-between;
}

.lx-left {
    width: 30%;
    font-size: 16px;
}

.lx-left p {

    margin-top: 40px;
}

.lx-right {
    border: 1px #aaa081 solid;
    width: 70%;
    border-radius: 10px;
}




/* 简介 */
.company-top {
    border-bottom: 1px solid #eee;
}

.company-menu {
    display: flex;
    justify-content: space-between;
    line-height: 51px;
}

.company-left {
    font-size: 14px;
    /* color: #999; */
}

.company-left a {
    color: #999;
}

.company-left .home {
    margin: -2px 1.25rem 0px 0px;
}

.link {
    position: relative;
}

.link::before {
    content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid rgb(153, 153, 153);
    margin: -2px 1.25rem 0px 0px;
}

.company-right {
    display: flex;
    gap: 46px;
}

.company-right a {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 50px;
    position: relative;
    transition: color 0.3s;
    position: relative;
}

.company-right a::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #aaa081;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.company-right a.company-act {
    color: #aaa081;
}

.company-right a.company-act::after {
    opacity: 1;
}

.company-right a:hover {
    color: #aaa081;
}

.company-nr {
    padding: 120px 0;
}

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

.company-text {
    width: 50%;
    padding-top: 60px;
}

.company-img {
     width: 44%;
    height: 880px;
    padding-top: 90px;
}

.company-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.growth {
    padding: 120px 0 120px;
    position: relative;
    background: url(/static/jzweb2/pc/collection-bg.jpg) no-repeat center fixed;

}

.licheng-bg {

    height: 736px;
}

.licheng-bg img {
    height: 518px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.growth .w1200 {
    height: 100%;
}

.growth .cp-left {
    margin: 0 auto;
    text-align: center;
}

.growth .cp-left p::before {
    display: none;
}

.about-fz {
    height: 600px;
}

.about-item {
    height: 100%;
    position: relative;
    width: 100%;
}

.about-por {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-por a {
    display: block;
    width: 100%;
    position: relative;
    height: 320px;
}

.lc-left {
    position: absolute;
}

.item1 .company-line,
.item3 .company-line {
    margin-bottom: 30px;
}

.company-line {
    height: 250px;
    width: 1px;
    display: block;
    background-color: #aaa081;
    position: relative;
    left: 30px;
}

.item1 .company-line::after,
.item3 .company-line::after {
    width: 25px;
    height: 25px;
    background-color: rgba(170, 160, 129, 0.8);
    display: block;
    content: "";
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
}

.item1 .company-line::after {
    bottom: -25px;
    left: -11px;
}

.item2 .lc-left .company-line:before {
    top: -25px;
    left: -11px;
}

.item3 .lc-left .company-line:after {
    bottom: -25px;
    left: -11px;
}

.item4 .lc-left .company-line:before {
    top: -25px;
    left: -11px;
}

.about-por .date {
    color: #aaa081;
    font-size: 30px;
}

.lc-right {
    position: absolute;
    left: 30px;
    width: 400px;
    height: 100%;
    display: table;
    text-align: left;
}

.item1 a {
    top: 50px;
}

.item2 a {
    top: 258px;
}

.item3 a {
    top: 136px;
}

.item4 a {
    top: 278px;
}

.item1 .lc-right {
    bottom: 68px;
    text-align: left;
}

.item2 .lc-right {
    top: 80px;
}

.item3 .lc-right {
    bottom: 100px;
}

.item4 .lc-right {
    top: 70px;
}

.lc-right .right-text {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.right-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.right-text p {
    font-size: 16px;
}

.item2 .company-line,
.item4 .company-line {
    margin-top: 30px;
    position: relative;
}

.item2 .lc-right,
.item4 .lc-right {
    width: 400px;
}

.item2 .company-line:before,
.item4 .company-line:before {
    width: 25px;
    height: 25px;
    background-color: rgba(170, 160, 129, 0.8);
    display: block;
    content: "";
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
}

/* 成长历程 */
.artistic {
    padding: 120px 0;
}

.artistic-bg {
    background: url(/static/jzweb2/pc/event-bg-1-1.jpg);
}

.artistic .cp-left,
.lc-nr .cp-left {
    margin: 0 auto;
    text-align: center;
}

.artistic .cp-left p::before,
.lc-nr .cp-left p::before {
    display: none;
}

.artistic-nr {
    padding: 250px 0;
    overflow: hidden;
    margin-top: 50px;
}

.artistic .swiper {
    overflow: unset;
}

.swiper-slide.artist-li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #e5e5e5;
}

.artist-item {
    position: absolute;
    left: 0;
    width: 280px;
    padding: 15px;
    white-space: normal;
    color: #555;
    background-color: rgba(170, 160, 129, 0.2);
    height: 216px;
    font-size: 15px;
    line-height: 1.7;
}

.swiper-slide.artist-li:nth-child(odd) .artist-item {
    top: -16px;
    transform: translateY(-100%);
    border-radius: 10px 10px 10px 0;
}

.swiper-slide.artist-li:nth-child(even) .artist-item {
    top: calc(100% + 16px);
}

.swiper-slide.artist-li:nth-child(odd) .artist-item::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: var(--white) transparent transparent transparent;
}

.swiper-slide.artist-li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #aaa081;
    z-index: 1;
    box-shadow: 0 0 0 5px rgba(170, 160, 129, 0.4);
}

.artist-item time {
    display: block;
    font-size: 22.4px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #aaa081;
}














/* 产品 */
.pro-nr {

    padding: 120px 0;
}

.pro-box {
    position: fixed;
    top: 0%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding-top: 20rem;
    max-height: 100vh;
    overflow-y: scroll;
    opacity: 0;
    scrollbar-width: none;
    transform: translateY(100%);
    transition: opacity 1s ease, transform 1s ease;
}

.pro-img {
    background: #fff;
    border-radius: 50px;
    width: 100%;
    padding: 32px;
    position: relative;
}

.pro-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.pro-top p span {
    margin-right: 10px;
    color: #999;
}

.pro-tu {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pro-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    color: #fff;
    right: -50px;
    cursor: pointer;
}

.pro-box.act {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1s ease;
    z-index: 2;
}

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

.pro-item {
    height: 500px;
    width: 31%;
    float: left;
    margin-right: 41px;
    margin-bottom: 41px;
}





















.xw {
    display: flex;
    flex-wrap: wrap;
    padding: 120px 0 90px;
}

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

.xw-li {
    width: 32%;
    margin-right: 24px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.xw-img {
    height: 288px;
    width: 100%;
    overflow: hidden;
}

.xw-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xw-p {
    padding: 18px;
}

.xw-p h2 {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    text-overflow: ellipsis;
    margin: 0;
    margin-top: 10px;
}

.xw-p span {
    color: #aaa081;
}

/* 联系我们 */
.contact {
    padding: 120px 0;
}

.contact .cp-left {
    margin: 0 auto;
    text-align: center;
}

.contact .cp-left p::before {
    display: none;
}

.contact .cp-left p {
    display: block;
}

.contact-nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.contact-left {
    width: 30%;
}

.contact-right {
    width: 70%;
}

.contact-left h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.contact-left p {
    font-size: 16px;
    color: #999;
    line-height: 2;
}


.about-fz .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-fz .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lx-tj {
    display: block;
    background: none;
    border: none;
    background: #aaa081;
    color: #fff;
    padding: 10px 32px;
    margin-top: 20px;
}




/* 咨询 */
.lx-user {
    width: 47%;
    height: 60px;
    border: 1px solid #E3E1DC;
    padding-left: 20px;
    margin-right: 45px;
}

.lx-tel {
    width: 47%;
    height: 60px;
    border: 1px solid #E3E1DC;
    padding-left: 20px;
}

.lx-ly {
    border: 1px solid #E3E1DC;
    height: 170px;
    padding: 15px 20px 15px 20px;
    width: 100%;
    margin-top: 20px;

}

.pc-hide {
    display: none;
}

/* 流程 */
.lc-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lc-flex {
    margin-top: 50px;
}

.lc-li {
    width: 30%;
    height: 300px;
    text-align: center;
    padding: 30px;
    background: #ececec;
}

.lc-li h2 {
    font-size: 25px;
}

.lc-li p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}

.lc-x {
    width: 57px;
    height: 2px;
    background: #aaa081;
    margin: 0 auto;
    margin: 20px auto;
}

.lc-bottom {
    background: #f6f6f9;
    padding: 120px 0;
}

.lc-item {
    width: 24%;
    height: 260px;
    text-align: center;
    background: #fff;
    padding: 30px;
}

.lc-item h2 {
    font-size: 21px;
}

.lc-item p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
    color: #666;
}

.gx-nr {
    margin-top: 50px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
}

.gx-li {
    height: 100%;
    width: 24%;
    margin-right: 20px;
}

.gx-img {
    height: 80%;
}

.gx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gx-p {
    height: 20%;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}

.cp-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    display: none;
    padding: 120px 0;
}

.cp-modal-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cp-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.cp-close:hover {
    color: #ff6b6b;
}

#zoomImage {
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.3s;
    max-width: 600px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#zoomImage:hover {
    transform: scale(1.02);
}

.cj-flex {
    display: flex;
    flex-wrap: wrap;
}
.cj-li {
    width: 23%;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
}
.cj-img {
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.cj-li:nth-child(4n){
    margin-right: 0;
}
.cj-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cj-name {
    font-size: 16px;
    padding-top: 20px;
}

.sc-li{
    width: 31%;
    margin-right: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
}
.sc-li:nth-child(3n){
    margin-right: 0;
}
.main p{
    text-align: center;
}




/* 拍卖 */
.pro-top h2 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.pro-top h2 span {
    background: #aaa081;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    padding: 5px 14px;
    /* margin-top: 5px; */
    display: inline-block;
    margin-left: 20px;
}
.pm-nr {
    background: #F5F5F5;
    padding: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
}
.pm-left {
    background: #fff;
    width: 40%;
    border-radius: 10px;
    padding: 20px;
}
.pm-left span {
    display: inline-block;
    width: 80px;
        color: #333;
}

.pro-top p{
    color: #666;
}
.pm-btn {
    background: #aaa081;
    color: #fff;
    display: inline-block;
    padding: 4px 18px;
    margin-top: 10px;
    border-radius: 5px;
}
.pm-right {
    width: 58%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    line-height: 2;
    color: #666;
}



.img-box{
    position: relative;
    height: 300px;
}
.img-box img{
        object-fit: contain;
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}
.pm-img {
    filter: blur(5px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.pm-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.hlb-nr{
    position: relative;
    margin-top: 40px;
}

.hlb-left{
    width: 40%;
    position: sticky;
    top: 80px;
    display: inline-block;
    float: left;
}

.hlb-right {
    width: 57%;
    border-left: 1px solid #ddd;
    padding-left: 30px;
    float: right;
}

.hlb-img {
    border: 1px solid #aaa081;
    padding: 10px;
}
.hlb-img img {
    width: 100%;
    height: 100%;
}
.hlb-right p {
    line-height: 2;
    font-size: 15px;
    color: #555;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.hlb-right p strong {
    display: block;
    color: #aaa081;
    font-weight: bold;
}
.hlb-right p:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.hlb-bottom::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-bottom: 1px solid #ddd;
    content: '';
    width: 35%;
    height: 1px;
}
.hlb-bottom::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border-bottom: 1px solid #ddd;
    content: '';
    width: 35%;
    height: 1px;
}
.hlb-bottom {
    text-align: center;
    font-size: 16px;
    color: #555;
    margin-top: 30px;
    position: relative;
}
.hlb-bottom a{
    color:#555;
}
.hlb-text{
    font-size: 15px;
    color: #555;
    text-align: center;
    margin-top: 30px;
}

.social_nav5 {
    left: 0;
    height: 5.5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    z-index: 999;
    display: none;
    background: #000;
}
.social_nav5 ul {
    padding-left: 0;
}
.social_nav5 li {
    width: 33.33%;
    float: left;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    line-height: 1rem;
    height: 5.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.social_nav5 li a {
    color: #b0b0b3;
    font-size: 1.2em;
}
.social_nav5 li img {
    width: 2.5rem;
    margin: 0 auto;
    padding: 0.7rem 0 0.5rem;
    display: block;
}
.social_nav5 li:nth-child(2) img {
    width: 4.5rem;
    margin-top: -2.5rem;
    padding-top: 1rem;
}
