/***********************公共样式***********************/
html,body{width: 100%;}
body{background: url(body_bg.jpg) no-repeat top center;background-size: cover;}
.w{width: 1200px;margin: 0 auto;}
.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;}

/***********************首页***********************/
.header{width: 100%;}
.header img{width: 100%;}
/* .mainWrap{width: 100%;background: url(bg.png) no-repeat;background-size: cover;margin-top: -150px;position: relative;z-index: 2;} */
.title{width: 424px;height: 126px;margin: 0 auto 30px;}
.title img{width: 100%;}

/* 节日咨询 */
/* .zxWrap{padding-top: 130px;} */
.zxSwiperWrap{width: 1185px;height: 684px;background: url(2023zqimg_border.png) no-repeat;background-size: 100%;padding: 80px 61px 82px;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.5);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: #bb1917;}
.zxListWrap{width: 1100px;margin:10px auto 0;}
.zxListWrap .more {display: block;font-size: 14px;color: #888;margin-bottom: 5px;transition: .4s;}
.zxListWrap .more:hover{color: #cb0c00;}
.zxListWrap ul{position: relative;}
.zxListWrap ul::before{content: '';display: block;width: 4px;height: 120px;background: #e36b3c;position: absolute;top: 50%;left: 50%;margin-left: -2px;margin-top: -60px;}
.zxListWrap ul li{width: 44%;}
.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: #333;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: #cb0c00;}
.zxListWrap ul li span{float: right;font-size: 14px;color: #555;}

/* 共赏圆月、共享月饼 */
.gxWrap{width: 100%;position: relative;padding: 190px 0 120px;}
.gxWrap .img1{width: 700px;position: absolute;left: 0;}
.gxWrap .img2{width: 750px;position: absolute;right: 0;bottom: 0;}
.gxWrap .img img{width: 100%;}
.comWrap{width: 750px;position: relative;z-index: 2;}
.comWrap .txt{width: 100%;}
.comWrap .txt p{font-size: 16px;line-height: 2.4;text-indent: 2rem;}
.yyWrap{margin-bottom: 100px;}

/* 节日诗篇 */
.spWrap{margin-bottom: 80px;}
.spWrap .title{margin-bottom: 40px;}
.spMain{width: 100%;height: 515px;background: url(sp_bg.png) no-repeat;background-size: 100% 100%;}
.spMain .spL,.spMain .spR{width: 50%;height: 100%;}
.spMain .spL{padding: 100px 115px 50px;}
.spMain .spL a{display: block;font-size: 24px;color: #333;writing-mode: tb;padding-top: 20px;position: relative;}
.spMain .spL a::before{content: '';display: block;width: 8px;height: 8px;background: transparent;border-radius: 50%;position: absolute;top: 0;left: 50%;margin-left: -4px;transition: all .4s;}
.spMain .spL a:hover::before,.spMain .spL a.active::before{background: #f4261b;}
.spMain .spR{position: relative;}
.spMain .spR .spItem{color: #1c1c1c;opacity:0;text-align:center;position: absolute;top: 80px;left: 45%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);transition: all .4s;}
.spMain .spR .spItem.active{opacity: 1;}
.spMain .spR .spItem h3{font-size: 28px;}
.spMain .spR .spItem h4{font-size: 14px;margin: 20px auto 30px;}
.spMain .spR .spItem p{font-size: 16px;line-height: 2;}

/* 中秋兰州 */
.zqlzWrap,.zqlzMain{width: 100%;}
.zqlzMain{height: 280px;}
.zqlzMain .swiper-container{height: 100%;}
.zqlzMain .swiper-container .swiper-wrapper{-webkit-transition-timing-function: linear;-moz-transition-timing-function: linear;-ms-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear;}
.zqlzMain .swiper-slide{width: auto;}
.zqlzMain .swiper-slide a{display: inline-block;height: 100%;}
.zqlzMain .swiper-slide a img{height: 100%;}

/* 底部 */
.footer{width: 100%;background: #e56b3c;margin-top: 10px;padding: 60px 0;text-align: center;}
.footer p{font-size: 14px;color: #fff;line-height: 2;}


@media screen and (max-width: 1680px) {
	/* .mainWrap{margin-top: -170px;} */
	/* .title{width: 360px;margin: 0 auto 15px;} */
	.gxWrap{padding: 120px 0;}
	.gxWrap .img1{width: 620px;}
	.gxWrap .img2{width: 630px;}
}
@media screen and (max-width: 1440px) {
	/* .zxWrap{padding-top: 100px;} */
	.gxWrap .img2{width: 610px;}
}
@media screen and (max-width: 1366px) {
	.w{width: 1000px;}
	/* .mainWrap{margin-top: -150px;} */
	.title{width: 330px;height:110px;margin: 0 auto 0;}
	/* .zxWrap{padding-top: 80px;} */
	.zxSwiperWrap{width: 1000px;height: 575px;padding: 70px 54px;}
	.zxListWrap{width: 900px;}
	.comWrap{width: 630px;}
	.comWrap .txt p{line-height: 2.1;}
	.gxWrap{padding: 80px 0;}
	.gxWrap .img1{width: 560px;}
	.gxWrap .img2{width: 570px;}
	.yyWrap{margin-bottom: 40px;}
	.spMain{height: 420px;}
	.spWrap{margin-bottom: 40px;}
	.spWrap .title{margin-bottom: 15px;}
	.spMain .spL{padding: 70px 88px 0;}
	.spMain .spL a{font-size: 20px;}
	.spMain .spR .spItem{top: 50px;}
	.spMain .spR .spItem h3{font-size: 24px;}
	.spMain .spR .spItem h4{margin: 15px auto 20px;}
	.spMain .spR .spItem p{line-height: 1.8;}
	.zqlzWrap .title{margin: 0 auto 15px;}
	.zqlzMain{height: 200px;}
	.footer{padding: 40px;}
	.footer p{line-height: 1.8;}
}
@media screen and (max-width: 1280px) {
	.title{width: 300px;}
	.gxWrap .img1{width: 525px;}
	.gxWrap .img2{width: 500px;}
	.spWrap .title,.zqlzWrap .title{margin: 0 auto;}
}
@media screen and (max-width: 1200px) {
	.w{width: 720px;}
	.zxSwiperWrap{width: 100%;height: 415px;padding: 52px 42px;}
	/* .zxWrap{padding-top: 65px;} */
	.zxListWrap{width: 95%;}
	.zxListWrap ul li a, .zxListWrap ul li span{line-height: 40px;}
	.comWrap{width: 480px;}
	.comWrap .txt p{font-size: 14px;line-height: 1.8;}
	.spMain .spL{padding: 70px 45px 0;}
	.spMain .spL a{font-size: 18px;}
	.spMain .spR .spItem h3{font-size: 18px;font-weight: bold;}
	.spMain .spR .spItem{width: 100%;}
	.zqlzMain{height: 160px;}
	/* .mainWrap{margin-top: -90px;} */
}
@media screen and (max-width: 992px) {
	.comWrap{width: 360px;}
}
@media screen and (max-width: 767px) {
	.w{width: 96%;}
	/* .mainWrap{margin-top: -40px;} */
	.title{width: 245px;height: 85px;}
	/* .zxWrap{padding-top: 50px;} */
	.zxSwiperWrap{height: 207px;}
	.zxSwiperWrap{padding: 28px 23px;}
	.zxListWrap{margin: 12px auto 0;}
	.zxListWrap ul::before{display: none;}
	.zxListWrap ul li{width: 100%;float: left!important;}
	.zxListWrap ul li a{width: 68%;color: #333;}
	.zxListWrap ul li a, .zxListWrap ul li span{line-height: 30px;font-size: 14px;}
	.gxWrap{padding: 30px 0;}
	.yyWrap{margin-bottom: 30px;}
	.comWrap{width: 96%;margin: 0 auto;float: none;}
	.gxWrap .title{float: none!important;}
	.gxWrap .img{width: 100%!important;}
	.gxWrap .img img{opacity: 0.4;}
	.gxWrap .img1{top: 95px;}
	.spWrap{margin-bottom: 10px;}
	.spMain{height: 348px;margin-bottom: 10px;overflow: hidden;}
	.spMain .spL,.spMain .spR{width: 100%;height: auto;}
	.spMain .spL{display: block;padding: 15px 30px 0;}
	.spMain .spL a:nth-child(3),.spMain .spL a:nth-child(8){display: none;}
	.spMain .spL a{writing-mode: initial;padding-top: 0;padding-left: 10px;margin-bottom: 5px;font-size: 16px;}
	.spMain .spL a::before {content: '';width: 4px;height: 4px;top: 50%;left: 0;margin-top: -4px;margin-left: 0;}
	.spMain .spR .spItem{top: 0;width: 90%;left: 50%;}
	.spMain .spR .spItem h4{margin: 4px auto;}
	.spMain .spR .spItem p{line-height: 1.5;}
	.zqlzMain{height: 140px;}
	.footer{padding: 20px 6px;margin-top: 8px;}
	.footer p{line-height: 1.6;}
}


.unitedImg{margin-top: 20px;}
.unitedImg .UFH{height: 40px;border-bottom: 1px solid #808080;}
.unitedImg .UFH .UEFL a{display:block;float:left;line-height: 39px;font-size: 16px;font-weight: bold;margin-right: 10px;}
.unitedImg .UFH .UEFL a.on{color: #015293;border-bottom: 1px solid #015293;}
.unitedImg .UFH .more{padding-right: 10px;color: #015293;font-size: 16px;font-weight: bold;}
.unitedImg .UFB{width: 100%;margin-top: 22px;overflow: hidden;}
.unitedImg .UFB .UFBItem{width: 100%;}
.unitedImg .UFB .UFBItem .tempWrap{width: 100%!important;}
.unitedImg .UFB .UFBItem ul{margin: 0 -10px 0;}
.unitedImg .UFB .UFBItem ul li{width: 25%;padding: 0 10px;float: left;}
.unitedImg .UFB .UFBItem a{display: block;width: 100%;}
.unitedImg .UFB .UFBItem a:hover .text{color: #015DB6;}
.unitedImg .UFB .UFBItem a .img{width: 100%;height: 200px;}
.unitedImg .UFB .UFBItem a .img img{width: 100%;height: 100%;}
.unitedImg .UFB .UFBItem a .text{width: 100%;height: 35px;line-height: 35px;background: #f3f3f3;text-align: center;font-size: 15px;color: #333;transition: all ease .4s;overflow: hidden;}
.unitedImg .UFB .UFBItem a .text{width: 100%;line-height: 35px;background: #f3f3f3;text-align: center;font-size: 15px;color: #333;transition: all ease .4s;}
