
/* 滚动激活样式：白底 + 黑字 */
.nav-scroll {
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}
.nav-scroll .menu-text {
  color: #333 !important;
}
.nav-scroll .menu-text:hover {
  color: #000 !important;
}

/* 滚动后搜索框样式：黑色 */
.nav-scroll #search-input {
  color: #333 !important;
  border-color: #333 !important;
}
.nav-scroll #search-input::placeholder {
  color: #666 !important;
}

/* 搜索容器默认隐藏 */
#searchWrap {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
/* 搜索框展开状态 */
#searchWrap.show {
  opacity: 1;
  width: 150px;
  margin: 0 10px;
}

/* 移动端菜单样式 */
#mobileMenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background: #000;width:15vw; right: 0;position: absolute;
}
#mobileMenu.open {
  max-height: 600px;
  transition: max-height 0.5s ease-in;width:15vw; right: 0;position: absolute;
}
.mobile-item {
  display: block;
  padding: 15px 5px;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #e0dede;
    margin: auto 10px;
}
.mobile-item:last-child {
  border-bottom: none;
}

/* ---------- 汉堡图标 → X 切换 ---------- */
#menuToggle svg {

  transition: stroke 0.3s, transform 0.3s;
}
 .open svg {

    transition: stroke 0.3s, transform 0.3s;
}
/* 滚动时变黑 */
.nav-scroll #menuToggle svg {
  stroke: #000 !important;
}
/* 菜单打开时：变成 X */
#menuToggle.open svg path {
 
	  transform-origin: center;
  transition: all 0.3s ease;
}
#menuToggle.open svg path:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
#menuToggle.open svg path:nth-child(2) {
  opacity: 0;
}
#menuToggle.open svg path:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

#site_bottom {
  position: relative;
  
}
#mobile_page_bottom_container {
  width: 100%;
  background-color: #fff;
  height: 2.106rem;
  color: #9a9a9a;
  line-height: 1;
  padding-top: 0.48rem;
}
#mobile_page_bottom_container > ._text {
  text-align: center;
  line-height: 1.5;
  margin-top: 0.36rem;
  font-family: "PingFangSC-Regular", "Helvetica", Arial, sans-serif;
}
#mobile_page_bottom_container > ._text p {
  margin-top: 0.1rem;
}
#mobile_page_bottom_container > ._text p:first-child {
  margin-top: 0;
}

#page_bottom {
  background-color: #f5f5f5;
  width: 100%;
  height: 156px;
  position: relative;
}
#page_bottom .part_content {
  width: 100%;
  padding-left: 64px;
  overflow: hidden;
  position: relative;
}
.part_content.up_content {
  height: 74px;
  border-bottom: 1px solid #e0e0e0;
}
.up_content .social_buttons {
  font-size: 0;
  margin-top: 33px;
}
.social_buttons > .sb_grid {
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  color:#545454;
  font-family: "montserrat-regular", sans-serif;
  text-transform: uppercase;
  margin-left: 1vw;
}
.social_buttons > .sb_grid:first-child {
  margin-left: 0;
}
.social_buttons > .sb_grid.icon {
  background: url("../images/icon_social_2.png")
    no-repeat 0 0;
  cursor: pointer;
}
.social_buttons > .sb_grid.qq {
  width: 22px;
  height: 22px;
}
.social_buttons > .sb_grid.weibo {
  width: 26px;
  height: 21px;
  background-position: -58px -1px;
}
.social_buttons > .sb_grid.wechat {
  width: 25px;
  height: 21px;
  background-position: -118px -1px;
}
.social_buttons > .sb_grid.unknowx {
  width: 22px;
  height: 22px;
  background-position: -176px 0;
}
#page_bottom .page_inner_container .back_to_top_bt {
  font-size: 16px;
  color: #545454;
  text-transform: uppercase;
  right: 0;
  top: 33px;
  line-height: 1;
  position: absolute;
  font-family: "montserrat-regular", sans-serif;
  cursor: pointer;
}
.page_inner_container {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#page_footer {
  width: 100%;
  height: 85px;
  background-color:  #fff;
  color: #545454;
  font-family: "PingFangSC-Regular", "Helvetica", Arial, sans-serif;
  position: relative;
}
#page_footer .page_inner_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_footer .website_info {
  margin-left: 4%;    line-height: 25px;
}
#page_footer .website_info img{width:30px;    float: left;
    padding-right: 5px;
}
#page_footer .website_author {
  margin-left: 4%;
  cursor: pointer;
}


.share_icon_groups {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_fix {
  background: none !important;
  position: relative;
  overflow: hidden;
}
.share_icon_groups > .share_icon_item {
  color: #9a9a9a;
  font-family: "montserrat-regular", sans-serif;
  text-transform: uppercase;
  margin-left: 0.48rem;
  position: relative;
}
.share_icon_groups > .share_icon_item:first-child {
  margin-left: 0.28rem;
}
.share_icon_item > .share_link {
  display: block;
}
.mobile_buttons_group .share_link:first-child {
  position: relative;
  z-index: 11;
}
.mobile_buttons_group .share_link:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.share_link > .share_icon {
  display: block;
  background: url("../images/mobile_share_icon.png")
    no-repeat;
  background-size: 2.56rem auto;
}
.share_link > .share_icon.icon_fix::after {
  content: "";
  display: block;
  width: 10000%;
  height: 10000%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/mobile_share_icon.png")
    no-repeat;
  background-size: 264rem auto;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.01);
  transform-origin: 0 0;
  transform: scale(0.01);
}
.share_link.wechat {
  width: 0.453rem;
  height: 0.373rem;
}
.share_link.weibo {
  width: 0.453rem;
  height: 0.413rem;
}
.share_link.qq {
  width: 0.386rem;
  height: 0.386rem;
}
.share_link.unknowi {
  width: 0.373rem;
  height: 0.36rem;
}
.share_link > .share_icon.qq {
  width: 0.293rem;
  height: 0.293rem;
}
.share_link > .share_icon.qq.icon_fix::after {
  background-position: 0 0;
}
.share_link > .share_icon.weibo {
  width: 0.346rem;
  height: 0.28rem;
}
.share_link > .share_icon.weibo.icon_fix::after {
  background-position: -77.3rem -1.3rem;
}
.share_link > .share_icon.wechat {
  width: 0.333rem;
  height: 0.28rem;
}
.share_link > .share_icon.wechat.icon_fix::after {
  background-position: -157.3rem -1.3rem;
}
.share_link > .share_icon.unknowi {
  width: 0.293rem;
  height: 0.293rem;
}
.share_link > .share_icon.unknowi.icon_fix::after {
  background-position: -234.6rem 0;
}

#mobile_detail_bts .share_link > .share_icon.icon_fix::after {
  content: "";
  display: block;
  width: 10000%;
  height: 10000%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/mobile_share_icon_white.png")
    no-repeat;
  background-size: 294.666rem auto;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0.01);
  transform-origin: 0 0;
  transform: scale(0.01);
}
#mobile_detail_bts .share_link > .share_icon.qq {
  width: 0.386rem;
  height: 0.386rem;
}
#mobile_detail_bts .share_link > .share_icon.qq.icon_fix::after {
  background-position: -176rem -4rem;
}
#mobile_detail_bts .share_link > .share_icon.weibo {
  width: 0.453rem;
  height: 0.413rem;
}
#mobile_detail_bts .share_link > .share_icon.weibo.icon_fix::after {
  background-position: -88rem 0;
}
#mobile_detail_bts .share_link > .share_icon.wechat {
  width: 0.453rem;
  height: 0.373rem;
}
#mobile_detail_bts .share_link > .share_icon.wechat.icon_fix::after {
  background-position: 0 -5.333rem;
}
#mobile_detail_bts .share_link > .share_icon.unknowi {
  width: 0.373rem;
  height: 0.36rem;
}
#mobile_detail_bts .share_link > .share_icon.unknowi.icon_fix::after {
  background-position: -257.333rem -5.333rem;
}
._mobile {
    display: none;
}


._qr_code {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 30px;
  background: url("../images/ewm.png") no-repeat center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}

._qr_code._qr_code--active {
  opacity: 1;
}
.sb_grid.wechat {
  position: relative;
}
.sb_grid ._qr_code {
  transform: translate(-50%, -40%);
}
.phc_icon_grid ._qr_code {
  transform: translate(0, -50%);
}

/* ========== 以下为纯追加样式，未改动原有代码 ========== */
/* 移动端二维码独立定位，不影响PC */

/* 移动端隐藏PC端内容 */
.share_icon_item ._qr_code {
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.logoh{display: none}



.wrap1 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}


.idc {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 135px;
    z-index: 999;
}

    .idc.cc {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

.banner-fork {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: -100%;
    z-index: 999;
    width: 100%;
    height: 135px;
        background:rgba(0,0,0,0.5);
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

    .banner-fork.on {
        visibility: inherit;
        left: 0;
        opacity: 1;
    }

    .banner-fork > i {
        position: absolute;
        top: 10px;
        right: 4%;
        width: 25px;
        height:25px;
        background: url(../images/icon_26.png) no-repeat center;
        cursor: pointer;
    }

    .banner-fork form {
        height: 135px;
        padding-left: 250px;
        background: url(../images/icon_27.png) no-repeat left bottom;
        box-sizing: border-box;
    }

        .banner-fork form > div {
            float: left;
            margin-top: 20px;
            font-size: 16px;
            color: #666;
        }

            .banner-fork form > div.a1 {
                margin-right: 10px;
            }

                .banner-fork form > div.a1 select {
                    display: block;
                    width: 292px;
                    height: 40px;
                    padding: 10px 0;
                    margin-bottom: 10px;
                    padding-left: 15px;
                    border: none;
                    font-size: 14px;
                    color: #666;
                    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
                    line-height: 20px;
                }

                .banner-fork form > div.a1 input[type='text'] {
                    display: block;
                    width: 292px;
                    height: 40px;
                    padding: 0 15px;
                    border: none;
                    font-size: 14px;
                    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
                    box-sizing: border-box;
                    line-height: 40px;
                }

            .banner-fork form > div.a2 {
                margin-right: 10px;
            }

                .banner-fork form > div.a2 select {
                    display: block;
                    width: 292px;
                    height: 40px;
                    padding: 10px 0;
                    margin-bottom: 10px;
                    padding-left: 15px;
                    border: none;
                    font-size: 14px;
                    color: #666;
                    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
                    line-height: 20px;
                }

                .banner-fork form > div.a2 input[type='text'] {
                    display: block;
                    width: 292px;
                    height: 40px;
                    padding: 0 15px;
                    border: none;
                    font-size: 14px;
                    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
                    box-sizing: border-box;
                    line-height: 40px;
                }

            .banner-fork form > div.a3 {
                margin-right: 10px;
            }

                .banner-fork form > div.a3 > input {
                    display: block;
                    width: 292px;
                    height: 40px;
                    margin-bottom: 10px;
                    padding: 0 15px;
                    border: none;
                    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);background: #fff;
                    box-sizing: border-box;
                    font-size: 14px;
                    line-height: 40px; outline: none;
                }

                .banner-fork form > div.a3 select {
                    display: block;
                    width: 292px;
                    height: 40px;
                    padding: 10px 0;
                    margin-bottom: 10px;
                    padding-left: 15px;
                    border: none;
                    font-size: 14px;
                    color: #666;
                    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
                    line-height: 20px;
                }

                .banner-fork form > div.a3 span {
                    display: block;
                    width: 292px;
                    height: 40px;
                    background: #fff;
                    padding: 0 15px;
                    box-sizing: border-box;
                    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
                }

                    .banner-fork form > div.a3 span input[type='text'] {
                        float: left;
                        width: 230px;
                        height: 40px;
                        border: none;
                        background: #fff;
                        vertical-align: middle;
                        font-size: 14px;
                        color: #666;
                        text-align: left;
                        line-height: 40px;outline: none;
                    }

                    .banner-fork form > div.a3 span font {
                        float: left;
                        vertical-align: middle;
                        line-height: 40px;
                    }

            .banner-fork form > div.a4 {
                width: 205px;
                height: 90px;
                padding-top: 20px;
                background: #fff;
                box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
                box-sizing: border-box;
                text-align: center; border-radius: 5px;    line-height: 50px;

    color: #999;
    font-weight: 700;
            }

                .banner-fork form > div.a4 a {
                    font-size: 18px;
                    color: #e60021;
                    line-height: 24px;
                }
 .banner-fork form > div.a5 {
                padding: 10px 50px 0 50px;
                text-align: center;
            }

                .banner-fork form > div.a5 h6 {
                    font-size: 24px;
                    color: #710008;
                }

                .banner-fork form > div.a5 p {
                    font-size: 24px;
                    color: #ffffff;
                }
             

.fork-sig {
    visibility: hidden;
    position: absolute;
    left: -137px;
    bottom: 0;
    width: 183px;
    height: 85px;
    background: url(../images/icon_73.png) no-repeat center;
    cursor: default;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

    .fork-sig.on {
        left: 0;
        visibility: inherit;
        opacity: 1;
    }


.banner-nei {
    width: 100%;
}
.banner-nei img {
    width: 100%;
}
.Banner-pc {
    display: block;
}
.Banner-m {
    display: none;
}
.z_about_culture {
    position: relative;    background: #f5f5f5;
}

.z_about_culture .itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.6041666667vw 0;
    gap: 1rem;
    justify-content: space-around;

}

.z_about_culture .itembox:nth-child(3n-2) {

}



.z_about_culture .imgbox {
    width: 25.7291666667vw
}

@media screen and (max-width: 980px) {
    .z_about_culture .imgbox {
        width:100%
    }
}

.z_about_culture .imgbox {
    height: 34.375vw
}

@media screen and (max-width: 980px) {
    .z_about_culture .imgbox {
        height:60vw
    }
}

.z_about_culture .imgbox {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.z_about_culture .imgbox .imgbg {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: ease 3s;
    transition: ease 3s
}

.z_about_culture .swiper-slide-active .imgbg {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.z_about_culture .swiper-slide-active .infobox {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.z_about_culture .infobox {

}

@media screen and (max-width: 980px) {
    .z_about_culture .infobox {
        width:100%
    }
}

.z_about_culture .infobox {

}

@media screen and (max-width: 980px) {
    .z_about_culture .infobox {
        margin-left:0px
    }
}

@media screen and (min-width: 1920px) {
    .z_about_culture .infobox {
        margin-left:0px
    }
}

.z_about_culture .infobox {
    -webkit-transition: ease 1s;
    transition: ease 1s
}

.z_about_culture .desc {
    margin: clamp(31.2px,3.125vw,33px) auto 0;color: #545454;width:70%;line-height:28px;
}

.z_about_culture .bars {
    position: absolute;
    left: 0;
    top: clamp(20.8px,2.0833333333vw,42px);
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.z_about_culture .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.z_about_culture .nav li {
    border-right: 2px solid #aaa;
    padding: 0 10px;
    cursor: pointer
}

.z_about_culture .nav li:last-child {
    border-right: none
}

.z_about_culture .nav li.active {
    color: #000;
    font-weight: bold
}
.imgbg {
    width: 100%;
    height: 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}
.desc {
      line-height:24px
  }
.z_index_tit .cn {
    font-size: clamp(20px,1.875vw,37.8px);
    font-weight: bold;    text-align: center;
}
@media screen and (max-width: 980px) {
    .z_about_culture .itembox {
        display:block;
        padding: 0;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }

    .z_about_culture .nav {
        display: none
    }

    .z_about_culture .infobox {
        padding: 30px 12px;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}


.contact-us {
    width: 850px;
    margin: 0px auto 0 auto;padding: 50px 0px;
}
.contact-us h2 {
    font-size: 18px;
    color: #6e6e6e;    text-align: center;
}
.contact-us .contact-top {
    color: #4d4d4d;
    margin-top: 70px;
}
.contact-us .contact-top h3 {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.contact-us .contact-top p {
    font-size: 17px;
    margin-top: 50px;
    line-height: 34px;
    text-align: center;
}
.contact-us .contact-top img {
    display: block;
    float: right;
    margin-right: 20%;
    max-width: 18%;
    margin-top: 50px;
}
.contact-us ul li {
    margin-top: 30px;
}
.contact-us ul li img{width: 200px;}
.contact-us ul li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #141414;
    margin-right: 30px;
    margin-top: 13px;
    border-radius: 50%;
    vertical-align: top;
}
.contact-us ul li p {
    display: inline-block;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 34px;
}
.contact-map {
    width: 100%;

}
@media screen and (max-width: 850px) {
    .contact-us {
        width: 97%;padding: 30px 0px;
    }
    .contact-us .contact-top {
        margin-top: 30px;
        font-size: 20px;
    }
    .contact-us .contact-top p {
        margin-top: 20px;
        font-size: 16px;
    }
    .contact-us .contact-top img {
        margin-right: 10%;
        margin-top: 30px;
        max-width: 28%;
    }
    .contact-us ul li p {
        width: 92%;
        font-size: 16px;
        line-height: 24px;
    }
    .contact-us ul li span {
        margin-right: 15px;
        margin-top: 8px;
    }
}
.Design {
    background: #f5f5f5;padding: 60px 0 20px 0;
}
.Design p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 34px;
    width: 70%;
    margin: 0 auto;
}
.Design .design-title {
    text-align: center;
    margin-top: 100px;
}
.Design .design-title a {
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 18px;
    color: #6e6e6e;
}
.zhuyao{font-weight: bold; color: #000!important;}
.Design .design-items {
    margin-top: 50px;    display: flex;    flex-wrap: wrap;    margin-bottom: 20px;
}

.design-items {
    display: flex;
    flex-wrap: wrap;

    list-style: none;
    padding: 20px 0;
    margin: 0;
}
.design-items li {
    width: calc(25% - 15px);
    overflow: hidden;
}
.product-card {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-card img {
    width: 100%;
    display: block;
    transition: all 0.3s linear;
}
/* 鼠标悬浮 图片变暗 */
.product-card:hover img {
    filter: brightness(0.55);
}
/* 遮罩默认透明隐藏 */
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
    opacity: 0;
    transition: opacity 0.3s linear;
}
/* hover 显示遮罩与文字 */
.product-card:hover .mask {
    opacity: 1;
}
.product-title {
    color: #ffffff;
    font-size: 15px;
    background: rgba(0,0,0,0.6);
    padding: 8px 16px;
    border-radius: 3px;
    margin: 0;
}
.empty-tip {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    color: #999;
}


/* 基础通用样式 PC端一行4列 */
.Design .design-items {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.Design .design-items li {
    float: left;
    width: 25%;
    margin-top: 30px;
}
.Design .design-items li .item-box {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* 手机触摸优化，消除点击高亮 */
    -webkit-tap-highlight-color: transparent;
}
.Design .design-items li img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
    filter: brightness(1);
}

/* PC鼠标悬浮效果 */
.Design .design-items li:hover img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
.Design .design-items li:hover .item-mask {
    opacity: 1;
}
.Design .design-items li:hover .item-name {
    transform: translateY(0);
}

/* 手机触摸按压激活效果（关键！手机端实现需求） */
.Design .design-items li .item-box:active img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
.Design .design-items li .item-box:active .item-mask {
    opacity: 1;
}
.Design .design-items li .item-box:active .item-name {
    transform: translateY(0);
}

/* 遮罩与文字动画 */
.Design .item-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.Design .item-name {
    color: #fff;
    font-size: 16px;text-align: center;


    transform: translateY(-30px);
    transition: transform 0.3s ease;
}


/* 平板自适应：≤992px 一行2个 */
@media screen and (max-width: 992px) {
    .Design .design-items li {
        width: 50%;
        margin-top: 20px;
    }
    .Design .item-name {
        font-size: 14px;
        padding: 6px 14px;
    }
}

/* 手机自适应：≤576px 一行1个 */
@media screen and (max-width: 576px) {
    .Design .design-items li {
        width: 100%;
        margin-top: 15px;
    }
    .Design .design-items li .item-box {
        width: 95%;
    }
    .Design .item-name {
        font-size: 13px;
    }
}
.Design1 {
    background: #f5f5f5;padding: 30px 0 20px 0;
}
.Design1 p {
    font-size: 1em;
    color: #4d4d4d;
    line-height:25px;
    width: 70%;text-align: center;
    margin: 0 auto;padding-top: 20px;
}
.Design1 .design-items1 {
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;gap: 10px;
}
.Design1 .design-items1 li {
    float: left;
    width: 25%;

}
.Design1 .design-items1 li a {
    display: block;
    width: 90%;
    margin: 0 auto; /*height: 440px;*/
}
.Design1 .design-items1 li img {
    width: 100%;
    height: 100%;



    display: block;
}
.Design1 .design-items1 li:hover img {
    -webkit-filter: none;
    filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}




.villa {
    margin-top: 40px;
}
.villa:nth-child(1) {
    display: block;
}
.villa .villa-cer {
    width: 1250px;
    margin: 0px auto 0 auto;    display: flex;
}
.gallery-top-title {
    width: 1250px;
    margin: 0px auto 0 auto;
    position: relative;
}
.gallery-top-title > div {
    width:100%;
    position: relative;
}
.gallery-top-title h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.gallery-top-title h2 img {
    float: right;
    cursor: pointer;
}
.gallary-top-title-link {
    position: absolute;
    top: 40px;
    right: 0;
    background: #000;
    padding: 10px 20px;
    /* display: none; */
    z-index: 999;
}
.gallary-top-title-link a {
    display: block;
    line-height: 30px;
    color: #fff;
}

.villa .villa-cer .villa-left {
    float: left;
    width: 70%;
}

.villa .villa-cer .villa-left1 {
    float: left;
    width: 100%;
}

.villa .villa-cer .villa-left1 p{width:100%;}
.villa .villa-cer .villa-left1 a img {
    display: block;
    margin: 10px auto;
    width: 100%;
}

.villa .villa-cer .villa-right {
    float: right;
    width: 25%;
}
.villa .villa-cer .villa-right p {
    color: #4d4d4d;
    font-size: 14px;

    line-height: 30px;
}.villa .villa-cer .villa-left a img {
     display: block;
     margin: 10px auto;
     width: 100%;
 }

.subclass {width:95%;
    margin: 0px auto 0px auto;
}
.subclass-furniture,
.subclass-content,
.subclass-lamp,
.subclass-whole {
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 5px;
    position: relative;
    display: none;
    min-height: 150px;
}
.subclass-content {
    display: grid;
}

.card-container {
    width: 100%;
    overflow: hidden;
}
.card-container .main {
    width: 100%;
    min-height: 220px;
}
.card-container .main img {
    width: 100%;
    object-fit: contain;
}
.card-container .card-bottom {
    position: relative;
    font-size: 14px;
  margin: 10px 0 20px;
}
.card-container .card-bottom > a {
    font-weight: bold;
    margin: 3px 0px;
    font-size: 14px;

    padding-right: 20px;
    width: fit-content;
    max-width: 100%;
}
.card-container .card-bottom div {
    width: 100%; /* 限定宽度，核心条件 */
    font-size: 13px;
    white-space: nowrap;    /* 禁止换行 */
    overflow: hidden;       /* 溢出隐藏 */
    text-overflow: ellipsis;/* 末尾显示... */
}
.card-container .card-bottom div:first-of-type {
    color: #666;
}


.pagination {
    display:flex;
    padding-left: 0;
    border-radius: 4px;justify-content: center;
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;


    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color:#b6995f;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:#b6995f;
    border-color:#b6995f
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}



.subclass-content {
    gap: 45px 20px;
}
@media screen and (max-width: 750px) {
    .subclass-content {
        gap: 10px 10px;
    }
}

.lh-development-b{padding:5vh 0 1vh;    background: #f5f5f5;}
.lh-development-item{margin-left:-3.64vw;}
.lh-development-item li{padding-left:3.64vw; margin-bottom:1vw;}
.lh-development-item li .img{overflow:hidden; background:#fff; position:relative;}
.lh-development-item li .img img{transition:cubic-bezier(0.215,.61,.355,1) .45s;}
.lh-development-item li .img .ccont{position:absolute; left:0; bottom:30px; width:100%; padding:0 20px 0 60px; line-height:24px; font-size:12px;}
.lh-development-item li .img .ccont p{opacity:0; transform:translateX(100px);transition:cubic-bezier(0.215,.61,.355,1) .45s;}
.lh-development-item li .img .ccont p:nth-child(2){transition-delay:.1s;}
.lh-development-item li .img .ccont p:nth-child(3){transition-delay:.2s;}
.lh-development-item li .text{padding:30px 30px 30px 60px; position:relative;}
.lh-development-item li .text:before{content:''; display:block; width:1px; height:40px; background:#000; position:absolute; left:30px; bottom:30px;transition:cubic-bezier(0.215,.61,.355,1) .45s;}
.lh-development-item li .text .nname{color:#868686; margin-top:8px; height:14px; line-height:14px;}
.lh-development-item li a{display:block; position:relative;}
.lh-development-item li a:before,.lh-development-item li a:after{content:''; display:block; width:11px; height:1px; background:#000; position:absolute; right:-5px; top:-5px; transform:scaleX(0); transform-origin:right center;transition:cubic-bezier(0.215,.61,.355,1) .45s;}
.lh-development-item li a:after{width:1px; height:11px;transform:scaleY(0); transform-origin:center top;}
.lh-development-item li a:hover img{opacity:.2;}
.lh-development-item li a:hover .ccont p{opacity:1;transform:translateX(0);}
.lh-development-item li a:hover .text:before{height:170px;}
.lh-development-item li a:hover:before,.lh-development-item li a:hover:after{transform:scale(1);}
.l-grid-3>li{width:33.333333333333336%; float:left;}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}
.lb-loader,
.lb-nav {
    position: absolute;
    left: 0;
}
.lb-outerContainer:after {
    display: table;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 50px;
    left: 0;
    float: left;
    background: url(../images/pro_left.png) left 48% no-repeat;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 50px;
    right: 0;
    float: right;
    background: url(../images/pro_right.png) right 48% no-repeat;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    display: table;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.lb-data .lb-number {
    display: none;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
    opacity: 0;
}
.lb-data .lb-close {
    z-index: 9999999999999999999;
    position: relative;
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background: url(../images/icon_26.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1;
    z-index: 9999999999999999999;
}
.p10{padding-top: 10px;}

.section6 {
    padding: 2vw;
    position: relative;
    display: flex;
    gap: .9375vw;
    overflow: hidden;    background-color: #f5f5f5;
}


@font-face {
    font-family: 'VELISTA';
    src: url("../fonts/VELISTA.otf");
}

@font-face {
    font-family: 'The Erupha Italic Scale';
    src: url("../fonts/The Erupha Italic Scale.ttf");
}

@font-face {
    font-family: 'The Erupha';
    src: url("../fonts/The Erupha.ttf");
}

@font-face {
    font-family: 'The Erupha Slant';
    src: url("../fonts/The Erupha Slant.ttf");
}

@font-face {
    font-family: 'The Erupha Italic';
    src: url("../fonts/The Erupha Italic.ttf");
}

@font-face {
    font-family: 'The Erupha Scale';
    src: url("../fonts/The Erupha Scale.ttf");
}

@font-face {
    font-family: 'The Erupha Scale Slant';
    src: url("../fonts/The Erupha Scale Slant.ttf");
}
.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    transition: .6s ease
}
.ff5,
.ff5 * {
    font-family: 'The Erupha Italic';
}.f_80 {
     font-size: 3.1666666667vw;
 }
.section6 .item1 {
    width: 33.3%;
    margin: 13.45vw 0 0 0;
}

.section6 .item1 .p1 {
    color: #000;
    font-style: italic;
    /* line-height: 48%; */
    letter-spacing: 1.2px;
    margin: 0 0 .9375vw 0;
}

.section6 .item1 .img {
    width: 100%;

}

.section6 .item1 .img img,
.section6 .item1 .img video {
    width: 100%;
    height: 100%
}

.section6 .big_img {
    width: 33.3%;

}

.section6 .big_img img,
.section6 .big_img video {
    width: 100%;
    height: 100%
}

.section6 .r {
    margin: 1.09375vw 0 0 0;    width: 33.3%;
}

.section6 .r .title {
    margin: 0 0 0 1.04167vw;
    letter-spacing: 0.26vw;
}

.section6 .r .title p {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    position: relative
}

.section6 .r .title p:nth-child(2) {
    left: 0;
    text-align: right;
}

.section6 .r .img {
    margin: 2vw 0 0 0;


}

.section6 .r .img img,
.section6 .r .img video {
    width: 100%;
    height: 100%
}

.section6 .r .pick {
    color: #000;
    font-style: italic;
    line-height: 48%;
    letter-spacing: 1.2px;
    margin: .98958vw 0 0 0
}
.section6 .big_img img, .section6 .big_img video {
    width: 100%;
    height: 100%; object-fit: cover;
}
.awards{ width: 100%;     background: #f5f5f5; padding: 30px 0 30px 0;}
.awards h5{ font-size: 12px; font-weight: 700; margin-top: 20px;}
.awards h5:before{content: ""; width: 4px; height: 10px; float: left; background: #c60000; margin-left: -10px; margin-top: 2px;}
.awards h2{  text-align: center;     padding-bottom: 20px;   font-family: "Microsoft YaHei", Arial, sans-serif; font-size: 26px; text-indent: -5px;}
.awards figure{ width: 100%; float: left;  padding: 10px ; position: relative;}
.awards figure img{ width: 100%; float: left; opacity:1; }
.awards .award{ width: 100%; float: left;   margin-bottom: 20px;}
.awards .odometer{ display: block; text-align: center; font-family: "Microsoft YaHei"; font-size: 30px;}





/* 图片链接样式 */
.video-link{
    display:inline-block;
    text-decoration:none;
}
.video-cover{
    width:400px;
    border-radius:8px;
    box-shadow:0 4px 12px rgba(0,0,0,0.15);
    transition:transform .2s;
}
.video-cover:hover{
    transform:scale(1.02);
}
/* 弹窗遮罩 */
.video-modal{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,.85);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}
.modal-box{
    position:relative;
    width:70%;
    max-width:450px;
}
.close-btn{
    position:absolute;
    top:-40px;
    right:0;
    color:#fff;
    font-size:32px;
    cursor:pointer;
    user-select:none;
}
#videoPlayer{
    width:100%;
    border-radius:6px;
}

.neipro2 {
    background: #f5f5f5;padding:125px 0 20px 0;    min-height: 91vh;display: flex;
    align-items: center;
}
.neipro2 p {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 30px;    margin-bottom: 10px;    padding-left: 5%;
}


#imggray{    width: 86%;
    margin: auto;
    display: flex;   overflow-x: auto; /* 内容超出才出现横向滚动 */
    overflow-y: hidden;
}
/* 整个滚动条宽高 */
#imggray::-webkit-scrollbar {
    width: 6px;    /* 纵向滚动条宽度 */
    height: 6px;   /* 横向滚动条高度 */
}

/* 滚动条轨道背景 */
#imggray::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

/* 滚动滑块 */
#imggray::-webkit-scrollbar-thumb {
    background: #c0c4cc;
    border-radius: 3px;
}

/* 滑块hover加深 */
#imggray::-webkit-scrollbar-thumb:hover {
    background: #909399;
}


.neipro {
    background: #f5f5f5;padding: 30px 0 20px 0;
}
.neipro p {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 30px;
}
#pro_btns{text-align:right;line-height:35px;}
#pro_btns a{display:inline-block;width:23px; height:23px; margin:5px 6px;}
.pro_btn_l{background:url('../images/s_l.png')}
.pro_btn_x{background:url('../images/s_x.png')}
.pro_btn_r{background:url('../images/s_r.png')}
.pro-left{    width: 50%;}
.pro-left ul{list-style:none;margin:0;width:100%;overflow: hidden;    }
#proj{width:85%; margin: auto ; display: flex;
    justify-content: space-evenly;}
#imggray ul{     justify-content: center;   display: flex; list-style:none;padding-left: 0px;}
#imggray li{ float: left;width:188px; padding: 2px ;}
#imggray img{width: 188px;border: none; height:126px;object-fit:cover !important;}



.imchangebtn{
    position:relative;
    display:inline-block;
    width:100px;


    cursor:pointer;}
.op8{
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.op3{
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
#s_l{top:-200px;left:14px;background:url('../images/s_l.png') no-repeat 0px 20px}
#s_r{top:-200px;left:330px;background:url('../images/s_r.png') no-repeat 0px 20px}

.pro-right{    width: 50%; line-height: 150%; color: #666666; text-transform: uppercase}
.pro-right .nei{font-size: 16px;
    padding-top: 15px;
    padding-bottom: 10px;
    float: left;
    color: #000;}
/* 左侧图片容器基础 */
#proj .pro-left .imchange {
    list-style: none;
    padding: 0;
    margin: 0;
}
#proj .imchange .img-item {
    position: relative;
    overflow: hidden;
    text-align: center;

    /* 去除手机点击蓝色高亮 */
    -webkit-tap-highlight-color: transparent;
}
#proj .imchange .img-item img {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    filter: brightness(1);    height: 475px;
}

@media screen and (max-width: 1440px) {
    #proj .imchange .img-item img {
        width: 100%;
        display: block;
        margin: 0 auto;
        transition: all 0.3s ease;
        filter: brightness(1);    height: 350px;
    }
    .neipro2 {
        background: #f5f5f5;
        padding: 105px 0 20px 0;min-height: 90vh;display: flex;
        align-items: center;
    }
}



/* ========== PC端鼠标悬浮效果 ========== */
#proj .imchange .img-item:hover img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
#proj .imchange .img-item:hover .img-mask {
    opacity: 1;
}
#proj .imchange .img-item:hover .img-title {
    transform: translateY(0);
}

/* ========== 手机触屏按压效果 ========== */
#proj .imchange .img-item:active img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
#proj .imchange .img-item:active .img-mask {
    opacity: 1;
}
#proj .imchange .img-item:active .img-title {
    transform: translateY(0);
}

/* 遮罩层 默认透明隐藏 */
#proj .img-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* 文字初始向上偏移，悬浮后滑下来 */
#proj .img-title {
    color: #ffffff;
    font-size: 16px;

    transform: translateY(-30px);
    transition: transform 0.3s ease;
}

/* 详情页左右布局自适应：PC左右并排，手机上下堆叠 */

/* 手机自适应媒体查询 */
@media screen and (max-width: 768px) {
    #proj .pro-left,
    #proj .pro-right {
        float: none;
        width: 100%;
    }
    #proj .img-title {
        font-size: 13px;
        padding: 6px 14px;
    }
}


/* 基础清除默认样式 */
#imggray #gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#imggray #gallery ul li {
    float: left;
    margin: 6px;
}
/* 链接作为遮罩定位容器 */
#imggray .thumb-item {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}
#imggray .thumb-item img {
    width: 188px;
    height: 126px;
    display: block;
    transition: all 0.3s ease;
    filter: brightness(1);
}

/* ========== PC电脑鼠标悬浮效果 ========== */
#imggray .thumb-item:hover img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
#imggray .thumb-item:hover .thumb-mask {
    opacity: 1;
}
#imggray .thumb-item:hover .thumb-text {
    transform: translateY(0);
}

/* ========== 手机触屏按压触发效果 ========== */
#imggray .thumb-item:active img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}
#imggray .thumb-item:active .thumb-mask {
    opacity: 1;
}
#imggray .thumb-item:active .thumb-text {
    transform: translateY(0);
}

/* 遮罩默认完全透明隐藏 */
#imggray .thumb-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* 文字初始向上偏移隐藏，触发后下滑居中 */
#imggray .thumb-text {
    color: #fff;
    font-size: 13px;
    background: rgba(0,0,0,0.6);
    padding: 5px 12px;
    border-radius: 3px;
    transform: translateY(-22px);
    transition: transform 0.3s ease;
}

/* 移动端自适应 */
@media screen and (max-width: 768px) {
    #imggray .thumb-item img {
        width: 140px;
        height: auto;
    }
    #imggray .thumb-text {
        font-size: 11px;
        padding: 4px 10px;
    }
}
@media screen and (max-width: 480px) {
    #imggray #gallery ul li {
        width: 100%;
        margin: 4px 1%;
    }
    #imggray .thumb-item img {
        width: 100%;
        height: auto;
    }
}





/* 移动端适配 */
@media (max-width:768px){
    .modal-box{
        width:95%;
    }
    .video-cover{
        width:100%;
        max-width:350px;
    }
}

@media only screen and (max-width: 767px) {

    .Design1 .design-items1 {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        gap: 10px;
        justify-content: space-between;
    }
    .Design1 p {
        font-size: 1em;
        width: 100%;text-align: center;
        margin: 0 auto;padding-top: 20px;
    }


    .z_about_culture .desc {
        width:100%;line-height:25px;
    }
    .card-container .card-bottom {
        position: relative;
        font-size: 14px;
        margin: 10px 0 10px;
    }
    .card-container .card-bottom > a {

        font-size: 14px;

    }


    .subclass-furniture, .subclass-content, .subclass-lamp, .subclass-whole {
        grid-template-columns: repeat(2, 1fr);

    }
    .gallery-top-title {
        width: 95%;
        margin: 0px auto 0 auto;
        position: relative;
    }
    .gallery-top-title h2 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }
    .villa .villa-cer {
        width: 95%;
        margin: 0px auto 0 auto;
        display: flex;flex-wrap: wrap;    flex-direction: column-reverse;
    }
    .villa {
        margin-top: 20px;
    }
    .villa .villa-cer .villa-left {
        float: left;
        width: 100%;
    }.villa .villa-cer .villa-right {
         float: right;
         width: 100%;
     }
    .l-grid-3>li{width:50%; float:left;}
    .Design{padding-top: 30px;}
    .Design .design-title{margin-top: 30px;}
    .Design p{width: 95%;font-size: 14px;line-height: 28px;}
    .Design .design-title a{font-size: 14px;margin-top: 10px;}
    .Design .design-items li{width: 50%;margin-top: 15px;}
    .Design .design-items li a{/*height: 150px;*/}
    .Design .design-items{margin-top: 30px;}


  .Banner-m{ display: block;}
    .Banner-pc{ display: none;}
	.banner-fork > i{right:0%}
	.banner-fork form{padding-left: 120px;}
	.banner-fork form > div.a3 > input {
    display: block;
    width: 25%;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: none;
    box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px;
    outline: none;
}
    .banner-fork form > div.a3 span {
     display: block;
     width: 25%;
     height: 40px;
     background: #fff;
     padding: 0 15px;
     box-sizing: border-box;
     box-shadow: 0 4px 0 0 rgba(255,255,255,.5);
 }.banner-fork form > div.a3 span input[type='text'] {
      float: left;
      width: 60%;
      height: 40px;
      border: none;
      background: #fff;
      vertical-align: middle;
      font-size: 14px;
      color: #666;
      text-align: left;
      line-height: 40px;
      outline: none;
  }
	.banner-fork form > div {
    float: none;
    margin-top: 10px;
    font-size: 14px;
    color: #666;    width: 85%;
	}
	.banner-fork{height:220px;}
	.banner-fork form > div.a4{    
		height: 40px;
    padding-top: 0px;
	line-height: 40px;}
  ._pc {
    display: none;
  }
	._mobile {
    display: block;
  }
	#mobileMenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
 background: linear-gradient(#ffffff 0px, #ffffff 60px, #ececec 60px);   width: 100%;
}
#mobileMenu.open {
  max-height: 100%;
  transition: max-height 0.5s ease-in;position: fixed; bottom: 0;
    top: 0;
    padding-top: 60px;   width: 100%;
}
.logoh{     display: flex;
        align-items: flex-end;
    justify-content: center;
    padding: 20px 0;
    height: 70%; }	
.logoh2{    width: 1.15rem;
    height: 0.28rem;}
	#mobile_page_bottom_container > ._text {margin-top: 0.2rem;}
    #mobile_page_bottom_container > ._text img{width:20px;        margin: auto;
        text-align: center;
        padding-right: 5px;    display: inline-block;
    }

	#mobile_page_bottom_container{    height: 1.65rem;    padding-top: 0.48rem;}
    .pro-left {
        float: none !important;

        display: none;
    }
    .pro-right {
        width: 95% !important;
        height: auto;
        padding-bottom: 20px;
    }
    #imggray ul {
        display: flex;
        list-style: none;
        padding-left: 0px;
        flex-wrap: wrap;
    }
    #imggray li {
        float: left;
        width: 100%;
        padding: 2px;
    }#imggray img {
         width: 100%;
         border: none;
             height: auto;
         object-fit: cover !important;
     }
    .neipro {
        background: #f5f5f5;
        padding: 10px 0 20px 0;
    }
    .neipro2 {
        background: #f5f5f5;
        padding: 90px 0 20px 0;
    }
    .neipro2 p {
        color: #4d4d4d;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    #proj{width:100%}
    #imggray{width:100%}
    .section6 {
        padding: 10px 5%;
        flex-direction: column;
        gap: 15px
    }

    .section6 .item1 {
        width: 100%;
        margin: 0
    }

    .section6 .item1 .p1 {
        margin: 0 0 15px;
        line-height: inherit;
    }

    .section6 .item1 .img {
        height: auto
    }

    .section6 .big_img {
        width: 100%;
        height: auto
    }

    .section6 .r {
        margin: 20px 0 0 0;
        width: 100%
    }

    .section6 .r .title {
        margin: 0
    }

    .section6 .r .title p:nth-child(2) {
        text-align: left;
        left: 30px;
    }

    .section6 .r .img {
        width: 100%;
        height: auto;
        margin: 25px 0 0 0
    }

    .section6 .r .pick {
        margin: 15px 0 0 0
    }

    .f_80 {
        font-size: 24px;
    }


}