/* About page – match http://yk.qw1688.net/aboutus/ */
@import url('channel-wide.css');

body.page-about .about_ry {
  background: url(../../img/rybg.jpg) center top no-repeat !important;
  background-size: cover !important;
  padding: 50px 0 !important;
}

/* 优势区：统一区块节奏，避免 85+75 空 spacer 叠层 */
body.page-about .yksite-about-advantage {
  padding: 40px 0 40px;
  box-sizing: border-box;
}

body.page-about .yksite-about-advantage .about-ys-wrap {
  margin-top: 28px;
}

/* .abnav 锚点导航 — 图标左、文字右（同案例/新闻 #alnav 修复） */
body.page-about .abnav.container {
  width: 96% !important;
  max-width: 1760px !important;
  margin: -50px auto 0 !important;
  box-sizing: border-box !important;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

body.page-about .abnav.container ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: flex !important;
  width: 100% !important;
  flex-wrap: nowrap;
}

/* 项数可变：均分铺满整条，避免关闭菜单后右侧留白 */
body.page-about .abnav.container li {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  height: 78px !important;
  line-height: normal !important;
  background: #f1f1f1 !important;
  text-align: center !important;
  float: none !important;
  margin: 0 !important;
}

body.page-about .abnav.container li a {
  display: block !important;
  height: 78px !important;
  line-height: 78px !important;
  text-align: center !important;
  margin: 0 !important;
  color: #171717 !important;
  font-size: 20px !important;
  transition: 0s !important;
  -webkit-transition: 0s !important;
}

body.page-about .abnav.container li .alcenter {
  display: inline-block !important;
  height: 78px !important;
  line-height: 78px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  white-space: nowrap;
  vertical-align: top !important;
}

body.page-about .abnav.container li .abnav-txt {
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 1.2 !important;
}

body.page-about .abnav.container li .img {
  display: inline-block !important;
  width: 26px !important;
  height: 26px !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  float: none !important;
  position: static !important;
  vertical-align: middle !important;
}

body.page-about .abnav.container li .img img {
  width: 26px !important;
  height: 26px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  position: static !important;
  border: none !important;
}

body.page-about .abnav.container li .img img:last-child {
  display: none !important;
}

body.page-about .abnav.container li.cur,
body.page-about .abnav.container li:hover {
  background: #d70000 !important;
}

body.page-about .abnav.container li.cur .img img:first-child,
body.page-about .abnav.container li:hover .img img:first-child {
  display: none !important;
}

body.page-about .abnav.container li.cur .img img:last-child,
body.page-about .abnav.container li:hover .img img:last-child {
  display: inline-block !important;
}

body.page-about .abnav.container li.cur a,
body.page-about .abnav.container li:hover a {
  color: #fff !important;
}

body.page-about #rongyu,
body.page-about #youshi {
  scroll-margin-top: 100px;
}

body.page-about .changebig,
body.page-about .bigtext {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Intro stats row */
body.page-about .yksite-about-brand {
  width: 566px;
  max-width: calc(100% - 32px);
  height: auto;
  min-height: 140px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

body.page-about .yksite-about-brand img[width="498"] {
  max-width: 100%;
  height: auto;
}

body.page-about .yksite-about-intro {
  width: 96%;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

body.page-about .yksite-about-intro__body {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #3c3c3c;
  text-indent: 2em;
}

body.page-about .yksite-about-intro__body p {
  margin: 0 0 1em;
}

body.page-about .yksite-about-intro__body img {
  max-width: 100%;
  height: auto;
}

body.page-about .about-stats {
  width: 96% !important;
  max-width: 1760px !important;
  margin: 0 auto !important;
  padding: 50px 0 !important;
  overflow: hidden;
  box-sizing: border-box;
}

body.page-about .about-stats > div {
  width: 25% !important;
  float: left !important;
  margin: 0 !important;
  text-align: center !important;
}

body.page-about .about-stats__item {
  width: 25% !important;
  float: left !important;
  margin: 0 !important;
  text-align: center !important;
  box-sizing: border-box;
}

body.page-about .about-stats__num {
  font-size: 58px;
  font-weight: bold;
  color: #3b3b3b;
  font-family: 'DINPro-Bold', 'Microsoft YaHei', sans-serif;
}

body.page-about .about-stats__suffix {
  font-size: 38px;
  font-weight: bold;
  color: #999999;
}

body.page-about .about-stats__label {
  font-size: 16px;
  margin-top: 19px;
  color: #333;
}

/* index_lr 促销块 — 原版 1200（左图+右文），勿拉到 1760 否则中间大空隙 */
body.page-about .index_lr .container {
  width: 1200px !important;
  max-width: 96% !important;
  margin: 0 auto !important;
  overflow: hidden;
  box-sizing: border-box !important;
}

body.page-about .index_lr .lr_l {
  float: left !important;
  margin: 0 !important;
}

body.page-about .index_lr .lr_l img {
  margin: 0 !important;
  display: block;
}

body.page-about .index_lr .lr_r {
  float: right !important;
  margin: 45px 0 0 0 !important;
}

body.page-about .lr_r > div[style*="float:left"] {
  float: left !important;
  margin-top: 38px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.page-about .lr_r > div[style*="margin-left:30px"] {
  margin-left: 30px !important;
}

/* 资质荣誉 carousel — 视口保持 1200，避免一屏挤入过多固定宽卡片 */
body.page-about .gmpbox {
  width: 1200px !important;
  max-width: 96% !important;
  margin: 0 auto !important;
  overflow: hidden;
  box-sizing: border-box !important;
}

body.page-about .gmpbox .mr_frbox {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  position: relative !important;
}

body.page-about .gmpbox .mr_frUl {
  width: 100% !important;
  max-width: 1200px !important;
  height: 380px !important;
  overflow: hidden !important;
  margin: 0 !important;
}

body.page-about .gmpbox .mr_frUl .tempWrap {
  overflow: hidden !important;
  margin: 0 !important;
}

body.page-about .gmpbox .mr_frUl ul {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-about .gmpbox .mr_frUl ul li {
  display: block !important;
  float: left !important;
  width: 270px !important;
  height: 380px !important;
  margin: 0 15px !important;
  overflow: hidden !important;
  position: relative !important;
}

body.page-about .gmpbox .mr_frUl ul li img {
  display: block !important;
  width: 270px !important;
  height: 380px !important;
  margin: 0 !important;
}

body.page-about .gmpbox .mr_frBtnL,
body.page-about .gmpbox .mr_frBtnR {
  margin: 0 !important;
}

/* 核心团队：勿复用 .about_ry（荣誉区 padding:70px 会叠出大空白） */
body.page-about .yksite-about-team {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  padding: 40px 0 40px;
  box-sizing: border-box;
}

/* 核心团队：固定 200px 卡片，容器锁 1200 避免一行过多 */
body.page-about .yksite-team-grid.yksite-wrap--1200 {
  width: 1200px !important;
  max-width: 96% !important;
}

/* 选择我们的优势 — 原版 3 列（1200 容器），勿拉到频道宽否则会变成 4+2 */
body.page-about .about-ys-wrap {
  width: 1200px !important;
  max-width: 96% !important;
  margin: 0 auto !important;
  overflow: hidden;
  box-sizing: border-box !important;
}

body.page-about .ysDivabout {
  float: left !important;
  width: 340px !important;
  margin: 0 20px 30px 0 !important;
  box-sizing: content-box !important;
}

body.page-about .about-ys-wrap .ysDivabout:nth-child(3n) {
  margin-right: 0 !important;
}

body.page-about .index_center .ul {
  display: inline-block !important;
  margin: 0 auto !important;
  overflow: hidden;
}

body.page-about .naxiekehu,
body.page-about .naxiekehu2 {
  float: left !important;
  margin: 45px 0 0 40px !important;
}

/* Bottom CTA – no white mask on divider line */
body.page-about .about-cta-divider {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  background: url(../../img/djwz.jpg) center repeat-x;
  line-height: 57px;
}

body.page-about .about-cta-divider .bottomlx {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  margin: 0 !important;
  vertical-align: middle;
}

/* 页脚承诺条保持 style.css 原宽，勿跟频道拉到 1760 */
body.page-about .dibuby {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.page-about .oneleft {
  float: left !important;
  margin: 0 !important;
}

body.page-about .oneright {
  float: right !important;
  margin: 0 !important;
}

/* 品牌视频弹层 – 默认隐藏，点击 .spicon 后播放（原站 aboutus 内联样式） */
body.page-about .video9yzz {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000000;
  margin: 0 !important;
}

body.page-about .video9y {
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  overflow: visible;
}

body.page-about .video9y video {
  display: none;
  width: 65%;
  max-width: 960px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000002;
  border: 6px solid #000;
  background-color: #000;
  margin: 0 !important;
}

/* 「他们选择了我们」客户 Logo 墙 — 居中铺满 */
body.page-about .yksite-about-clients {
  width: 100%;
  clear: both;
  overflow: hidden;
  text-align: center;
  padding: 8px 0 32px;
  box-sizing: border-box;
}

body.page-about .yksite-about-clients .yksite-wrap {
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}

body.page-about .yksite-about-clients .yksite-section-title,
body.page-about .yksite-about-clients .yksite-section-lead {
  text-align: center;
}

body.page-about .yksite-about-clients__grid {
  width: 100%;
  max-width: 1760px;
  margin: 24px auto 0;
  padding: 0 16px;
  box-sizing: border-box;
}

body.page-about .yksite-about-clients__grid a {
  display: block;
  line-height: 0;
}

body.page-about .yksite-about-clients__grid img {
  display: block;
  width: 100%;
  max-width: 1760px;
  height: auto;
  margin: 0 auto;
  border: 0;
}

/* ---------- 响应式 ---------- */
@media screen and (max-width: 991px) {
  body.page-about .lr_r > div[style*="float:left"],
  body.page-about .lr_r > div[style*="margin-left:30px"] {
    float: none !important;
    width: 100% !important;
    max-width: 280px !important;
    margin: 16px auto 0 !important;
    display: block;
  }

  body.page-about .gmpbox,
  body.page-about .gmpbox .mr_frbox,
  body.page-about .gmpbox .mr_frUl {
    width: 100% !important;
    max-width: calc(100% - 32px) !important;
  }

  body.page-about .gmpbox .mr_frUl ul li,
  body.page-about .gmpbox .mr_frUl ul li img {
    width: 220px !important;
    height: auto !important;
    max-height: 320px;
  }

  body.page-about .gmpbox .mr_frUl {
    height: auto !important;
    min-height: 280px;
  }

  body.page-about .about-ys-wrap .ysDivabout {
    width: calc(50% - 10px) !important;
    float: left !important;
    margin: 0 10px 20px 0 !important;
    box-sizing: border-box;
  }

  body.page-about .about-ys-wrap .ysDivabout:nth-child(3n) {
    margin-right: 10px !important;
  }

  body.page-about .about-ys-wrap .ysDivabout:nth-child(2n) {
    margin-right: 0 !important;
  }

  body.page-about .naxiekehu,
  body.page-about .naxiekehu2 {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 320px;
    margin: 16px auto 0 !important;
    text-align: center;
  }

  body.page-about table[width="1200"][border="1"] {
    display: block !important;
    width: 100% !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 auto !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body.page-about table[width="1200"][border="1"] tbody {
    display: table;
    min-width: 640px;
    width: 100%;
  }

  body.page-about .dibuby p {
    width: 50% !important;
    box-sizing: border-box;
  }

  body.page-about .lr_l img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  body.page-about .about-ys-wrap .ysDivabout {
    width: 100% !important;
    float: none !important;
    margin: 0 0 16px !important;
  }

  body.page-about .dibuby p {
    width: 100% !important;
    float: none !important;
  }

  body.page-about .gmpbox .mr_frUl ul li,
  body.page-about .gmpbox .mr_frUl ul li img {
    width: 180px !important;
  }
}
