/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #008974;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #008974;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

			body {
				margin: 0;
				font-family: "Microsoft Jhenghei", sans-serif;
			}
			
			#yangbanbox {
				position: relative;
				top: -51%;
			}
			
			#yangbanbox ul {
				position: absolute;
				clear: both;
			}
			
			#yangbanbox ul li {
				width: 33%;
				float: left;
				text-align: center;
			}
			
			#yangbanbox ul li a .font10 {
				width: 100%;
				height: 55px;
				line-height: 55px;
				position: absolute;
				left: 0;
				bottom: 0;
				font-size: 20px;
			}
			
			#yangbanbox ul {
				width: 64%;
				position: absolute;
				top: -16vh;
				margin-left: 18%;
			}
			
			#yangbanbox ul li {
				width: 33.33333%;
				float: left;
				position: relative;
				text-align: center;
				padding: 5px 30px;
			}
			
			#yangbanbox ul li img {
				width: 100%;
				transition: transform 1.2s;
			}
			#yangbanbox ul li img:hover{
				transform: scale(1.15);
			}
			
			#yangbanbox ul li .font {
				width: 100%;
				height: 55px;
				line-height: 55px;
				position: absolute;
				left: 0;
				bottom: 0;
				font-size: 20px;
			}
			
			#yangbanbox ul li .text {
				width: 145px;
				height: 75px;
				position: absolute;
				top: 91%;
				margin-left: -72.5px;
				margin-top: -57.5px;
				left: 50%;
				background-color: rgba( 255,255,255,0.5);
				line-height: 75px;
				color: #000;
				font-size: 18px;
				text-align: center;
				overflow: hidden;
				display: none;
			}
			
			.mobile-btn {
				display: none;
			}
			
			#top-img {
				margin-top: 70px;
			}
			
			.box4Ttx {
				visibility: visible;
				opacity: 0;
				/*background-color: rgba(255,255,255,0.8);*/
				text-align: left;
				
				position: absolute;
				left: 19%;
				top: 25%;
				width: 285px;
				/*padding: 40px 32px 50px;*/
				color: #a2a2a2;
				-webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 480ms, -moz-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 480ms;
				transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 480ms, -moz-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 480ms;
			}
			
			.box4Ttx p,
			.box4Ttx .more {
				opacity: 0;
				transform: translate(0px, 50px);
				-webkit-transform: translate(0px, 50px);
				*overflow: hidden;
			}
			
			.box4Ttx .zh {
				color: #009572;
				font-size: 26px;
				transition: 300ms ease 850ms;
				-webkit-transition: 300ms ease 850ms;
				letter-spacing: 3PX;
				font-family: "微软雅黑";
			}
			
			.box4Ttx .en {
				color: #009572;
				font-size: 22px;
				font-family: arial;
				text-transform: uppercase;
				line-height: 1.2;
				margin-bottom: 50px;
				transition: 300ms ease 1000ms;
				-webkit-transition: 300ms ease 1000ms;
				margin-top: 10px;
				letter-spacing: 3px;
			}
			
			.box4Ttx .c {
				text-indent: 2em;
				color: #333;
				font-size: 14px;
				height: 138px;
				margin-bottom: 20px;
				overflow: hidden;
				transition: 400ms ease 1250ms;
				-webkit-transition: 400ms ease 1250ms;
				text-align: left;
				font-family: "微软雅黑";
			}
			
			.box4Ttx .more {
				width: 128px;
				height: 40px;
				transition: 500ms ease 1450ms;
				-webkit-transition: 500ms ease 1450ms;
				float: right;
				margin-top: 34px;
			}
			
			.no-csstransitions .box4Ttx .more {
				overflow: hidden;
			}
			
			.box4Ttx,
			.m-active .box4Ttx {
				visibility: visible;
				opacity: 1;
			}
			
			.box4Ttx p,
			.box4Ttx .more,
			.box4Ttx p,
			.box4Ttx .more {
				opacity: 1;
				transform: translate(0px, 0px);
				-webkit-transform: translate(0px, 0px);
			}
			
			.ibox,
			.ibox {
				transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
				-webkit-transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
				opacity: 1;
			}
			
			.cube {
				height: 100%;
				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				-o-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				transform-style: preserve-3d;
				font-size: 14px;
			}
			/* Position the faces */
			
			.front {
				position: relative;
				height: 100%;
				-webkit-transform: translateZ(20px);
				-moz-transform: translateZ(20px);
				-o-transform: translateZ(20px);
				-ms-transform: translateZ(20px);
				transform: translateZ(20px);
				border: 1px solid #009572;
				color: #009572;
				width: 126px;
				height: 38px;
				text-align: center;
				line-height: 38px;
			}
			
			.flop {
				opacity: 0;
				position: relative;
				height: 100%;
				-webkit-transform: rotateX(-90deg) translateZ(-20px);
				-moz-transform: rotateX(-90deg) translateZ(-20px);
				-o-transform: rotateX(-90deg) translateZ(-20px);
				-ms-transform: rotateX(-90deg) translateZ(-20px);
				transform: rotateX(-90deg) translateZ(-20px);
				background-color: #009572;
				color: #fff;
				width: 128px;
				height: 40px;
				text-align: center;
				line-height: 40px;
			}
			/* Rotate the cube */
			
			.half:hover .cube {
				-webkit-transform: rotateX(90deg);
				-moz-transform: rotateX(90deg);
				-o-transform: rotateX(90deg);
				-ms-transform: rotateX(90deg);
				transform: rotateX(90deg);
			}
			
			.half:hover .flop {
				opacity: 1;
			}
			
			.trans,
			.cube {
				-webkit-transition: all .6s cubic-bezier(0.245, 0.145, 1.355, 1);
				-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
				-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
				-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
				transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
			}


.about-img{
	position: absolute;
				left: 38%;
				top: 18%;
				
}
.about-img img{
	width: 950px;
}
