@charset "utf-8";
/* ==================================
   全站共享样式 — 重庆匠咏胜酒店管理有限公司
   基于模板1266：响应式装修建材地板类
   主色#c30d23（红） 深色#000/#333 灰底#a2a2a2
   ================================== */

/* ---------- 全局 ---------- */
* { margin: 0; padding: 0; }
body {
  background: #a2a2a2;
  color: #444;
  font-family: "微软雅黑", "Microsoft YaHei";
  text-align: left;
}
html { font-size: 100%; }
ol, ul, li, dl, dt, dd { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
em, i, strong { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; max-width: 100%; }
a { text-decoration: none; color: #333; transition: all 0.3s ease-in-out; }
.fl { float: left; }
.fr { float: right; }
.Pr { position: relative; }
.Pa { position: absolute; }
.clear { clear: both; }
input:focus, textarea:focus { outline: none; }
input, textarea { font-family: "microsoft yahei"; }
textarea { resize: none; }
#wp { width: 100%; max-width: 1200px; margin: 0 auto; }

/* ---------- 滚动条 ---------- */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.4);
}

/* ---------- 导航栏 ---------- */
nav { width: 100%; background: #000; }
.hd { width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px 0; }
.hd .logo { padding-top: 30px; }
.hd .logo a { display: flex; align-items: center; text-decoration: none; }
.hd .logo .logo-icon { flex-shrink: 0; margin-right: 10px; }
.hd .logo .logo-brand { display: flex; flex-direction: column; line-height: 1.2; color: #fff; font-size: 22px; font-weight: bold; white-space: nowrap; }
.hd .logo .logo-brand small { font-size: 11px; color: #c30d23; font-weight: normal; letter-spacing: 2px; white-space: nowrap; }
.hd ul { width: 73%; padding-top: 30px; }
.hd ul li {
  width: 14%;
  float: left;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.hd ul li a {
  display: block;
  line-height: 52px;
  color: #ddd;
}
.hd ul li a.cur, .hd ul li a:hover {
  background: #c30d23;
}
.hd ul li ol {
  width: 100%;
  z-index: 99999;
  position: absolute;
  top: 51px;
  left: 50%;
  margin-left: -50%;
  padding-top: 50px;
  visibility: hidden;
  background: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='10,0 0,12 20,12' fill='rgba(5,5,5,0.8)'/%3E%3C/svg%3E") no-repeat center 40px;
}
.hd ul ol li {
  width: 100%;
  line-height: 50px;
  padding: 0;
  float: none;
  background: rgba(5,5,5,0.8);
  font-size: 0.875rem;
}
.hd ul ol li a { display: block; text-align: center; }
.hd ul ol li:hover { background: #c30d23; }
.hd ul li:hover ol { visibility: visible; }

/* ---------- 手机头部 ---------- */
#m-hd { display: none; background: #000; padding: 10px 2%; position: relative; width: 96%; z-index: 999999; height: 60px; line-height: 60px; }
#m-hd .m-logo { width: 100%; height: 60px; line-height: 60px; display: block; }
#m-hd .m-logo img { height: 100%; margin-left: 10px; }
.m-trigger {
  position: absolute; top: 10px; right: 10px;
  width: 50px; color: #fff; text-align: center;
  font-size: 30px; line-height: 50px; cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cline x1='3' y1='6' x2='21' y2='6'/%3E%3Cline x1='3' y1='12' x2='21' y2='12'/%3E%3Cline x1='3' y1='18' x2='21' y2='18'/%3E%3C/svg%3E") no-repeat center;
  background-size: 25px; height: 60px;
}
.m-nav {
  z-index: 60; position: absolute; top: 80px;
  width: 100%; left: 0;
  background: rgba(25,25,25,0.8);
  text-align: center; display: none;
}
.m-nav li { position: relative; width: 100%; border-bottom: 1px solid #999; }
.m-nav a {
  display: block; font-size: 14px; height: 40px;
  line-height: 40px; text-align: center; color: #fff;
}
.m-nav a:hover, .m-nav a:active { background: #c30d23; }
.m-nav li ol { position: relative; top: 0; left: 0; z-index: 99999; display: none; width: 100%; }
.m-nav li ol li { width: 100%; height: 40px; line-height: 40px; padding: 0; margin: 0; background: rgba(153,153,153,0.5); float: none; }
.m-nav li ol li a {
  display: inline-block; width: 100%; text-align: center;
  font-size: 12px; color: #eee; height: 40px; line-height: 40px;
}

/* ---------- Banner 首页轮播 ---------- */
.banner { width: 100%; overflow: hidden; }
.fader {
  position: relative;
  font-family: "futura", arial;
  overflow: hidden;
  padding-top: 36%;
}
.fader .slide {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s;
}
.fader .slide.active { opacity: 1; z-index: 2; }
.fader .prev, .fader .next {
  position: absolute; height: 80px; line-height: 55px;
  width: 55px; font-size: 90px; text-align: center;
  color: #fff; top: 50%; z-index: 4;
  margin-top: -25px; cursor: pointer;
  opacity: 0.6; transition: all 150ms;
}
.fader .prev { left: 0; }
.fader .next { left: auto; right: 0; }
.fader .prev:hover, .fader .next:hover { opacity: 1; }
.fader .pager_list {
  position: absolute; width: 100%; height: 40px;
  padding: 0; line-height: 40px; bottom: 0;
  text-align: center; z-index: 4;
}
.fader .pager_list li {
  display: inline-block; width: 40px; height: 5px;
  margin: 0 7px; background: #fff;
  text-indent: -9999px; border-radius: 999px;
  cursor: pointer; transition: all 150ms;
}
.fader .pager_list li:hover, .fader .pager_list li.active { opacity: 1; background: #383634; }

/* ---------- 内页 Banner ---------- */
#banner1 { width: 100%; padding-top: 20%; position: relative; }
.banner1 {
  width: 100%; height: 100%; text-align: center;
  background: rgba(5,5,5,0.5);
  position: absolute; left: 0; top: 0;
}
.banner1 b { width: 0; height: 100%; }
.banner1 .txt { display: inline-block; vertical-align: middle; text-align: center; }
.banner1 h3 { color: #ddd; font-size: 2.375rem; text-transform: uppercase; }
.banner1 h4 { color: #ddd; font-size: 1.875rem; padding: 0.3rem 0 1rem; background: url("data:image/svg+xml,%3Csvg width='60' height='2' viewBox='0 0 60 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='1' x2='60' y2='1' stroke='%23ddd' stroke-width='1'/%3E%3C/svg%3E") no-repeat center bottom; }

/* ---------- 内页按钮/标签页 ---------- */
.buttonh { padding-bottom: 3.3%; }
.buttonh li { width: 18%; float: left; margin: 3.3% 1% 0; }
.buttonh li a {
  display: block; color: #5e5e5e; font-size: 1rem;
  line-height: 3.125rem; background: #fff;
  text-align: center; border: #b5b5b5 solid 1px;
  border-radius: 5px; box-shadow: 0 0 0 2px #ccc inset;
}
.abtn li { width: 23%; }
.buttonh li a.on { background: #5e5e5e; color: #fff; box-shadow: none; }
.buttonh li a:hover, .buttonh li a:active { background: #ddd; color: #333; box-shadow: none; }

/* ---------- 内页内容区 ---------- */
.zynr { width: 92.4%; padding: 0 3.8% 3.8%; margin-bottom: 10%; background: #fff; }
.zybt { text-align: center; color: #444; font-size: 1.875rem; background: url("data:image/svg+xml,%3Csvg width='80' height='2' viewBox='0 0 80 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='1' x2='80' y2='1' stroke='%23999' stroke-width='1'/%3E%3C/svg%3E") no-repeat center bottom; padding: 5% 0 1.5%; }

/* ---------- 关于我们内页 ---------- */
.about img { max-width: 100%; margin: 2% 0; }
.about p { color: #444; font-size: 0.94rem; line-height: 1.625rem; }

/* ---------- 产品列表 ---------- */
.pro { }
ul.cplist { width: 100%; padding-top: 2%; clear: both; }
ul.cplist li { width: 30.533%; padding: 1.4%; float: left; }
ul.cplist li a {
  display: block; overflow: hidden; position: relative;
  -o-transition: .3s; -ms-transition: .3s;
  -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
ul.cplist li a .imgk { width: 100%; padding-bottom: 75%; position: relative; }
ul.cplist li a .imgk img {
  width: 100%; height: 100%; display: block;
  position: absolute; top: 0; left: 0;
  object-fit: cover;
  -o-transition: .3s; -ms-transition: .3s;
  -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
ul.cplist li a .hover {
  width: 100%; height: 100%; text-align: center;
  position: absolute; top: -100%; left: 0;
  -o-transition: .3s; -ms-transition: .3s;
  -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
  background: rgba(5,5,5,0.5);
}
ul.cplist li a .hover b { width: 0; height: 100%; }
ul.cplist li a .hover .txt { display: inline-block; vertical-align: middle; }
ul.cplist li a .hover .txt h3 { color: #fff; font-size: 1.125rem; padding-bottom: 26px; }
ul.cplist li a .hover .txt span {
  color: #fff; font-size: 0.875rem; border-radius: 5px;
  padding: 10px 30px; background: #d80f28;
}
ul.cplist li a:hover .hover { top: 0; }
ul.cplist li a:hover img { transform: scale(1.2); }
p.page { width: 100%; text-align: center; font-size: 1.2rem; padding: 4.2% 0; }
p.page a.disabled { display: inline-block; background: #edecec; width: auto; line-height: 2.5rem; margin: 5px; }
p.page a { display: inline-block; background: #edecec; width: 40px; line-height: 2.5rem; margin: 5px; }
p.page span { display: inline-block; background: #d80f28; color: #fff; width: 40px; line-height: 2.5rem; margin: 5px; }
p.page a:hover { background: #d80f28; color: #fff; }

/* ---------- 新闻列表 ---------- */
.news { }
.newslist { width: 100%; }
.newslist li { width: 100%; clear: right; padding: 2.875rem 0; border-bottom: #e8e8e8 solid 1px; }
.newslist li .imgwk { margin-right: 2.5rem; float: left; }
.newslist li .imgwk a { display: block; }
.newslist li img { width: 17.5rem; height: 11.625rem; display: block; object-fit: cover; }
.newslist li h3 { font-size: 1.25rem; padding-top: 0.5rem; overflow: hidden; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; }
.newslist li h4 {
  font-size: 0.875rem; color: #767676; height: 3.75rem;
  line-height: 1.875rem; margin: 1.2rem 0 1.95rem;
  display: -webkit-box; -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; overflow: hidden;
}
.newslist li a.ckxq {
  display: inline-block; line-height: 2.625rem;
  padding: 0 2.5rem; color: #fff;
  background: #d80f28; border-radius: 5px;
}

/* ---------- 首页产品展示 ---------- */
.proshow { }
.bt {
  font-size: 1.875rem; text-align: center;
  padding: 2.25rem 0 1.1rem; color: #1b1b1b;
  background: url("data:image/svg+xml,%3Csvg width='60' height='2' viewBox='0 0 60 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='1' x2='60' y2='1' stroke='%23999' stroke-width='1'/%3E%3C/svg%3E") no-repeat center bottom;
}
.fbt { font-size: 1.125rem; text-align: center; color: #fafafa; padding: 1.1rem 0 2.5rem; }
.proshow ul { width: 100%; padding-top: 5px; }
.proshow ul li { width: 48%; float: left; padding: 1%; }
.proshow ul li a { display: block; overflow: hidden; }
.imgbox { width: 100%; padding-top: 66%; position: relative; overflow: hidden; }
.imgbox img {
  width: 100%; height: 100%; position: absolute;
  top: 0; left: 0; object-fit: cover;
  -o-transition: .3s; -ms-transition: .3s;
  -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.imgbox p {
  width: 100%; text-align: center; color: #fefdfd;
  font-size: 1.25rem; line-height: 3.125rem;
  background: rgba(5,5,5,0.5);
  position: absolute; bottom: 0; left: 0;
  overflow: hidden; word-break: break-all;
  white-space: nowrap; text-overflow: ellipsis;
  -o-transition: .3s; -ms-transition: .3s;
  -moz-transition: .3s; -webkit-transition: .3s; transition: .3s;
}
.proshow ul li a:hover img { transform: scale(1.2); }
.proshow ul li a:hover p { background: rgba(195,13,35,0.85); }
.more { width: 100%; text-align: center; padding: 2% 0 6%; }
.more a {
  display: inline-block; padding: 2% 5%;
  color: #fcfbfb; font-size: 1.5rem;
  background: #b9b9b9;
  transition: all 0.3s;
}
.more a:hover { background: #c30d23; }

/* ---------- 首页关于我们 ---------- */
#index_about { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1'%3E%3C/svg%3E") no-repeat center; background-size: cover; }
.index_about { width: 100%; background: rgba(5,5,5,0.8); }
.bt1 { color: #fff; background: none; padding: 4.3rem 0 1rem; }
.fbt1 { color: #fafafa; padding: 0 0 2.6rem; background: url("data:image/svg+xml,%3Csvg width='60' height='2' viewBox='0 0 60 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='1' x2='60' y2='1' stroke='%23fafafa' stroke-width='1'/%3E%3C/svg%3E") no-repeat center bottom; }
.index_about p { width: 96%; font-size: 1rem; text-align: center; line-height: 2.25rem; color: #fffefe; padding: 2.6rem 2% 2rem; }
.more1 { width: 100%; text-align: center; padding: 2% 0 7.5%; }
.more1 a {
  display: inline-block; padding: 2% 5%;
  color: #fcfbfb; font-size: 1.5rem;
  background: rgba(255,255,255,0.2);
  border: #b5b2af solid 1px;
  transition: all 0.3s;
}
.more1 a:hover { background: rgba(195,13,35,0.6); border-color: #c30d23; }

/* ---------- 首页新闻 ---------- */
.newscenter { width: 100%; padding: 1.8% 0 5.5%; }
.newscenter ul { width: 100%; }
.newscenter ul li { width: 23%; padding: 0 1%; float: left; margin-top: 5px; }
.newsbox { width: 100%; padding-top: 66%; position: relative; overflow: hidden; }
.newsbox img {
  display: block; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; object-fit: cover;
}
.newscenter ul li a { display: block; background: #333; padding-bottom: 15%; transition: all 0.3s; }
.newscenter ul li a h3 {
  width: 90%; padding: 0.6rem 5% 0; color: #fff;
  font-size: 1.125rem; line-height: 1.875rem; text-align: center;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.newscenter ul li a h4 {
  width: 90%; margin: 0 5% 0.55rem; line-height: 1.6rem;
  padding-bottom: 0.5rem; color: #c0c0c0;
  font-size: 1rem; text-align: center;
  border-bottom: #838282 solid 2px;
}
.newscenter ul li a p {
  width: 90%; padding: 0 5%; color: #a7a7a7;
  font-size: 0.875rem; line-height: 1.5rem;
  display: -webkit-box; -webkit-box-orient: vertical;
  -webkit-line-clamp: 7; overflow: hidden;
}
.newscenter ul li a:hover { background: #fff; }
.newscenter ul li a:hover h3, .newscenter ul li a:hover h4, .newscenter ul li a:hover p { color: #333; }

/* ---------- 产品详情 ---------- */
.proxqnr { width: 92.4%; padding: 0 3.8% 3.8%; margin-bottom: 10%; background: #fff; }
.proxqnr h3 { text-align: center; color: #515151; font-size: 1.75rem; padding: 5% 0 2%; }
.proxqnr h3.xwbt { padding: 5% 0 0.5%; }
.proxqnr h5.time { text-align: center; color: #666; font-size: 0.875rem; padding: 0 0 2%; }
.proxqnr hr { width: 100%; height: 1px; background: #9f9f9f; box-shadow: none; border: none; margin-bottom: 2%; }
.proxqnr .view-content { line-height: 1.8; font-size: 0.94rem; color: #444; }
.proxqnr .view-content p { margin: 10px 0; }
.proxqnr .pro-params { width: 100%; margin: 20px 0; }
.proxqnr .pro-params table { width: 100%; border-collapse: collapse; }
.proxqnr .pro-params table th, .proxqnr .pro-params table td { border: 1px solid #ddd; padding: 10px 15px; font-size: 0.94rem; }
.proxqnr .pro-params table th { background: #f5f5f5; width: 30%; color: #555; }
.proxqnr .pro-features { margin: 20px 0; }
.proxqnr .pro-features li { line-height: 2rem; font-size: 0.94rem; padding: 5px 0 5px 30px; position: relative; color: #444; }
.proxqnr .pro-features li::before { content: "✓"; color: #c30d23; font-weight: bold; font-size: 1.1rem; position: absolute; left: 0; top: 5px; }
.news_ds_ul { font-size: 18px; padding: 20px 0; }
.news_ds_ul li { margin: 5px 0; }
.news_ds_ul li span { font-size: 18px; }
.news_ds_ul li span a { font-size: 18px; color: #c30d23; }
.news_ds_ul li span a:hover { text-decoration: underline; }

/* ---------- 联系页 ---------- */
.contact-info { text-align: center; padding: 20px 0; }
.contact-info p { color: #444; font-size: 0.94rem; line-height: 2rem; }
.contact-info .ct-icon { display: inline-block; width: 24px; height: 24px; margin-right: 8px; vertical-align: middle; background-size: contain; }
.contact-map { width: 100%; max-width: 530px; margin: 20px auto; }
.contact-map .css-map { width: 100%; height: 340px; background: #e8e8e8; border-radius: 8px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.contact-map .css-map .map-grid { width: 100%; height: 100%; background:
  linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px),
  linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 1px);
  background-size: 30px 30px, 30px 30px, 150px 150px, 150px 150px;
}
.m-map { margin-top: 20px; }
.m-map .css-map { width: 100%; padding-top: 60%; position: relative; overflow: hidden; border-radius: 8px; background: #e8e8e8; }
.m-map .css-map .map-grid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:
  linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px),
  linear-gradient(rgba(0,0,0,0.1) 1px, transparent 1px),
  linear-gradient(90deg, rgba(0,0,0,0.1) 1px, transparent 1px);
  background-size: 20px 20px, 20px 20px, 100px 100px, 100px 100px;
}
.map-pin { position: absolute; width: 30px; height: 30px; background: #c30d23; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); top: 45%; left: 48%; z-index: 2; }
.map-pin::after { content: ""; width: 10px; height: 10px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.map-pulse { position: absolute; width: 30px; height: 30px; background: rgba(195,13,35,0.3); border-radius: 50%; top: 45%; left: 48%; z-index: 1; animation: pulse 2s infinite; }
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(3); opacity: 0; }
}
.map-addr { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); background: #fff; padding: 8px 15px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); font-size: 0.85rem; color: #333; white-space: nowrap; z-index: 3; }
.osm-map { width: 100%; height: 340px; border: none; border-radius: 8px; display: block; }

/* ---------- 留言表单 ---------- */
.msg-form { width: 100%; max-width: 580px; margin: 20px auto; }
.msg-form .form-group { margin-bottom: 12px; }
.msg-form .form-group label { display: inline-block; width: 110px; text-align: right; margin-right: 10px; font-size: 0.94rem; color: #333; vertical-align: top; line-height: 34px; }
.msg-form .form-group label span { color: #c30d23; }
.msg-form .form-control { width: 260px; height: 34px; border: 1px solid #d9d9d9; border-radius: 2px; padding: 0 10px; font-size: 0.9rem; }
.msg-form .form-control:focus { border-color: #c30d23; box-shadow: 0 0 5px rgba(195,13,35,0.2) inset; }
.msg-form textarea.form-control { height: 90px; padding: 10px; resize: none; line-height: 1.5; }
.msg-form .form-submit { text-align: center; margin-top: 20px; }
.msg-form .form-submit button {
  width: 286px; height: 36px; border-radius: 3px; border: 0;
  text-align: center; font: 18px/36px "microsoft yahei";
  color: #fff; cursor: pointer; background: #c30d23;
  transition: all 0.3s;
}
.msg-form .form-submit button:hover { background: #a00b1e; }

/* ---------- 页脚 ---------- */
footer { width: 100%; background: #2a2a2a; padding-bottom: 3.8%; }
.link { width: 100%; color: #c7c7c7; font-size: 1rem; line-height: 2rem; padding: 1.2rem 0; border-bottom: #c7c7c7 solid 1px; }
.link a { color: #c7c7c7; display: inline-block; margin-left: 2%; }
.link a:hover { color: #c30d23; }
.ft-nav { width: 100%; padding: 2.5rem 0 0; }
.ft-nav s { color: #c7c7c7; font-style: normal; text-decoration: none; }
.ft-nav a { color: #c7c7c7; display: inline-block; padding: 0.5rem 1rem; }
.ft-nav a:hover { background: #c30d23; }
.ftlx { color: #c7c7c7; font-size: 1rem; padding-top: 2%; }
.ftlx a { color: #c7c7c7; }
.ftlx p { color: #c7c7c7; line-height: 1.8rem; }
.ewm { position: absolute; bottom: -20%; right: 2%; }
.ewm img { 140px; height: 140px; }
.ewm p { color: #c7c7c7; text-align: center; line-height: 3rem; }
.ft_b { background: #a2a2a2; padding: 1rem 0; }
.ft_b p { width: 96%; padding: 0 2%; color: #575656; font-size: 0.875rem; line-height: 1.875rem; text-align: center; }
.ft_b a { color: #575656; }
.ft_b a:hover { color: #c30d23; }

/* ---------- 右侧返回顶部 ---------- */
.side2 {
  position: fixed; width: 40px; right: 10px;
  z-index: 100; bottom: 10%; height: 80px;
}
.side2 ul li { width: 40px; height: 40px; }
.side2 ul li a {
  display: block; background-color: #c30d23;
  height: 40px; width: 40px; text-align: center;
  line-height: 40px;
}
.side2 ul li a img { vertical-align: middle; display: inline-block; }
.side2 ul li a:hover { background-color: #000; }

/* ---------- 图片加载兜底 ---------- */
.img-fallback {
  background: linear-gradient(135deg, #c30d23, #555);
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; min-height: 200px;
  color: #fff; font-size: 14px; border-radius: 8px;
}

/* ---------- 内页侧栏（联系页联系方式卡片） ---------- */
.side-contact-card { background: #f9f9f9; border: 1px solid #e8e8e8; padding: 20px; border-radius: 8px; margin: 20px 0; }
.side-contact-card h4 { font-size: 1.25rem; color: #333; border-bottom: 2px solid #c30d23; padding-bottom: 10px; margin-bottom: 15px; }
.side-contact-card li { line-height: 2rem; font-size: 0.94rem; color: #555; padding: 5px 0; border-bottom: 1px dashed #e0e0e0; }
.side-contact-card li:last-child { border-bottom: none; }

/* ---------- 关于我们页面：时间轴/文化 ---------- */
.timeline { margin: 30px 0; }
.timeline .tl-item { padding: 15px 0 15px 30px; border-left: 2px solid #c30d23; position: relative; }
.timeline .tl-item::before { content: ""; width: 12px; height: 12px; background: #c30d23; border-radius: 50%; position: absolute; left: -7px; top: 20px; }
.timeline .tl-item h4 { font-size: 1.1rem; color: #c30d23; }
.timeline .tl-item p { font-size: 0.9rem; color: #666; line-height: 1.6rem; margin-top: 5px; }
.culture-cards { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0; }
.culture-cards .cc-card { flex: 1; min-width: 200px; background: #f9f9f9; border-top: 3px solid #c30d23; padding: 25px 20px; text-align: center; border-radius: 4px; }
.culture-cards .cc-card h4 { font-size: 1.2rem; color: #333; margin-bottom: 10px; }
.culture-cards .cc-card p { font-size: 0.9rem; color: #666; line-height: 1.6rem; }
.team-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0; }
.team-grid .tm-item { flex: 0 0 calc(33.33% - 14px); text-align: center; }
.team-grid .tm-item .tm-avatar { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; margin: 0 auto 10px; border: 3px solid #c30d23; }
.team-grid .tm-item .tm-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-grid .tm-item h4 { font-size: 1.1rem; color: #333; }
.team-grid .tm-item p { font-size: 0.9rem; color: #999; }

/* ---------- 地图CSS模拟 ---------- */
.srv-map { width: 100%; height: 340px; background: #e8e8e8; border-radius: 8px; position: relative; overflow: hidden; }
.srv-map .map-grid { width: 100%; height: 100%;
  background: linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
              linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px),
              linear-gradient(rgba(0,0,0,0.08) 1px, transparent 1px),
              linear-gradient(90deg, rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 25px 25px, 25px 25px, 125px 125px, 125px 125px;
  position: relative;
}
.srv-map .map-roads { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.srv-map .map-road-h { position: absolute; left: 0; width: 100%; height: 8px; background: #ccc; }
.srv-map .map-road-v { position: absolute; top: 0; height: 100%; width: 8px; background: #ccc; }
.srv-map .map-pin-wrapper { position: absolute; top: 42%; left: 46%; z-index: 5; }
.srv-map .map-pin-ico { width: 28px; height: 28px; background: #c30d23; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.srv-map .map-pin-ico::after { content: ""; width: 9px; height: 9px; background: #fff; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.srv-map .map-pulse-ico { position: absolute; top: 38%; left: 44%; width: 28px; height: 28px; background: rgba(195,13,35,0.3); border-radius: 50%; animation: pulse 2s infinite; }
.srv-map .map-addr-tag { position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); background: #fff; padding: 8px 16px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); font-size: 0.85rem; color: #333; white-space: nowrap; z-index: 6; }

/* ---------- 响应式 ---------- */
@media screen and (max-width: 1200px) {
  #wp { width: 96%; padding: 0 2%; }
  .hd .logo { padding-left: 20px; }
}
@media screen and (max-width: 1024px) {
  .ewm { position: relative; width: 100%; text-align: center; bottom: 0; padding-top: 1rem; }
  .newscenter ul li { width: 48%; }
}
@media screen and (max-width: 768px) {
  html { font-size: 85%; }
  .hd { display: none; }
  #m-hd { display: block; }
  .fader .pager_list { height: 20px; line-height: 20px; }
  .fader .prev, .fader .next { height: 50px; line-height: 35px; width: 35px; font-size: 50px; }
  .team-grid .tm-item { flex: 0 0 calc(50% - 10px); }
  .culture-cards .cc-card { flex: 0 0 calc(50% - 20px); }
  .msg-form .form-group label { display: block; text-align: left; margin-bottom: 5px; }
  .msg-form .form-control { width: 100%; box-sizing: border-box; }
  .msg-form .form-submit button { width: 100%; }
}
@media screen and (max-width: 767px) {
  .ft-nav s { display: none; }
  .buttonh li { width: 48%; }
  ul.cplist li { width: 48%; padding: 1%; }
  ul.cplist li a .hover .txt h3 { padding-bottom: 16px; }
  ul.cplist li a .hover .txt span { padding: 5px 15px; }
  .proshow ul li { width: 96%; float: left; padding: 2%; }
}
@media screen and (max-width: 480px) {
  html { font-size: 80%; }
  .bt { padding: 1.75rem 0 0.8rem; }
  .fbt { padding: 0.75rem 0 2rem; }
  .bt1 { padding: 2.3rem 0 0.7rem; }
  .fbt1 { padding: 0 0 2rem; }
  .proshow ul li { width: 96%; float: left; padding: 2%; }
  .index_about p { font-size: 1.1rem; }
  .newscenter ul li { width: 46%; padding: 0 2% 2%; }
  #banner1 { padding-top: 34%; }
  .newslist li .imgwk { margin-right: 2rem; }
  .newslist li img { width: 17rem; height: 11.625rem; }
  .team-grid .tm-item { flex: 0 0 calc(50% - 10px); }
  .culture-cards .cc-card { flex: 0 0 calc(100%); }
}
@media screen and (max-width: 479px) {
  .newslist li { width: 100%; clear: right; padding: 2rem 0; }
  .newslist li .imgwk { margin: 0 0 0.5rem; width: 100%; float: none; }
  .newslist li img { width: 100%; }
  .team-grid .tm-item { flex: 0 0 calc(50% - 10px); }
}
@media screen and (max-width: 320px) {
  #banner1 { padding-top: 44%; }
}

/* ---------- 内页新闻 ---------- */
.newsbun { max-width: 580px; margin: 1.3% auto 0; }
.newsbun li { width: 48%; }
