.banner-flower1{
	animation: flower2 6s linear 0s infinite ;
}
.banner-flower3{
	animation: flower1 2s linear 0s infinite alternate;
}

.banner-flower2{
	animation: flower2 4s linear 0s infinite ;
}
.banner-flower4{
	animation: flower4 2s linear 0s infinite alternate;
}

.banner-flower5{
	animation: flower2 7s linear 0s infinite;
}
.banner-flower6{
	animation: flower6 2s linear 0s infinite alternate;
}
.banner-flower7{
	animation: flower2 5s linear 0s infinite ;
}
.banner-flower8{
	animation: flower4 3s linear 0s infinite alternate;
}
.banner-flower9{
	animation: flower1 3s linear 0s infinite alternate;
}
.banner-flower10{
	animation: flower10 4s linear 0s infinite alternate;
}
.banner-flower11{
	animation: flower11 6s linear 0s infinite;
}
.banner-flower12{
	animation: flower6 4s linear 0s infinite alternate
}
.banner-logo-box{
	opacity: 0;
	animation: fade .5s linear 0s 1 forwards;
}
.banner-logo{
	opacity: 0;
	animation: fade .5s linear 2s 1 forwards; 
}
.banner-svg-box{
	animation: fade-out 1s linear 2.8s 1 forwards;
}
.banner-logo2{
	animation: fade 1s linear 2.3s infinite alternate;
}
/* ----------------------------------- */
.news-title-box,
.news-page-b-title,
.news-page-show-title,
.news-page-show-date,
.news-page-img-box,
.edit-box,
.introduction-img-box,
.introduction-info-box,
.night-box,
.traffic-list,
.traffic-map,
.exhibition-box,
.guided-box,
.attractions-link,
.link-list,
.introduction-title,
.forwer-p-box,
.industry-p,
.industry-img-box,
.attractions-page-list{
	opacity: 0;
}
.news-title-box.active,
.night-box.active,
.traffic-list.active,
.traffic-map.active,
.attractions-link.active,
.link-list.active,
.introduction-title.active,
.forwer-p-box.active,
.industry-p.active,
.industry-img-box.active,
.attractions-page-list.active{
	animation: fade .8s linear 0s 1 forwards;
}

.news-list-line-box{
	transform: scale(0, 1);
}
.news-list.active .news-list-line-box{
	animation: line .5s linear 0s 1 forwards;
}

.news-list-show-box{
	transform: scale(1, 0);
	transform-origin: top;
}
.news-list.active .news-list-show-box{
	animation: line2 .8s linear .5s 1 forwards;
}

.news-page-b-title{
    animation: fade .8s linear 0s 1 forwards;
}

.news-page-show-title{
	animation: fade .8s linear .2s 1 forwards;
}
.news-page-show-date{
	animation: fade .8s linear .4s 1 forwards;
}
.news-page-img-box{
	animation: fade .8s linear .6s 1 forwards;
}
.edit-box.active{
	animation: fade .8s linear .6s 1 forwards;
}

.introduction-img-box{
	animation: fade .8s linear 0s 1 forwards;
}
.introduction-info-box,
.exhibition-box,
.guided-box{
	animation: fade .8s linear .2s 1 forwards;
}

.header-menu-list-box{
	transform: scale(1, 0);
	transition: all .3s linear;
	transform-origin: top;
}
.header-menu-list.open .header-menu-list-box{
	transform: scale(1, 1);

}

.banner-logo img{
	 filter: drop-shadow(0px 0px 0px #FFF);
	animation: img-led 1s linear 1.5s infinite alternate;
}

