.section{
    position: relative;
}
#section-first{
    height: 100%;
}
#section-first .swiper-pagination{
    bottom: 150px;
}
#section-first .swiper-button-prev,#section-first .swiper-button-next{
    background-image: url(../img/right\ arrow.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    right: 100px;
    background-color: #6a3906;
    border-radius: 50%;
}
#section-first .swiper-button-prev{
    transform: rotate(180deg);
    right: auto;
    left: 100px;
}
.section-intro{
    width: 100%;
    background-image: linear-gradient(0deg, 
        #a78a65 0%, 
		#6a3906 50%, 
		#6a3906 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px 0 30px;
}
.intro-box{
    width: 1400px;
    margin: 0 auto;
}
.intro-title{
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 20px;
}
.intro-close{
    float: right;
    margin-right: 50px;
    cursor: pointer;
    font-size: 20px;
    color: #bda687;
    margin-top: 10px;
    position: relative;
    display: none;
}
.intro-close img{
    width: 20px;
}
.intro-content{
    letter-spacing: 1px;
	color: #ffffff;
    opacity: 0.7;
    font-size: 20px;
    line-height: 40px;
}
.intro-details{
    cursor: pointer;
}




.ticket{
    width: 1400px;
    margin: 0 auto;
    padding-top: 3%;
    position: relative;
}
.ticket-title h3{
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 40px;
    font-weight: bold;
}
.ticket-title p{
    letter-spacing: 1px;
    color: #8b8b8b;
    font-size: 18px;
}
.ticket-info{
    margin-top: 2%;
    position: relative;
}
.ticket-box{
    margin-bottom: 30px;
    background: rgba(238,238,238,0.7);
    padding: 10px 0;
}
.ticket-intro{
    width: 47%;
    padding: 12px 20px 12px 20px;
    /* background: #eeeeee; */
}
.intro-tu{
    width: 201px;
    height: 134px;
    overflow: hidden;
    float: left;
    margin-right: 5.9%;
}
.intro-tu img{
    width: 100%;
}
.intro-info h5{
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.intro-info p{
    letter-spacing: 1px;
    color: #494949;
    font-size: 18px;
    margin-top: 15px;
}
.ticket-price{
    width: 50%;
    margin-left: 1%;
}
.price-list{
    padding: 0 3%;
}
.price-list:first-child{
    border-right: 1px solid #bfbfbf;
}
.price-title{
    padding-top: 5%;
}
.price-title h5{
    letter-spacing: 1px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: bold;
}
.price-title p{
    letter-spacing: 1px;
    color: #494949;
    font-size: 14px;    
    margin-top: 10px;
}
.price-buy{
    margin-top: 48px;
}
.price-buy span{
    letter-spacing: 2px;
    color: #e5541b;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.price-buy a{
    float: right;
    width: 76px;
	height: 26px;
	background-color: #e5541b;
    border-radius: 18px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
}
.price-non .price-title h5,.price-non .price-title p,.price-non .price-buy span{
    color: #8b8b8b;
}
.price-non a{
    background: none;
    color: #8b8b8b;
    border: solid 1px #bfbfbf;
    pointer-events: none;
}
.ticket-time{
    margin-top: 2.5%;
    padding-bottom: 2.5%;
    width: 78%;
}
.time-intro h5{
    letter-spacing: 1px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: bold;
}
.time-intro p{
    margin-top: 4%;
    letter-spacing: 1px;
    color: #494949;
    font-size: 18px;
    line-height: 1.8;
}
.time-info{
    width: 45%;
    margin-left: 7.3%;
}
.time-tu{
    overflow: hidden;
    margin-right: 10px;
}
.time-tu img{
    width: 100%;
}
.time-txt{
    letter-spacing: 2px;
    color: #494949;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}
.time-right{
    margin: 0 30px;
}


.ticket-set{
    margin-top: 20px;
}
.ticket-set h5{
    letter-spacing: 1px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: bold;
}
.set-txt{
    height: 95px;
    overflow: hidden;
    margin-top: 22px;
    letter-spacing: 1px;
    color: #494949;
    font-size: 18px;
    line-height: 30px;
}
.set-btn{
    display: inline-block;
    border: solid 1px #bfbfbf;
    padding: 5px 10px;
    border-radius: 20px;
    margin-top: 29px;
    cursor: pointer;
}
.set-btn span{
    letter-spacing: 1px;
    color: #494949;
    font-size: 18px;
    vertical-align: middle;
}
.set-btn img{
    width: 9px;
    margin-left: 10px;
}




.ticket-mask{
    width: 100%;
    height: 100%;
    background-color: #c8b498;
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 30px;
}
.mask-title{
    letter-spacing: 1px;
    color: #1a1a1a;
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.mask-box{
    margin-top: 20px;
}
.mask-box div{
    width: 45%;
}
.mask-zh{
    letter-spacing: 1px;
    color: #494949;
    /* font-size: 18px; */
    margin-right: 70px;
}
.mask-en{
    color: #494949;
    font-size: 14px;
    line-height: 22px;
}
.stop-btn{
    float: right;
    padding: 3px 25px;
    background: #fff;
    border: solid 1px #bfbfbf;
    border-radius: 20px;
    margin-right: 50px;
    cursor: pointer;
}
.stop-btn span{
    letter-spacing: 1px;
    color: #494949;
    font-size: 18px;
    vertical-align: middle;
}
.stop-btn img{
    width: 9px;
    transform: rotate(-90deg);
    margin-left: 10px;
}







.activity{
    width: 1400px;
    margin: 0 auto;
}
.act-title{
    padding-top: 30px;
}
.act-title h5{
    letter-spacing: 2px;
    color: #eeeeee;
    font-size: 40px;
    font-weight: bold;
}
.act-title p{
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
}
.act-info{
    margin-top: 100px;
    position: relative;
}
.act-swiper{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.act-swiper .swiper-slide{
    width: 30%;
    margin-right: 59px;
    overflow: hidden;
}
.act-swiper .swiper-slide div{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.act-swiper .swiper-slide img{
    width: 100%;
}
.act-swiper .swiper-slide h5{
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.act-swiper .swiper-slide p{
    color: #ffffff;
    font-size: 18px;
}
.act-swiper .swiper-button-prev,.act-swiper .swiper-button-next{
    width: 92px;
	height: 39px;
    background-image: none;
    left: 30%;
    top: inherit;
    bottom: -10px;
    text-align: center;
}
.act-swiper .swiper-button-next{
    right: 30%;
    left: inherit;
}
.act-swiper .swiper-pagination{
    position: relative;
    margin-top: 50px;
}
.swiper-pagination-bullet{
    width: 11px;
	height: 11px;
    background-color: #d2d2d2;
    border-radius: 50%;
    opacity: 1;
    margin-right: 15px;
    vertical-align: middle;
}
.swiper-pagination-bullet-active{
    width: 16px;
	height: 16px;
	background-color: #6a3906;
	border: solid 1px #dcdcdc;
}

.act-more{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fead00;
    font-size: 18px;
    z-index: 99;
}


/* .bulletin-menu{
    width: 90%;
    margin-top: 30px;
}
.bulletin-list{
    display: block;
    margin-top: 20px;
}
.bulletin-title{
    width: 100%;
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bulletin-list:hover .bulletin-title{
    text-decoration: underline;
    color: #c8b498;
}
.bulletin-txt{
    margin-top: 10px;
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bulletin-time{
    letter-spacing: 2px;
    color: #494949;
    font-size: 18px;
    margin-top: 5px;
}
.bulletin-box{
    width: 100%;
    position: relative;
}
.bulletin-more{
    position: absolute;
    right: 150px;
    top: 20px;
    color: #fead00;
    font-size: 20px;
} */




.ticket-bulletin{
    width: 35%;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 50px;
    background: rgba(238,238,238,1);
    padding: 15px;
    border-radius: 15px;
}
.bulletin-more{
    text-align: right;
}
.bulletin-more a{
    color: #fead00;
    font-size: 18px;
}
.bulletin-content{
    margin-top: 15px;
}
.bulletin-content h5{
    letter-spacing: 2px;
    color: #1a1a1a;
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bulletin-content p{
    margin-top: 10px;
    letter-spacing: 1px;
    color: #1a1a1a;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bulletin-content div{
    letter-spacing: 2px;
    color: #494949;
    font-size: 18px;
    margin-top: 5px;
}
















@media (max-width: 1500px){
    .ticket-bulletin{
        top: 20px;
    }
    .bulletin-content h5{
        font-size: 20px;
    }
    .bulletin-content p,.bulletin-content div{
        font-size: 16px;
        margin-top: 5px;
    }
    body{
        padding-top: 75px;
    }
    .intro-box,.ticket,.activity{
        width: 1200px;
    }
    .intro-title{
        font-size: 24px;
    }
    .intro-content{
        font-size: 16px;
        line-height: 25px;
    }
    .ticket{
        padding-top: 1%;
    }
    .ticket-title h3{
        font-size: 28px;
    }
    .ticket-title p{
        font-size: 14px;
    }
    .ticket-info{
        margin-top: 1%;
    }
    .price-title p{
        font-size: 12px;
    }
    .intro-tu{
        width: 150px;
        height: 100px;
    }
    .intro-info h5{
        font-size: 20px;
    }
    .intro-info p{
        font-size: 14px;
    }
    .price-buy{
        margin-top: 20px;
    }
    .price-buy span{
        font-size: 26px;
    }
    .price-buy a{
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .ticket-time{
        margin-top: 1%;
        padding-bottom: 1%;
    }
    .time-txt{
        font-size: 20px;
    }
    .time-intro p{
        line-height: 1.5;
        margin-top: 2%;
        font-size: 14px;
    }
    .time-intro h5{
        font-size: 20px;
    }
    .ticket-set{
        margin-top: 10px;
    }
    .ticket-set h5{
        font-size: 20px;
    }
    .set-txt{
        margin-top: 0px;
        font-size: 16px;
    }
    .set-btn{
        margin-top: 0px;
    }
    .ticket-mask{
        padding: 15px 10px;
    }
    .mask-title{
        font-size: 20px;
    }
    .stop-btn{
        padding: 2px 15px;
    }
    .stop-btn span{
        font-size: 16px;
    }
    .mask-box{
        margin-top: 10px;
    }
    .mask-box div{
        width: 48%;
    }
    .mask-zh{
        font-size: 14px;
        margin-right: 30px;
    }
    .mask-en{
        font-size: 12px;
        line-height: 1.5;
    }
    .act-title{
        padding-top: 10px;
    }
    .act-title h5{
        font-size: 28px;
    }
    .act-title p{
        font-size: 16px;
    }
    .act-info{
        margin-top: 30px;
    }
    .act-swiper .swiper-slide h5{
        font-size: 20px;
    }
    .act-swiper .swiper-slide p{
        font-size: 16px;
    }
    .act-swiper .swiper-pagination{
        margin-top: 30px;
    }
    .act-swiper .swiper-slide div{
        height: 240px;
    }
    .bulletin-title{
        font-size: 20px;
    }
    .bulletin-txt{
        font-size: 16px;
    }
    .bulletin-time{
        font-size: 14px;
    }



    
}