@charset "utf-8";
/* 中原再生平台全站皮肤：顶栏、搜索、导航、页脚 */

body.zy-site,
body {
  background: #f7f7f7 !important;
}

/* 顶栏 */
.zy-topbar {
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  color: #666;
}
.zy-topbar-inner {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zy-topbar-inner > span {
  color: #666;
}
.zy-topbar-right {
  display: flex;
  align-items: center;
}
.zy-topbar-right a {
  color: #666;
  padding: 0 12px;
  position: relative;
  line-height: 16px;
}
.zy-topbar-right a:first-child {
  color: #a48240;
}
.zy-topbar-right a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 12px;
  background: #e5e5e5;
}
.zy-topbar .zy-hotline {
  margin-left: 16px;
  color: #666;
}

/* 金色搜索区：单独包一层，避免旧 .ehead 白底盖住 */
.zy-head-wrap {
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, #805d1a 0%, #a48240 100%);
  overflow: visible;
  position: relative;
  z-index: 10;
}
.zy-head-wrap .ehead,
body.zy-site .ehead,
.header_all .ehead {
  height: 140px !important;
  background: transparent !important;
  border-bottom: none !important;
}
.zy-head-wrap .ehead .econtainer,
body.zy-site .ehead .econtainer {
  height: 140px !important;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zy-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff !important;
  flex-shrink: 0;
}
.zy-brand-mark {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}
.zy-brand-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zy-brand-name em {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.zy-brand-name small {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.4px;
  margin-top: 2px;
}
.ehead .elogo img {
  display: none !important;
}
.ehead .ehotline {
  display: none !important;
}
/* 搜索框按原型做成胶囊椭圆，内部嵌金色圆角按钮 */
.ehead .esearch {
  width: 613px !important;
  height: 40px !important;
  line-height: 34px !important;
  border: 0 !important;
  border-radius: 20px;
  overflow: visible;
  background: #fff !important;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 3px 3px 0;
}
.ehead .esearch .elabel {
  width: 90px !important;
  height: 34px;
  line-height: 34px;
  padding: 0 28px 0 0 !important;
  color: #a48240;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-right: 1px solid #eee !important;
  background: transparent;
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.ehead .esearch .elabel .selectedOption {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #a48240;
}
.ehead .esearch .elabel:after {
  border-right: 1px solid #999 !important;
  border-bottom: 1px solid #999 !important;
  width: 7px;
  height: 7px;
  top: 50% !important;
  right: 12px !important;
  margin-top: 0;
  transform: translateY(-50%) rotate(45deg) !important;
  pointer-events: none;
}
/* 产品和公司下拉与触发区同宽对齐，避免被搜索框裁切 */
.ehead .esearch .elabel .elabelSel {
  display: none;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #a48240 !important;
  z-index: 999;
  text-align: center;
  line-height: 36px;
  pointer-events: auto;
}
.ehead .esearch .elabel:hover .elabelSel,
.ehead .esearch .elabel.is-open .elabelSel {
  display: block !important;
}
.ehead .esearch .elabel .elabelSel div {
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #333;
}
.ehead .esearch .elabel .elabelSel div:hover {
  background: #f7f1e6;
  color: #a48240;
}
.ehead .esearch .einput {
  height: 34px;
  display: flex;
  align-items: center;
}
.ehead .esearch .einput input {
  height: 34px !important;
  line-height: 34px !important;
  font-size: 12px !important;
}
.ehead .esearch .ebutton {
  width: 100px !important;
  height: 34px;
  line-height: 34px;
  background: #a48240 url(/resources/img/zhongyuan/search-icon.svg) no-repeat 16px center / 16px 16px !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 17px;
  flex-shrink: 0;
}

/* 导航 */
.header_all:has(.elabel:hover) .enav,
.header_all:has(.elabel.is-open) .enav {
  pointer-events: none;
}
.enav.econtainer,
body.zy-site .enav {
  width: 1200px;
  margin: 16px auto 0 !important;
  position: relative;
  z-index: 5;
  background: #fff !important;
  border-radius: 13px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.enav .etopnav {
  height: 65px !important;
  padding: 0 20px !important;
  box-sizing: border-box;
  /* 原型竖线两侧各 45px，主栏目间距约 90px */
  justify-content: center !important;
  align-items: center;
  gap: 90px !important;
  flex-wrap: nowrap !important;
}
.enav .etopnav li {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 14px;
  height: 65px;
  box-sizing: border-box;
  padding-bottom: 18px;
  flex-shrink: 0;
  white-space: nowrap;
}
/* 主栏目之间通栏浅灰竖线，落在 90px 间距正中 */
.enav .etopnav li:after {
  content: "" !important;
  width: 1px;
  height: 65px;
  background: #eeeeee;
  right: -45px !important;
  top: 0 !important;
  margin-top: 0 !important;
  color: transparent;
}
.enav .etopnav li a,
.enav .etopnav li span {
  font-size: 16px !important;
  color: #333 !important;
  font-weight: 700 !important;
  line-height: 1;
}
.enav .etopnav li.active a {
  background: none !important;
  color: #333 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  position: relative;
}
/* 首页选中：底部金色短横，文字仍为黑色 */
.enav .etopnav li.active a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 15px;
  height: 3px;
  margin-left: -7px;
  border-radius: 100px;
  background: #a48240;
}
.enav .etopnav li .esubnav {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin-left: 0 !important;
}
.enav .etopnav li .esubnav a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 14px 0 0 !important;
  line-height: 1;
}
.enav .etopnav li .esubnav a:last-child {
  margin-right: 0 !important;
}
/* 去掉旧样式的“-”分隔，改为 1×10 浅灰竖线 */
.enav .etopnav li .esubnav a:before {
  content: none !important;
  display: none !important;
}
.enav .etopnav li .esubnav a:not(:last-child):after {
  content: "" !important;
  display: block;
  width: 1px;
  height: 10px;
  background: #eeeeee;
  flex-shrink: 0;
}
/* 子导航默认色：进行中橙 / 即将开始金 / 已结束灰 */
.enav .etopnav li .esubnav a.zzjp,
.enav .etopnav li .esubnav a.zzzb {
  color: #ff6600 !important;
}
.enav .etopnav li .esubnav a.jjks,
.enav .etopnav li .esubnav a.jjzb {
  color: #a48240 !important;
}
.enav .etopnav li .esubnav a.jpjs,
.enav .etopnav li .esubnav a.zbjs {
  color: #555555 !important;
}
.enav .etopnav li .esubnav a.active,
.enav .etopnav li .esubnav a:hover {
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.enav .etopnav li a:hover,
.enav .etopnav li span:hover {
  color: #a48240 !important;
}

/* 页脚：白色对齐原型 */
.new_yzs-footer-pannel {
  background: #fff !important;
  background-image: none !important;
  margin-top: 40px;
  height: auto !important;
  overflow: visible !important;
}
.new_yzs-footer-pannel .yzs-footer {
  width: 1200px;
  margin: 0 auto;
  height: auto !important;
}
.new_yzs-footer-pannel .yzs-footer-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 30px;
  border-bottom: 1px solid #a48240;
  height: auto !important;
}
/* 四列导航按原型：120px宽、列间距30、标题下通栏浅灰线、链接12px灰色 */
.zy-footer-nav {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
}
.zy-footer-nav .item,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item {
  float: none !important;
  width: 120px !important;
  height: auto !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  color: #333 !important;
  position: relative;
}
.zy-footer-nav .item ul,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}
.zy-footer-nav .item ul li:first-child,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul li:first-child {
  position: static !important;
  left: auto !important;
  top: auto !important;
}
.zy-footer-nav .item ul li:last-child,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul li:last-child {
  font-size: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
}
.zy-footer-nav .item ul li span,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul li span,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul li:first-child span {
  display: block;
  width: 100%;
  font-size: 14px !important;
  color: #333 !important;
  font-weight: 700;
  border: 0 !important;
  border-left: 0 !important;
  padding: 0 0 8px !important;
  position: relative;
}
.zy-footer-nav .item ul li span:after,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul li:first-child span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.zy-footer-nav .item ul li a,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul li a {
  color: #888 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
.zy-footer-nav .item ul li a:hover,
.new_yzs-footer-pannel .yzs-footer-info .zy-footer-nav div.item ul li a:hover {
  color: #a48240 !important;
}
.new_yzs-footer-pannel .fastback button {
  background: #a48240 !important;
  width: auto !important;
  min-width: 110px;
  height: 36px !important;
  line-height: 36px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
  padding: 0 16px;
}
.new_yzs-footer-pannel .fastback button a {
  color: #fff !important;
}
.new_yzs-footer-pannel .code {
  display: none;
}
/* 问题反馈 / 客服热线，按原型：竖线分隔、图标+两行文字 */
.zy-footer-extra {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  flex: 0 0 auto;
  justify-content: flex-end;
}
.zy-footer-vline {
  display: block;
  width: 1px;
  height: 143px;
  background: #eeeeee;
  flex-shrink: 0;
}
.zy-footer-extra .zy-fb {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  color: #888;
}
.zy-footer-extra .zy-tel {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #888;
}
.zy-footer-extra .zy-fb img {
  width: 35px;
  height: 39px;
  object-fit: contain;
}
.zy-footer-extra .zy-tel img {
  width: 47px;
  height: 42px;
  object-fit: contain;
}
.zy-footer-extra .zy-fb strong,
.zy-footer-extra .zy-tel span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}
.zy-footer-extra .zy-fb p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #888;
  line-height: 16px;
  max-width: 156px;
}
.zy-footer-extra .zy-fb p a {
  color: #a48240;
}
.zy-footer-extra .zy-tel strong {
  display: block;
  font-size: 28px;
  color: #a48240;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.1;
  letter-spacing: 0;
}
/* 页脚最底部版权条，对齐原型：左三行文字 + 右四枚认证图标 */
.new_yzs-footer-pannel .yzs-footer-copyright {
  background: #fff !important;
  background-image: none !important;
  color: #888 !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 20px 0 24px !important;
  text-align: left !important;
  font-size: 12px !important;
}
.new_yzs-footer-pannel .yzs-footer-copyright div.container,
.new_yzs-footer-pannel .yzs-footer-copyright .zy-copy {
  width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  text-align: left !important;
  color: #888 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  box-sizing: border-box;
  overflow: visible !important;
  height: auto !important;
}
/* 覆盖旧页脚对 container 内 first-child / a 的行高和内边距 */
.new_yzs-footer-pannel .yzs-footer-copyright div.container > div,
.new_yzs-footer-pannel .yzs-footer-copyright .zy-copy-text {
  margin: 0 !important;
  line-height: inherit !important;
}
.new_yzs-footer-pannel .yzs-footer-copyright div.container a {
  padding: 0 !important;
  color: #888 !important;
  line-height: inherit !important;
  text-decoration: none;
}
.zy-copy-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.zy-copy-links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333 !important;
  margin: 0 !important;
  height: 32px;
  line-height: 32px !important;
}
.zy-copy-links span {
  color: #333 !important;
  flex-shrink: 0;
}
.zy-copy-links a {
  color: #888 !important;
  white-space: nowrap;
}
.zy-copy-links i {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #dddddd;
  flex-shrink: 0;
}
.zy-copy-legal,
.zy-copy-addr {
  color: #888 !important;
  white-space: nowrap;
  line-height: 1.4 !important;
  margin: 0 !important;
}
.zy-copy-legal {
  white-space: normal;
}
/* 认证图标按原型下移 33px，与版权/地址行对齐 */
.zy-copy-badges {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-shrink: 0;
  margin-top: 33px;
}
.zy-copy-badges a {
  padding: 0 !important;
  line-height: 0 !important;
  display: block;
}
.new_yzs-footer-pannel .yzs-footer-copyright img,
.zy-copy-badges img {
  height: 32px !important;
  width: auto;
  margin: 0 !important;
  display: block;
  border: 0;
}
.zy-copy-badges a:nth-child(1) img { width: 101px; }
.zy-copy-badges a:nth-child(2) img { width: 103px; }
.zy-copy-badges a:nth-child(3) img { width: 87px; }
.zy-copy-badges a:nth-child(4) img { width: 90px; }
.new_yzs-footer-pannel .yzs-footer-copyright div.container a:hover {
  color: #a48240 !important;
}

.header_all {
  width: 100%;
  position: relative;
  z-index: 40;
  overflow: visible;
}
.zy-head-wrap .ehead .esearch {
  margin-left: 40px;
}
