﻿/* d:\JIAZU\zhenxing\zhenqiang\css\sitemap.css */

/* 网站地图弹窗样式 */
.sitemap-wrap{display:none;position:fixed;top:0;left:0;z-index:9999;padding: 70px 0;width:100%;height: 100%;background-color:rgba(0,0,0,0.7);overflow-y:auto;box-sizing: border-box;}
.sitemap-wrap.on{display:block;}
.sitemap-box{position: relative;margin: 0 auto;width:90%;max-width:1200px;background-color:#fff;}
.sitemap-title-box{padding: 29px 80px;background-color:#155ebd;}
.sitemap-title-box > p{font-weight:500;font-size:32px;color:#fff;line-height:42px;}
.btn-sitemap-close{position:absolute;top: 40px;right:80px;width:22px;height:22px;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat 0 0/100%;cursor:pointer;border:none;}

/* 网站地图内容样式 */
.sitemap-depth01{padding: 40px 80px 20px;}
.sitemap-depth01 > li:not(:last-of-type){padding: 0 0 50px 0;}
.sitemap-depth01 > li > p > a{display:inline-block;font-weight:700;font-size:24px;color:#155ebd;line-height:34px;}

.sitemap-depth02{display:flex;flex-wrap:wrap;margin: 19px 0 0;padding: 35px 0 0;border-top: 1px solid #ccc;}
.sitemap-depth02 > li{padding:0 10px 0 0;width:25%;box-sizing:border-box;}
.sitemap-depth02 > li > p > a{display:inline-block;font-weight:400;font-size:20px;color:#111;line-height:30px;}

.sitemap-depth03{margin:6px 0 0;padding:0 0 40px 0;}
.sitemap-depth02 > li:nth-last-of-type(-n + 4) .sitemap-depth03{padding:0;}
.sitemap-depth03 > li{position:relative;padding:0 0 0 10px;}
.sitemap-depth03 > li:before{content:'-';position:absolute;top:2px;left:0;margin:0 4px 0 0;font-size:16px;}
.sitemap-depth03 > li > p > a{font-size:16px;color:#111;line-height:26px;}

.sitemap-depth02 > li.col02{width:50%;font-size: 0;}
.sitemap-depth02 > li.col02 .sitemap-depth03{display:inline-block;padding-right: 10px;width:50%;vertical-align:top;box-sizing:border-box}

/* 按钮样式 */
.btn-sitemap{display:inline-block;width:auto;height:auto;padding:5px 15px;background:#155ebd;color:#fff;border-radius:4px;cursor:pointer;text-decoration:none;font-size:14px;line-height:1.5;}
.btn-sitemap:hover{background:#ce220f;}
.btn-sitemap .hide{display:none;}

/* body 溢出隐藏 */
.over-hidden{overflow:hidden !important;}