/***********************公共样式***********************/
html,body{width: fit-content;}
.tran{transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.tranX{transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.tranY{transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
/* flex布局 */
.flex-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-middle{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-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-betw{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

/***********************首页***********************/
.banner{width: 100%;}
.banner img{width: 100%;}
.mainWrap{width: 100%;background: url(2023dwbg.jpg) no-repeat;background-size: cover;padding-bottom: 60px;}
.title{width: 200px;margin:50px auto 30px;}
.title img{width: 100%;}
.htTitle{width: 300px;}

/* 节日动态 */
.zxWrap{padding-top:10px;position: relative;z-index: 2;}
.zxSwiperWrap{width: 808px;height: 526px;background: url(img_border.png) no-repeat;background-size: 100%;padding: 58px 48px 65px 41px;margin: 0 auto;}
.zxSwiperWrap .zxSwiper{width: 100%;height: 100%;}
.zxSwiperWrap .zxSwiper a{display: block;width: 100%;height: 100%;position: relative;}
.zxSwiperWrap .zxSwiper a .img,.zxSwiperWrap .zxSwiper a .img img{width: 100%;height: 100%;}
.zxSwiperWrap .zxSwiper a p{line-height: 40px;background: rgba(40,40,40,0.6);width: 100%;position: absolute;bottom: 0;left: 0;font-size: 16px;color: #fff;padding:0 150px 0 15px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zxSwiperWrap .zxSwiper>.swiper-pagination-bullets{width: auto;padding: 0 20px 0 0;left: auto;right: 0;}
.zxSwiperWrap .zxSwiper .swiper-pagination-bullet{width: 10px;height: 10px;border-radius: 5px;background: #fff;opacity: 1;transition: all .4s;}
.zxSwiperWrap .zxSwiper .swiper-pagination-bullet-active{background: #00774b;}
.zxListWrap{width: 1000px;margin: 0 auto;}
.zxListWrap .more{display: block;font-size: 14px;color: #888;margin-bottom: 5px;}
.zxListWrap .more:hover{color: #00774b;}
.zxListWrap ul{position: relative;width: 100%;}
.zxListWrap ul::before{content: '';display: block;width: 4px;height: 120px;background: #00774b;position: absolute;top: 50%;left: 50%;margin-left: -2px;margin-top: -60px;}
.zxListWrap ul li{width: 42%;}
.zxListWrap ul li:nth-child(odd){float: left;}
.zxListWrap ul li:nth-child(even){float: right;}
.zxListWrap ul li a,.zxListWrap ul li span{display: block;font-size: 16px;color: #666;line-height: 50px;}
.zxListWrap ul li a{float: left;width: 75%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .4s;}
.zxListWrap ul li a:hover{color: #00774b;}
.zxListWrap ul li span{float: right;font-size: 14px;color: #888;}

/* 节日起源 */
.originMain{width: 1080px;height: 500px;background: url(qy_bg.jpg) no-repeat;background-size: 100% 100%;margin: 0 auto;position: relative;}
.originMain .tit{position: absolute;left: 100px;top: 80px;width: 36px;font-size: 30px;line-height: 42px;font-weight: bold;}
.originMain .tit a{color: #6c6c6c;display: block;}
.originMain .tit a:hover{color: #00774b;}
.originMain .article{position: absolute;left: 280px;top: 66px;width: 620px;font-size: 20px;text-indent: 2em;line-height: 52px;}
.originMain .article a{color: #8c8c8c;display: block;}
.originMain .article a:hover{color: #00774b;}

/* 节日传说 */
.csMain{width: 1080px;margin: 0 auto;background: #fff;overflow: hidden;padding: 30px;box-shadow: 0 0 5px #8c8c8c;-webkit-box-shadow: 0 0 5px #8c8c8c;-o-box-shadow: 0 0 5px #8c8c8c;-moz-box-shadow: 0 0 5px #8c8c8c;}
.csMain .firstArt .img{width: 350px;height: 220px;margin-right: 25px;float: left;}
.csMain .firstArt .img img{width: 100%;height: 100%;}
.csMain h3 {font-size: 30px;color: #03774f;font-weight: bold;line-height: 50px;}
.csMain h3 a{color: #555;}
.csMain h3 a:hover{color: #00774b;}
.csMain .txt {text-indent: 2em;font-size: 20px;line-height: 36px;color: #888;padding-top: 10px;}
.csMain .txt a{color: #888;display: block;}
.csMain .txt a:hover{color: #00774b;}
.csMain .other{margin-top: 15px;}
.csMain .other .img{width: 100%;}
.csMain .other .imgR{text-align: right;}
.csMain .other ul{padding: 6px 0;width: 100%;}
.csMain .other li{float: left;padding: 0 10px;white-space: nowrap;overflow: visible;color: #8c8c8c;font-size: 20px;line-height: 30px;}
.csMain .other li a{font-size: 20px;color: #8c8c8c;}
.csMain .other li a:hover{color: #00774b;}

/* 节日民俗 */
.msWrapPc {margin: 0 auto;width: 1080px;}
.pMain ul {overflow: hidden; height: 300px;}
.pMain ul li {border-radius: 20px;height: 300px; float: left; width: 100px; position: relative; overflow: hidden; transition: all ease 0.2s;background: rgba(255,255,255,.5);}
.pMain ul li span {display: block;height: 30px;width: 100%;position: relative;}
.pMain ul li span img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);max-height: 100%;max-width: 100%;}
.pMain ul li .pMainL {cursor:pointer;float: left; width: 100px; height: 300px;border-right:1px solid rgba(255,255,255,0.5);background: rgba(0,119,75,0.6);}
.pMain ul li .pMainLT {cursor:pointer;position: absolute; left: 0; width: 100px;height: 100%; padding: 0 10px; text-align: center;letter-spacing: 2px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);box-sizing: border-box;}
.pMain ul li .pMainLT i {font-size: 22px;color: #FFF;display: inline-block;vertical-align: middle;width: 36px;line-height: 1.2;position: absolute;top: 40%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}
.pMain ul li .pMainLT span {display: inline-block;vertical-align: middle;width: 60px;height: 60px;border-radius: 50%;overflow: hidden;position: absolute;bottom: 42px;left: 50%;margin-left: -30px;}
.pMain ul li .pMainLT img {width: 100%;height: 100%;}
.pMain ul li .pMainR {float: left; width: 480px; position: relative; height: 300px;padding: 20px;}
.pMain ul li .pMainR .img{width: 220px;height: 165px;float: right;border-radius: 10px;overflow: hidden;margin-left: 15px;}
.pMain ul li .pMainR .img img{width: 100%;height: 100%;object-fit: cover;}
.pMain ul li .pMainR p{font-size: 16px;color: #888;line-height: 1.8;text-indent: 2rem;}
.pMain ul li.on {width: 580px; }
.pMain ul li.on .pMainL{background: rgba(0,119,75,0.9);}

.msWrapWap{display: none;}
.msMainList{width: 1080px;margin: 0 auto;background: #fff;overflow: hidden;padding: 30px 30px 30px 20px;box-shadow: 0 0 5px #8c8c8c;-webkit-box-shadow: 0 0 5px #8c8c8c;-o-box-shadow: 0 0 5px #8c8c8c;-moz-box-shadow: 0 0 5px #8c8c8c;}
.btn { width: 100px; height: 38px; line-height: 38px; margin: 1px 1px 0 0; text-align: center; float: left; color: #FFF; background: #000; }
.foucebox { position: relative; width: 100%; height: 350px; overflow: hidden; }
.foucebox .bd { position: absolute; left: 0; top: 0; height: 340px; overflow: hidden; width: 100%;}
.foucebox .bd h3 { font: bold 30px/300% "Microsoft YaHei", SimSun, SimHei; text-align: left;color: #555;}
.foucebox .bd p { color: #666; text-align: left; text-indent: 2em; line-height: 24px; font-size: 16px;}
.foucebox .bd ul li a{float: right; width: 340px; height: 340px; border-radius: 5%;overflow: hidden;}
.foucebox .bd img {width: 100%;height: 100%;}
.foucebox .leftTxt { float: left; width: 680px; padding: 10px 20px 20px; }
.foucebox .hd { position: relative; height: 95px; top: 245px; }
.foucebox .hd ul {padding-top: 10px; text-align: center; }
.foucebox .hd li { position: relative; float: left; display: block; width: 70px; height: 95px; margin: 0 12px; overflow: hidden; line-height: 12px; }
.foucebox .hd li p{font-size: 14px;}
.foucebox .hd img:hover { border: #00774b solid 4px; cursor: pointer; opacity: 0.9; }
.foucebox .hd img { width: 60px; height: 60px; margin-bottom: 5px; border-radius: 50%; border: #444 solid 4px; opacity: 0.7; }
.foucebox .hoverBg { position: absolute; left: 32px; top: 3px; width: 71px; height: 41px; cursor: pointer; z-index: 2; }
.msMain{overflow: hidden;}
.msMainList{position: relative;}
.msMainList .right img{width: 350px;position: absolute;top: -50px;right: -50px;transform: scaleX(-1);-moz-transform: scaleX(-1);-o-transform: scaleX(-1);-webkit-transform: scaleX(-1);}
.msMainList .right .img2{right: 60px;top: 0;}
.msMainList .right .img3{bottom: -10px;right: 10px;top: auto;}

/* 话题墙 */
/* .topics{background-size: 100% 100%;box-sizing: border-box;width: 1080px;margin: 0 auto;}
.museumListContWrap,.wapEx{display: none;} */
.htImg{width: 1080px;margin: 0 auto;}
.htImg img{width: 100%;}

/* 底部 */
.footer{width: 100%;background: #00774b;padding: 60px 0;text-align: center;}
.footer p{font-size: 14px;color: #fff;line-height: 2;}

@media screen and (max-width: 768px) {
	html, body{width: 100%;}
	.w{width: 100%;padding: 0 10px;}
	.mainWrap{padding-bottom: 40px;}
	.banner{width: 100%;}
	.title{width: 40%;margin:20px auto 10px;}
	.title img{width: 100%;}
	.htTitle{width: 50%;}
	
	.zxWrap{padding-top: 1px;}
	.zxSwiperWrap,.zxListWrap,.originMain,.csMain,.htImg{width: 100%;}
	.zxSwiperWrap{background: transparent;padding: 0;height: 210px;}
	.zxSwiperWrap .zxSwiper a p{line-height: 36px;padding: 0 130px 0 10px;}
	.zxSwiperWrap .zxSwiper>.swiper-pagination-bullets{padding: 0 10px 0 0;}
	.zxListWrap ul::before{display: none;}
	.zxListWrap ul li{width: 100%;}
	.zxListWrap ul li a{width: 66%;}
	.zxListWrap ul li a, .zxListWrap ul li span{line-height: 36px;}
	.zxListWrap .more{margin: 10px 0 2px;}
	
	.originMain{height: 300px;}
	.originMain .tit{left: 20px;font-size: 22px;line-height: 28px;top: 45px;}
	.originMain .article{width: calc(100% - 80px);left: 65px;top:28px;font-size: 16px;line-height: 1.5;}
	
	.csMain{padding: 15px;}
	.csMain .firstArt .img{width: 100%;margin: 0 0 5px 0;}
	.csMain h3{font-size: 22px;text-align: center;line-height: 40px;}
	.csMain .txt{padding: 0;font-size: 16px;line-height: 1.6;}
	.csMain .other ul{padding: 0;}
	.csMain .other{margin-top: 10px;}
	.csMain .other li{line-height: 33px;}
	.csMain .other li,.csMain .other li a{font-size: 16px;}
	
	.msWrapPc{display: none;}
	.msWrapWap{display: block;}
	.msMainList{padding: 15px 15px 5px 15px;}
	.msMainList,.spMain{width: 100%;box-sizing: border-box;margin: 0 auto;border-radius: 10px;}
	.msMainList .right,.spMain .right{display: none;}
	.siteWidth,.foucebox .bd,.foucebox .bd ul{width: 100%!important;}
	.foucebox{height: 730px;}
	.foucebox .hd li{height: 90px;}
	.foucebox .bd ul{height: 100%!important;}
	.foucebox .bd ul li{width: 100%;height: 100%;}
	.foucebox .bd ul li a{display: block;width: 100%;height: 300px;}
	.foucebox .bd ul li a img{border-radius: 5px;}
	.foucebox .bd{height: 100%;}
	.foucebox .bd p{line-height: 28px;}
	.foucebox .leftTxt{width: 100%;padding: 0 0 10px;}
	.foucebox .bd h3,.foucebox .bd p{margin: 0;}
	.foucebox .bd h3{line-height: 36px;font-size: 18px;}
	.foucebox .hd{top: 540px;}
	.foucebox .hd ul{padding: 10px 0 0;}
	.foucebox .hd li{margin: 0;width: 33.33%;text-align: center;}
	.foucebox .hd img{display: inline-block;vertical-align: top;}
	
	.topics{display:none;background: #fff;padding: 0;}
	.WB_widget{width: 100% !important;}
	.wapEx{display:block;width: 96%;margin: 0 auto;}
	.wapEx a{display: block;background: #fff;border-radius: 8px;padding: 20px 0;}
	.wapEx a p{text-align: center;font-size: 16px;color: #00977E;}
	.wapEx a .img{width: 190px;margin: 10px auto;}
	.wapEx a .img img{width: 100%;}
	
	.footer{padding: 30px 20px;}
	.footer p{line-height: 1.6;}
	
	
}	