/***********************公共样式***********************/
html,body{width: 100%;}
.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;}

/***********************首页***********************/
.w{width: 1200px;margin: 0 auto;}
.header{width: 100%;}
.header img{width: 100%;}
.mainWrap{width: 100%;}

/* 节日简介 */
.mainWrap .title{width: 100%;line-height: 50px;margin: 0 auto;text-align: center;color: #cb0c00;font-size: 24px;font-weight: bold;padding: 20px 0;}
.mainWrap .title2{text-align: center;font-size: 14px;color: #666;}
.introWrap{width: 100%;background: url(../img/introwrap_bg.png) no-repeat center top/cover;position: relative;margin-top: -50px;}
.introMian{height: 300px;background: url(../img/intro_bg.png) no-repeat center top;background-size: 100% 100%;}
.introMian .txt{width: 100%;padding: 0 40px;}
.introMian .txt p{margin-bottom:15px;font-size: 18px;color: #bd7272;line-height: 30px;font-weight: bold;text-indent: 36px;letter-spacing: 2px;}

/* 诗意中秋 */
.poetry{width: 100%;background: #fff0d8;}
.poetry .title{padding-bottom: 0;}
.poetryMain{width: 100%;}
.poetryMain .w{position:relative;height: 600px;}
.poetryMain .poetryTitle{position: absolute;font-size: 22px;color: #000;font-weight: bold;}
.poetryMain .poetrytxt{position: absolute;background: url(../img/sc_bg.png) no-repeat center/100% 100%;}
.poetryMain .poetrytxt1{width: 500px;height: 470px;}
.poetryMain .poetrytxt1 .poetryTitle{left: 170px;top: 25px;}
.poetryMain .poetrytxt2 .poetryTitle{top: 45px;left: 175px;}
.poetryMain .poetrytxt2{width: 590px;height: 550px;left: 610px;top: 60px;}
.poetryMain .poetryCon{font-size: 18px;color: #000;line-height: 1.6;position: absolute;}
.poetryMain .poetryCon .mt10{margin-bottom: 10px;}
.poetryMain .poetryCon1{left: 120px;top: 70px;}
.poetryMain .poetryCon2{left: 154px;top: 90px;}
.poetryMain .more{width: 178px;height: 80px;line-height:80px;font-size:24px;color:#000;padding:5px 0 0 52px;background: url(../img/more.png) no-repeat center/100%;position: absolute;bottom: 178px;left: 0;right: 0;margin: 0 auto;}

/* 文艺中秋 */
.activeMain{margin-top: 30px;display: block;height: 280px;width: 100%;overflow: hidden;position: relative;}
.activeMain img{height: 220px;width: 100%;transition: all .4s;}
.activeMain p{line-height: 40px;text-align: center;font-size: 16px;color: #666;}
.swiper-button-next.comNext, .swiper-button-prev.comPrev{width: 25px;height: 40px;margin-top:-20px;background: url(../img/black_LR.png) no-repeat -3px center;transition: all ease .4s;opacity: 0.7;}
.swiper-button-next.comNext:hover, .swiper-button-prev.comPrev:hover{opacity: 0.9;}
.swiper-button-prev.comPrev{left: -30px;}
.swiper-button-next.comNext{right: -30px;background-position: -52px center;}
.swiper-container:hover .swiper-button-prev.comPrev{left: 0;}
.swiper-container:hover .swiper-button-next.comNext{right: 0;}

/* 中秋视频 */
.videoWrap{background: #fff0d8;width: 840px;margin: 15px auto 0;}
.videoWrap .title{margin-bottom: 5px;}
.videoMain{position: relative;z-index: 10;width: 100%;}
.videoMain video{width: 100%;height: auto;border: 5px solid #fbcb6e;border-radius: 10px;margin: 0 auto;display: block;}
.videoMain p{text-align: right;font-size: 16px;line-height: 40px;}

/* 底部 */
.footer{width: 100%;height: 312px;background: #fff0d8 url(../img/bottom.png) no-repeat bottom center/cover;position: relative;}
.footer .txt{font-size: 16px;color: #333;text-align: center;line-height: 1.6;position: absolute;bottom: 30px;left: 0;right: 0;margin: 0 auto;}






