
/* bace */
body {
	background-color: #fff;
}
h4 {
	margin-top: 3rem;
	line-height: 100%;
	color: #7C0000;
}

h5 {
	color: #bab58d;
	font-weight: 100;
	font-size: 15px;
	line-height: 100%;
	margin: 0;
}

a {
	text-decoration: none;
}

/* base */
.wrap {
	background-color: #fff;
	height: 100%;
	width: 100% padding:0;
}


/* top */
.top {
	height: 44px;
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 4px #eee;
	display: none;
}

.top-left {
	width: 25%;
}

.btn-back {
	display: block;
	width: 64px;
	height: 28px;
	line-height: 28px;
	background-color: #f1f1f1;
	border-radius: 14px;
	text-align: center;
	margin-left: 12px;
}

.btn-back a {
	color: #999;
}

.top-title {
	width: 50%;
	text-align: center;
	font-size: 18px;
}

.top-right {
	width: 25%;

}

/*  */


.btn-wrap {
	width: 90%;
	margin: 0 5%;
	background-color: #f1f1f1;
}

.w-btn {
	width: 100%;
	border-radius: 4px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: 0;
	color: #fff;
	background-color: #B08962;
}



/* index */

#hello {
	background: #f0ece7 url(images/hello-bg.jpg) no-repeat center top;
	/* 17A2B8 */
	background-size: 100%;
	text-align: center; 
}


.hello-picbox {
	position: relative;
	height: 22rem;
	margin-top: 40px;
	text-align: center;
}

#pic-bg {
	position: absolute;
	width: 72%;
	height: auto;
	left: 14%;
	right: 14%;
	z-index: 0;
	animation: mymove2 5s infinite;
	-webkit-animation: mymove2 60s infinite;
	/* Safari and Chrome */
	/* -webkit-transform:rotate(360deg);
				transform:rotate(360deg);
				-webkit-transition:-webkit-transform 1s linear;
				transition:transform 1s linear; */
}

@keyframes mymove2 {
	50% {
		transform: rotate(180deg);
	}
}

@-webkit-keyframes mymove2 {

	/* Safari and Chrome */
	50% {
		transform: rotate(180deg);
	}
}

#h-txt {
	width: 70%;
	z-index: 100;
	position: relative;
	margin: 0 15%;
	padding-top: 13vh;

}

#h-txt h2 {
	font-weight: 700;
	color: #222;
}

#h-txt h4 {
	color: #7C0000;
	font-weight: 700;
	line-height: 2;
	margin-top: 1rem;
}

.btn-group {

	position: relative;
	z-index: 100;
}

.btn-group a {
	display: inline-block;
	width: 100%;
}

.btn-group a img {
	width: 100%;
}

#add-lt {
	height: 50px;
	padding: 0 50px;
	border: 1px solid #09404B;
	border-radius: 4px;
	margin-bottom: 20px;
	background-image: linear-gradient(to bottom, #05606a, #09404b);
}

#h-txt {
	position: relative;
	/* 
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite; */
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	/* Safari 和 Chrome */
	/* 	-webkit-animation: mymove 5s infinite;
	-webkit-animation-direction: alternate; */
	/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
}

@keyframes mymove {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}
}

#hello-foot {
	width: 80%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#hello-foot img {
	width: 100%;
}

#hello-wrap {
	position: relative;
	height: 100%;
}

/* booking */







/* device */







/* hall */




/* donation */
