@charset "utf-8";
html, *, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, span { margin: 0; padding: 0; }
.mobx { display: none; }
.pcx { display: block; }
* { padding: 0; margin: 0; }
ul, ul li, li { list-style-type: none; }
img { vertical-align: middle; max-width: 100% }
em { font-style: normal; }
a { text-decoration: none; color: #333 }
a img, :link img, :visited img { border: 0; }
a:link, a:visited { text-decoration: none; color: #333; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }
input { border: none; background: none; }
input, textarea { outline: 0; font-size: 14px; -webkit-appearance: none; }
.clear { clear: both; }
img { max-width: 100% }
.fl { float: left; }
.fr { float: right; }
.ellipsis { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block }
html, body { font: 14px "微软雅黑"; color: #333; width: 100%; line-height: 1.5 }
body { background-image: url(bj0.png); background-repeat: repeat-x; background-position: center top; border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: #35326b; background-color: #f6f6f8 }
.footbj { background-image: url(footbj.png); background-repeat: repeat-x; background-position: center bottom; }
.bjtxt { background-image: url(bjtxt.png); background-repeat: no-repeat; background-position: center top; background-size: 100% auto }
.wall { width: calc(100% - 180px); margin: auto; max-width: 1760px; }
.header { height: 75px; }
.header .logo { width: 500px; position: absolute; top: 0; left: calc(50% - 250px); }
.header .logo img { max-width: 100%; max-height: 90px; }
.header ul { width: 400px; }
.header .menuleft { float: left; margin-left: calc(50% - 650px); }
.header .menuright { float: right; margin-right: calc(50% - 650px); }
.header ul li { float: left; width: 25%; text-align: center; margin-top: 20px; }
.header ul li em { display: none }
.header ul li.on a b, .header ul li:hover a b { color: #DA9E3A; display: block }
.header ul li.on a em, .header ul li:hover a em { width: 10px; height: 10px; border-radius: 50px; border: 2px solid #DA9E3A; display: block; margin: auto; margin-top: 2px }
.header ul li a { font-size: 18px; color: #fff; font-weight: bold; display: block }
.header .inmore { position: absolute; left: 30px; color: #fff; top: 15px; }
.header .inmore .iconfont { font-size: 30px;cursor: pointer; }
.header .insearch { position: absolute; right: 30px;  top: 10px; }
.header .insearch .iconfont { font-size: 30px;color: #fff;}
.header .insearch:hover .iconfont {color: #DA9E3A;}
.typename { text-align: center }
.typename b { color: #231C65; font-size: 36px; line-height: 50px; }
.typename p { color: #231C65; font-size: 20px; line-height: 30px; padding-top: 20px; letter-spacing: 7px; }

.item{overflow:hidden}
.item:hover img {-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);z-index:9990;}
.item img {-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
/*首页幻灯*/
#swiperny { width: 100%; position: relative; margin-top: 88px; }
#swiperny .swiper { width: 100%; position: relative; }
#swiperny .swiper-wrapper { align-items: flex-end; width: 100% !important; padding-bottom: 0px; }
#swiperny .swiper-slide { text-align: center; display: flex; justify-content: center; align-items: flex-end; position: relative; transition: transform 0.3s ease; box-sizing: border-box;  }
/* 所有幻灯片的默认样式 */
#swiperny .swiper-slide { transform: scale(1); opacity: 0.8; z-index: 1; height: auto; flex-shrink: 0; width: 55.55%; background-color: #172158; top: 40px; }
/* 前一个幻灯片（左边） */
#swiperny .swiper-slide-prev { justify-content: flex-start; transform-origin: left bottom; width: 55.55% !important; }
/* 下一个幻灯片（右边） */
#swiperny .swiper-slide-next { justify-content: flex-end; transform-origin: right bottom; width: 55.55% !important; left: -35.555% }
/* 当前活动幻灯片（中间） */
#swiperny .swiper-slide-active {
  width: 58% !important;
  transform: scale(1.115);
  z-index: 10;
  opacity: 1;
  height: auto;
  justify-content: center;
  position: relative;
  left: -34.555%;
  top: -30px;
  /* 核心：左+右+上 阴影（无下阴影） */
  box-shadow: 
    -3px 0 10px rgba(0, 0, 0, 0.2),  /* 左侧阴影：左偏移15px，模糊20px */
    3px 0 10px rgba(0, 0, 0, 0.2),   /* 右侧阴影：右偏移15px，模糊20px */
    0 -10px 15px rgba(0, 0, 0, 0.15); /* 上方阴影：上偏移10px，模糊15px（透明度稍低更自然） */
  /* 可选：如果滑块有圆角，添加border-radius让阴影更贴合 */
  /* border-radius: 8px; */
}



#swiperny .swiper-slide img { width: 100%; height: auto; display: block; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; /* 半透明 */ }
#swiperny .swiper-slide-active img { opacity: 1; margin-top:50px; }
/* 调整容器确保占满宽度 */
#swiperny .swiper-container { width: 100% !important; overflow: visible !important; }
/* 确保swiper-slide在容器中正确排列 */
#swiperny .swiper-slide:not(.swiper-slide-active) { margin-right: 0 !important; }
/* 自定义数字分页样式 */
#swiperny .custom-pagination { position: absolute; bottom: -30px; left: 20%; z-index: 210; color: #333; padding: 5px 12px; font-size: 14px; font-weight: bold; display: flex; align-items: center; gap: 5px; min-width: 60px; justify-content: center; }
#swiperny .current-page { color: #D19F63; }
#swiperny .total-page { opacity: 0.8; }
/* 分割线 */
#swiperny .pagination-divider { opacity: 0.6; }
/* 响应式调整 */
 @media (max-width: 768px) {
#swiperny .custom-pagination { bottom: 60px; right: 10px; font-size: 12px; padding: 3px 8px; }
#swiperny .swiper-pagination { bottom: 40px; }
}
 @media (max-width: 1279px) {
#swiperny .swiper-slide .fmap { width: 1200px; height: 300px; }
}
 @media (min-width: 1280px) and (max-width: 1920px) {
#swiperny .swiper-slide .fmap { width: 1200px; height: 500px; }
#swiperny .swiper-slide-active {  top: -20px;}
#swiperny .swiper-slide-active img {margin-top: 40px;}
}
 @media (min-width: 1920px) {
#swiperny .swiper-slide .fmap { width: 1200px; height: 700px; }
}
/* 导航按钮样式 */
.swiper-button-prev, .swiper-button-next { width: 40px; height: 40px; border-radius: 50%; z-index: 20; }
.swiper-button-prev:after, .swiper-button-next:after { font-size: 18px; color: #1E2B75; font-weight: bolder }
.swiper-button-prev { left: -40px; }
.swiper-button-next { right: -40px; }

/* 鼠标滑过样式：切换为目标颜色 */
.swiper-button-prev:hover:after, 
.swiper-button-next:hover:after { 
  color: #DA9E3A;  /* 滑过橙色 */
}

/* 小圆点分页器样式 */
.swiper-pagination { z-index: 200; }
.swiper-pagination-bullet { width: 10px; height: 10px; background: #fff; border: 2px solid #35326b; }
.swiper-pagination-bullet-active { opacity: 1; background: #fff; border: 2px solid #d19f64; }
#swiperny .swiper-pagination { bottom: -20px; left: 50%; width: 50%; }
/*每日臻选*/
.zxday { padding-top: 0px;  padding-bottom: 40px;
/* 从顶部10%的位置开始渐变，0~10%保持完全透明 */
background: linear-gradient(to bottom, 
  rgba(241, 231, 215, 0) 0%,    /* 顶部：完全透明 */
  rgba(241, 231, 215, 0) 20%,   /* 10%位置：仍完全透明 */
  rgba(241, 231, 215, 1) 100%); /* 底部：完全不透明 */
    
}
.zxday .mySwiper1 { width: calc(100% - 300px); margin: auto; }
.zxday .mySwiper1 .swiper-wrapper { }
.zxday .mySwiper1 .swiper-slide { }
.zxday .mySwiper1 .swiper-slide .zxl { width: 48%; position: absolute; }
.zxday .mySwiper1 .swiper-slide .zxl b { color: #DA9E3A; font-size: 36px; display: block; }
.zxday .mySwiper1 .swiper-slide .zxl p { font-size: 20px; display: block; width: 80%; padding-top: 15px; overflow: hidden; height: 65px; line-height: 1.6 }
.zxday .mySwiper1 .swiper-slide .zxl em { font-size: 0; height: 2px; background-color: #DA9E3A; display: block; width: 40px; margin-top: 20px; }
.zxday .mySwiper1 .swiper-slide .zxl span { font-size: 16px; display: block; line-height: 50px; }
.zxday .mySwiper1 .swiper-slide .zxl a { display: block; background-color: #34316B; color: #fff; height: 50px; line-height: 50px; border-radius: 6px; width: 180px; font-size: 18px; margin-top: 20px; margin-bottom: 20px; padding-left: 15px; padding-right: 15px; }
.zxday .mySwiper1 .swiper-slide .zxl a i { float: right; font-size: 32px; }
.zxday .mySwiper1 .swiper-slide .zxl ul { }
.zxday .mySwiper1 .swiper-slide .zxl ul li { float: left; margin-right: 15px; width: calc(50% - 15px); }
.zxday .mySwiper1 .swiper-slide .zxr { float: right; width: 60% }
.zxday .swiper-button-prev, .zxday .swiper-button-next { width: 40px; height: 40px; border-radius: 0px; z-index: 20; top: calc(100% - 50px) !important; }
.zxday .swiper-button-prev { left: 0px !important; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #9c948e; border-right-color: #9c948e; border-bottom-color: #9c948e; border-left-color: #9c948e; }
.zxday .swiper-button-next { left: 40px !important; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-top-color: #9c948e; border-right-color: #9c948e; border-bottom-color: #9c948e; }
.zxday .swiper-button-prev:after, .swiper-button-next:after { font-size: 18px; color: #9c948e; font-weight: bolder }
.zxday .swiper-button-disabled:after { color: #841f28 !important; }
.zxday .swiper-button-disabled { opacity: 1!important; }
/*推荐专题*/
.recommend { padding-top: 60px; position: relative; }
.recommend .mySwiper2 { margin-top: 40px; }
.recommend .mySwiper2 .swiper-wrapper { }
.recommend .mySwiper2 .swiper-slide { }
.recommend .mySwiper2 .swiper-slide ul li { float: left; width: calc(50% - 10px); margin-bottom: 20px; }
.recommend .mySwiper2 .swiper-slide ul li:nth-of-type(even) { float: right }
.recommend .swiper-button-prev, .recommend .swiper-button-next { top: calc(50% + 80px) !important; }
/*地方分库*/
.placeku { padding-top: 60px; position: relative; }
.placeku .mySwiper3 { margin-top: 40px; }
.placeku .mySwiper3 .swiper-wrapper { width: 100% }
.placeku .mySwiper3 .swiper-slide { width: 100% }
.placeku .mySwiper3 .swiper-slide ul li { float: left; width: calc(33.3333% - 13.4px); margin-bottom: 20px; margin-right: 20px; background-color: #fff }
.placeku .mySwiper3 .swiper-slide ul li:nth-child(3n) { float: right; margin-right: 0 }
.placeku .mySwiper3 .swiper-slide ul li img { width: 100%; margin: 20px; width: calc(100% - 40px); }
.placeku .swiper-button-prev, .placeku .swiper-button-next { top: calc(50% + 80px) !important; }
/*foot*/
.footer { padding-top:66px; width: 100%; margin: auto; height: 220px; overflow:hidden; }
.footer .lmmc { float: left; width: 550px; height: 250px; }
.footer .lmmc em { font-size: 0; height: 2px; background-color: #DA9E3A; display: block; width: 40px; margin-top: 20px; margin-bottom: 10px; }
.footer .lmmc img{ width:340px;}
.footer .lmmc p { font-size: 14px; color: #676C8F; line-height: 1.5 }
.footer .eweima { float: left; line-height: 30px; padding-bottom: 20px; margin-right: 80px }
.footer .eweima p { padding-left: 10px; padding-top: 20px; }
.footer .eweima p img { margin-left: 20px }
.footer .contactinfo { float: left; border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC; width: calc(100% - 950px); min-width: 500px; margin-bottom:100px}
.footer .contactinfo li { float: left; border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; width: calc(33% - 1px); height: 180px; }
.footer .contactinfo p { padding-left: 30px; padding-top: 20px; }
.footer .contactinfo p a { display: block; color: #666666; font-size: 14px; line-height: 1.8 }
.footer .contactinfo b, .footer .eweima b { font-size: 20px; padding-left: 30px; color: #222222 }
.footer .contactinfo p a:hover{ color:#DA9E3A }
/*臻选-2*/
.curated .zxday .mySwiper1 .swiper-slide .zxl b { color: #ba491f }
.curated .curatedlist { padding-top: 60px }
.curated .card-curated { }
.curated .card-curated .allmaps { column-count: 3; column-gap: 0px; }
.curated .card-curated .allmaps li { break-inside: avoid; position: relative; margin-bottom: 0; width: 100%; }
.curated .card-curated .allmaps li img { width: 100%; height: auto; display: block; }
.curated .card-curated .allmaps li .card-body { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(204, 160, 113, 0), rgba(204, 160, 113, 1)); color: #fff; padding: 15px; box-sizing: border-box; z-index: 10; }
.curated .card-curated .allmaps li:hover .card-body { display: flex; flex-direction: column; justify-content: center; }
.curated .card-curated .allmaps li a { display: block; text-decoration: none; }
.curated .card-curated .allmaps li .card-body .maptxt { bottom: 30px; position: absolute; width: calc(100% - 100px); left: 50px; }
.curated .card-curated .allmaps li .card-body span { display: block; font-size: 24px; font-weight: bolder }
.curated .card-curated .allmaps li .card-body em { display: block; border-top-width: 2px; border-top-style: solid; border-top-color: #FFF; width: 46px; font-size: 0; margin-top: 10px; height: 10px; }
.curated .card-curated .allmaps li .card-body p { display: block; TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; padding-bottom: 10px; }
#curated-r { background-color: #fff; height: 700px; overflow: hidden }
#curated-r .litpic { background-color: #EBECF1; width: 58%; float: left; text-align: center }
#curated-r .litpic .imgzh { width: calc(100% - 100px); text-align: center; height: 700px; margin-left: 50px; display: flex; justify-content: center; align-items: center; }
#curated-r .litpic .imgzh img { max-width: 100%; max-height: 100% }
#curated-r .title { float: right; width: calc(42% - 100px); margin-right: 50px; }
#curated-r .title .tit { height: 420px; }
#curated-r .title .tit b { font-size: 28px; padding-top: 45px; display: block }
#curated-r .title .tit p { font-size: 16px; display: block; padding-top: 20px; }
#curated-r .title .key { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #EEEEEE; border-bottom-color: #EEEEEE; padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px; }
#curated-r .title .key b { color: #000; font-size: 16px; display: block; font-weight: normal; display: block; padding-bottom: 15px; }
#curated-r .title .key a { background-color: #EEEEEE; display: block; float: left; margin-right: 20px; height: 34px; padding-left: 20px; padding-right: 20px; border-radius: 17px; line-height: 32px; }
#curated-r .title .key a:hover { background-color: #D19F63; color: #fff }
#curated-r .title .copyr { }
#curated-r .title .copyr b { color: #000; font-size: 16px; display: block; font-weight: normal; display: block; }
#curated-r .title .copyr p { color: #878787; padding-top: 10px; }
/*珍藏-2*/
#treasure { width: 100%; position: relative; margin-top: 88px; background: linear-gradient(to bottom, rgba(241, 231, 215, 0), rgba(241, 231, 215, 1) ); padding-bottom: 20px; }
#treasure .swiper { width: 100%; position: relative; }
#treasure .swiper-wrapper { align-items: flex-end; width: 100% !important; padding-bottom: 0px; }
#treasure .swiper-slide { text-align: center; display: flex; justify-content: center; align-items: flex-end; position: relative; transition: transform 0.3s ease; box-sizing: border-box; transform: scale(1); z-index: 1; height: auto; flex-shrink: 0; width: 55.55%; padding-bottom: 120px; height:650px;}
/* 前一个幻灯片（左边） */
#treasure .swiper-slide-prev { justify-content: flex-start; transform-origin: left bottom; width: 55.55% !important; }
/* 下一个幻灯片（右边） */
#treasure .swiper-slide-next { justify-content: flex-end; transform-origin: right bottom; width: 55.55% !important; left: -35.555% }
/* 当前活动幻灯片（中间） */
#treasure .swiper-slide-active { width: 58% !important; transform: scale(1.115, 1); z-index: 10; opacity: 1; height: auto; justify-content: center; position: relative; left: -34.555%; top: 10px;height:750px; width:1200px; }
#treasure .swiper-slide img { width: 100%; height: auto; display: block; object-fit: cover; opacity: 0.5;  }
#treasure .swiper-slide a { display: block; background-color: #000;}
#treasure .swiper-slide-active img { opacity: 1;width: 100%; height: 100%; }
#treasure .swiper-slide-active a{ border: 10px solid #FFFBF0; }
/* 调整容器确保占满宽度 */
#treasure .swiper-slide .title { color: #FF0000; font-size: 28px; text-align: center; display: none }
#treasure .swiper-slide-active .title { display: block; position: fixed; bottom: 15px; transform: scale(0.9, 1); text-align: center }
#treasure .swiper-slide-active .title b { color: #DA9E3A; font-size: 28px; display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; height:36px;}
#treasure .swiper-slide-active .title span { color: #DA9E3A; font-size: 16px; display: block; line-height: 40px; }
#treasure .swiper-container { width: 100% !important; overflow: visible !important; }
/* 确保swiper-slide在容器中正确排列 */
#treasure .swiper-slide:not(.swiper-slide-active) { margin-right: 0 !important; }
/* 自定义数字分页样式 */
#treasure .custom-pagination { position: absolute; bottom: -30px; left: 20%; z-index: 210; color: #333; padding: 5px 12px; font-size: 14px; font-weight: bold; display: flex; align-items: center; gap: 5px; min-width: 60px; justify-content: center; }
#treasure .current-page { color: #D19F63; }
#treasure .total-page { opacity: 0.8; }
/* 分割线 */
#treasure .pagination-divider { opacity: 0.6; }
/* 响应式调整 */
 @media (max-width: 768px) {
#treasure .custom-pagination { bottom: 60px; right: 10px; font-size: 12px; padding: 3px 8px; }
#treasure .swiper-pagination { bottom: 40px; }
}
 @media (max-width: 1280px) {
#treasure .swiper-slide .fmap { width: 1200px; height: 500px; }
}
 @media (min-width: 1280px) and (max-width: 1919px) {
#treasure .swiper-slide .fmap { width: 1200px; height: 600px; }
}
 @media (min-width: 1920px) {
#treasure .swiper-slide .fmap { width: 1000px; height: 500px; }
#treasure .swiper-slide-active .fmap { width: 1200px; height: 600px; }
}
#treasure .swiper-pagination { bottom: -20px; left: 50%; width: 50%; }
/*关于我们-2*/
.about { background-color: #fff }
.about .aboutmenu { float: left; margin-left: 100px; margin-top: 100px; width: 200px; }
.about .aboutmenu .abouttxt { margin-bottom: 30px; }
.about .aboutmenu .typelist li { padding-top: 15px; }
.about .aboutmenu .typelist li a { font-size: 16px; display: block; line-height: 1.5 }
.about .aboutmenu .typelist li.on a, .about .aboutmenu .typelist li a:hover { color: #DA9E3A; font-weight: bolder }
.about .aboutmenu .line { margin-right: 50px; border-top-width: 1px; border-top-style: solid; border-top-color: #DA9E3A; height: 20px; margin-top: 30px }
.about .aboutbody { float: left; width: calc(100% - 400px); margin-top: 100px; }
.about .aboutbody .aimg { float: left; width: 500px }
.about .aboutbody .aimg img { width: 100% }
.about .aboutbody .atxt { float: right; width: calc(100% - 550px); font-size: 16px; line-height: 1.6 }
.about .aboutbody .atxt p { padding-bottom: 10px; }
.about .aboutbody .atxt strong { font-size: 20px; }
/*联系我们-2*/
.about .aboutbody .lxwmtxt { }
.about .aboutbody .lxwmtxt b { font-size: 20px; color: #231C65; padding-bottom: 20px; display: block }
.about .aboutbody .lxwmtxt p { color: #231C65; font-size: 18px; line-height: 2; padding-bottom: 30px; }
.about .aboutbody .lxwmtxt p.linelx { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DBDBE3; margin-bottom: 30px; }
/*最新动态-2*/
.about .newslist { float: left; width: calc(100% - 400px); margin-top: 100px; }
.about .newslist .aimg { float: left; width: 28% }
.about .newslist .aimg img { width: 100% }
.about .newslist .postall { float: right; width: calc(72% - 20px); }
.about .newslist .postall .allmaps { column-count: 2; column-gap: 20px; }
.about .newslist .postall .allmaps li { break-inside: avoid; position: relative; margin-bottom: 0; width: 100%; border: 1px solid #f0f0f0; margin-bottom: 20px; padding-bottom: 20px; padding-top: 20px; }
.about .newslist .postall .allmaps li img { width: calc(100% - 40px); height: auto; display: block; margin: 0px 20px 10px 20px }
.about .newslist .postall .allmaps li a { display: block; text-decoration: none; }
.about .newslist .postall .allmaps li:hover a b { color: #DA9E3A }
.about .newslist .postall .allmaps li b { color: #231C65; font-size: 22px; font-weight: normal; display: block; width: calc(100% - 40px); margin: auto }
.about .newslist .postall .allmaps li span { color: #AAAAAA; font-size: 16px; display: block; width: calc(100% - 40px); margin: auto; line-height: 2.5 }
.about .newslist .postall .allmaps li p { color: #666; font-size: 14px; ; width: calc(100% - 40px); margin: auto }
.about .newslist .bodytxt { float: right; width: calc(72% - 40px); }
.about .newslist .bodytxt .title { color: #231C65; font-size: 22px; text-align: center; line-height: 1.4 }
.about .newslist .bodytxt .pubdate { color: #AAAAAA; font-size: 16px; text-align: center; line-height: 2.5 }
.about .newslist .bodytxt .body { font-size: 16px; line-height: 1.6 }
.about .newslist .bodytxt .body p { padding-bottom: 10px; }
/*地方分库-2*/
.fenku ul li { float: left; width: calc(33.3333% - 13.4px); margin-bottom: 20px; margin-right: 20px; background-color: #fff }
.fenku ul li:nth-child(3n) { float: right; margin-right: 0 }
.fenku ul li img { width: 100%; margin: 20px; width: calc(100% - 40px); }
/*大咖-2*/
.bigshot { position: relative; }
.bigshot .swiper { }
.swiper-wrapper { padding-bottom: 30px; }
.bigshot .swiper-slide { text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; }
.bigshot .swiper-slide a { display: block; background: linear-gradient(#E0DFE6, #fff); margin-left: 10px; margin-top: 20px; margin-right: 10px; }
.bigshot .swiper-slide a:hover { background: #DA9E3A; margin: 0px; padding-left: 10px; padding-top: 20px; padding-right: 10px; }
.bigshot .swiper-slide:hover b, .bigshot .swiper-slide:hover span, .bigshot .swiper-slide:hover p, .bigshot .swiper-slide:hover i { color: #fff }
.bigshot .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bigshot .swiper-slide .face { border-radius: 300px; width: calc(100% - 120px); margin: auto; overflow: hidden; margin-top: 50px; }
.bigshot .swiper-slide b { color: #DA9E3A; display: block; text-align: center; font-size: 28px; line-height: 2; padding-top: 30px }
.bigshot .swiper-slide span { color: #231C65; font-size: 18px; }
.bigshot .swiper-slide p { text-align: left; display: block; TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; color: #444359; font-size: 14px; width: calc(100% - 80px); margin: auto; padding-top: 20px; padding-bottom: 20px; height: 150px; overflow: hidden }
.bigshot .swiper-slide i { color: #DA9E3A; float: right; font-size: 48px; margin-right: 40px; }
.bigshot .swiper-wrapper { padding-bottom: 50px; }
.bigshot-r { background: linear-gradient(#F3E5D7, #fff); padding-top: 70px; }
.bigshot-r .bimg { border-radius: 300px; width: 300px; margin: auto; overflow: hidden; }
.bigshot-r .bimg img { }
.bigshot-r .btit { color: #D19F63; font-weight: bolder; font-size: 28px; text-align: center; line-height: 60px; padding-top: 10px }
.bigshot-r .bstit { color: #34316B; font-size: 18px; text-align: center; line-height: 2 }
.bigshot-r .bdesc { color: #444444; font-size: 18px; width: calc(100% - 300px); margin: auto; display: none }
.bigshot-r .bbody { width: calc(100% - 300px); margin: auto; padding-bottom: 70px; padding-top: 20px; line-height: 1.6; font-size: 16px; }
.bigshot-r .bbody p { padding-bottom: 10px; }
/*精选-2*/
.selected .card-selected { }
.selected .card-selected .allmaps { column-count: 3; column-gap: 0px; }
.selected .card-selected .allmaps li { break-inside: avoid; position: relative; margin-bottom: 0; width: 100%; overflow:hidden}
.selected .card-selected .allmaps li img { width: 100%; height: auto; display: block; }
.selected .card-selected .allmaps li:hover img {-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);z-index:9990;}
.selected .card-selected .allmaps li img {-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.selected .card-selected .allmaps li .card-body { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(204, 160, 113, 0), rgba(204, 160, 113, 1)); color: #fff; padding: 15px; box-sizing: border-box; z-index: 10; }
.selected .card-selected .allmaps li:hover .card-body { display: flex; flex-direction: column; justify-content: center; }
.selected .card-selected .allmaps li a { display: block; text-decoration: none; }
.selected .card-selected .allmaps li .card-body .maptxt { bottom: 30px; position: absolute; width: calc(100% - 100px); left: 50px; }
.selected .card-selected .allmaps li .card-body span { display: block; font-size: 24px; font-weight: bolder }
.selected .card-selected .allmaps li .card-body em { display: block; border-top-width: 2px; border-top-style: solid; border-top-color: #FFF; width: 46px; font-size: 0; margin-top: 10px; height: 10px; }
.selected .card-selected .allmaps li .card-body p { display: block; TEXT-JUSTIFY: inter-ideograph; TEXT-ALIGN: justify; padding-bottom: 10px; }
/*专题-2*/
.specials { position: relative; }
.specials .lists li { float: left; width: calc(50% - 10px); margin-bottom: 20px }
.specials .lists li:nth-of-type(even) { float: right }
.specials .lists li .tit { color: #231C65; height: 30px; line-height: 30px; }
.specials .lists li .tit span { font-weight: bold; padding-right: 10px; }
.specials .lists li .tit span i { color: #BE8D52 }
.specials-r { position: relative; background: linear-gradient(to bottom, rgba(241, 231, 215, 0), rgba(241, 231, 215, 1) );  }
.specials-r .swiper { width: 100%; height: 600px; }
.specials-r .swiper-slide { text-align: center; font-size: 18px; justify-content: center; align-items: center; }
.specials-r .swiper-slide img { display: block; height: 500px; object-fit: cover; width: auto }
.specials-r .swiper-slide { width: auto; }
.specials-r .swiper-slide .pic { margin: 0; padding: 0; top: 0; position: static }
.specials-r .swiper-slide .tit { color: #666666; font-size: 16px; text-align: left; padding-top: 20px; }
.specials-r .swiper-slide .tit p { display: none }
.specials-r .swiper-slide .tit span { }
/*影廊-2*/
.gallery { position: relative; }
.gallery .swiper { width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(241, 231, 215, 0), rgba(241, 231, 215, 1) );  padding-bottom: 60px; }
.gallery .swiper-slide { text-align: center; font-size: 18px; display: flex; justify-content: center; align-items: center; width: 1000px; }
.gallery .swiper-slide img { display: block; width: 1000px; height: 500px; object-fit: cover; }
.gallery .swiper-slide .tit { color: #231C65; height: 30px; line-height: 30px; text-align: left; padding-top: 5px; padding-left: 20px; }
.gallery .swiper-slide .tit span { font-weight: bold; padding-right: 10px; }
.gallery .swiper-slide .tit span i { color: #BE8D52 }
.gallery .swiper-pagination { bottom: 20px }
.gallery .swiper-pagination-bullet { width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: 16px; color: #231C65; opacity: 1; background: rgba(0, 0, 0, 0); border: 0; font-weight: bold }
.gallery .swiper-pagination-bullet-active { color: #d19f64; background: #fff; border: 1px solid #d19f64; }
/*搜索-2*/
.search { border: 2px solid #DA9E3A; background-color: #fff; height: 46px; width: 500px; margin: auto; line-height: 46px; border-radius: 23px; overflow: hidden }
.search .keyword { height: 46px; line-height: 46px; border: 0px; background-color: #fff; width: 415px; padding-left: 18px; box-shadow: 0px 0px 0px 0px; }
.search .tkeyword{ padding-left:20px;width: calc(100% - 90px);}

.search .bubtn { background-color: #fff; color: #DA9E3A; border: 0px; box-shadow: 0px 0px 0px 0px; float: right; line-height: 46px; margin-right: 0px; cursor: pointer; width: 46px; margin-right: 15px; }
.search .bubtn .iconfont { font-size: 26px; line-height: 46px; }
/*弹出菜单-2*/
.xbj { background-color: rgba(0,0,0,0.6); position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 100%; display: none; opacity: 0; transition: opacity 0.3s ease; }
.xbj.show { display: block; opacity: 1; }
.xbj .menux { background-color: rgba(183,124,53,0.95); width: 30%; height: 100vh; max-width: 500px; text-align: center; transform: translateX(-100%); transition: transform 0.4s ease; }
.xbj.show .menux { transform: translateX(0); }
.xbj.hide .menux { transform: translateX(-100%); }
.xbj.hide { opacity: 0; }
.xbj .menux .logox { display: block; width: 40%; margin: auto; padding-top: 30px; }
.xbj .menux .menulist { width: calc(100% - 120px); margin: auto; margin-top: 30px; margin-bottom: 30px; }
.xbj .menux .menulist li { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E2C8A7; padding-bottom: 15px; padding-top: 15px; }
.xbj .menux .menulist a { color: #fff }
.xbj .menux .menulist a.link { font-weight: bold; font-size: 18px; }
.xbj .menux .menulist li a.sub-link { padding-left: 15px; padding-right: 15px; border-right-width: 1px; border-right-style: solid; border-right-color: #FFFFFF; line-height: 30px; }
.xbj .menux .menulist li a.sub-link:last-child { border-right-width: 0px; }


/*在线咨询-2*/
.clearfix::after { content: ""; display: block; clear: both; }

.online { position: fixed; bottom: 56px; right: 10px; z-index: 99999; }
.xml { border-radius: 28px; height: 96px; background-color: #da9e3a; width: 56px; color: #fff; font-size: 14px; line-height: 18px; cursor: pointer; text-align: center; transition: all 0.2s; display: block; /* 强制初始显示 */ }
.xml b { text-align: center; margin-top: 6px; display: block; font-size: 16px; font-weight: normal; width: 40px; margin: auto; line-height: 1.3; }
.xml .iconfont { font-size: 22px; display: block; margin-bottom: 5px; padding-top: 15px; }
.xml2 { background-color: #fff; border-radius: 28px; height: 96px; border: 3px solid #da9e3a; overflow: hidden; width: 450px; display:none; cursor: pointer; }
.xml2 img { height: 92px; vertical-align: top; } 
.xml2 .mp01 { float: left; width: 323px; }
.xml2 .mp02 { float: right; width: 123px; cursor: pointer; /* 增加鼠标指针，提示可点击 */ }
.xml3 { width: 450px; background-color: #fefcf9; border-radius: 28px; border: 3px solid #da9e3a; margin-bottom: 10px; display:none; position: relative; /* 确保层级 */ z-index: 100000; /* 提升层级，避免被遮挡 */ }
.xml3 .formwiz { width: calc(100% - 40px); margin: auto; padding-top: 20px; }
.xml3 .formwiz .linetit { padding-bottom: 10px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #da9e3a; margin-bottom: 10px; position: relative; }
.xml3 .formwiz .linetit b { font-size: 24px; color: #da9e3a; }
.xml3 .formwiz .linetit span { float: right; cursor: pointer; color: #da9e3a; font-size: 20px; font-weight: bold; }
.xml3 .formwiz .inputk { border: 1px solid #f5ecdf; margin-top: 10px; line-height: 40px; height: 40px; background-color: #ffffff; }
.xml3 .formwiz .inputk:hover, .xml3 .formwiz .retextarea:hover { border: 1px solid #da9e3a; }
.xml3 .formwiz .inputk label { color: #da9e3a; float: left; display: block; text-align: right; width: 85px; }
.xml3 .formwiz .inputk .field { float: left; width: 320px; }
.xml3 .formwiz .inputk .field .input { border: 0px; padding-left: 10px; line-height: 40px; width: calc(100% - 15px); }
.xml3 .formwiz .xqtit { font-size: 18px; color: #da9e3a; line-height: 50px; padding-left: 10px; }
.xml3 .formwiz .retextarea { border: 1px solid #f5ecdf; width: 100%; background-color: #fff; }
.xml3 .formwiz .retextarea .custom-textarea { width: calc(100% - 20px); padding: 10px; height: 160px; resize: none; }
.xml3 .formwiz .actionBar { margin-bottom: 20px; }
.xml3 .formwiz .actionBar .buttonNext { background-color: #da9e3a; line-height: 40px; width: 120px; border-radius: 20px; color: #fff; border: none; cursor: pointer; }
/* 基础重置：清除 input 所有默认样式 */
input, textarea { border: none; outline: none; background: none; box-shadow: none; -webkit-appearance: none; appearance: none; padding: 0; font: inherit; }
input:focus, textarea:focus { outline: none; box-shadow: none; -webkit-tap-highlight-color: transparent; }
input:disabled { background: none; color: inherit; opacity: 1; }
