* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #313131;
  font-family: "MicrosoftYaHei", "Microsoft YaHei", "微软雅黑", sans-serif;
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  display: block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  color: #333333;
  line-height: 1.6;
  background-color: #f5f5f5;
  letter-spacing: 0;
  font-size: 0.1rem;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background: url(../images/bg/indexBg.webp) center center;
  background-size: contain;
  background-position: center top;
}
html,
body {
  font-family: "Microsoft YaHei Light", "Microsoft YaHei", "微软雅黑", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:link,
a:active,
a:visited,
a:hover {
  border: none;
  outline: none;
}
em {
  font-style: normal;
}
dd,
dl,
dt,
li,
ul {
  list-style-type: none;
}
input,
button {
  outline: none;
  border: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}
/*清除浮动*/
.clearfix::after,
.clearfix::before {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.p42 {
  padding: 0 0.42rem;
}
.p44 {
  padding: 0 0.44rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w1200 {
  width: 1208px;
  margin: 0px auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1208px;
  margin: 0px auto;
}
.w1700 {
  width: 88.54%;
  margin: 0px auto;
  min-width: 1208px;
}
input {
  background-color: transparent !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  /* 字体颜色可自行修改 */
}
/* Safari */
input:-internal-autofill-selected {
  background-color: white !important;
  color: #000 !important;
}
.customization-from,
.customization-from input,
.customization-from select,
.customization-from span,
.customization-from option {
  font-size: 16px !important;
  color: #545454 !important;
}
.customization-from input::placeholder {
  color: #545454 !important;
  opacity: 1;
  /* 有些浏览器默认 placeholder 会有透明度 */
}
.header {
  width: 100%;
  height: 113px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  /* 平滑过渡效果 */
  z-index: 1000;
  /* 确保在最上层 */
  position: sticky;
}
.header.sticky {
  /* 悬浮时微透明背景 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* 添加阴影 */
  padding: 0.05rem 0;
  /* 悬浮时缩小内边距 */
}
.header .w1200 .pc_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .w1200 .pc_header .logo {
  width: 164px;
  height: 73px;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
}
.header .w1200 .pc_header nav {
  height: 100%;
}
.header .w1200 .pc_header nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .w1200 .pc_header nav ul li {
  cursor: pointer;
  height: 100%;
  position: relative;
}
.header .w1200 .pc_header nav ul li a {
  list-style-type: none;
  margin: 0 42px;
  justify-content: center;
  height: 100%;
  position: relative;
}
.header .w1200 .pc_header nav ul li a em {
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 5px;
}
.header .w1200 .pc_header nav ul li a span {
  margin-top: 3px;
  font-size: 12px;
  cursor: pointer;
}
.header .w1200 .pc_header nav ul li a:hover em {
  color: #CAA274;
  font-weight: bold;
}
.header .w1200 .pc_header nav ul li a:hover span {
  color: #CAA274;
}
.header .w1200 .pc_header nav ul li .sub-nav {
  position: absolute;
  left: 50%;
  z-index: 99;
  padding-top: 25px;
  min-width: 150px;
  transform: scaleY(0) translateX(-50%);
  opacity: 1;
  visibility: hidden;
  transition: 0.3s;
  transform-origin: top center;
}
.header .w1200 .pc_header nav ul li .sub-nav .sub-nav-h {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: rgba(253, 252, 248, 0.85);
}
.header .w1200 .pc_header nav ul li .sub-nav .sub-nav-h::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: transparent 7px solid;
  border-right: transparent 7px solid;
  border-bottom: #CAA274 7px solid;
  bottom: calc(100% + 0px);
}
.header .w1200 .pc_header nav ul li .sub-nav .sub-nav-h::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #CAA274;
}
.header .w1200 .pc_header nav ul li .sub-nav .sub-nav-h a {
  margin: 0;
  display: block;
  font-size: 16px;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 40px;
  text-align: center;
  color: #666;
}
.header .w1200 .pc_header nav ul li .sub-nav .sub-nav-h a:hover {
  background-color: #CAA274;
  color: #fff;
}
.header .w1200 .pc_header nav ul li .active em {
  color: #CAA274;
  font-weight: bold;
}
.header .w1200 .pc_header nav ul li .active span {
  color: #CAA274;
}
.header .w1200 .pc_header nav ul li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
  transform: scaleY(1) translateX(-50%);
}
.header .w1200 .pc_header .search-bar {
  width: 241px;
  height: 30px;
  border: 0.01rem solid #ccc;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .w1200 .pc_header .search-bar input {
  color: #c9c9c9;
  font-size: 14px;
  background: none;
  padding-left: 18px;
  width: 80%;
}
.header .w1200 .pc_header .search-bar i {
  cursor: pointer;
  font-size: 12px;
  margin-right: 21px;
  color: #C9C9C9;
}
.header .w1200 .pc_header .search-bar button {
  background: none;
}
.header .w1200 .mo_header {
  display: none;
}
.header .m_nav {
  display: none;
}
.footer {
  background: url(../images/bg/footerBg.webp) no-repeat center center;
  background-size: 100% 100%;
  background-position: center top;
}
.footer .w1200 .naver {
  display: flex;
  padding: 0.4rem 0;
  gap: 93px;
}
.footer .w1200 .naver ul li {
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}
.footer .w1200 .naver ul li:first-child {
  font-size: 20px;
  margin-bottom: 21px;
  line-height: 20px;
  font-weight: bold;
}
.footer .w1200 .naver ul li .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 19px;
  color: #fff;
}
.footer .w1200 .naver ul li .icon-weixin {
  font-size: 22px;
}
.footer .w1200 .naver ul li .icon-shipinhao {
  font-size: 18px;
}
.footer .w1200 .naver ul li.phone {
  font-size: 29px;
  font-weight: bold;
}
.footer .w1200 .naver ul li.address {
  width: 288px;
  line-height: 1.5;
}
.footer .w1200 .naver .useOn .footer-sublist {
  display: flex;
}
.footer .w1200 .naver .useOn .footer-sublist .icon-wrapper {
  width: 35.2px;
  height: 35.2px;
  border: 1px solid #fff;
  border-radius: 17.6px;
  position: relative;
  /* 作为绝对定位参照 */
  cursor: pointer;
  margin-right: 21px;
}
.footer .w1200 .naver .useOn .footer-sublist .icon-wrapper .fuwuh {
  display: none;
  width: 112px;
  height: 117px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  background: url(../images/list/footer1.png) no-repeat center center;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .w1200 .naver .useOn .footer-sublist .icon-wrapper .fuwuh img {
  width: 100px;
  height: 100px;
}
.footer .w1200 .naver .useOn .footer-sublist .icon-wrapper .iconfont:hover ~ .fuwuh,
.footer .w1200 .naver .useOn .footer-sublist .icon-wrapper .fuwuh:hover {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.footer .record {
  padding: 23px 0;
  background-color: #212121;
  font-size: 16px;
}
.footer .record .w1200 {
  display: flex;
}
.footer .record .w1200 img {
  display: none;
}
.footer .record .w1200 li {
  margin-right: 45px;
  color: #fff;
}
.sidebar {
  position: fixed;
  right: 0.2rem;
  bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
}
.sidebar .tubiao {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.sidebar .icon-huidingbu {
  font-size: 20px;
}
.sidebar .tubiao:hover {
  background-color: #CAA274;
  color: #fff;
}
.sidebar.show {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.sidebar .kefu {
  position: relative;
  display: inline-block;
}
.sidebar .kefu .kefu_text {
  position: absolute;
  right: 0.25rem;
  top: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 14px 1px rgba(27, 16, 9, 0.3);
  padding: 10px 20px;
  width: auto;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.sidebar .kefu .kefu_text a {
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 100px;
}
.sidebar .kefu .kefu_text a i {
  font-size: 22px;
  margin-right: 10px;
}
.sidebar .kefu:hover .kefu_text {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.sidebar .mo_kefu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .w1200 {
    margin: 0;
    width: 100%;
    padding: 0 0.3rem;
    overflow: hidden;
  }
  .header {
    display: flex;
    flex-direction: column;
    height: 1.13rem;
  }
  .header .w1200 {
    height: 100%;
    position: relative;
  }
  .header .w1200 .pc_header {
    display: none;
  }
  .header .w1200 .mo_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .header .w1200 .mo_header .icon-caidan {
    display: block;
    font-size: 0.42rem;
    color: #000;
  }
  .header .w1200 .mo_header .logo {
    width: 1.64rem;
    height: 0.73rem;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
  }
  .header .w1200 .mo_header .hide {
    opacity: 0;
    pointer-events: none;
    /* 避免点击到 */
    transition: opacity 0.25s ease;
  }
  .header .w1200 .mo_header .icon_sousuo_mo {
    display: flex;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.1rem;
    background-color: #313131;
    z-index: 5;
  }
  .header .w1200 .mo_header .icon_sousuo_mo .icon-sousuo {
    font-size: 0.32rem;
    color: #fff;
    margin: 0 auto;
  }
  .header .w1200 .mo_header .input_sousuo_mo {
    position: absolute;
    right: 0.3rem;
    /* 右侧靠边 */
    width: 6.3rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    padding: 0.3rem 0.2rem;
    /* 初始隐藏：移动到右侧外面 */
    transform: translateX(110%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.25s ease;
    z-index: 10;
    /* 必须比 logo 高，才能遮盖 */
  }
  .header .w1200 .mo_header .input_sousuo_mo .icon-sousuo {
    font-size: 0.3rem;
    margin-right: 0.1rem;
    color: #000;
  }
  .header .w1200 .mo_header .input_sousuo_mo input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 0.3rem;
    background: transparent;
  }
  .header .w1200 .mo_header .input_sousuo_mo .icon-guanbi {
    font-size: 0.28rem;
    color: #000;
  }
  .header .w1200 .mo_header .input_sousuo_mo.active {
    transform: translateX(0);
    opacity: 1;
  }
  .header .w1200::after {
    content: "";
    height: 1px;
    background-color: #DDD;
    position: absolute;
    bottom: 0;
    left: 0.3rem;
    right: 0.3rem;
  }
  .header .m_nav {
    background: url(../images/bg/indexBg.webp);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    transition: left 0.3s ease;
    z-index: 9;
  }
  .header .m_nav .m_nav_top {
    padding: 1rem 0.6rem;
    width: 100%;
    background: #FDFCF8;
  }
  .header .m_nav .logo {
    width: 2rem;
    height: 0.88rem;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .header .m_nav .nav-mo {
    margin-top: 0.9rem;
  }
  .header .m_nav .nav-mo li {
    position: relative;
  }
  .header .m_nav .nav-mo li a {
    display: block;
    font-size: 0.3rem;
    padding: 0.26rem 0;
    text-align: center;
  }
  .header .m_nav .nav-mo li .toggle-icon {
    position: absolute;
    right: 25%;
    top: 0.31rem;
    font-size: 0.26rem;
    transition: transform 0.3s;
  }
  .header .m_nav .nav-mo li .sub-nav {
    display: none;
    position: relative;
  }
  .header .m_nav .nav-mo li .sub-nav .bottom-line {
    position: absolute;
    left: 50%;
    transform: translateX(-40%);
    width: 40%;
    height: 1px;
    background-color: #f1f1f1;
  }
  .header .m_nav .nav-mo li .sub-nav .sub-nav-h a {
    font-size: 0.28rem;
  }
  .header .m_nav .nav-mo .active a,
  .header .m_nav .nav-mo .active .toggle-icon {
    color: #CAA274;
  }
  .header .m_nav .icon-guanbi {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    font-size: 0.32rem;
    color: #000;
  }
  .header .m_nav .xiaodian {
    margin-top: 1.37rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1.76rem;
    height: 1.76rem;
    background-color: #CAA274;
  }
  .header .m_nav .xiaodian img {
    width: 1.6rem;
    height: 1.6rem;
    background: #999999;
  }
  .header .m_nav .name {
    margin-top: 0.18rem;
    font-size: 0.22rem;
    color: #313131;
  }
  .header .m_nav.show {
    left: 0;
  }
  .footer {
    background: #000;
  }
  .footer .w1200 {
    padding: 0 16px;
  }
  .footer .w1200 .naver {
    display: block;
    padding: 0.4rem 0;
  }
  .footer .w1200 .naver .footer-group .phone {
    font-size: 0.24rem;
    font-weight: 400;
  }
  .footer .w1200 .naver .footer-group .footer-sublist {
    padding: 0;
    line-height: 2;
  }
  .footer .w1200 .naver .footer-group .footer-sublist.address {
    width: 100%;
  }
  .footer .w1200 .naver .footer-group .footer-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 200;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
  }
  .footer .w1200 .naver .footer-group .footer-title a {
    font-size: 0.28rem;
    padding: 0.27rem 0;
  }
  .footer .w1200 .naver .footer-group .footer-title .toggle-icon {
    font-size: 0.26rem;
    color: #fff;
    transition: transform 0.3s;
  }
  .footer .w1200 .naver .footer-group .footer-title.active .toggle-icon {
    transform: rotate(45deg);
  }
  .footer .w1200 .naver .footer-group .footer-sublist {
    display: none;
    padding-bottom: 10px;
  }
  .footer .w1200 .naver .footer-group .footer-sublist a {
    font-size: 0.24rem;
    color: #ccc;
    line-height: 2;
  }
  .footer .w1200 .naver .useOn .footer-sublist {
    display: none;
    justify-content: center;
  }
  .footer .w1200 .naver .useOn.open .footer-sublist {
    display: flex;
  }
  .footer .record {
    background-color: #fff;
    color: #212121;
    padding: 0;
  }
  .footer .record .w1200 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.61rem 0;
  }
  .footer .record .w1200 img {
    display: block;
    height: 0.73rem;
    margin-bottom: 0.61rem;
  }
  .footer .record .w1200 li {
    color: #212121;
    font-size: 0.24rem;
    margin-right: 0;
  }
  .sidebar .kefu {
    display: none;
  }
  .sidebar .mo_kefu {
    display: block;
  }
}
