html, body {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體";
	
}
#footer {
	position: fixed;
	z-index: 10000;
	right: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #FFF;
	padding: 10px;
	font-size: 10pt;
}
#footer .footer-declare {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#footer .footer-declare p {
	float: right;
	margin: 0px;
	padding: 0px;
}
#footer .footer-declare p span {
	float: left;
	margin-right: 15px;
}
#footer .footer-declare p span a {
	color: #FFF;
	text-decoration: none;
}







#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table, .slide.table {
    display: table;
    width: 100%;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fullPage-slidesNav li {
    display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
    background: #333;
}
#fullPage-nav span,
.fullPage-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fullPage-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.fullPage-tooltip.right {
    right: 20px;
}
.fullPage-tooltip.left {
    left: 20px;
}












/* 右侧导航 */
#fullPage-nav { _display: none; font-size: 12px;}
#fullPage-nav li { width: 120px; height: 21px; margin: 10px 0 0; vertical-align: middle;}
#fullPage-nav li a { float: right; width: 21px; height: 21px; color: #8F9DA4; text-decoration: none; text-align: right; background: url(../images/dot.png) 5px 5px no-repeat;}
#fullPage-nav li .active { background-position: 0 bottom;}
#fullPage-nav span { display: none;}
.fullPage-tooltip { float: left; top: 0; margin-right: 5px; font: 12px "Microsoft Yahei"; color: #8F9DA4; line-height: 21px;}


.section { position: relative; overflow: hidden;}
.section .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.section .bg img { display: block; width: 100%; height: 100%;}
.section h3 {
	margin: 0px;
	padding: 0px;
	
}




/* CSS3过度及动画 */
.active .p1 { opacity: 1; transition-delay: 1.7s;}


/*樣式1*/
.section .Style1 {
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
}
.active .Style1 { opacity: 1; -webkit-transform:scale(1, 1); transform:scale(1, 1); transition-delay: 0.7s;}


/*樣式2*/
.section .Style2 {
	position: absolute;
	opacity: 0;
	transition: all 1s;
}
.active .Style2 { margin-left: -60px; opacity: 1;  transition-delay: 0.7s;}

/*樣式3*/

.section3 .map3 {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	width: 700px;
	transition: all 1s;
	height: 700px;
	text-align: center;
	margin-top: -350px; 
}
.section3 .Style3 {
	position: absolute;
	left: 50%;
	top: 25%;
	margin-top: 50px;
	width: 500px;
	font-weight: normal;
	transition: all 1s;
}
.section3 .Style3  h3{
	margin-bottom: 20px;
}
.section3 .Style3  h2{
	margin-bottom: 10px;
}
.active .Style3 { margin-left: -550px;  opacity: 1; transition-delay: 0.7s;}
.active .map3 { margin-left: -50px;  opacity: 1; transition-delay: 0.7s;}


/*樣式4*/
.section4 .map4 {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -600px;
	transition: all 1s;
	top: 50%;
}
.section4 .Style4 { position: absolute; left: 90%; bottom: 20%; width: 450px; margin-left: 90px; opacity: 0; transition: all 1s;}
.section4 .Style4 h3{
	margin-bottom: 20px;
}
.section4 .Style4 h2{
	margin-bottom: 10px;
}

.active .map4 { margin-top: -250px;  left: 50%; opacity: 1; transition-delay: 0.7s;}
.active .Style4 { left: 50%; opacity: 1; transition-delay: 0.7s;}


/*樣式5*/
.bg51, .bg52, .bg53, .bg54 {
	position: absolute;
	z-index: 1;
	width: 210px;
	left: 50%;
	color: #fff;
	top: 25%;
}

.section5 h4 { margin-bottom: 12px; font-size: 23px; font-weight: 500;}
.section5 p {
	font-size: 14px;
}
.section5 span {
	height: 210px;
	width: 210px;
	text-align: center;
	float: left;
	line-height: 210px;
}
.section5 .bg51 {
	margin-left: -851px;
	opacity: 0;
	transition: all 1s;
}
.section5 .bg52 {
	margin-left: -403px;
	opacity: 0;
	transition: all 1s;
}
.section5 .bg53 {
	margin-left: 195px;
	opacity: 0;
	transition: all 1s;
}
.section5 .bg54 {
	margin-left: 645px;
	opacity: 0;
	transition: all 1s;
}
.active .bg51 { margin-left: -551px; opacity: 1; transition-delay: 0.7s;}
.active .bg52 { margin-left: -253px; opacity: 1; transition-delay: 0.7s;}
.active .bg53 { margin-left: 45px; opacity: 1; transition-delay: 0.7s;}
.active .bg54 { margin-left: 345px; opacity: 1; transition-delay: 0.7s;}


/*樣式6*/
.bg61, .bg62, .bg63, .bg64, .bg65, .bg66{
	position: absolute;
	z-index: 1;
	left: 50%;
	color: #fff;
	top: 10%;
}

.section6 .bg61 {
	margin-left: 0px;
	opacity: 0;
	transition: all 1s;
}
.section6 .bg62 {
	margin-left: 0px;
	opacity: 0;
	transition: all 1s;
}
.section6 .bg63 {
	margin-left: 0px;
	opacity: 0;
	transition: all 1s;
}
.section6 .bg64 {
	margin-left: 0px;
	opacity: 0;
	transition: all 1s;
}

.section6 .bg65 {
	margin-left: 0px;
	opacity: 0;
	transition: all 1s;
}
.section6 .bg66 {
	margin-left: 0px;
	opacity: 0;
	transition: all 1s;
}
.section6 .Style6 {
	position: absolute;
	bottom: 10%;
	width: 100%;
	opacity: 0;
	transition: all 1s;
	text-align: center;
}
.section6 .Style6 p {
	width: 700px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
		
}


.active .bg61 { margin-left: 240px; opacity: 1; transition-delay: 0.7s;}
.active .bg62 { margin-left: 120px; opacity: 1; transition-delay: 0.7s;}
.active .bg63 { margin-left: 0px; opacity: 1; transition-delay: 0.7s;}
.active .bg64 { margin-left: -120px; opacity: 1; transition-delay: 0.7s;}
.active .bg65 { margin-left: -240px; opacity: 1; transition-delay: 0.7s;}
.active .bg66 { margin-left: -360px; opacity: 1; transition-delay: 0.7s;}
.active .Style6 { margin-left: 0px; opacity: 1; transition-delay: 0.7s;}




/*樣式7*/
.bg71{
	position: absolute;
	z-index: 1;
	left: 50%;
	color: #fff;
	top: 0%;
	width: 1200px;

}

.section7 .bg71 {
	margin-left: 0px;
	opacity: 0;
	transition: all 1s;
	left: 50%;
	margin-left: -600px; 
}

.section7 .Style7 {
	position: absolute;
	bottom: 8%;
	width: 100%;
	opacity: 0;
	transition: all 1s;
	text-align: center;
	z-index: 100;
}
.section7 .Style7 p {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;

		
}


.active .bg71 { margin-top: 60px; opacity: 1; transition-delay: 0.7s;}
.active .Style7 {
	margin-left: 10px;
	opacity: 1;
	transition-delay: 0.7s;
	
}
