/* 顶部信息栏（Logo、网站名称和天气） */
.top-info-bar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 10px 0;
    position: relative;
    z-index: 100;
}

.info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: nowrap;
}

/* Logo和网站名称 */
.branding {
    display: flex;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
}

.logo {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: url('../images/logo.png') center/contain no-repeat;
    flex-shrink: 0;
}

.site-name {
    font-family: 'Ma Shan Zheng', cursive;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 400;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* 日期天气信息 */
.datetime-weather {
    display: flex;
    align-items: center;
    font-size: clamp(0.7rem, 2vw, 0.95rem);
    flex-shrink: 1;
    min-width: 0;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.date-info {
    margin-right: 10px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solar-date {
    font-weight: bold;
}

.lunar-date {
    opacity: 0.9;
}

.festival {
    color: #FFD700;
    font-weight: bold;
}

.weather-info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.weather-temp {
    margin-right: 5px;
}

.weather-icon {
    font-size: clamp(1rem, 3vw, 1.4rem);
    color: white;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.3));
}

/* 导航项目栏 */
.nav-bar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 12px 0;
    position: relative;
    z-index: 100;
}

.nav-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    display: flex;
    justify-content: center;
    min-width: fit-content;
}

.nav-item {
    margin: 0 clamp(5px, 1.5vw, 20px);
    position: relative;
    flex-shrink: 0;
}

.nav-item a {
    color: #8B0000;
    text-decoration: none;
    font-size: clamp(0.8rem, 2.5vw, 1.1rem);
    padding: 5px clamp(5px, 1.5vw, 10px);
    transition: all 0.4s ease;
    font-weight: 500;
    white-space: nowrap;
    display: block;
    font-family: 'Ma Shan Zheng', cursive;
}

.nav-item a:hover {
    color: #a52a2a;
}

.nav-item.active a {
    color: white;
    background-color: transparent;
    border-radius: 0;
}

.nav-item.active a::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: linear-gradient(135deg, transparent 10%, #8B0000 50%, transparent 90%);
    transform: skewX(-45deg);
}

/* 搜索和登录区域 */
.nav-tools {
    display: flex;
    align-items: center;
}

.search-box {
    position: relative;
    margin-right: 20px;
}

.search-box input {
    padding: 5px 10px;
    border-radius: 15px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    width: 150px;
    transition: width 0.3s;
}

.search-box input:focus {
    width: 200px;
    outline: none;
    background: rgba(255, 255, 255, 0.3);
}

.login-btn {
    background: rgba(139, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Ma Shan Zheng', cursive;
}

.login-btn:hover {
    background: rgba(139, 0, 0, 0.9);
}

/* 响应式设计 - 超小屏幕 */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
    }
    
    .nav-menu {
        margin-bottom: 10px;
    }
    
    .nav-tools {
        width: 100%;
        justify-content: center;
    }
    
    .chinese-slogan {
        font-size: clamp(1.2rem, 4vw, 2rem);
        letter-spacing: 3px;
    }
}
	.wenhua-area{
		width: 100%;
		height: 500px;
		position: relative;
		margin: 0px auto;
		box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
				border-radius: 5px;
				
	}
	.wenhua-area img{
		width: 100%;
		height: 500px;
		top: 0px;
		left: 0px;
		position: absolute;
		
	}
	/*剪纸介绍*/
	.jieshao{
		width: 1260px;
		height: 500px;
		/*background: blueviolet;*/
		margin: 50px auto;
		position: relative;
	}
	.jieshao .jzjs{
		width: 250px;
		height: 50px;
		background:#f8f8f8;
		margin:0 auto;
	}
	.jieshao .jzjs img{
		width: 250px;
		height: 50px;
	}
	.jieshao .jzjs h2{
		color:  #fff;
		position: absolute;
		top: 16px;
		left:47%;
		letter-spacing: 5px;
	}
	.js{
		width: 1260px;
		height: 400px;
		margin: 50px auto;
		position: relative;
		background: url(../img/a.jpg);
	}
	.js:hover{
		background: #AA1F24;
	}
	.js .sp{
		width: 500px;
		height: 300px;
		position: relative;
		top: 50px;
		left: 80px;
	}
	.js .sp video{
		width: 500px;
		height:300px;
		position: absolute;
		bottom: 0;
		border-radius:10px;
	}
	.js .intro{
		width: 500px;
		height: 300px;
		position: absolute;
		right: 90px;
		top: 10px;
	}
	.js .intro h2{
		letter-spacing: 5px;
		margin-top: 40px;
	}
	.js .intro h2:hover{
		color: red;
	}
	.js .intro p{
		letter-spacing: 1px;
		margin-top:20px;
		font-size: 16px;
	}
	/*单色剪纸*/
	.fenlei{
		width: 1260px;
		height: 600px;
		/*background: darkcyan;*/
		margin: 0 auto;
		position: relative;
	}
	.fenlei .jzfl{
		width: 250px;
		height: 50px;
		background:#f8f8f8;
		margin:0 auto;
	}
	.fenlei .jzfl img{
		width: 250px;
		height: 50px;
	}
	.fenlei .jzfl h2{
		color:#fff;
		position: absolute;
		top: 16px;
		left:47%;
		letter-spacing: 5px;
	}
	.fenlei .ds{
		width: 1260px;
		height: 500px;
		background:#fff;
		margin-top: 50px;
	}
	/**/
	.team-box input {
    position: absolute;
    display: none;
}
.team-box form ul{
    padding: 0 ;
    margin: 0;
}
.team-box .team-name{
    position: relative;
    display: block;
    width: 420px;
    transform: rotate(-90deg);
    top: 197px;
    left: -185px;
    text-align: left;
    padding-left: 25px;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.team-box label {
    position: relative;
    display: block;
    height:420px;
    width: 50px;
    z-index: 3;
    background: #AA1F24;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    margin-bottom:0;
    float: left;
    overflow: hidden;     
    transition: width 1s ease, background 0.5s ease;
}
.team-box #rad2 + .team-box label {
    background: #888;     
    transition: width 1s ease, background 0.5s ease;
}
.team-box label:hover,.team-box #rad2 + .team-box label:hover {
    background: #e65151;
    color: #fff;
    cursor: pointer;
}
.team-box{
    position: relative;
    overflow: hidden;
    padding: 35px 0;
}
.team-box .accslide {
    display:block;
    height:420px;
    width: 0px;
    background: #AA1F24;
    opacity: 0;
    overflow-x: hidden;
    float: left;
         
    transition: all 1s ease;
}
.team-box .accslide .team-about{
    padding: 40px;
    width: 579px;
    display: inline-block;
    float: left;
    background: #FFFFFF;
    z-index: 1;
}
.team-box .accslide .team-about .btn{
	position: absolute;
	top: 300px;
}
.team-box .accslide .team-img{
    display: inline-block;
    width: 355px;
    float: right;
    position: absolute;
    margin-top: -36px;
    border: 4px solid #fff;
}
.team-box .accslide .team-inner{
    width: 960px;
    background: #FFFFFF;
}
.team-box input[type="radio"]:checked+label ~ .accslide {
    width: 1100px;
    opacity: 1;
}
/* team two */
.team-box-two-inner{
    max-width:700px;
    margin: 0 auto;
    position: relative;
}
.team-box-two-inner .team-two-about{
    position: relative;
    max-width: 395px;
    padding: 40px 80px 40px 40px;
    background: #f4f4f4;
}
.team-box-two-inner .team-two-about p{
    max-width: 280px;
 }
.team-two-social a{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}
.team-two-image{
    margin-left: -40px;
    position: relative;
}
.team-two .navPrev {
    position: absolute;
    top: 15%;
    left: 15px;
    z-index: 0
}
.team-two .navPrev span {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.team-two .navPrev:hover span {
    width: 270px;
}
.team-two .navPrev span img {
    position: relative;
    margin: auto 0px;
    cursor: pointer;
    width: 270px;
}
.team-two .navNext {
    position: absolute;
    top: 15%;
    right: 15px;
    z-index: 2;
}
.team-two .navNext span {
    width: 270px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.team-two .navNext span img {
    position: relative;
    margin: auto 0px;
    cursor: pointer;
     width: 270px;
}
.team-two .owl-team .owl-prev{
    position: absolute;
    top: 83px;
    height: 382px;
    margin: 0;
    padding: 0;
    width: 205px;
    background: transparent;
    border: 0;
    border-radius:0;
}
.team-two .owl-team .owl-prev{
    left: 0;
}
.team-two-left,.team-two-right{
    position: absolute;
    top: 0;
    height: 379px;
    width: 100%;
    cursor: pointer;
}
.team-two-right-nav, .team-two-left-nav{
    position: relative;
    max-width: 70px;
    height:378px;
    text-align: center;
    color: #FFFFFF;
    background: yellow;
}
.team-two-right-nav{
    float: right;
}
.team-two-left-nav{
    float: left;
}
.team-two-right-nav h4 {
    position: relative;
    width: 300px;
    display: block;
    transform: rotate(90deg);
    top: 140px;
    right: 115px;
    text-align: left;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
}
.team-two-left-nav i{
   position: relative;
    top: 12px;
    font-size: 20px;
    color: #FFFFFF;
}
.team-two-left-nav .team-verticle-line{
    position: relative;
    height: 80px;
    width: 2px !important;
    display: block !important;
    margin: 0 auto;
    background: #FFFFFF;
    top: 20px;
}
.team-two-left-nav h4 {
    position: relative;
    width: 300px;
    display: block;
    transform: rotate(-90deg);
    top:90px;
    right: 115px;
    text-align: left;
    margin: 0;
    padding-right: 15px;
    text-transform: uppercase;
}
.team-two-right-nav i{
    position: absolute;
    bottom: 15px;
    right: 23px;
    font-size: 20px;
    color: #FFFFFF;
}
.team-two-right-nav .team-verticle-line{
    height: 80px;
    width: 2px !important;
    display: inline-block !important;
    background: #FFFFFF;
    position: absolute;
    bottom: 55px;
    right: 33px;
}    
    
    .team-box .team-name {
    position: relative;
    display: block;
    width: 420px;
    transform: rotate(-90deg);
    top: 197px;
    left: -185px;
    text-align: left;
    padding-left: 25px;
    font-size: 1.5rem;
    text-transform: uppercase;
}
    p{
        font-size: 14px;
        text-align: justify;
    }
.text-white {
    color: #fff!important;
}
   
    ul li{
        text-decoration: none;
        list-style: none;
    }
    
    .btn-danger{
        padding: 12px 40px;
        border-radius: 50px;
        margin-top: 30px;
        background: #ff6666;
        border: none;
    }
    /*彩色剪纸*/

   .caise{
   	width: 1260px;
   	height: 600px;
   	margin: 50px auto;
   	position: relative;
   }
	.caise .csjz{
		width: 250px;
		height: 50px;
		background:#f8f8f8;
		margin:0 auto;
	}
	.caise .csjz img{
		width: 250px;
		height: 50px;
	}
	.caise .csjz h2{
		color:#fff;
		position: absolute;
		top: 16px;
		left:47%;
		letter-spacing: 5px;
	}
	.caise .cs{
		width: 1260px;
		height: 500px;
		margin-top: 50px;
		background: #AA1F24;
	}
	/*立体剪纸*/
	.liti{
		width: 1260px;
		height: 500px;
		/*background: blueviolet;*/
		margin: 50px auto;
		position: relative;
	}
	.liti .ltjz{
		width: 250px;
		height: 50px;
		background:#f8f8f8;
		margin:0 auto;
	}
	.liti .ltjz img{
		width: 250px;
		height: 50px;
	}
	.liti .ltjz h2{
		color:  #fff;
		position: absolute;
		top: 16px;
		left:47%;
		letter-spacing: 5px;
	}
	.lt{
		width: 1260px;
		height: 400px;
		margin: 50px auto;
		position: relative;
		background:#AA1F24 ;
	}
	.lt:hover{
		background:url(../img/a.jpg) ;
	}
	.lt .lti{
		width: 500px;
		height: 300px;
		position: relative;
		top: 50px;
		left: 80px;
	}
	.lt .lti img{
		width: 500px;
		height:300px;
		position: absolute;
		bottom: 0;
		border-radius:10px;
	}
	.lt .lti img:hover{
		box-shadow: 1px 1px 2px rgb(0,0,0,0.5);
	}
	.lt .bb{
		width: 500px;
		height: 300px;
		position: absolute;
		right: 90px;
		top: 10px;
	}
	.lt .bb h2{
		letter-spacing: 5px;
		margin-top: 100px;
	}
	.lt .bb h2:hover{
		color: red;
	}
	.lt .bb p{
		letter-spacing: 1px;
		margin-top:20px;
		font-size: 16px;
	}
	.lt .bb p:hover{
		color: #AA1F24;
	}
	/*页脚*/
	.footer{
    width: 100%;
    height: 180px; /* 修改高度 */
    background: #3e3e3e;
    position: relative; /* 改为relative，避免遮挡内容 */
    margin-top: 60px;
    overflow: hidden;
}
.footer h3{
    font-size: 18px;
    color: #FFF;
    margin: 40px 30px;
    float: left;
    line-height: 1.5;
}
.footer .hong{
    width: 40%;
    height: 100%;
    background: #ae3131;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 220px;
}
.footer .hong h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
}
.footer .kk{
    width: 55%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 120px;
    border: none;
}
.footer .kk h1{
    position: static;
    margin: 18px 0 10px 0;
    color: #FFF;
    letter-spacing: 3px;
    font-size: 18px;
}
.footer .kk ul{
    position: static;
    margin: 0;
    padding: 0 0 0 10px;
    color: #FFF;
    letter-spacing: 2px;
    font-size: 14px;
}
.footer .kk ul li{
    line-height: 26px;
}
/* ...existing code... */
