body{
	margin:0px;
	padding:0px;
	background: #fef3e0;
	font-family:"微軟正黑體","Microsoft JhengHei","儷黑 Pro","LiHei Pro Medium",Verdana, Arial, Helvetica,sans-serif;
}
.main-txt{
	font-size:14pt;
	line-height:1.6em;
}
.main-txt p{
	padding:0 0 0.6em 0;
	text-align: justify;
}

.main-txt .ll{
	font-size: 1.3em;
}
.main-txt .ww{
	font-weight: bolder;
}

.main-txt h3{
	font-size: 1.4em;
}


/***************/

.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #027bc1;
	z-index: 999;
	
}
.loader img{
	display: block;
	margin: 0 auto;
	margin-top: 20%;
}


/***************/

.front-anime{
	position: fixed;
	width: 100%;
	min-width: 800px;
	height: 100%;
	top:0%;
	background: url(images/front/bg0.png) center top;
	background-size: cover;
	z-index: 15;
}
.front-anime .cut1{
	width: 150%;
	height: 100%;
	position: absolute;
	top:0;
	left: -150%;
	background: url(images/front/cut1.png) right top no-repeat;
	background-size: cover;
	
	transition: all 3.5s ease 1s;
	z-index: 2;
}
.front-anime .cut1-move{
	left: 20%;
}
.front-anime .cut1-2{
	width: 150%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: url(images/front/cut1.2.png) right top no-repeat;
	background-size: cover;
	z-index: 1;
	
	transition: all 0s ease 2.5s;
	opacity: 0;
}
.front-anime .cut1-2-show{
	opacity: 100;

}

.front-anime .cut2-1{
	width: 100%;
	height: 33%;
	position: absolute;
	top:0;
	right:-100%;
	background: url(images/front/cut2-1.png) right top no-repeat;
	background-size:contain;
	
	transition: all 1s ease 3.5s;
	z-index: 3;
}
.front-anime .cut2-2{
	width: 100%;
	height: 33%;
	position: absolute;
	top:33%;
	right:-100%;
	background: url(images/front/cut2-2.png) right top no-repeat;
	background-size:contain;
	
	transition: all 1s ease 4.5s;
	z-index: 3;
}
.front-anime .cut2-3{
	width: 100%;
	height: 33%;
	position: absolute;
	top:66%;
	right:-100%;
	background: url(images/front/cut2-3.png) right top no-repeat;
	background-size:contain;
	
	transition: all 1s ease 5.5s;
	z-index: 3;
}
.front-anime .cut3{
	width: 100%;
	height: 110%;
	position: absolute;
	top:100%;
	background: url(images/front/cut3.png) center top no-repeat;
	background-size:cover;
	
	transition: all 1s ease 9.5s;
	z-index: 4;
}
.front-anime .cut3-move{
	top:-10%;
}

.front-anime .cut2-move{
	right: 0%;
}

.front-anime .cut3-1{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom:-100%;
	background: url(images/front/cut3-1.png) center top no-repeat;
	background-size:contain;
	
	transition: all 1s ease 10.5s;
	z-index: 7;
}
.front-anime .cut3-1-move{
	bottom:0%;
}
.front-anime .cut3-2{
	width: 100%;
	height: 100%;
	position: absolute;
	
	background: url(images/front/cut3-2.png) center top no-repeat;
	background-size:90%;
	
	opacity: 0;
	
	transition: all 1s ease 11.5s;
	z-index: 5;
}
.front-anime .cut3-2-move{
	opacity: 100;
}

.front-anime{
	transition: all 1.5s ease 13.5s;
}
.front-anime-move{
	top:-110%;
}

#main-content{
	display: none;
}

/***************/

.wrapper{
	width: 100%;
	margin:0 auto;
}

.container{
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	margin: 0 auto;
}

/********/

.header{
	position: relative;
	background: url(images/head.png) center top no-repeat;
	/*background-position-y: -30px;*/
	padding-top: 50px;
}

.header .title{
	display: block;
	margin: 0 auto;
	max-width: 1000px;
}

.header .ff{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url(images/y-hh.png) center top;
	height: 20px;
}

.intro{
	background: url(images/y-bg.png) center top;
	padding: 40px 0 40px 0;
}
.intro .book{
	display: inline-block;
	margin-left: 10%;
	width: 30%;
	vertical-align: top;
}
.intro .book p{
	margin-left: 8%;
	font-size: 15pt;
}

.intro .book a.btn{
	margin: 0 auto;
}
.intro .txt{
	display: inline-block;
	width: 45%;
	padding-left: 4%;
	vertical-align: top;
	padding-top: 2%;
	
	color: #004679;
}

.good{
	position: relative;
}
.good .hh{
	width: 100%;
	height: 20px;
	background: url(images/y-ff.png) center top;
}
.good .ff{
	width: 100%;
	height: 20px;
	background: url(images/y-hh.png) center top;
	margin-top: 40px;
}

.good ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding: 0 4% 0 6%;
}
.good .title{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.good ul li{
	display: inline-block;
	width: 24%;
}

.good2{
	background: url(images/y-bg.png) center top;
	padding: 20px 0 40px 0;
}

.good2 .pic{
	display: block;
	margin: 0 auto;
}

.good2 .txt{
	margin-top: 10px;
	margin-left: 26%;
	margin-right: 6%;
}
.good2 .nn{
	color:#004679;
}
.good2 .tap{
	display:table;
	font-size: 13pt;
	line-height: 13pt;
	padding: 12px;
	background: #018fa7;
	margin-bottom: 12px;
	width: auto;
	color: #FFFFFF;
	font-weight: bolder;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.bv .hh{
	width: 100%;
	height: 20px;
	background: url(images/y-ff.png) center top;
}
.bv .title{
	width: 100%;
	background: url(images/mv-titlebg.png);
	height: 120px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.bv .title img{
	display: block;
	margin: 0 auto;
}
.bv .content{
	width: 800px;
	height: 420px;
	margin: 0 auto;
	border: 5px solid #FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.au{
	padding-top: 50px;
}

.au .pic{
	display: inline-block;
	width: 40%;
	margin-left: 8%;
	vertical-align: top;
}
.au .pic img{
	width: 100%;
}
.au .txt{
	display: inline-block;
	width: 38%;
	margin-left: 5%;
	margin-right: 8%;
	vertical-align: top;
	color: #004679;
}

.au .talk-txt{
	background: #188d9f;
	color:#fef3e0;
	padding: 30px 0 30px 0;
	margin-top: 30px;
}
.au .talk-txt .container{
	position: relative;
	max-width: 1000px;
}
.au .talk-txt .content{
	width: 82%;
	margin: 0 auto;
}
.au .talk-txt .pop{
	position: absolute;
	left: 2%;
	top:-150px;
	z-index: 3;
}

.footer{
	background: #00a9be;
}

.mobile-container img{
	display: block;
}
.mobile-container .book{
	text-align: center;
	background: #fae918;
	font-size: 14pt;
	font-weight: bolder;
	padding-bottom: 30px;
}
.mobile-container .book img{
	display: block;
	margin: 0 auto;
}
.mobile-container a.btn{
	margin: 0 auto;
	margin-top: 10px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 14pt;
}

/***************/

a.btn{
	display:block;
	width:160px;
	height:30px;
	text-align: center;
	text-decoration: none;
	/*background: #861439;*/
	color:#000000;
	font-size: 13pt;
	margin-top:12px;
	line-height: 30px;
	border:2px solid #000000;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

a.btn:hover{
	background: #000000;
	color:#dbe5d7;
}

/***************/

.menu{
	width: 100%;
	height: 50px;
	background: url(images/menu.jpg);
	border-bottom: 2px solid #FFFFFF;
	position: fixed;
	z-index: 9;
	
	min-width: 1000px;
}

.menu ul{
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu ul li{
	display: block;
	float: left;
	text-align: center;
	background: #00558c;
	height: 50px;
}
.menu ul li.col1{
	width: 30%;
	background: #00639d;
}
.menu ul li.col2{
	width: 30%;
}
.menu ul li.col3{
	width: 40%;
	background: #004679;
}
.menu ul li a{
	display: block;
	font-size: 16pt;
	line-height: 50px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bolder;
}
.menu ul li:hover{
	background: #d13a54;
	cursor: pointer;
}

/*************/


@media screen and (min-width: 481px) {
	
	.mobile-container{
		display: none;
	}
}

@media screen and (max-width: 480px) {
	
	.normal-container{
		display: none;
	}
}


/********/

#gotop {
	width: 60px;
	height: 60px;
	opacity: 0.8;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background: url(images/top.png) no-repeat;
	background-size: contain;
	z-index: 99;
	opacity: 0.5;
}


/********/

.btcf:after {
    content:"";
    display:table;
    clear:both;
}