body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #C1272D;
  text-decoration: none;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.row >* {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row >* {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gp-img-responsive {
  padding-bottom: 56.25%;
}
.slick-arrow {
  color: #C1272D;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #C1272D;
}
.slick-dots li.slick-active button {
  background-color: #C1272D;
}
.slick-dots li:hover button {
  background-color: #C1272D;
}
.slick-dots li.slick-active button {
  background-color: #C1272D;
}
body .gp-container {
  width: 1600px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1100px;
  }
}
@media screen and (max-width:1320px) {
  body .gp-container {
    width: 1000px;
  }
}
/***分页组件1*/
.gp-page1 {
  padding: 20px 0 50px;
  font-size: 0;
  text-align: center;
}
.gp-page1::after,
.gp-page1::before {
  content: " ";
  display: table;
}
.gp-page1 a::before {
  display: none;
}
.gp-page1 >a,
.gp-page1 >span,
.gp-page1 >div>span,
.gp-page1 .num>a,
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 8px 11px;
  vertical-align: middle;
}
.gp-page1 a span {
  border: none;
}
.gp-page1 a:hover,
.gp-page1 a.on_pages {
  background-color: #C1272D;
  color: #fff;
  border-color: #C1272D;
}
.gp-page1 a.on_pages {
  background-color: #C1272D;
}
.gp-page1 .hide {
  display: none !important;
}
.gp-page1 .selectDiv::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transform: rotateX(0deg);
  border: 5px solid transparent;
  border-top-color: #bfbeac;
  position: absolute;
  right: 6px;
  top: 13px;
}
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 9px 28px;
  position: relative;
}
.gp-page1 .selectDiv ul.on {
  display: block;
  width: 100%;
}
.gp-page1 .selectDiv ul {
  text-align: center;
  font-size: 14px;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 240px;
  border: 1px solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}
.gp-page1 .selectDiv ul li:hover {
  background: #C1272D;
}
.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}
.gp-page1 .selectDiv ul a {
  line-height: 30px;
  padding: 0px 10px;
}
.gp-page1 .selectDiv ul a:hover {
  background: none;
  color: #000000;
}
.gp-page1 .selectDiv ul a.active {
  display: block;
}
.gp-page1 .selectDiv:hover.selectDiv:before {
  transition: transform all 2s ease;
  transform: rotateX(-180deg) translateY(5px);
  transform-origin: center;
}
.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1 >span,
.gp-page1.pageStyle1 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle1 a::before {
  display: inline-block;
}
.gp-page1.pageStyle1 a span {
  display: none;
}
.gp-page1.pageStyle1 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle1 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle1 .turnPage span {
  border: none;
}
.gp-page1.pageStyle1 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
}
.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2 >span,
.gp-page1.pageStyle2 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle2 >a {
  border-radius: 50%;
}
.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle2 a::before {
  display: inline-block;
}
.gp-page1.pageStyle2 a span {
  display: none;
}
.gp-page1.pageStyle2 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle2 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle2 .turnPage span {
  border: none;
}
.gp-page1.pageStyle2 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .gp-page1 .turnPage {
    display: none;
  }
  .gp-page1 >a,
  .gp-page1 >span,
  .gp-page1 >.gp-ib {
    display: none;
  }
  .gp-page1 .num {
    display: inline-block;
  }
  .gp-page1 .num a {
    display: none;
  }
  .gp-page1 .num .on_pages,
  .gp-page1 .num  {
    display: inline-block;
  }
  .gp-page1 a.gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
@media screen and (max-width: 1640px) {
  html body .gp-container {
    width: 1460px;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1460px) {
  html body .gp-container {
    width: 1386px;
  }
}
@media screen and (max-width: 1386px) {
  html body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  html body .gp-container {
    width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  html body .gp-container {
    width: 100%;
  }
}
@media screen and (max-width: 996px) {
  html body .gp-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/*底部开始*/
.footer {
  background-color: #C1272D;
  padding: 40px 0 20px 0;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-column {
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.links-column {
  flex: 2;
}
.contact-column {
  flex: 8;
}
.hours-column {
  flex: 3;
  display: flex;
  align-items: flex-start;
}
.footer-title {
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer-links-container {
  display: flex;
  justify-content: space-between;
}
.footer-links-column {
  flex: 1;
  margin-right: 20px;
}
.footer-links-column:last-child {
  margin-right: 0;
}
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  margin-bottom: 20px;
  font-size: 14px;
}
/* è”ç³»æ–¹å¼å®¹å™¨ */
.contact-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.contact-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.contact-info-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  color: var(--text-white);
  font-size: 16px;
}
.contact-label {
  font-size: 14px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255);
}
.contact-info {
  font-size: 14px;
  margin-bottom: 5px;
  color: #D7A49D;
  text-transform: none;
}
.contact-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  object-fit: contain;
}
/* å¼€é¦†æ—¶é—´å®¹å™¨ */
.hours-container {
  /* é¡¶éƒ¨å¯¹é½ */
}
/* å¼€é¦†æ—¶é—´æ ·å¼ */
.hours-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hours-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hours-label {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
}
.hours-value {
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}
.hours-notice {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  padding: 4px 0;
}
.qrcode-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}
.qrcode-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.footer-qrcode {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.footer-list a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-list a:hover {
  color: var(--text-white);
}
.qrcode-placeholder {
  width: 120px;
  height: 120px;
  background-color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--text-primary);
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
.footer-copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 12px;
  color: #FFF;
}
/* å“åº”å¼è®¾è®¡ */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }
  .footer-column {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-column:last-child {
    margin-bottom: 0;
  }
  .footer-links-container {
    flex-direction: column;
  }
  .footer-links-column {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer-copyright {
    font-size: 10px;
  }
}
section .footer_block3 .footer p {
  line-height: 22px;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  flex-direction: column;
  font-size: 14px;
}
@media (max-width: 768px) {
  section .footer-links-container {
    flex-direction: row;
  }
}
/*底部结束*/
.gp-ft-fixed {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
section .block-list82 .gp-bread span {
  font-size: 15px;
}

body{}
