@charset "utf-8";
/* ==========================================================================
   pcv2 模板 — 首页区块样式（结构仿照原模板：横幅/搜索/合作/产品/价格/案例/经销商/生产线/供应商/资讯/链接）
   ========================================================================== */

/* ---------- 横幅轮播 ---------- */
.banner { position: relative; height: 420px; overflow: hidden; background: #333; }
.banner .b-list { position: relative; height: 420px; }
.banner .b-item { position: absolute; left: 0; top: 0; width: 100%; height: 420px; opacity: 0; visibility: hidden; transition: opacity .8s ease; }
.banner .b-item.on { opacity: 1; visibility: visible; }
.banner .b-item a, .banner .b-item img { display: block; width: 100%; height: 420px; object-fit: cover; object-position: center; }
.banner .b-dots { position: absolute; left: 0; right: 0; bottom: 18px; text-align: center; z-index: 5; }
.banner .b-dots i { display: inline-block; width: 12px; height: 12px; margin: 0 5px; background: rgba(255,255,255,.45); border-radius: 50%; cursor: pointer; }
.banner .b-dots i.on { background: #d91e1e; }
.banner .b-arrow { position: absolute; top: 50%; margin-top: -26px; width: 40px; height: 52px; background: rgba(0,0,0,.35); color: #fff; font-size: 24px; line-height: 52px; text-align: center; cursor: pointer; z-index: 5; user-select: none; }
.banner .b-arrow:hover { background: #d91e1e; }
.banner .b-arrow.prev { left: 0; border-radius: 0 4px 4px 0; }
.banner .b-arrow.next { right: 0; border-radius: 4px 0 0 4px; }

/* ---------- 搜索 ---------- */
.sea { height: 62px; font-family: "Microsoft YaHei"; background: #fff; border-bottom: 1px solid #e7e5e4; overflow: hidden; }
.sea_in { padding: 16px 0 0 0; }
.sea_in .search { float: left; width: 300px; height: 30px; padding: 0 14px; color: #7f7f7f; line-height: 30px; border: 1px solid #d91e1e; border-right: none; }
.sea_in .sub { float: left; width: 62px; height: 30px; cursor: pointer; border: none; background: #d91e1e; color: #fff; font-size: 14px; }
.sea_in .sub:hover { background: #b91818; }
.k_word { line-height: 62px; font-size: 13px; }
.k_word b { padding-right: 16px; font-weight: normal; color: #333; }
.k_word a { padding: 0 8px; color: #888; }
.k_word a:hover { color: #d91e1e; }

/* ---------- 大区块（合作客户 + 产品展示） ---------- */
.big-area { padding: 0 0 30px 0; background: #fff; overflow: hidden; }

/* 合作客户 */
.hez h2 { padding: 46px 0 20px 0; text-align: center; font-size: 22px; font-weight: bold; color: #333; }
.hez h2 span { font-size: 13px; font-weight: normal; color: #999; text-transform: uppercase; letter-spacing: 2px; }
.hz-c { position: relative; overflow: hidden; }
.hz-c em { position: absolute; top: 88px; z-index: 4; }
.hz-c em.t_l { left: 0; }
.hz-c em.t_r { right: 0; }
.hz-c em a { display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #eee; color: #999; font-size: 16px; border-radius: 50%; }
.hz-c em a:hover { background: #d91e1e; color: #fff; }
.hz-i { width: 906px; margin: 0 auto; overflow: hidden; }
.hz-i ul { width: 99999px; position: relative; }
.hz-i li { float: left; width: 212px; padding: 0 12px; text-align: center; font-size: 14px; color: #333; }
.hz-i li img { display: block; width: 188px; height: 150px; margin: 0 auto 10px; border: 1px solid #e3e3e3; border-radius: 4px; transition: box-shadow .2s; object-fit: cover; }
.hz-i li:hover img { box-shadow: 0 4px 14px rgba(0,0,0,.18); }

/* 产品展示 */
.cp { margin-top: 30px; border-top: 1px solid #f0f0f0; padding-top: 26px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.cp-l { width: 221px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.cp-l h2 { height: 58px; padding: 0 0 0 32px; font-size: 18px; background: #d91e1e; border-radius: 4px 4px 0 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.cp-l h2 a { color: #fff; }
.cp-l h2 span { display: inline-block; padding: 0 0 0 10px; font-size: 13px; color: #f5c14e; text-transform: uppercase; letter-spacing: 1px; }
.cp-l ul { background: #2b2b2b; border-radius: 0 0 4px 4px; padding-bottom: 6px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.cp-l li { height: auto; overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.cp-l li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; padding: 0 0 0 38px; font-size: 16px; color: #fff; border-bottom: 1px solid #454545; }
.cp-l li a:before { content: ""; display: inline-block; width: 8px; height: 8px; margin: 0 14px 2px 0; background: #c9a063; border-radius: 50%; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
.cp-l li a:hover { color: #f5c14e; }
.cp-l li.li-last a, .cp-l ul li:last-child a { border: none; }

.cp-r { width: 739px; }
.cp-r ul { margin: -4px 0 0 -14px; }
.cp-r li { position: relative; float: left; width: 236px; height: 226px; margin: 4px 0 0 14px; border: 1px solid #efefef; background: #fff; text-align: center; border-radius: 4px; overflow: hidden; transition: box-shadow .2s; }
.cp-r li img { display: block; width: 236px; height: 190px; object-fit: contain; background: #fff; }
.cp-r li a.a-txt { display: block; height: 36px; line-height: 36px; font-size: 14px; color: #333; text-align: center; }
.cp-r li:hover { box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.cp-r li:hover a.a-txt { color: #d91e1e; }

/* ---------- 价格/品牌（深色大图区） ---------- */
.jiag { position: relative; overflow: hidden; background: #22313f url(../images/jg_bg1.jpg) no-repeat center center / cover; }

.jiag .content { position: relative; z-index: 2; }
.jiag .jg-txt { padding: 60px 0 70px 0; }
.jiag h2 { font-size: 26px; color: #f5c14e; font-weight: bold; padding-bottom: 6px; }
.jiag h2 span { font-size: 13px; color: #9fb0bf; font-weight: normal; letter-spacing: 2px; text-transform: uppercase; }
.jiag h3 { padding: 26px 0 4px 0; font-size: 18px; color: #000; }
.jiag h3 i { display: inline-block; width: 6px; height: 18px; margin-right: 10px; background: #d91e1e; vertical-align: -2px; }
.jiag p { width: 640px; padding: 6px 0; font-size: 14px; line-height: 22px; color: #fff; }
.jiag .jg-badge { position: absolute; right: 20px; top: 60px; width: 210px; height: 210px; border: 3px solid #c9a063; border-radius: 50%; text-align: center; color: #c9a063; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.jiag .jg-badge b { display: block; font-size: 34px; line-height: 1.1; color: #f5c14e; }
.jiag .jg-badge span { display: block; font-size: 13px; line-height: 1.4; color: #c9a063; margin-bottom: 16px; }
.jiag .jg-badge span:last-child { margin-bottom: 0; }

/* ---------- 缔造者/工程案例 ---------- */
.dzz { background: #2b2b2b; overflow: hidden; }
.dzz-l { width: 235px; }
.dzz-l h2 { height: 80px; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 22px; line-height: 1.2; text-align: center; background: #d91e1e; }
.dzz-l h2 a { color: #fff; }
.dzz-l h2 span { display: block; padding: 6px 0 0 0; font-size: 14px; line-height: 1.2; color: #f5c14e; }
.dzz-l h3 { height: 80px; border-bottom: 1px solid #3d3d3d; cursor: pointer; }
.dzz-l h3 a { display: block; height: 80px; padding: 0 0 0 30px; font-weight: normal; line-height: 80px; font-size: 17px; color: #eee; }
.dzz-l h3 a:before { content: "›"; margin-right: 12px; color: #c9a063; }
.dzz-l h3:hover a, .dzz-l h3.cur a { color: #f5c14e; text-decoration: underline; }
.dzz-r { width: 725px; height: 402px; position: relative; overflow: hidden; }
.dzz-r .d-item { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: opacity .5s; }
.dzz-r .d-item.on { opacity: 1; visibility: visible; }
.dzz-r .d-item img { width: 725px; height: 402px; display: block; object-fit: cover; }
.dzz-r .d-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 24px; background: rgba(0,0,0,.55); color: #fff; font-size: 16px; }

/* ---------- 经销商 + 标签云 ---------- */
.yanz { padding: 40px 0 30px 0; }
.yz-l { width: 690px; }
.yz-l h2 { height: 40px; font-size: 20px; color: #333; margin-bottom: 16px; }
.yz-l h2 span { font-size: 13px; color: #999; font-weight: normal; text-transform: uppercase; letter-spacing: 2px; }
.yz-l dl { float: left; width: 218px; margin: 0 18px 0 0; background: #fff; border: 1px solid #eee; border-radius: 4px; overflow: hidden; transition: box-shadow .2s; }
.yz-l dl:nth-of-type(3n) { margin-right: 0; }
.yz-l dl:hover { box-shadow: 0 6px 18px rgba(0,0,0,.12); }
.yz-l dt img { display: block; width: 218px; height: 166px; object-fit: cover; }
.yz-l dd { padding: 14px 16px 18px 16px; }
.yz-l dd h4 { font-size: 15px; color: #333; padding-bottom: 8px; }
.yz-l dd h4 a { color: #333; }
.yz-l dd h4 a:hover { color: #d91e1e; }
.yz-l dd p { height: 66px; line-height: 22px; font-size: 13px; color: #888; overflow: hidden; }
.yz-r { width: 268px; }
/* 参考 default 布局：上方标签云 + 下方咨询信息（配色用 pcv2 协调色） */
/*.yz-r dl { background: #fff; border: 1px solid #eee; border-radius: 4px; overflow: hidden; }*/
/* 3D 旋转标签云 */
#tagscloud { position: relative; width: 250px; height: 190px; margin: 14px auto 6px; font-size: 12px; color: #333; text-align: center; }
#tagscloud img { position: absolute; left: 50%; top: 50%; margin: -90px 0 0 -90px; width: 180px; height: 180px; opacity: .7; border-radius: 4px; }
#tagscloud a { position: absolute; top: 0; left: 0; display: inline-block; white-space: nowrap; padding: 2px 6px; line-height: 18px; font-size: 12px; color: #fff; text-decoration: none; border-radius: 3px; background: #7a7a7a; }
#tagscloud a.tagc1 { background: #666; }
#tagscloud a.tagc2 { background: #c9a063; }
#tagscloud a.tagc3 { background: #d91e1e; }
#tagscloud a.tagc4 { background: #3d6da8; }
#tagscloud a.tagc5 { background: #2e8b57; }
#tagscloud a:hover { background: #222; }
/* 咨询信息 */
.yz-r dd { border-top: 1px solid #eee; padding: 14px 14px 16px; }
.yz-r dd h4 { font-size: 15px; color: #333; padding-bottom: 4px; font-weight: normal; }
.yz-r dd h5 { font-size: 16px; color: #d91e1e; padding-bottom: 8px; }
.yz-r dd h6 { font-size: 13px; color: #888; padding-bottom: 12px; font-weight: normal; }
.yz-r dd p a { display: inline-block; width: 112px; height: 36px; margin: 0 6px 0 0; line-height: 36px; font-size: 14px; text-align: center; color: #fff; background: #333; border-radius: 3px; }
.yz-r dd p a:hover { opacity: .85; }
.yz-r dd p .a2 { background: #d91e1e; margin-right: 0; }

/* ---------- 生产线轮播 ---------- */
.scx { padding: 26px 0 10px 0; background: #fff; margin-top: 6px; }
.scx .scx-tit { text-align: center; padding-bottom: 8px; }
.scx .scx-tit h2 { font-size: 22px; color: #333; }
.scx .scx-tit span { font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: 2px; }
.scx-c { position: relative; padding: 18px 0 20px 0; overflow: hidden; }
.scx-c em { position: absolute; top: 50%; margin-top: -18px; z-index: 4; }
.scx-c em.t_l { left: 0; }
.scx-c em.t_r { right: 0; }
.scx-c em a { display: block; width: 30px; height: 36px; line-height: 36px; text-align: center; background: #eee; color: #999; border-radius: 3px; font-size: 16px; }
.scx-c em a:hover { background: #d91e1e; color: #fff; }
.scx-i { width: 900px; margin: 0 auto; overflow: hidden; }
.scx-i ul { width: 99999px; position: relative; }
.scx-i li { float: left; width: 216px; padding: 0 10px; text-align: center; font-size: 14px; color: #333; }
.scx-i li img { display: block; width: 177px; height: 177px; margin: 0 auto 12px; border: 4px solid #f0f0f0; border-radius: 50%; transition: border-color .2s; object-fit: cover; }
.scx-i li:hover img { border-color: #d91e1e; }

/* ---------- 供应商/关于 ---------- */
.gys { background: #2b2b2b; margin-top: 6px; overflow: hidden; }
.gys dl { padding: 44px 0 46px 0; }
.gys dt { float: left; width: 394px; }
.gys dt .video { position: relative; display: block; width: 382px; height: 270px; border: 6px solid #3d3d3d; border-radius: 4px; overflow: hidden; }
.gys dt .video img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gys dt .video .play { position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; height: 60px; background: rgba(217,30,30,.9); border-radius: 50%; text-align: center; line-height: 60px; color: #fff; font-size: 24px; }
.gys dd { float: right; width: 533px; }
.gys dd h4 { font-size: 22px; color: #fff; padding-bottom: 10px; }
.gys dd h4 em { font-style: normal; color: #f5c14e; }
.gys dd h5 { font-weight: normal; line-height: 28px; font-size: 14px; color: #b9c6d2; height: 168px; overflow: hidden; }
.gys dd p { padding-top: 18px; }
.gys dd p a { display: inline-block; width: 133px; height: 38px; margin: 0 30px 0 0; text-align: center; line-height: 38px; color: #fff; font-size: 14px; background: #4a4a4a; border-radius: 3px; }
.gys dd p a:hover { background: #333; }
.gys dd p .a2 { background: #d91e1e; }
.gys dd p .a2:hover { background: #b91818; }

/* ---------- 资讯 ---------- */
.zixun { background: #f1f1f1; padding: 36px 0 40px 0; overflow: hidden; }
.zixun .went { width: 276px; }
.zixun h2 { height: 46px; font-size: 18px; }
.zixun h2 a { float: left; color: #333; font-weight: bold; }
.zixun h2 a span { display: block; padding: 3px 0 0 0; font-size: 12px; font-weight: normal; color: #999; text-transform: uppercase; }
.zixun h2 .more { float: right; width: 62px; height: 24px; margin: 8px 0 0 0; padding: 0; font-weight: normal; text-align: center; line-height: 24px; font-size: 12px; color: #fff; background: #d91e1e; border-radius: 3px; }
.zixun h2 .more:hover { background: #b91818; }
.wt-c { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 8px 0; margin-top: 14px; height: 340px; overflow: hidden; }
.wt-c #cjwt { position: relative; }
.wt-c dl { padding: 10px 20px; border-bottom: 1px dashed #eee; }
.wt-c dl:last-child { border: none; }
.wt-c dt a { color: #333; font-size: 14px; }
.wt-c dt a:hover { color: #d91e1e; }
.wt-c dd { padding: 4px 0 0 0; line-height: 22px; font-size: 13px; color: #999; }

.dongt { width: 664px; }
.dongt h2 .tab { float: left; }
.dongt h2 .tab a { float: left; margin-left: 14px; color: #666; font-weight: normal; }
.dongt h2 .tab a:first-child { margin-left: 0; }
.dongt h2 .tab a.on { color: #d91e1e; border-bottom: 2px solid #d91e1e; }
.dt-c { background: #fff; border: 1px solid #eee; border-radius: 4px; margin-top: 14px; padding: 22px; height: 340px; overflow: hidden; display: none; }
.dt-c.on { display: block; }
.dt-c dl { overflow: hidden; padding-bottom: 18px; border-bottom: 1px solid #f2f2f2; margin-bottom: 16px; }
.dt-c dl dt { float: left; width: 211px; }
.dt-c dl dt img { width: 199px; height: 130px; border-radius: 4px; object-fit: cover; }
.dt-c dl dd { float: right; width: 388px; }
.dt-c dl dd h4 { font-size: 16px; padding-bottom: 10px; }
.dt-c dl dd h4 a { color: #333; }
.dt-c dl dd h4 a:hover { color: #d91e1e; }
.dt-c dl dd p { height: 66px; line-height: 22px; font-size: 13px; color: #888; overflow: hidden; }
.dt-txt { overflow: hidden; }
.dt-txt li { position: relative; float: left; width: 300px; padding-left: 16px; background: url(../images/dz_icon1.png) no-repeat; background-size: 6px 6px; background-position: 0 14px; }
.dt-txt li a { display: block; margin-right: 70px; line-height: 32px; font-size: 14px; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.dt-txt li a:hover { color: #d91e1e; }
.dt-txt li i { position: absolute; right: 0; top: 0; line-height: 32px; font-style: normal; color: #bbb; font-size: 12px; padding-left: 12px; }

/* ---------- 友情链接 ---------- */
.link { overflow: hidden; padding: 22px 0; background: #fff; border-top: 2px solid #d91e1e; }
.link h2 { float: left; width: 100px; height: 28px; line-height: 28px; font-size: 14px; color: #fff; text-align: center; background: #2b2b2b; border-radius: 3px; margin-right: 18px; }
.link h2 a { color: #fff; }
.link p { float: left; width: 840px; line-height: 28px; }
.link p a { padding: 0 20px 0 0; color: #888; }
.link p a:hover { color: #d91e1e; }
