/* 全局重置 + 平滑滚动核心 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
html{
    /* 关键：锚点平滑滚动，同页不跳转刷新 */
    scroll-behavior: smooth;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.section{
    padding: 100px 0;
}
.sec-title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
}
.sec-title::after{
    content: '';
    width: 40px;
    height: 2px;
    background: #005bac;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}
button{
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #333;
    background: #fff;
}
.green-btn{
    background: #005bac;
    color: #fff;
    border: none;
}

/* 顶部导航 */
.header{
    padding: 15px 0;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
	box-shadow: 0 8px 10px rgba(0,0,0,0.15);
}
.nav-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 150px;
    height: auto;
    color: #0088cc;
}
.nav a{
    margin-left: 30px;
    color: #333;
    font-size: 14px;
}

/* Banner首屏大图 */
.banner{
    height: 85vh;
    background: url("img/banner1.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.banner-text h2{
    font-size: 50px;
    margin-bottom: 12px;
    font-weight: normal;
}
.banner-text h1{
    font-size: 48px;
    margin-bottom: 30px;
}
.banner-text h1 span{
    color: #005bac;
	font-size: 72px;
}
.banner-btns button{
    margin: 0 8px;
}

/* 看不见的美区块 */
.about-sec .container{
    display: flex;
    align-items: center;
    gap: 60px;
}
.about-left{
    position: relative;
    width: 55%;
    height: 420px;
}
.about-left img{
    width: 100%;
    box-shadow: 0 3px 12px #ccc;
    position: absolute;
}
.img1{

    top: 0;
    left: 0;
}
.img2{
	
    bottom: 30px;
    left: 22%;
    z-index: 2;
}
.img3{
    top: 20px;
    right: 0;
}
.about-right{
    width: 40%;
}
.about-right h3{
       margin-bottom: 36px;
       font-size: 36px;
       text-align: left;
       font-weight: 400;
       color: #333;
}
.about-right-h {
    width: 80px;
    height: 2px;
    background: #7ebb2f;
}
.about-right p{
	margin-top: 20px;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 12px;
    color: #555;
}
.quote{
    margin: 20px 0;
	font-weight: 800;
	font-size: 20px !important;
	color: #ec6d3b !important;
}
button {
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    margin-top: 50px;
}

/* 工作历程图标区域 */




.about-right-aa {
    width: 80px;
    height: 2px;
    background: #7ebb2f;
    margin-bottom: 30px;
}
h3.sec-titlea {
    margin-bottom: 36px;
    font-size: 36px;
    text-align: left;
    font-weight: 400;
    color: #333;
}
.about-right-a {
    width: 80px;
    height: 2px;
    background: #7ebb2f;
    margin: 0 auto;
}
.work-process{
    background: #f7f7f7;
}
.sec-desc{
    font-size: 14px;
        color: #666;
        text-align: left;
        width: 85%;
        line-height: 2;
}
.icon-list{
    display: flex;
    justify-content: space-around;
	    margin-top: 40px;
}
.icon-item{
    text-align: center;
}
.icon-box{
    width: 50px;
    height: 50px;
    border: 2px solid #005bac;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #005bac;
    font-size: 22px;
}

/* 新闻资讯 */
h3.sec-titlenew {
    margin-bottom: 36px;
    font-size: 36px;
    text-align: left;
    font-weight: 400;
    color: #333;
}

.news-n {
    margin-bottom: 40px;
    width: 80px;
    height: 2px;
    background: #7ebb2f;
}
.news-sec .container{
    display: flex;
    align-items: center;
    gap: 40px;
}
.news-left{
    width: 40%;
	margin-top: 50px;
}
.news-list li{
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.news-right{
    width: 55%;
    position: relative;
	margin-left: auto !important;
	margin-right: 0 !important;
}
.imgnew {
    width: 100% !important;
    height: auto;
}
.news-right img:nth-child(1){
    position: relative;
    z-index: 2;
    width: 42%;
    margin-top: 80px;
}
.news-right img:nth-child(2){
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}



/* 图集工作历程 */
section.section.gallery-process {
    background: #f7f7f7;
}
h3.sec-titleaca {
       margin-bottom: 36px;
       font-size: 36px;
       text-align: center;
       font-weight: 400;
       color: #333;
}
.img-row{
    display: flex;
    gap: 12px;
    margin: 60px 0;
}
.img-row img{
    width: 24%;
    height: 100%;
    object-fit: cover;
}
.center-btn{
    display: block;
    margin: 0 auto;
}

/* 美术馆区块 */
h3.sec-titlae {
    margin-bottom: 36px;
    font-size: 36px;
    text-align: left;
    font-weight: 400;
    color: #333;
}
p.sec-deasc {
    margin-top: 40px;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 12px;
    color: #555;
}
.art-gallery .container{
    display: flex;
    gap: 50px;
    align-items: center;
}
.art-left{
    width: 50%;
}
.grid-img{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.grid-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.art-right{
    width: 45%;
}

/* 页脚 */
.map-box {
    margin-left: 190px;
}
.footer-wrapq {
    background: #383838;
    height: 60px;
    line-height: 60px;
}
nav.footer-nav a {
    font-size: 16px;
    color: #fff;
}
.footer-info {
    margin-left: 60px;
	margin-top: 100px;
	text-align: left;
}
.footer{
    background: #111;
    color: #fff;
    padding: 50px 0 0px;
}
.footer-wrap{
    display: flex;
    gap: 70px;
    align-items: flex-start;
	margin-top: 60px;
	    margin-bottom: 60px;
}
.map-box img{
   
}
.footer-info p{
    line-height: 1.8;
    font-size: 14px;
}
.footer-nav{
        text-align: center;
        margin-block: 30px;
}
.footer-nav a{
    color: #aaa;
    margin: 0 50px;
    font-size: 13px;
}


  footer {
      width: 100%;
      background-color: #222;
      color: #999;
      padding: 30px 20px;
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-wrap {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
	  margin-top: 60px;
	  margin-bottom: 30px;
    }

    /* 链接颜色 */
    footer a {
      color: #aaa;
      margin: 0 8px;
    }

    footer a:hover {
      color: #fff;
      text-decoration: underline;
    }

    /* 公安备案图标间距 */
    .police-icon {
      vertical-align: middle;
      margin-right: 4px;
      width: 16px;
      height: 16px;
    }
