@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    /* color: #262626; */
}
/*
@font-face {
  font-family: HarmonyOS_l;
  src:url(../font/HarmonyOS_Sans_SC_Light.ttf);
}
@font-face {
  font-family: HarmonyOS_m;
  src:url(../font/HarmonyOS_Sans_SC_Medium.ttf);
}
@font-face {
  font-family: HarmonyOS_r;
  src:url(../font/HarmonyOS_Sans_SC_Regular.ttf);
}
@font-face {
  font-family: HarmonyOS_t;
  src:url(../font/HarmonyOS_Sans_SC_Thin.ttf);
}
@font-face {
  font-family: spmgcao;
  src:url(../font/452-cai978.ttf);
}
@font-face {
  font-family: HarmonyOS_b;
  src:url(../font/HarmonyOS_Sans_SC_Bold.ttf);
}

*/
.ct{font-family:;}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family: din;}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    color: #262626;
    font-family: 'HarmonyOS_r','HarmonyOS_m','HarmonyOS_l','HarmonyOS_b';
    font-size: 0.16rem;
    line-height: 1.5;
}
a{color: #262626;}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {/* max-width: 15rem; */margin:0 auto;width: 90%;z-index: 5;position: relative;}
a:hover {
    text-decoration: none;
    color: #a7cd45;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.1rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    border: 1px solid #51423a;
    z-index: 9;
}
.swiper-button-prev{
    left: 0.1rem;
    transform: rotate(180deg) translate(0, 50%);
}
.swiper-button-next{
    right: 0.1rem;
    transform: translate(0, -50%) rotate(0deg);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    /* background: url(../images/arrow-hover.png) center center no-repeat; */
    /* background-size: 0.4rem; */
}
.swiper-button-next:hover{
    /* right: -0.1rem; */
    /* transform: translate(0, -50%) rotate(0deg); */
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #666;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px);
	 transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.swiper-pagination-bullet {
    width: 0.4rem;
    border-radius: 0;
    height: 0.02rem;
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
.textover1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.textover2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.textover3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textover4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.textover5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.textover6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.wap_show {
    display: none;
}

.web_show {
    display: block;
}

.zicon {
    display: none;
}

.zicon.active {
    display: block;
}

/**clear_end**/

.index_screen1 {
    /* text-align: center; */
    /* display: flex; */
    /* justify-content: center; */
    object-fit: fill;
}
.index_screen1 img {
    width: 100%;
    height: 100%;
}
.index_screen1 video {width: 100%;height: 100%;object-fit: fill !important;}
.index_swiper {
    height: calc(100vh - 0.8rem);
    height: 100vh;
}

.header_box {
    background: #51423A;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

.header_box .nav_box {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.header_box .nav_box .nav_content {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.header_box .nav_box .nav_content a.nav_logo img {
    width: 1.5rem;
}

.header_box .nav_box .nav_content .nav_ul {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex: 1;
}

.header_box .nav_box .nav_content a.nav_logo img.logo_c {
    height: 0.5rem;
}

.header_box .nav_box .nav_content .nav_ul .nav_li {
    flex: 1;
}

.header_box .nav_box .nav_content .nav_ul .nav_li a {
    color: #F4ECE1;
    line-height: 0.8rem;
    display: block;
}
.header_box .nav_box .nav_content .nav_ul .nav_li.on a {
    color: #DFA06E;
}
.header_box .nav_box .nav_more {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header_box .nav_box .nav_more .search_box {
    position: relative;
}

.header_box .nav_box .nav_more .search_box .search_icon {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/search.png) center center no-repeat;
    background-size: 0.15rem;
}

.header_box .nav_box .nav_more .search_box  .search_pop {
    position: absolute;
    right: 0;
    top: -0.05rem;
    line-height: 0.5rem;
    right: 0.5rem;
    display: none;
}
.header_box .nav_box .nav_more .search_box.cur {}

.header_box .nav_box .nav_more .search_box.cur .search_icon {
    background: url(../images/close.png) center center no-repeat;
    background-size: 0.25rem;
}

.header_box .nav_box .nav_more .search_box.cur .search_pop {
    display: block;
}
.header_box .nav_box .nav_more .search_box  .search_pop form.search_form {
    display: flex;
    background: #fff;
    border-radius: 0.06rem;
}

.header_box .nav_box .nav_more .search_box  .search_pop form.search_form .inp {
}

.header_box .nav_box .nav_more .search_box  .search_pop form.search_form .inp input[type="text"] {
    padding: 0 0.2rem;
    line-height: 0.5rem;
    border-radius: 0.1rem;
}

.header_box .nav_box .nav_more .search_box .search_pop form.search_form button {
    width: 0.5rem;
    height: 0.5rem;
    background: none;
}

.header_box .nav_box .nav_more .search_box .search_pop form.search_form button img {}

.header_box .nav_box .nav_more .nav_li {}

.header_box .nav_box .nav_more .nav_li a {
    display: block;
    line-height: 0.8rem;
    color: #F4ECE1;
}
.bg_F4ECE1 {
    background: #F4ECE1;
}

.important_box {}

.important_box .important_pro {
    position: relative;
}

.important_box .important_pro .item {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30%;
    background: linear-gradient(180deg, #aa8a72, #f4ece1);
    transform: translate(0px, -50%);
    display: block;
}

.important_box .important_pro .item .text {
    text-align: center;
    padding: 0.5rem;
    background: url(../images/bg_text.png) center  center no-repeat;
    background-size: 60%;
}
.important_box .important_pro .item .text .imgj {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    padding: 0;
}
.important_box .important_pro .item .text img {
    width: 1rem;
}

.important_box .important_pro .item .text h3 {
    font-size: 0.34rem;
    color: #fff;
    margin: 0.3rem 0;
}

.important_box .important_pro .item .text h4 {
    color: #53423A;
    font-size: 0.24rem;
}

.important_box .important_pro .item .text p {
    color: #A68268;
    font-size: 0.2rem;
}

.important_box .important_pro .item .pro_img {
    margin: 0 0 0.5rem;
    text-align: center;
}

.important_box .important_pro .item .pro_img img {
    width: 50%;
}

.important_box .important_pro .imgj {
    padding: 0px 0 0 27%;
    display: flex;
    align-items: center;
}
.important_box .important_pro .imgj img {
    width: 100%;
}
.important_box .important_pro .imgj video {
    width: 100%;
}

.index_screen2 {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.8rem 0 0;
}
.important_box .swiper-wrapper {
    display: flex;
    align-items: center;
}
footer.footer_box {
    background: #51423a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    z-index: 99;
}

.index_screen3 {
    /* background: url(../images/bg_shop.jpg) center center; */
    /* background-size: cover; */
    padding: 0.8rem 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

.index_shopp {
    position: relative;
}

.index_shopp .text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    color: #F4ECE1;
    z-index: 9;
}

.index_shopp .text h3 {
    font-size: 0.44rem;
}

.index_shopp .text .tel {
    margin: 0.5rem 0 0;
}

.index_shopp .text .tel .ti {
    display: flex;
    font-size: 0.2rem;
    align-items: center;
    gap: 0.1rem;
}

.index_shopp .text .tel .ti img {
    width: 0.24rem;
}

.index_shopp .text .tel .ti span {}

.index_shopp .text .tel .num {
    display: inline-block;
    background: linear-gradient(90deg, #f5dfb9, #977854);
    padding: 0.02rem;
    border-radius: 50px;
    font-size: 0.34rem;
    margin: 0.2rem 0 0;
    line-height: 0.5rem;
    cursor: pointer;
}

.index_shopp .text .tel .num .nu {
    display: inline-block;
    background: linear-gradient(90deg, #977854 , #cab99f 30%, #977854);
    padding: 0 0.25rem;
    border-radius: 50px;
    font-size: 0.3rem;
}

.index_shopp .text .tel .num .nu span {}

.index_shopp .imgj_box {
    padding: 0 0 0 35%;
}

.index_shopp .imgj_box .shop_img {
    position: relative;
    z-index: 9;
}

.index_shopp .imgj_box .shop_img .imgj {
    text-align: center;
}

.index_shopp .imgj_box .shop_img .imgj img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.index_shopp .imgj_box .shop_img .imgj p {
    font-size: 0.12rem;
    color: #a68268;
    position: absolute;
    right: 15%;
    bottom: -0.4rem;
}
.shop_list {}

.shop_list ul {}

 .shop_list ul li {
    position: absolute;
    z-index: 9;
}
.shop_list ul li.on {
    z-index: 99;
}
 .shop_list ul li.zin {
    z-index: 9;
}
 .shop_list ul li.anhui {
    right: 34%;
    top: 59%;
}
.shop_list ul li.beijing {
    right: 35%;
    top: 37%;
}

.shop_list ul 
 li.fujian {
    right: 33%;
    top: 70%;
}

.shop_list ul 
 li.gansu {
    right: 49%;
    top: 48%;
}

 .shop_list ul 
 li.guangdong {
    right: 44%;
    top: 76%;
}

 .shop_list ul 
 li.guangxi {
    right: 38%;
    top: 76%;
}

 .shop_list ul 
 li.guizhou {
    right: 52%;
    top: 74%;
}

 .shop_list ul 
 li.hainan {
    right: 43%;
    top: 85%;
}

 .shop_list ul 
 li.hebei {
    right: 37%;
    top: 42%;
}

 .shop_list ul 
 li.henan {
    right: 39%;
    top: 52%;
}

 .shop_list ul 
 li.heilongjiang {
    right: 22%;
    top: 16%;
}

 .shop_list ul 
 li.hubei {
    right: 39%;
    top: 59%;
}

 .shop_list ul 
 li.hunan {
    right: 40%;
    top: 67%;
}

 .shop_list ul 
 li.jining {
    right: 24%;
    top: 28%;
}

.shop_list ul 
 li.jiangsu {
    right: 32%;
    top: 54%;
}

 .shop_list ul 
 li.jiangxi {
    right: 36%;
    top: 65%;
}

 .shop_list ul 
 li.liaoning {
    right: 27%;
    top: 34%;
}

 .shop_list ul 
 li.neimenggu {
    right: 42%;
    top: 34%;
}

 .shop_list ul 
 li.shandong {
    right: 33%;
    top: 47%;
}

.shop_list ul 
 li.shanxi {
    right: 40%;
    top: 42%;
}

.shop_list ul 
 li.shanxixi {
    right: 44%;
    top: 51%;
}

.shop_list ul 
 li.shanghai {
    right: 29%;
    top: 59%;
}

 .shop_list ul 
 li.sichuan {
    right: 51%;
    top: 60%;
}

.shop_list ul 
 li.tianjin {
    right: 33%;
    top: 37%;
}

.shop_list ul 
 li.zhejiang {
    right: 31%;
    top: 64%;
}

 .shop_list ul 
 li.chongqing {
    right: 45%;
    top: 62%;
}
 .shop_list ul li .dot {
    transition: all 0.3s;
    opacity: 0.8;
}
.shop_list ul li.on .dot {
    opacity: 1;
}
 .shop_list ul li .dot.on {
    transform: scale(1.1);
}
 .shop_list ul li .dot img {
    width: 0.2rem;
}

 .shop_list ul li .shop_pop {
    position: absolute;
    right: 0.3rem;
    top: -1rem;
    width: 3rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.2rem;
    height: 2rem;
    overflow-y: scroll;
    display: none;
}
.shop_list ul li .shop_pop::-webkit-scrollbar {
	height:0.08rem;
	background:#f3eae2;
    width:0.1rem
  }
.shop_list ul li .shop_pop::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background:#ead4c1;
  }


 ul li .shop_pop.cur {
    display: block;
    z-index: 9;
}
 ul li .shop_pop .search {
    margin: 0 0 0.2rem;
}

 .shop_list ul li .shop_pop .search .search_form {
    border: 1px solid #ddd;
    border-radius: 0.1rem;
    line-height: 0.4rem;
    position: relative;
    padding: 0 0.4rem 0 0;
}

 .shop_list ul li .shop_pop .search .search_form .inp {
    flex: 1;
    padding: 0;
}

 .shop_list ul li .shop_pop .search .search_form .inp input {
    padding: 0 0.1rem;
}

 .shop_list ul li .shop_pop .search .search_form  button {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
}

 .shop_list ul li .shop_pop .search .search_form  button img {}
 .shop_list ul li .shop_pop .one {
    margin: 0 0 0.1rem;
}

 .shop_list ul li .shop_pop .one em {
    font-weight: bold;
}

 .shop_list ul li .shop_pop .one p {
    font-size: 0.14rem;
    color: #666;
}
.index_shopp .imgj_box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: calc(100vh - 0.8rem);
}
.index_screen4 {
    padding: 0.8rem 0 0.6rem;
    background: linear-gradient(0deg, #f4ece1 80%, #d2bead);
    height: 100%;
    display: flex;
    align-items: center;
}

.index_contact {
    text-align: center;
}

.index_contact h3 {
    font-size: 0.44rem;
    color: #A68268;
    margin: 0 0 0.3rem;
}

.index_contact ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.index_contact ul li {
    width: 33.33%;
    padding: 0.1rem;
}

.index_contact ul li .item {
    border: 1px solid #A68268;
    height: 1.8rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.index_contact ul li .item:hover {
    background: #e6d9cc;
}
.index_contact ul li .item em {
    color: #53423A;
    display: block;
    margin: 0 0 0.2rem;
}

.index_contact ul li .item p {
    color: #A68268;
    margin: 0.1rem auto 0;
    width: 90%;
}

.index_contact ul li .item p a {
    color: #A68268;
}

.index_contact ul li .item img {
    width: 1rem;
}

footer.footer_box .footer_main {
    color: #F2EBE1;
    padding: 0.2rem 0;
    font-size: 0.14rem;
}

footer.footer_box .footer_main .footer_buy {
    display: flex;
}

footer.footer_box .footer_main .footer_buy h4 {}

footer.footer_box .footer_main .footer_buy .buy_box {}

footer.footer_box .footer_main .footer_buy .buy_box .item {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin: 0 0 0.15rem;
}

footer.footer_box .footer_main .footer_buy .buy_box .item img {
    width: 0.3rem;
}

footer.footer_box .footer_main .footer_buy .buy_box .item p {color: #fff;}

footer.footer_box .footer_main .footer_ewm {
    display: flex;
}

footer.footer_box .footer_main .footer_ewm h4 {}

footer.footer_box .footer_main .footer_ewm .footer_contact {
    display: flex;
    flex-flow: wrap;
    width: 3rem;
}

footer.footer_box .footer_main .footer_ewm .footer_contact .item {
    width: 50%;
    position: relative;
}

footer.footer_box .footer_main .footer_ewm .footer_contact .item .text {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

footer.footer_box .footer_main .footer_ewm .footer_contact .item .text img {
    width: 0.3rem;
}

footer.footer_box .footer_main .footer_ewm .footer_contact .item .text p {}

footer.footer_box .footer_main .footer_ewm .footer_contact .item .pop {
    position: absolute;
    display: none;
    z-index: 9;
    bottom: 0.4rem;
    left: 0;
}

footer.footer_box .footer_main .footer_ewm .footer_contact .item .pop .imgj {}

footer.footer_box .footer_main .footer_ewm .footer_contact .item .pop .imgj img {}

footer.footer_box .footer_main .footer_links {
    display: flex;
    justify-content: space-between;
}

footer.footer_box .footer_main .footer_links a.bei-box {
    color: #F2EBE1;
}

footer.footer_box .footer_main .footer_tel {}

footer.footer_box .footer_main .footer_tel .tel {
    background: url(../images/btel.png) left center no-repeat;
    background-size: 0.2rem;
    padding: 0 0 0 0.3rem;
}
footer.footer_box .footer_main .footer_ewm .footer_contact .item:hover .pop {
    display: block;
}

.bottom_float {
    position: fixed;
    left: 0.3rem;
    bottom: 0.2rem;
    z-index: 99;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    width: 3rem;
    display: none;
    box-shadow: 0 4px 12px #00000026;
}

.bottom_float .ti {
    background: url(../images/flbg.png) right 0.1rem no-repeat #51423a;
    color: #ffff;
    line-height: 0.5rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: 50%;
    font-size: 0.2rem;
}

.bottom_float .ti h3 {}

.bottom_float .ti .close {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/sx.png) right center no-repeat;
    background-size: 0.2rem;
}

.bottom_float .main {
    padding: 0.2rem;
}
.bottom_float .main {}

.bottom_float .main .text {
    font-size: 0.14rem;
    color: #666;
    margin: 0 0 0.2rem;
}
.bottom_float .main .one {
    display: flex;
    align-items: center;
    border: 1px solid #D8CBBB;
    color: #D8CBBB;
    line-height: 0.3rem;
    font-size: 0.14rem;
    border-radius: 0.04rem;
    margin: 0 0 0.1rem;
    padding: 0.1rem 0.2rem;
    gap: 0.1rem;
}

.bottom_float .main .one label {
    display: flex;
    align-items: center;
    width: 0.2rem;
}

.bottom_float .main .one label img {
    height: 0.22rem;
}

.bottom_float .main .one input {
    color: #D8CBBB;
    flex: 1;
}

.bottom_float .main .button {
    text-align: right;
}

.bottom_float .main .button button {
    background: #51423A;
    color: #fff;
    padding: 0.1rem 0.3rem;
    border-radius: 0.04rem;
}
.float_but {
    position: fixed;
    left: 0.2rem;
    bottom: 0.8rem;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 0.65rem;
    height: 0.65rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #51423b;
    color: #fff;
    font-size: 0.14rem;
    box-shadow: 0 4px 12px #00000026;
}

.float_but .button {
    text-align: center;
}

.float_but .button img {
    width: 0.28rem;
}

.float_but .button h3 {}
.index_swiper {
    background: url(../images/bg_shop.jpg) center center;
    background-size: cover;
}
.bottom_float.cur {
    display: block;
}
.bg_exp {
    background: url(../images/bg_exp.png);
    background-size: cover;
    height: 100%;
    padding: 0.8rem 0 1rem;
}

.explore_box {
    color: #FAF2E7;
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.explore_box .one {
    margin: 1rem 0 0;
}

.bg_goodimg {
    background: url(../images/goodimg.jpg) top center no-repeat;
    background-size: auto 100%;
    padding: 0.8rem 0 1rem;
    /* background: #f4ebda; */
}

.explore_what {
    text-align: center;
    position: relative;
}

.explore_what .tibox {
    display: inline-block;
    margin: 0 auto;
    background: linear-gradient(90deg, #e8c38f, #f9f3e3);
    padding: 0.02rem;
    font-size: 0.34rem;
    border-radius: 0.2rem;
    margin: 0.5rem auto 0;
    color: #51423a;
    letter-spacing: 0.03rem;
}

.explore_what .tibox .ti {
    background: linear-gradient(90deg, #f9f3e3, #f9f3e3);
    padding: 0 0.3rem;
    border-radius: 0.2rem;
}

.explore_what .tibox .ti h3 {}

.good_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.good_list ul {}

.good_list ul li {
    position: absolute;
    display: flex;
    align-items: center;
    color: #51423A;
    font-size: 0.14rem;
}

.good_list ul li .imgj {
    /* padding: 0.2rem; */
    border-radius: 50%;
}

.good_list ul li .imgj img {
    width: 1.8rem;
    transition: all 0.3s;
}

.good_list ul li .text {
    position: relative;
}

.good_list ul li .text img {
    width: 2rem;
}

.good_list ul li .text p {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.good_list ul li:nth-child(1) {
    left: 14%;
    top: 26%;
}

.good_list ul li:nth-child(2) {
    left: 13%;
    bottom: 11%;
}

.good_list ul li:nth-child(3) {
    right: 9%;
    top: 28%;
}

.good_list ul li:nth-child(4) {
    right: 15%;
    bottom: 0%;
}

.good_list ul li .imgj:hover {}

.good_list ul li .imgj:hover img {
    transform: scale(1.5);
}
.good_list img.bigtu {

    display: none;
}

.good_list ul li:nth-child(1) .imgj,.good_list ul li:nth-child(2) .imgj {
    order: 2;
}

.good_list ul li .imgj:hover {
    box-shadow: 0 0 8px #0000004d;
}

.explore_screen3 {
    position: relative;
}

.explore_screen3 .wal {}

.bigbjimg_box {
    position: relative;
}
.bigbg_pic {}

.bigbg_pic img {
    width: 100%;
}

.explore_box .text {
    width: 40%;
}

.explore_box .text {
    width: 40%;
}

.explore_box .text .one p{
    text-align: justify;
}

.explore_screen1 {
    margin: 0.7rem auto 0;
    position: relative;
}
.good_list .wal {
    position: static;
}

.bg_ys {
    background: url(../images/bg_ys.jpg);
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
}

.picture_box {
    flex: 1;
    position: relative;
    text-align: right;
}

.picture_box ul {
    display: flex;
    margin: 0.3rem 0 0;
    gap: 0.15rem;
}

.picture_box ul li {
    flex: 1;
    position: relative;
    transform: skewX(-10deg);
    overflow: hidden;
}

.picture_box ul li .imgj {
    /* object-fit: fill; */
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picture_box ul li:hover .imgj img {
    transform: skewX(10deg) scale(1.1) translate(-50%, -50%);
}
.picture_box ul li .imgj img {
    transform: skewX(10deg) scale(1) translate(-50%, -50%);
    width: 150%;
    transition: all 0.3s;
    position: absolute;
    left: 70%;
    top: 50%;
}

.explore_four {
    display: flex;
    padding: 0.8rem 0;
}

.explore_four .text {
    flex: 0.5;
    padding: 1rem 0.5rem 0;
    color: #51423A;
}

.explore_four .text .ti {
    font-size: 0.36rem;
    margin: 0 0 0.7rem;
}

.explore_four .text .ti h4 {
    color: #816043;
    font-weight: bold;
    font-size: 0.4rem;
}

.explore_four .text .main {
    color: #53423A;
    font-size: 0.2rem;
}
.picture_box img.topx {height: 0.7rem;}

.explore_four .text .ti p {
    color: #53423A;
    font-size: 0.22rem;
    font-weight: bold;
}

.explore_four .text .main h5 {
    font-size: 0.28rem;
    color: #AC8868;
    margin: 0.1rem 0;
}

.explore_four .text .main p {
    font-size: 0.16rem;
}

.explore_four .text .main img {
    display: block;
    margin: 0.3rem 0 0;
    width: 2.2rem;
}
.explore_screen4 .swiper-slide {
    height: auto;
}

.explore_screen4 {
    position: relative;
}
.exp_cai {}

.exp_cai ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.3rem;
}

.exp_cai ul li {
    width: 25%;
    padding: 0.3rem;
}

.exp_cai ul li .imgj {
    border-radius: 0.06rem 0.06rem 0 0;
}

.exp_cai ul li .imgj img {}

.exp_cai ul li .text {
    background: linear-gradient(90deg, #ab8a6c, #cdbaa0, #ab8a6c);
    border-radius: 0 0 0.06rem 0.06rem;
    color: #fff;
    font-size: 0.2rem;
    padding: 0.1rem;

}

.exp_cai ul li .text h4 {}
.explore_screen5 {
    background: url(../images/bg_ys.jpg);
    background-size: cover;
    text-align:center;
    padding:0.8rem 0;
    position: relative;
}

.explore_five {}

.explore_five .tibox {
    display: inline-block;
    margin: 0 auto;
    background: linear-gradient(90deg, #e8c38f, #f9f3e3);
    padding: 0.02rem;
    font-size: 0.34rem;
    border-radius: 0.2rem;
    margin: 0rem auto 0.5rem;
    color: #51423a;
    letter-spacing: 0.03rem;
}

.explore_five .tibox .ti {
    background: linear-gradient(90deg, #f9f3e3, #f9f3e3);
    padding: 0 0.3rem;
    border-radius: 0.2rem;
}

.exp_case {}

.exp_case ul {
	    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.exp_case ul li {
	    width: 25%;
    padding: 0.1rem;
}

.exp_case ul li .imgj {
	border-radius: 0.06rem 0.06rem 0 0;
}

.exp_case ul li .imgj img {}

.exp_case ul li .text {
	    background: linear-gradient(90deg, #ab8a6c, #cdbaa0, #ab8a6c);
    border-radius: 0 0 0.06rem 0.06rem;
    color: #fff;
    font-size: 0.2rem;
    padding: 0.1rem;
}

.exp_case ul li .text h4 {}

.product_screen1 {
    margin: 0.7rem 0 0;
    position: relative;
}

.product_screen1 .text_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
}

.product_screen1 .text_box .text {
    color: #fff;
}

.product_screen1 .text_box .text h4 {
    font-size: 0.44rem;
}

.product_screen1 .text_box .text p {
    margin: 0.3rem  0 0;
    font-size: 0.24rem;
}

.product_nav {}

.bg_pro {
    background: url(../images/bg_pro.jpg);
    background-size: cover;
}

.product_nav ul {
    display: flex;
    align-items: center;
    height: 7rem;
}

.product_nav ul li {
    width: 25%;
    padding: 0.2rem;
}

.product_nav ul li .item {
    background: linear-gradient(0deg, #f0e8dc, #a98972);
    text-align: center;
}

.product_nav ul li .item .text {
    padding: 0.6rem 0 0.3rem;
    background: url(../images/bg_text.png) center  center no-repeat;
    background-size: 50%;
    color: #fff;
}

.product_nav ul li .item .text h3 {
    font-size: 0.3rem;
    color: #F3EBE0;
    margin: 0 0 0.1rem;
}

.product_nav ul li .item .text .subname {
    color: #51423a;
}

.product_nav ul li .item .imgj {}

.product_nav ul li .item .imgj img {
    width: 1rem;
}

.product_nav ul li .item .more {}

.product_nav ul li .item .more .icon {
    padding: 0.1rem 0;
    border-top: 1px solid #D2B8A6;
}

.product_nav ul li .item .more .icon img {
    display: inline-block;
}

.product_nav ul li .item .more .icon img.mr {}

.product_nav ul li .item .more .icon img.xz {
    display: none;
}

.product_nav ul li .item .more .li {
    background: #fff;
    padding: 0.1rem;
    font-size: 0.14rem;
    color: #53423A;
    height: 0;
    overflow: hidden;
    padding: 0;
    /* transition: all 0.3s; */
}

.product_nav ul li .item .more .li .p {
    padding: 0.1rem;
    border-bottom: 1px solid #C9C9C9;
}

.product_nav ul li.cur {}

.product_nav ul li.cur .item {
    box-shadow: 0 0 0.3rem rgb(0,0,0,0.1);
}

.product_nav ul li.cur .item .text {}

.product_nav ul li.cur .item .text h3 {}

.product_nav ul li.cur .item .text .subname {}

.product_nav ul li.cur .item .imgj {}

.product_nav ul li.cur .item .imgj img {}

.product_nav ul li.cur .item .more {}

.product_nav ul li.cur .item .more .icon {}

.product_nav ul li.cur .item .more .icon img {}

.product_nav ul li.cur .item .more .icon img.mr {
    display: none;
}

.product_nav ul li.cur .item .more .icon img.xz {
    display: inline-block;
}

.product_nav ul li.cur .item .more .li {
    padding: 0.1rem;
    height: 1.5rem;
    transition: all 0.3s;
}

.product_nav ul li.cur .item .more .li .p.on {
    color: #db9a69;
}

.product_listbox {
    background: #f7efe4;
    PADDING: 0.8rem 0 0;
}

.product_listbox .title {
    color: #53423A;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.product_listbox .title h4 {
    padding: 0 0  0.2rem;
    border-bottom: 1px solid #D2B8A6;
}

.product_list {
    padding: 0.4rem 0;
    border-top: 1px solid #ceb4a2;
}

.product_list_swiper1 ul {justify-content: end;}

.product_list ul li {
    width: 33.33%;
    padding: 0.2rem;
}

.product_list ul li .item {
    display: block;
    background: linear-gradient(0deg, #f2e4d0, #fcf7f1);
    border-radius: 0.2rem;
    border: 2px solid #fff;
    text-align: center;
    padding: 0.1rem;
    transition: all 0.3s;
}
.product_list ul li .item.on {
    transform: translate(0px, -0.1rem);
    border: 2px solid #977854;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.1);
}
.product_list ul li .item .imgj {
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list ul li .item .imgj img {
    width: 80%;
}

.product_list ul li .item h4 {
    color: #53423A;
}

.product_list ul li .item p {
    
    font-size: 0.14rem;
color: #997956;
}

.product_list ul li .item .price {
    margin: 0.3rem 0 0;
    padding: 0.2rem 0 0.1rem;
    border-top: 1px solid #D2B8A6;
    color: #997956;
}

.product_list ul li .item .price .num {}

.product_list ul li .item .price .num em {
    font-size: 0.3rem;
    font-weight: 100;
}

.product_list ul li .item .price .buy {
    display: inline-block;
    background: linear-gradient(90deg, #f4deb9, #a28765);
    padding: 2px;
    font-size: 0.15rem;
    color: #F9F1E6;
    border-radius: 50px;
    margin: 0.1rem 0 0;
}

.product_list ul li .item .price .buy .bu {
    background: linear-gradient(90deg, #ab8c75, transparent,#ab8c75);
    border-radius: 50px;
}

.product_list ul li .item .price .buy .bu h5 {
    line-height: 0.34rem;
    padding: 0 0.3rem;
    transition: all 0.3s;
}


.product_list ul li .item .price .buy:hover .bu h5 {
    padding: 0.05rem 0.4rem;
}
.news_screen1 {
    margin: 0.7rem 0 0;
    position: relative;
}

.news_screen1 .text_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    color: #fff;
}

.news_screen1 .text_box .text {}

.news_screen1 .text_box .text span {
    display: block;
    font-size: 0.22rem;
}

.news_screen1 .text_box .text h4 {
    font-size: 0.54rem;
    margin: 0.2rem 0 0.1rem;
}

.news_screen1 .text_box .text p {
    font-size: 0.28rem;
}

.news_screen2 {
    background: #F4ECE1;
    padding: 0.5rem 0;
}

.news_screen2 ul {
    width: 80%;
    margin: 0 auto;
}

.news_screen2 ul li {
    padding: 0.1rem 0;
}

.news_screen2 ul li .item {
    background: #fff;
    display: flex;
    gap: 0.5rem;
    padding: 0.2rem;
}

.news_screen2 ul li .item .imgj {
    width: 3rem;
}

.news_screen2 ul li .item .imgj img {
    width: 100%;
}

.news_screen2 ul li .item .text {
    flex: 1;
    color: #53423A;
}

.news_screen2 ul li .item .text .h3 {
    display: block;
    font-size: 0.2rem;
    color: #AC8868;
}

.news_screen2 ul li .item .text span {
    display: block;
    margin: 0.1rem 0 0.3rem;
}

.news_screen2 ul li .item .text p {}


.news_screen2 h3{text-align:center;font-size: 0.2rem;
color: #AC8868;}
.news_screen2 h4{
    text-align: center;
    font-size: 0.16rem;
    color: #AC8868;}
.news_screen2 .xq p img{max-width:800px;}


/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px;text-align:center; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #AC8868; color: #AC8868; }

.no_allpart {}

.no_allpart footer.footer_box {
    position: static;
}

.join_screen1 {
    margin: 0.7rem 0 0;
    position: relative;
}

.join_box {
    color: #fff;
    position: absolute;
    right: 0;
    top: 1rem;
    bottom: 0;
    left: 0;
}

.join_box h4 {
    font-size: 0.44rem;
}

.join_box p {
    font-size: 0.22rem;
    margin: 0.2rem 0 0;
}

.join_screen2 {
    background: linear-gradient(180deg, #d3c0ae 0rem, #f4ece1 2rem);
}

.four_supp {
    margin: -2.2rem 0 0;
}

.four_supp .main {
    background: linear-gradient(0deg, #eddfcb, #f9f4ed);
    border-radius: 0.2rem;
    border: 0.02rem solid #f9f4ed;
    padding: 0.2rem 0 0;
    width: 80%;
    margin: 0 auto;
}

.four_supp .main h2 {
    text-align: center;
    font-size: 0.3rem;
    color: #816043;
}

.four_supp .main ul {
    display: flex;
    justify-content: space-between;
}

.four_supp .main ul li {
    flex: 1;
    padding: 0.3rem 0;
}

.four_supp .main ul li .item {
    text-align: center;
    border-right: 1px solid #CCA589;
}

.four_supp .main ul li .item img {
    width: 0.6rem;
}

.four_supp .main ul li .item h3 {
    color: #816043;
    font-size: 0.2rem;
    margin: 0.2rem 0;
}

.four_supp .main ul li .item p {
    color: #53423A;
    font-size: 0.14rem;
}

.four_supp .main ul li:last-child .item {
    border: 0;
}

.join_mainbox {
    position: relative;
    margin: 0.8rem 0;
}

.join_mainbox .text {
    position: absolute;
    top: 0.4rem;
    bottom: 0.4rem;
    background: linear-gradient(180deg, #aa8a72, #f4ece1);
    /* transform: translate(0px, -50%); */
    z-index: 8;
}

.join_mainbox .text .ti {
    text-align: center;
    padding: 0.5rem;
    background: url(../images/bg_text.png) center center no-repeat;
    background-size: 70%;
}

.join_mainbox .text .ti h3 {
    color: #F4ECE1;
    font-size: 0.28rem;
    padding: 0.5rem 0 0.2rem;
}

.join_mainbox .text .ti p {
    color: #53423A;
    font-size: 0.14rem;
}

.join_mainbox .text .swiper_but {
    position: relative;
    width: 1.2rem;
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translate(-50%, 0px);
}

.join_mainbox .picture_swiper {}

.join_mainbox1 .picture_swiper {
    padding: 0 0 0 3rem;
}

.join_mainbox2 .picture_swiper {
    padding: 0 3rem 0 0;
}

.join_mainbox1 .text {
    left: 0;
}

.join_mainbox2 .text {
    right: 0;
}

.join_sdkc {}

.join_sdkc h3 {
    font-size: 0.22rem;
    color: #816043;
    margin: 0 0 0.1rem;
}

.join_sdkc ul {
    display: flex;
    gap: 0.1rem;
}

.join_sdkc ul li {}

.join_sdkc ul li .imgj {}

.join_sdkc ul li .imgj img {}

.join_sdkc p {
    color: #53423A;
    padding: 0.2rem 0;
}

.join_vip {
    padding: 0rem 0 0.4rem;
    border-bottom: 1px solid #CCA589;
}

.join_vip h4 {
    text-align: center;
    font-size: 0.32rem;
    color: #816043;
    margin: 0 0 0.4rem;
}

.join_vip ul {
    display: flex;
    justify-content: center;
}

.join_vip ul li {
    display: flex;
    align-items: center;
    color: #816043;
    gap: 0.2rem;
    padding: 0 0.4rem;
    border-right: 1px solid #CCA589;
}

.join_vip ul li img {
    width: 0.48rem;
}

.join_vip ul li .text {}

.join_win {padding: 0.4rem 0 0;text-align: center;}

.join_win p {
    color: #53423A;
    font-size: 0.2rem;
}

.join_win em {
    display: block;
    color: #816043;
    font-size: 0.3rem;
    margin: 0.1rem 0;
}

.join_win .button {
    display: inline-block;
    background: linear-gradient(90deg, #f4deb9, #a28765);
    padding: 2px;
    font-size: 0.15rem;
    color: #F9F1E6;
    border-radius: 50px;
    margin: 0.1rem 0 0;
    cursor: pointer;
}

.join_win .button .but {
    background: linear-gradient(90deg, #ab8c75, transparent, #ab8c75);
    border-radius: 50px;
}

.join_win .button .but h3 {
    line-height: 0.4rem;
    padding: 0 0.3rem;
    transition: all 0.3s;
    font-size: 0.2rem;
}

.join_vip ul li:last-child {
    border: 0;
}


.join_form {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 99;
}

.join_form.cur {
    display: block;
}

.join_form .black_bg {
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.join_formbox {
    display: block;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vip_screen1 {
    /* min-height: calc(100vh - 1.41rem); */
}

.news_mainpage {
    padding: 0.5rem 0;
}

.news_mainpage .title {
    text-align: center;
    border-bottom: 1px solid #d8cbbb;
    padding: 0.4rem  0;
}

.news_mainpage .title h3 {
    font-size: 0.34rem;
    color: #977854;
    margin: 0 0 0.1rem;
}

.news_mainpage .title h4 {
    color: #cca589;
}

.news_mainpage .xq {
    color: #816043;
    margin: 0.4rem 0;
}

.news_mainpage .xq p {
    margin: 0.2rem 0;
}

.news_mainpage .xq img {
    max-width: 8rem !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block;
}
.mobel_part {
    background: linear-gradient(0deg, #eddfcb, #f9f4ed);
    border-radius: 0.2rem;
    border: 0.02rem solid #f9f4ed;
    padding: 0.3rem 0;
    /* width: 80%; */
    border: 1px solid #ddd;
    box-shadow: 0 0.1rem 0.15rem rgb(107 66 43 / 40%);
}
.mobel_min {
    padding: 0.5rem 0 0.8rem;
}

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

.product_listbox .title .text h3 {
    font-size: 0.4rem;
    color: #e0a15e;
    margin: 0 0 0.4rem 0;
}

.product_listbox .title .text .imgj {
    /* width: 1rem; */
    /* height: 1rem; */
    margin: 0 auto;
    text-align: center;
}

.product_listbox .title .text .imgj img {
    height: 1rem;
}

.product_onebox {
    display: flex;
    background: linear-gradient(90deg, #eee2d1, #f3ebe0);
    border: 0.02rem solid #ffffffe3;
    border-radius: 0.1rem;
    /* margin: 0.4rem 0; */
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 0;
}

.product_list_swiper {
    width: 70%;
    height: auto;
    margin: 0;
    order: 2;
    /* padding: 0 0.5rem; */
    position: relative;
}

.product_list:nth-child(2n) .product_onebox{
    background: linear-gradient(90deg, #f3ebe0, #eee2d1);
    padding: 0.5rem 0 0.5rem 0.5rem;
}

.product_list:nth-child(2n) .product_onebox .title {
    order: 2;
}

.product_list:nth-child(2n) .product_onebox .product_list_swiper {
    order: 1;
}

.product_list:nth-child(2n) .product_onebox .title .text h3 {
    color: #a7a7a7;
}

.product_onebox .swiper-button-prev,.product_onebox .swiper-button-next {
    border: 0;
    background: url(../images/prjt.png) center center no-repeat;
    background-size: 0.24rem;
    height: 1rem;
    opacity: 1 !important;
    display: block !important;
}

.product_onebox .swiper-button-prev {
    left: -0.3rem;
}
.product_listbox .title .text h3.jin {
    color: #e0a15e;
}

.product_listbox .title .text h3.yin {
    color: #919191;
}

.product_onebox .swiper-button-next {
    right: -0.3rem;
}
.product_list_swiper1 {
    width: 48%;
    margin: 0 11%;
}

.product_list_swiper1 ul li {
    width: 50%;
}