﻿/* ========== RESET & BASE ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font: 16px/1.5 "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Microsoft YaHei UI", "Source Han Sans CN", sans-serif;
  color: #333;
  background: #fff;
}

ul, li, dl, dd, dt, form, h1, h2, h3, h4, h5, h6, i, u {
  list-style: none;
  font-style: normal;
  text-decoration: none;
}

input, select, textarea, button {
  border: none;
  outline: none;
  background: none;
}

header, main, footer, section, aside {
  width: 100%;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #d00;
}

/* ========== LAYOUT ========== */
.wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 公用容器 */
.zs-wp {
  display: block;
  width: 1600px;
  margin: 0 auto;
}

.auto-container {
  position: static;
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 15px;
  padding-left: 15px;
}

/* ========== 顶部区域 ========== */
.h-top {
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.h-top dl {
  height: 42px;
  color: #555;
}
.h-top dl b {
  color: #d00;
}
.h-top dt i {
  font-size: 22px;
  padding-right: 9px;
}
.h-top dd a {
  color: #d00;
  margin-right: 20px;
}
.h-top dd i {
  display: inline-block;
  width: 100px;
  height: 26px;
  line-height: 26px;
  background: #f6dc9a;
  border-radius: 12px;
}
.h-top dd i:before {
  content: "";
  float: left;
  width: 26px;
  height: 26px;
  background: url(/skin/img/zizhi3.png) center no-repeat;
  background-size: contain;
  margin-right: 9px;
}
.h-top dd a:hover i {
  background: #f70;
  color: #fff;
}

.h-nav {
  height: 90px;
  padding: 10px 0;
}

.logo {
  display: block;
  height: 48px;
}
.logo img {
  height: 100%;
}

.nav {
  height: 80px;
  width: 700px;
}
.nav a {
  display: block;
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  border-bottom: 4px solid transparent;
}
.nav a:hover,
.nav a.on {
  color: #ff6;
  border-bottom-color: #ff6;
}

/* ========== BANNER ========== */
.ban {
  height: 460px;
  background: url(/skin/img/bg-ban.svg) center 0 no-repeat;
  background-size: cover;
}
.ban-brandlist {
  height: 220px;
}
.ban-txt {
  padding-top: 100px;
  color: #fff;
  line-height: 2;
  font-size: 16px;
}
.ban-txt h1,
.ban-txt b {
  font-size: 32px;
}
.h-ban {
  color: #fff;
  padding-top: 80px;
  line-height: 1.8;
}
.h-ban h4 {
  font-size: 52px;
  font-weight: 300;
}
.h-ban b {
  font-weight: normal;
  font-size: 18px;
}
.h-ban .btn {
  background: #f70;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 15px;
  margin-right: 15px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
  height: 52px;
  line-height: 52px;
}
.h-ban .btn:hover {
  background: #f50;
}

.search {
  margin-top: 32px;
  width: 700px;
}
.search h1 {
  float: left;
  color: #fff;
  padding: 0 15px 0 0;
}
.search form {
  display: flex;
  padding: 10px 15px;
  border-radius: 30px;
  background: #fff;
  align-items: center;
}
.search .key {
  flex: 1;
  line-height: 40px;
  font-size: 18px;
  padding-left: 20px;
}
.search .sub {
  background: url(/style/img/so.png) center no-repeat;
  width: 60px;
  height: 40px;
  cursor: pointer;
  background-size: contain;
}

.sblist {
  width: 50%;
  margin: 0.6% auto 0;
}

/* ========== 品牌筛选 & 列表 ========== */
.catalog {
  margin: 30px auto;
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 15px;
}
.option {
  overflow: hidden;
  padding: 3px 0;
}
.option .option-left {
  float: left;
  width: 90px;
  font-weight: bold;
  color: #444;
  line-height: 32px;
}
.option .option-right {
  float: left;
  width: 90%;
}
.option .option-right > * {
  float: left;
  margin-right: 15px;
  font-size: 15px;
}
.option .option-right > a {
  padding: 0 9px;
  line-height: 28px;
  text-decoration: none;
  color: #666;
  border-radius: 5px;
  text-align: center;
}
.option .option-right .fl1 {
  text-decoration: none;
  color: #666;
  margin: 0 5px 3px 0;
}
.option .option-right .fl1:hover {
  color: #fff;
  background: #d00;
}
.option .option-right input:not(.price-btn) {
  width: 80px;
}
.option .option-right > a.active {
  background: #d00;
  color: #fff;
}
.option-list {
  padding: 5px 0;
  overflow: hidden;
}
.option-list div {
  float: left;
  padding: 2px 5px;
  border: 1px solid #d00;
  color: #111;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 9px;
}
.option-list div.option-list-removeAll {
  background: #d00;
  border-color: #d00 !important;
  color: #fff;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 9px;
  display: block;
}
.option-list div a {
  margin-left: 5px;
  color: #d00;
  text-decoration: none;
}
.option-list div.option-list-removeAll a {
  color: white !important;
}
.option-list b {
  float: left;
  width: 90px;
  color: #444;
  font-weight: bold;
  line-height: 32px;
}
.price-input-box {
  color: #333;
  padding-left: 15px;
}
.price-input-box .input {
  padding-left: 5px;
  line-height: 20px;
  border: 1px solid #ddd;
  color: #d00;
}
.option-key {
  float: left;
  display: block;
  padding: 2px 5px;
  border: 1px solid #d00;
  color: #111;
  margin-right: 10px;
  text-decoration: none;
}
.option-key:hover {
  text-decoration: none;
  color: #111;
  border: 1px solid #ccc;
}
.option-key i {
  font-style: normal;
  color: #d00;
}

.brand-li {
  min-height: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-li a {
  width: 18%;
  margin: 25px 0 20px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  color: #555;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.brand-li a p {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.brand-li a p img {
  width: 80%;
  transition: 0.3s;
}
.brand-li a i {
  color: #888;
  font-size: 14px;
  display: block;
  padding: 10px 0;
}
.brand-li a b {
  display: block;
  color: #111;
  font-size: 16px;
}
.brand-li a:hover img {
  transform: scale(1.2);
}
.brand-li .highlight {
  color: red;
  font-style: normal;
}

#fenye {
  margin: 0 auto;
  padding: 50px 0 70px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 5px;
}
#fenye a,
#fenye u {
  color: #333;
  border: 1px solid #ccc;
  font-size: 12px;
  width: 40px;
  line-height: 30px;
  background: #fcfcfc;
  border-radius: 3px;
}
#fenye a:hover {
  color: #d00;
  text-decoration: none;
  background: #fff;
  border: 1px solid #d00;
}
#fenye b {
  color: #fff;
  background: #d00;
  font-weight: normal;
  font-size: 12px;
  width: 40px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #d00;
  text-align: center;
}
#fenye i {
  font-style: normal;
  display: inline-block;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0 9px;
  font-size: 12px;
  border-radius: 3px;
  background: #fff;
}
#fenye u {
  color: #333;
  border: 1px solid #eee;
}

/* ========== 按钮通用 ========== */
.btn {
  display: block;
  width: 158px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  background: #e4362d;
  transition: 0.3s;
}
.btn:hover {
  background: #f60;
  color: #fff;
}

.theme-btn {
  position: relative;
  display: inline-flex;
  transition: all 0.5s ease;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.btn-style-two {
  color: #202124;
  background-color: #f9ab00;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 12px 35px;
  white-space: nowrap;
  text-align: center;
}
.btn-style-two:hover {
  color: #202124;
  background-color: #e9a000;
}
.btn-style-three {
  color: #1967d2;
  background-color: #e2eaf8;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 12px 35px;
  white-space: nowrap;
  text-align: center;
}
.btn-style-three:hover {
  color: #fff;
  background-color: #1967d2;
}

/* ========== 侧边栏 ========== */
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -80px;
  width: 55px;
  background: rgba(221,0,0,0.7);
  padding-top: 12px;
  border-radius: 8px 0 0 8px;
  z-index: 999;
}
.sidebar li {
  height: 50px;
  width: 170px;
  padding-left: 9px;
  border-radius: 8px 0 0 8px;
  transition: 0.5s;
}
.sidebar li a {
  display: block;
  line-height: 46px;
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 14px;
  padding-left: 46px;
}
.sidebar li:hover {
  margin-left: -115px;
  background: #d00;
}
.sidebar .rwx {
  background: url(/skin/img/rwx.svg) 0 center no-repeat;
  background-size: 36px;
  cursor: pointer;
}
.sidebar .rqq {
  background: url(/skin/img/rzx.svg) 0 center no-repeat;
  background-size: 32px;
}
.sidebar .rtel {
  background: url(/skin/img/rtel.svg) 0 center no-repeat;
  background-size: 30px;
}
.sidebar .gotop {
  background: url(/skin/img/rtop.svg) 0 center no-repeat;
  background-size: 36px;
}

/* ========== 弹窗 ========== */
.Tpiaochuan {
  width: 518px;
  height: 268px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  z-index: 9999;
  top: 50%;
  margin-top: -115px;
  display: none;
  opacity: 0.98;
  box-shadow: 0 5px 15px #333;
  border-radius: 9px;
}
.Tpiaochuan .zk {
  height: 100%;
  width: 100%;
  padding: 9px;
}
.Tpiaochuan .kf_bt {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.Tpiaochuan .noneyin {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #888;
  font-size: 16px;
}
.Tpiaochuan .zixun a {
  width: 200px;
  height: 36px;
  color: #fff;
  display: block;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  background: url(/skin/img/rtel.svg) 15px center no-repeat #d00;
  background-size: 22px;
}
.Tpiaochuan .zixun .zqq {
  background: url(/skin/img/rzx.svg) 15px center no-repeat #d00;
  background-size: 24px;
}
.Tpiaochuan .wx {
  width: 120px;
  border: 1px solid #ccc;
}

/* ========== 底部区域 ========== */
footer {
  background: #333;
  padding: 40px 0;
}
.f-nav {
  height: 120px;
  align-items: flex-start;
}
.f-nav li {
  text-align: left;
  line-height: 2;
  font-size: 14px;
  color: #666;
}
.f-nav li a {
  font-size: 14px;
  color: #999;
  display: block;
  line-height: 1.7;
}
.f-nav li b {
  font-size: 16px;
  color: #fff;
  display: block;
}
.f-nav li u {
  font-size: 16px;
  color: #fff;
  display: block;
}
.f-nav li i {
  font-size: 22px;
  vertical-align: middle;
  background: #f70;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  padding: 4px;
}
.f-nav li span {
  font-size: 26px;
  color: #f70;
  display: block;
}
.f-copy {
  color: #666;
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.f-copy a {
  color: #666;
}
.foot-safe {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-safe .item {
  display: block;
  width: 120px;
  height: 40px;
  margin: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #888;
}
.foot-safe .item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.foot-safe .item .icon {
  display: block;
  width: 40px;
  height: 38px;
  margin-right: 5px;
  background: url(/skin/img/newdowns_img.png) no-repeat;
  background-size: 865px 186px;
}
.foot-safe .icon-iciaic {
  background-position: -6px -139px;
}
.foot-safe .icon-itrust {
  background-position: -60px -139px;
}
.foot-safe .icon-net110 {
  background-position: -113px -139px;
}
.foot-safe .item .text {
  display: block;
  line-height: 16px;
  text-align: center;
  margin: 0 0 2px;
  font-size: 12px;
  color: #bbb;
  vertical-align: middle;
}
.foot-safe .item.img {
  width: 160px;
  margin-left: 0;
}
.foot-safe .item .icon-logo img {
  display: block;
  width: 100%;
  height: 38px;
}
.foot-safe a:hover {
  text-decoration: none;
}

/* ========== 简介页面组件 ========== */
.sec-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  color: #202124;
  font-weight: 500;
}
.sec-title .text {
  position: relative;
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
  color: #696969;
}
.sec-title.light h2,
.sec-title.light .text {
  color: #fff;
}
.text-center {
  text-align: center;
}

.call-to-action-two {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 170px 0 160px;
  text-align: center;
}
.call-to-action-two .sec-title {
  margin-bottom: 33px;
}
.call-to-action-two .btn-box {
  position: relative;
  display: inline-block;
}
.call-to-action-two .theme-btn {
  margin: 0 10px 10px;
}

.work-section {
  position: relative;
  padding: 100px 0 50px;
}
.work-section.style-two {
  background: #f5f7fc;
}
.work-block {
  position: relative;
  margin-bottom: 50px;
}
.work-block .inner-box {
  position: relative;
  text-align: center;
  padding: 50px 44px 60px;
  transition: all 300ms ease;
  background: #fff;
  border-radius: 8px;
}
.work-block .inner-box:hover {
  box-shadow: 0 0 30px rgba(64,79,104,0.1);
}
.work-block .image {
  position: relative;
  margin-bottom: 35px;
}
.work-block h3,
.work-block h5 {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  margin-bottom: 10px;
}
.work-block p {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}

.homeabout {
  display: block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(/skin/img/bg-homeabout.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.homeabout.nod {
  background: #ffffff;
}
.homeabout .zs-wp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}
.about-desc {
  display: block;
  width: 800px;
  height: auto;
}
.about-desc .title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 5px;
}
.about-desc .text {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-top: 30px;
}
.about-desc .number {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}
.about-desc .number li {
  display: block;
  width: auto;
  padding-right: 45px;
  border-right: 1px solid #eaeaea;
}
.about-desc .number li:nth-child(4n) {
  border-right: none;
}
.about-desc .number li strong {
  display: block;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 0;
  color: #e43d40;
}
.about-desc .number li strong em {
  font-size: 20px;
}
.about-desc .number li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.homeabout .ha-pic {
  position: relative;
  width: 769px;
  height: 514px;
  overflow: hidden;
}
.homeabout .ha-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cus-map {
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 40px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}
.cus-map .map {
  flex: 0 0 697px;
  width: 697px;
  height: 400px;
  margin-right: 53px;
}
.cus-map .map img {
  display: block;
  width: 100%;
  height: 100%;
}
.cus-map .text {
  flex: 1;
  min-width: 0;
  padding: 40px 0;
}
.cus-map .title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.cus-map .desc {
  display: block;
  margin-top: 55px;
  font-size: 16px;
  color: #666666;
}
.cus-map .desc p {
  margin: 0 0 28px 0;
  height: 20px;
  line-height: 20px;
  padding-left: 35px;
}
.cus-map .desc p.icon-phone {
  background: url(/skin/img/icon-c-phone.png) no-repeat left center;
  background-size: auto 20px;
}
.cus-map .desc p.icon-add {
  background: url(/skin/img/icon-c-lbs.png) no-repeat left center;
  background-size: auto 20px;
}
.cus-map .desc p.icon-mail {
  background: url(/skin/img/icon-c-mail.png) no-repeat left center;
  background-size: auto 20px;
}

/* ========== 品牌介绍区 ========== */
.brand-intro {
  background: #f8f9fc;
  border-left: 4px solid #ff6a00;
  padding: 12px 20px;
  margin: 20px 0 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
  transition: all 0.2s;
}
.brand-intro p {
  margin: 0 0 8px;
}
.brand-intro p:last-child {
  margin-bottom: 0;
}
.brand-intro strong {
  color: #ff6a00;
  font-weight: 600;
}

/* ========== 其他公用 ========== */
.zs-main {
  display: flex;
  margin: 35px auto 80px;
  justify-content: space-between;
}
.zs-main .left {
  flex: 0 0 78%;
  padding-right: 50px;
}
.zs-main .right {
  flex: 0 0 22%;
}
.zs-left-title {
  display: flex;
  padding: 10px 0 0;
  justify-content: space-between;
}
.zs-left-title .title {
  font-size: 20px;
  font-weight: bold;
}
.zs-h2title {
  display: block;
  padding-bottom: 52px;
  line-height: 1;
}
.zs-h2title .title {
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.zs-h2title .line {
  width: 40px;
  height: 5px;
  margin: 35px auto 0;
  border-radius: 3px;
  background-color: #e43d40;
}
.zs-more a {
  display: block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 5px;
}
.zs-more a:hover {
  background: #e43d40;
}
.path {
  padding: 10px 0;
  line-height: 35px;
  font-size: 16px;
  border-bottom: 1px dashed #eee;
  color: #666;
}
.path span {
  padding: 0 10px;
  color: #999;
}

/* ========== 响应式设计 ========== */
/* 大屏适配 (1024px - 1900px) */
@media only screen and (min-width: 1024px) and (max-width: 1900px) {
  .zs-wp {
    width: 85%;
  }
}

/* 平板适配 (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .zs-wp {
    width: 90%;
  }
  .brand-li a {
    width: 30%;
  }
  .nav {
    width: auto;
  }
  .nav a {
    font-size: 16px;
    padding: 0 12px;
  }
  .search {
    width: 500px;
  }
  .ban {
    height: 380px;
  }
  .h-ban h4 {
    font-size: 40px;
  }
  .zs-main .left {
    flex: 0 0 70%;
    padding-right: 30px;
  }
  .zs-main .right {
    flex: 0 0 28%;
  }
  .f-nav li {
    width: auto;
  }
  .foot-safe .item {
    width: 100px;
    margin: 8px;
  }
}

/* 手机适配 (最大宽度 767px) */
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  /* 手机端隐藏所有不需要的模块 */
  .h-top,
  .ban-txt,
  .catalog,
  .f-nav,
  .foot-safe {
    display: none !important;
  }

  .zs-wp {
    width: 90%;
  }

  /* 头部导航 - 强制单行，允许横向滚动 */
  .h-nav {
    height: auto;
    padding: 10px 0;
    flex-wrap: nowrap;
  }
  .logo {
    height: 36px;
    flex-shrink: 0;
  }
  .nav {
    width: auto;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    padding-bottom: 8px;
    margin-left: 10px;
  }
  .nav a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding: 0 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  /* 隐藏滚动条但保留功能（可选） */
  .nav::-webkit-scrollbar {
    height: 2px;
  }
  .nav::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
  }

  /* 搜索框 */
  .search {
    width: 100%;
    margin-top: 20px;
  }
  .search h1 {
    display: none;
  }
  .search .key {
    font-size: 14px;
    line-height: 32px;
    padding-left: 12px;
  }
  .search .sub {
    width: 40px;
    height: 32px;
  }

  /* banner 区域高度调整（因为隐藏了文字，可适当减小高度） */
  .ban {
    height: 200px;
  }

  .h-ban {
    padding-top: 40px;
  }
  .h-ban h4 {
    font-size: 28px;
  }
  .h-ban b {
    font-size: 14px;
  }
  .h-ban .btn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 130px;
  }

  /* 品牌列表 */
  .brand-li a {
    width: 45%;
    margin: 15px 0;
  }
  .brand-li a p img {
    width: 70%;
  }
  .brand-li a b {
    font-size: 14px;
  }
  .brand-li a i {
    font-size: 12px;
    padding: 5px 0;
  }

  /* 分页 */
  #fenye {
    padding: 30px 0 40px 0;
    gap: 3px;
  }
  #fenye a,
  #fenye b,
  #fenye i,
  #fenye u {
    width: 32px;
    line-height: 28px;
    font-size: 11px;
  }

  /* 侧边栏 */
  .sidebar {
    width: 45px;
    margin-top: -60px;
  }
  .sidebar li {
    width: 140px;
    height: 42px;
    padding-left: 6px;
  }
  .sidebar li a {
    line-height: 38px;
    height: 38px;
    font-size: 12px;
    padding-left: 36px;
  }
  .sidebar li:hover {
    margin-left: -95px;
  }
  .sidebar .rwx,
  .sidebar .rqq,
  .sidebar .rtel,
  .sidebar .gotop {
    background-size: 28px;
  }

  /* 弹窗 */
  .Tpiaochuan {display: none;
    width: 90%;
    left: 5%;
    margin-left: 0;
    height: auto;
    min-height: 260px;
  }

  /* 底部 */
  footer {
    padding: 25px 0;
  }
  .f-nav {
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .f-nav li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .f-nav li b,
  .f-nav li u {
    font-size: 14px;
  }
  .f-nav li a {
    font-size: 12px;
  }
  .foot-safe {
    flex-wrap: wrap;
  }
  .foot-safe .item {
    width: 100px;
    margin: 5px;
  }
  .foot-safe .item .text {
    font-size: 10px;
  }

  /* 主体内容 */
  .zs-main {
    flex-direction: column;
    margin: 20px auto 40px;
  }
  .zs-main .left,
  .zs-main .right {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .zs-left-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .zs-left-title .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .zs-h2title {
    padding-bottom: 25px;
  }
  .zs-h2title .title {
    font-size: 26px;
  }
  .zs-h2title .line {
    margin: 20px auto 0;
    width: 30px;
    height: 3px;
  }
  .zs-more a {
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
  .path {
    font-size: 13px;
    line-height: 30px;
  }
  .path span {
    padding: 0 5px;
  }
  .option,
  .option-list,
  .price-input-box {
    font-size: 12px;
  }

  /* 简介页面组件 */
  .homeabout {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .homeabout .zs-wp {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .about-desc {
    width: 100%;
    padding-bottom: 38px;
  }
  .about-desc .title {
    font-size: 18px;
    padding-top: 8px;
  }
  .about-desc .text {
    font-size: 14px;
    margin-top: 5px;
  }
  .about-desc .number {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-desc .number li {
    width: 50%;
    padding-right: 45px;
    margin-bottom: 15px;
    border-right: none;
  }
  .about-desc .number li strong {
    font-size: 26px;
  }
  .about-desc .number li span {
    font-size: 12px;
  }
  .homeabout .zs-more {
    margin-top: 10px;
  }
  .homeabout .ha-pic {
    width: 100%;
    height: auto;
  }
  .cus-map {
    width: 100%;
    height: auto;
    margin-top: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cus-map .map {
    flex: unset;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }
  .cus-map .text {
    padding: 30px 20px;
  }
  .cus-map .title {
    font-size: 18px;
  }
  .cus-map .desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .cus-map .desc p {
    margin: 0 0 15px 0;
    height: auto;
    line-height: 20px;
    padding-left: 25px;
    background-size: auto 18px !important;
  }
  .cus-map .btn {
    padding-top: 10px;
  }

  /* 其他页面组件 */
  .auto-container {
    max-width: 100%;
    width: 100%;
  }
  .call-to-action-two {
    padding: 100px 0;
  }
  .sec-title {
    margin-bottom: 30px;
  }
  .sec-title h2 {
    font-size: 26px;
  }
  .btn-style-three,
  .btn-style-two {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
  }
  .work-section {
    padding: 35px 0 20px;
  }
  .sec-title .text {
    margin-top: 10px;
    font-size: 15px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .work-block {
    margin-bottom: 20px;
  }
  .work-block .inner-box {
    padding: 30px 25px;
    border-radius: 8px;
  }
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .work-block .image {
    margin-bottom: 15px;
  }
  .brand-intro {
    padding: 12px 16px;
    font-size: 13px;
    margin: 16px 0;
  }
}