.pageWrap {
  width: 1200px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.pageWrap--wide {
  max-width: 100%;
  width: 100%;
}

.theme-shell {
  min-width: 320px;
  overflow: hidden;
}

.top,
.navbd,
.footOne,
.btnavlist,
.site,
.copyrightnr {
  box-sizing: border-box;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.searchbd {
  flex: 1;
}

.search form {
  display: flex;
  align-items: center;
}

.search .text {
  min-width: 0;
}

.mobileNavToggle {
  display: none;
  border: 0;
  background: #be392a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.nav {
  display: flex;
  flex-wrap: wrap;
}

.nav li {
  float: none;
}

.banner--global img,
.PicAuto,
.companynr img,
.articleBody img {
  max-width: 100%;
  height: auto;
}

.headerMain {
  display: flex;
  justify-content: flex-end;
  margin-top: -26px;
  position: relative;
  z-index: 3;
}

.order--contact {
  float: none;
}

.orderContactList {
  padding: 16px 18px 0;
}

.orderContactList li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #d9c3a7;
  color: #724f30;
  font-size: 13px;
}

.orderContactList strong {
  font-weight: 700;
  text-align: right;
}

.orderActions {
  display: flex;
  gap: 10px;
  padding: 16px 18px 20px;
}

.orderActions a {
  flex: 1;
  background: #be392a;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
}

.inav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.iteam {
  float: none;
  width: auto;
  min-height: 180px;
  padding: 22px 24px;
  box-sizing: border-box;
}

.iteam > a {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 24px;
  color: #fff;
}

.miniList li {
  line-height: 1.9;
}

.miniList a {
  color: #fff;
}

.casePicUl,
.claPicUl,
.newsList,
.ccbd {
  display: flex;
  flex-wrap: wrap;
}

.casePicUl li,
.claPicUl li {
  float: none;
}

.newsListDl {
  float: none;
}

.contact,
.company {
  box-sizing: border-box;
}

.main {
  display: flex;
  gap: 28px;
}

.left {
  flex: 0 0 280px;
}

.mainCon {
  flex: 1;
  min-width: 0;
}

.mainConList--cards ul,
.responsiveList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.responsiveList li {
  list-style: none;
}

.responsiveCard {
  display: flex;
  gap: 16px;
  height: 100%;
  padding: 14px;
  background: #fff8ee;
  border: 1px solid #ead7ba;
  transition: box-shadow .2s ease;
}

.responsiveCard:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.responsiveCard__thumb {
  flex: 0 0 180px;
}

.responsiveCard__thumb img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

.responsiveCard__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.responsiveCard__title {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
}

.responsiveCard__meta {
  color: #999;
  font-size: 12px;
}

.responsiveCard__desc {
  color: #666;
  line-height: 1.8;
}

.articleBody {
  overflow: hidden;
  line-height: 1.9;
}

.articleBody table {
  max-width: 100%;
}

.simpleContent,
.messagePanel,
.searchPanel {
  background: #fff8ee;
  border: 1px solid #ead7ba;
  box-sizing: border-box;
}

.simpleContent {
  padding: 28px 30px;
}

.searchPanel {
  margin-bottom: 18px;
  padding: 18px 22px;
}

.searchPanel__form {
  display: flex;
  gap: 12px;
}

.searchPanel__input {
  flex: 1;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #d8c2a1;
  background: #fff;
  font-size: 14px;
}

.searchPanel__button {
  flex: 0 0 110px;
  border: 0;
  background: #be392a;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.messagePanel {
  padding: 26px 28px 30px;
}

.messagePanel__intro {
  margin-bottom: 20px;
  color: #77593d;
  line-height: 1.9;
}

.leftNewsStatic {
  display: block;
  color: #666;
  line-height: 1.8;
}

.messageForm ul {
  display: grid;
  gap: 16px;
}

.messageForm li {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
  gap: 12px;
}

.messageForm .message_title,
.messageForm .message_content,
.messageForm .message_sub {
  margin: 0;
}

.messageForm input,
.messageForm textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8c2a1;
  padding: 11px 14px;
  background: #fff;
  font-size: 14px;
  color: #333;
}

.messageForm textarea {
  min-height: 160px;
  resize: vertical;
}

.messageForm .contentb {
  align-items: start;
}

.messageForm .yzm {
  grid-template-columns: 120px 1fr;
}

.messageSubmit {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.link_list a {
  display: inline-block;
  margin: 0 14px 10px 0;
}

@media (max-width: 991px) {
  .mobileNavToggle {
    display: inline-block;
  }

  .searchbd {
    flex: 1;
  }

  .navgrp {
    display: none;
  }

  .navgrp.navgrp-open {
    display: block;
  }

  .nav {
    display: block;
  }

  .nav li {
    width: 100%;
  }

  .headerMain {
    margin-top: 18px;
    justify-content: center;
  }

  .inav,
  .mainConList--cards ul,
  .responsiveList {
    grid-template-columns: 1fr;
  }

  .main {
    flex-direction: column;
  }

  .left {
    flex: none;
  }

  .casePicUl,
  .claPicUl,
  .newsList,
  .ccbd {
    display: block;
  }

  .contact,
  .company {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }

  .companynr dt,
  .companynr dd {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pageWrap {
    max-width: calc(100% - 24px);
  }

  .top {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 0;
  }

  .searchbd,
  .search,
  .search form,
  .search .text {
    width: 100%;
  }

  .search .btn1 {
    flex: 0 0 42px;
  }

  .iteam {
    min-height: 0;
  }

  .Ttitle a {
    font-size: 22px;
    line-height: 1.4;
  }

  .responsiveCard {
    flex-direction: column;
  }

  .responsiveCard__thumb {
    flex: none;
  }

  .responsiveCard__thumb img {
    height: auto;
  }

  .mainConTitle {
    padding: 18px 16px;
  }

  .mainContect,
  .mainConList {
    padding-left: 0;
    padding-right: 0;
  }

  .pagination a {
    margin-bottom: 8px;
  }

  .messagePanel,
  .simpleContent,
  .searchPanel {
    padding: 18px 16px;
  }

  .searchPanel__form,
  .messageForm li,
  .messageForm .yzm {
    grid-template-columns: 1fr;
    display: grid;
  }

  .searchPanel__button {
    flex: none;
    width: 100%;
    height: 42px;
  }
}
