:root {
  --zhu-kuan: 1200px;
  --sbs-lan: #063d72;
  --sbs-shenlan: #172b52;
  --sbs-lianglan: #2f86df;
  --wenzi: #333;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--wenzi);
  background: #fff;
  font-family: Muli, "Microsoft JhengHei", "Microsoft YaHei", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.zhu-kuan {
  width: min(var(--zhu-kuan), calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}

.wangzhan-toubu {
  min-height: 112px;
  border-bottom: 1px solid #e4e8ed;
  background: #fff;
}

.toubu-neirong {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.pinpai-logo {
  display: block;
  flex: 0 0 200px;
  line-height: 0;
}

.pinpai-logo img {
  display: block;
  width: 200px;
}

.zhu-daohang {
  flex: 1 1 auto;
  min-width: 0;
}

.zhu-daohang ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zhu-daohang a {
  display: block;
  padding: 12px 5px;
  color: #333;
  font-size: 18px;
  line-height: 1.35;
  white-space: nowrap;
  text-decoration: none;
}

.zhu-daohang a:hover,
.zhu-daohang a:focus-visible,
.zhu-daohang a[aria-current="page"] {
  color: #1769ce;
}

.shenqing-rudu {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--sbs-shenlan);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.yemian-hengfu {
  min-height: 320px;
  display: flex;
  align-items: center;
  background-image: url("../images/header.png");
  background-position: center;
  background-size: cover;
}

.yemian-hengfu h1 {
  margin: 0;
  color: #b7a576;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.25;
}

.mianbao-xie {
  min-height: 46px;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
}

.mianbao-xie a {
  text-decoration: none;
}

.shizi-liebiao {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 50px;
  padding: 0 0 80px;
}

.shizi-xiang {
  min-height: 125px;
  padding: 36px 30px 0;
  text-align: center;
}

.shizi-xiang h2 {
  min-height: 32px;
  margin: 0 0 8px;
  color: var(--sbs-lianglan);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0;
}

.shizi-xiang h2 a,
.shizi-xiang .xiangqing {
  color: inherit;
  text-decoration: none;
}

.shizi-xiang .xiangqing {
  display: inline-block;
  color: var(--sbs-lianglan);
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.shizi-xiang .xiangqing::after {
  content: "\2192";
  margin-left: 18px;
}

.wangzhan-yejiao {
  background: var(--sbs-lan);
  color: #fff;
}

.yejiao-zhuqu {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 600px;
}

.yejiao-daohang {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  gap: 0 30px;
  padding-right: 70px;
}

.yejiao-daohang a {
  min-height: 48px;
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.yejiao-pinpai {
  display: grid;
  grid-template-columns: 1fr 270px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.yejiao-wenzi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 38px;
}

.yejiao-wenzi img {
  width: 250px;
  margin-bottom: 24px;
}

.yejiao-wenzi address {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}

.yejiao-jianzhu {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youqing-qu {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.youqing-neirong {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 80px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.youqing-neirong h2 {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

.youqing-neirong a {
  color: #fff;
  text-decoration: none;
}

.youqing-lianjie {
  min-width: 0;
  height: 64px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  white-space: nowrap;
}

.youqing-wenzi,
.youqing-tupian {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  overflow: hidden;
}

.youqing-wenzi {
  flex: 0 1 auto;
}

.youqing-tupian {
  flex: 1 1 auto;
}

.youqing-wenzi a,
.youqing-tupian a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  max-height: 32px;
  overflow: hidden;
}

.youqing-tupian img {
  display: block;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 28px;
  object-fit: contain;
}

.toolbar {
  position: fixed;
  top: 50%;
  right: 1%;
  margin-top: -163px;
  z-index: 100;
  width: 80px;
}

.toolbar dd {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  background: #233357;
  margin: 2px 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}

.toolbar dd:first-child { margin-top: 0; }

.toolbar dd i {
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 13px;
  background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.tel i { background-position-y: -30px; }
.toolbar dd.code i { background-position-y: -60px; }
.toolbar dd.top i { background-position-y: -90px; }

.toolbar dd span {
  display: block;
  color: #fff;
}

.toolbar dd a { color: #fff; text-decoration: none; }

.toolbar dd.tel .box,
.toolbar dd.code .box {
  position: absolute;
  top: 0;
  right: -172px;
  margin-right: 10px;
  border-radius: 5px;
  background: #233357;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}

.toolbar dd.tel .box {
  width: 190px;
  height: 100%;
}

.toolbar dd.tel .box p {
  font-size: 14px;
  margin: 15px auto 7px;
  color: #fff;
}

.toolbar dd.tel .box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 10px;
}

.toolbar dd.code .box {
  width: 162px;
  height: 162px;
  padding: 10px;
}

.toolbar dd.code .box img {
  width: 140px;
  height: 140px;
  padding: 11px;
}

.toolbar dd.tel:hover .box,
.toolbar dd.code:hover .box {
  opacity: 1;
  right: 80px;
}

.toolbar dd:hover { background: #333; }

/* Keep the compact shortcut bar out of the small-screen content area. */
@media (max-width: 767px) {
  .toolbar {
    display: none;
  }
}

@media (max-width: 1100px) {
  .zhu-daohang a,
  .shenqing-rudu {
    font-size: 16px;
  }

  .pinpai-logo,
  .pinpai-logo img {
    flex-basis: 180px;
    width: 180px;
  }

  .shizi-liebiao {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .zhu-kuan {
    width: calc(100% - 32px);
  }

  .wangzhan-toubu,
  .toubu-neirong {
    min-height: 106px;
  }

  .toubu-neirong {
    display: grid;
    grid-template-columns: 145px 1fr;
    grid-template-rows: 64px 42px;
    gap: 0 10px;
  }

  .pinpai-logo,
  .pinpai-logo img {
    width: 145px;
  }

  .zhu-daohang {
    grid-column: 1 / -1;
    grid-row: 2;
    overflow-x: auto;
  }

  .zhu-daohang ul {
    width: max-content;
    justify-content: flex-start;
    gap: 16px;
  }

  .zhu-daohang a {
    padding: 10px 0;
    font-size: 15px;
  }

  .shenqing-rudu {
    justify-self: end;
    min-height: 38px;
    padding: 0 12px;
    font-size: 15px;
  }

  .yemian-hengfu {
    min-height: 220px;
  }

  .yemian-hengfu h1 {
    font-size: 34px;
  }

  .shizi-liebiao {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shizi-xiang {
    min-height: 120px;
    padding: 30px 12px 0;
  }

  .yejiao-zhuqu {
    grid-template-columns: 1fr;
  }

  .yejiao-daohang {
    padding: 36px 0;
  }

  .yejiao-pinpai {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .yejiao-jianzhu {
    max-height: 240px;
  }

  .youqing-neirong {
    gap: 40px;
    font-size: 15px;
  }

  .youqing-lianjie {
    gap: 20px;
  }

  .youqing-wenzi,
  .youqing-tupian {
    gap: 20px;
  }

}
