@charset "utf-8";
/* CSS Document */
img{
	border: 0;
}
h1 {
	margin: 0;
}
h2{
	font-size: 80px;
	line-height: 80px;
	color: #494949;
	padding-left: 20px;
	margin-bottom:30px;
}

body{
	font-family: Helvetica, Arial, STHeiti, "Microsoft JhengHei", "微軟正黑體", sans-serif;
	color: #333333;
	font-size: 16px;
	text-decoration: none;
	line-height: 28px;
}

header{
	width: 100%;
	height:80px;
	box-shadow:0 3px 10px rgba(34, 25, 25, 0.5);
	-moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.5);
	-webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.5);
	position: fixed;
	z-index: 200;
	background-color: #FFFFFF;
	opacity: 0.95;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #be0817;
}
@media (max-width: 1060px){
    header{
    	width: 100%;
    	height:50px;
    	        box-shadow: 0px 8px 10px rgba(34, 25, 25, 0.5);
    	   -moz-box-shadow: 0px 8px 10px rgba(34, 25, 25, 0.5);
    	-webkit-box-shadow: 0px 8px 10px rgba(34, 25, 25, 0.5);
    }
}
.site-logo {
	margin-top: 10px;
    margin-bottom: 0;
    margin-left: 20px;
    display: inline-block;
    position: absolute;
    z-index: 201;
  cursor: pointer;
}
.site-logo a img{
	width:266px;
	height:53px;
}

.nav > li > a {
  padding-top:20px;
  height:70px;
  cursor: pointer;
  font-weight:600;
}
@media (max-width: 1060px){
    .site-logo {
    	margin-top: 4px;
        margin-bottom: 0;
        margin-left: 10px;
    }
    .site-logo a img{
    	width:200px;
    	height:40px;
    }
    .nav > li > a {
    	padding-top:10px;
      height:40px;
      cursor: pointer;
    }
}
#menu {
	height: 72px;
	display: block;
	background:#FFFFFF;
	overflow: hidden;
	width: 100%;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu li {
	float: right; /* 菜单子元素的内容超出不可见 */
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 72px;
}
#menu li a { /* 必须是相对定位  */
	position: relative;
	display: block;
	width: 120px;
	height: 72px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: pointer;
	color:#333
}
#menu li a span { /* 所有层将使用绝对定位 */
			position: absolute; left: 0; width: 120px; }
#menu li a span.out { top: 0px; }
#menu li a span.over,  .menu li a span.bg { /* 起初.over层和.bg层相对a元素-72px以达到隐藏 */  
			top: -72px; background: #be0817; color:#FFF; }
#menu li.on {
	background: #be0817;
	color:#FFF;
	width: 120px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

#intro{
	height: auto;
	background-image: url(../images/firstBG.jpg);
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;	
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	min-height:650px;
	padding:6em 0;
}

#second{
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(../images/secondBG.jpg);
	background-position: 50% 0px;
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding: 6em 0 10em 0;
	width: 100%;
}


#third{
	background-image: url(../images/thirdBG.jpg);
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;	
	background-attachment: fixed;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	padding: 6em 0;
}
#fourth{
	background: #fff;
	/*height: auto;*/
	padding: 6em 0;
	width: 100%;
}

#fifth{
	background-image: url(../images/fifthBG.jpg);
	background-attachment: fixed;
	height: auto;
	background-color: #242424;
	background-position: 50% 0px;
	padding: 6em 0;
}
.slogan{
	display: block;
	margin-top:150px;
}
.slogan h4{
	margin-right: auto;
	margin-left: auto;
	margin-top:1em;
	text-align:center;
	font-family:"Myriad Pro";
	font-size:30px;
	color:#bcbcbc;
	font-weight:700;
}
.slogan p{
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	font-size:18px;
	color:#333;
	font-weight:700;
}
.slogan span.pc{
	display:block;
	margin:0 auto;
}
.slogan span.pc img{
	margin:0 auto;
	text-align:center
}
.slogan span.phone{
	display:none;
	margin:0 auto;
}
.slogan span.phone img{
	margin:0 auto;
	text-align:center
}
.content-main{
    width: 100%;
	margin:0 auto;
	padding:0 15px;
}


.company{
	font-size: 20px;
	color: #999;
	/*margin-top: 140px;*/
	margin-top: 100px;
	font-weight: bold;
	padding-bottom: 20px;
}
.company span{
	display:inline-block;
	margin:5px 0;
}

.company a:link,.company a:visited{
	color: #000;
	text-decoration:none;
	padding-bottom: 2px;
	background-image: none;
	transition:all 0.2s ease-out 0s;
}
.company a:hover{
	color: #000;
	text-decoration:none;
	padding-bottom: 2px;
	background-image: url(../images/w_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	transition:all 0.2s ease-out 0s;
}
.about-box{
	float:right;
	display:block;
	width: 41.66666667%;
	margin-top:-120px;
}
.about-left{
	float: left;
	position: relative;
    width: 58.33333333%;
    table-layout:fixed;
    word-wrap:break-word;
    text-align:justify;
    text-overflow:ellipsis;
}
@media (max-width: 1200px){
	.about-box{
	float:right;
	display:block;
	width: 50%;
}
.about-left{
	float: left;
	position: relative;
    width: 50%;
}
}
/* about 圖像設定 */
.box-hide{
	position: absolute;
	opacity:0;
	transition:all 0.2s ease-out 0s;
}
.box-hide:hover{
	opacity:1;
	transition:all 0.2s ease-out 0s;
}
.box-show{
	position: absolute;
	opacity:1;
	transition:all 0.2s ease-out 0s;
}
.about-1:hover .box-show{
	opacity:0;
	transition:all 0.2s ease-out 0s;
}
.about-2:hover .box-show{
	opacity:0;
	transition:all 0.2s ease-out 0s;
}
.about-3:hover .box-show{
	opacity:0;
	transition:all 0.2s ease-out 0s;
}
.about-4:hover .box-show{
	opacity:0;
	transition:all 0.2s ease-out 0s;
}

.about-1{
	width:198px;
	height:198px;
	position: absolute;
	z-index: 2;
	right: 290px;
	top: 15px;
	transition:all 0.2s ease-out 0s;
	cursor: pointer; 
}
.about-1:hover{
   right: 290px;
   top: 0px;
   transition:all 0.2s ease-out 0s;
}

.about-2{
	/*width: 200px;
	height: 200px;*/
	width: 198px;
	height: 198px;
	position: absolute;
	z-index: 2;
	right: 70px;
	top: 140px;
	cursor: pointer; 
	transition:all 0.2s ease-out 0s;
}
.about-2:hover{
	right: 70px;
	top: 125px;
	transition:all 0.2s ease-out 0s;
}

.about-3{
	/*width: 200px;
	height: 200px;*/
	width: 198px;
	height: 198px;
	position: absolute;
	z-index: 2;
	right: 340px;
	top: 240px;
	cursor: pointer; 
	transition:all 0.2s ease-out 0s;
}
.about-3:hover{
	right: 340px;
	top: 225px;
	transition:all 0.2s ease-out 0s;
}

.about-4{
	/*width: 200px;
	height: 200px;*/
	width: 198px;
	height: 198px;
	position: absolute;
	z-index: 2;
	right: 160px;
	top: 380px;
	cursor: pointer; 
	transition:all 0.2s ease-out 0s;
}
.about-4:hover{
	right: 160px;
	top: 365px;
	transition:all 0.2s ease-out 0s;
}
@media only screen and (max-width: 1380px) {
.about-1{
	right: 250px;
	top: 15px;
}
.about-1:hover{
   right: 250px;
   top: 0px;
}

.about-2{
	right: 30px;
	top: 140px;
}
.about-2:hover{
	right: 30px;
	top: 125px;
}

.about-3{
	right: 300px;
	top: 240px;
}
.about-3:hover{
	right: 300px;
	top: 225px;
}

.about-4{
	right: 120px;
	top: 380px;
}
.about-4:hover{
	right: 120px;
	top: 365px;
}
}
.service-box{
	float: left;
	z-index: 2;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	width:25%;
	display:block;
	margin:1em auto;
    cursor: pointer;
}
.service-box span{
	display:block;
}
.service-box img{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	max-width:255px;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
}
.service-box img:hover{
	-moz-transform:translateY(10px);
-webkit-transform:translateY(10px);
-o-transform:translateY(10px);
-ms-transform:translateY(10px);
transform:translateY(10px);
    overflow: hidden;
}
.service-box h3{
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	/*margin-bottom:10px;*/
}
.service-box p{
    margin-top:14px;
}

.service-box1-jp{
	float: left;
	width: 206px;
	background-image: url(../images/jp/service01.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	padding-top: 270px;
	margin-right: 68px;
}
.service-box2-jp{
	float: left;
	width: 206px;
	background-image: url(../images/jp/service02.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	padding-top: 270px;
	margin-right: 68px;
}
.service-box3-jp{
	float: left;
	width: 206px;
	background-image: url(../images/jp/service03.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	padding-top: 270px;
	margin-right: 68px;
}
.service-box4-jp{
	float: left;
	width: 206px;
	background-image: url(../images/jp/service04.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	padding-top: 270px;
	margin-right: 68px;
}

.service-box1-en{
	float: left;
	width: 200px;
	background-image: url(../images/en/service01.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	padding-top: 200px;
	margin-right: 70px;
}
.service-box2-en{
	float: left;
	width: 200px;
	background-image: url(../images/en/service02.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	padding-top: 200px;
	margin-right: 70px;
}
.service-box3-en{
	float: left;
	width: 200px;
	background-image: url(../images/en/service03.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	padding-top: 200px;
	margin-right: 70px;
}
.service-box4-en{
	float: left;
	width: 200px;
	background-image: url(../images/en/service04.png);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 2;
	height: auto;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	padding-top: 200px;
	margin-right: 70px;
}
.work{
	height: 280px;
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.work-box{
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.work-box ul{
	padding: 0px;
	margin: 0px;
	text-align:center;
}
.work-box ul li{
	float: left;
	height: 280px;
	width: 260px;
	list-style-type: none;
	margin:0 10px;
	overflow: hidden;
}
span.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
.work-box ul li img{
   transition: all 0.5s ease-in-out;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;

}
.work-box ul li:hover img{
   -webkit-transform: scale(1.1) rotate(0deg); -moz-transform: scale(1.1) rotate(0deg); -o-transform: scale(1.1) rotate(0deg); -ms-transform: scale(1.1) rotate(0deg);
    overflow: hidden;
}
.work-box ul li h4{
	padding: 0px;
	text-align: center;
	font-weight:700;
	margin-bottom:5px;
}
.work-box ul li p{
	font-size: 15px;
	line-height: 24px;
	color: #666;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.work .arrow{
	height:100px;
	width:54px;
	cursor:pointer;
	z-index:3;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	margin-top: 70px;
	position: absolute;
}

.work .previous{
	background-position:left top;
	left: 6px;
	float: left;
	margin-right: 30px;
	left:30px;
}
.work .previous:hover{ background-position:left bottom;}
.work .next{
	background-position:right top;
	right: 6px;
	float: right;
	margin-left: 30px;
	right:30px;
}
.work .next:hover{ background-position:right bottom;}
.work-nav{
	text-align: center;
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.work-nav span{
	display:inline-block;
	margin:5px 0;
}
.work-nav .on{
	color: #000;
	text-decoration:none;
	background-image: url(../images/w_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px;
}
.work-nav a{
	color: #000;
	text-decoration:none;
	padding-bottom: 2px;
	background-image: none;
}

.work-nav a:hover{
	color: #000;
	text-decoration:none;
	padding-bottom: 2px;
	background-image: url(../images/w_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	transition:all 0.2s ease-out 0s;
}
.contact{
	color: #FFFFFF;
	line-height: 34px;
	padding-right: 30px;
	float: left;
	width: 60%;
}
.contact a{
	color: #FFFFFF;
}

.contact-map{
	float: left;
	width: 40%;
	height: 240px;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
	background-position: center center;
}

.contact-map:hover{
	float: left;
	height: 240px;
	background-image: url(../images/map_over.png);
	background-repeat: no-repeat;
}

.copyright{
	font-size: 13px;
	color: #7b7b7b;
	text-align: center;
	background-color: #000000;
	padding: 1em 0;
	width: 100%;
	clear: both;
}
/*
#back-top {
    position: fixed;
    bottom: 50px;
    right:10px;
    opacity:1;
    z-index: 9999;
}
#back-top a:hover {
    display:block;
    opacity:0.75;
    text-align:center;
}
#back-top span {
    display: block;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
*/


#back-top {
    position: fixed;
    bottom: 10px;
    right: 1%;
    background: url(../images/top.png) no-repeat 0px 0px;
    width: 34px;
    height: 34px;
    opacity:0.85;
    z-index: 9999;
}
#back-top a {
    display:block;
    width: 34px;
    height: 34px;
    text-align:center;
}
#back-top span {
    display: block;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

/* pagetop-btn
----------------------------------------------------------*/
#page-top {
  bottom: -200px;
  position: fixed;
  right: 20px;
  z-index: 1; }
  #page-top:hover {
    opacity: 0.6;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
@media only screen and (max-width: 750px) {
  #page-top {
    bottom: -200px;
    position: fixed;
    right: 10px;
    z-index: 1;
  }
}



@media (max-width: 1024px){
.about-box{
	float:left;
	width: 100%;
	text-align:center;
	margin:1em 0;
}
.about-left{
	float: none;
   width: 100%;
}
.about-1{
	position: relative;
	float:left;
	right: 0px;
	top: 0px;
	width:25%;
    text-align:center;
}
.about-1:hover{
	position: relative;
	float:left;
	right: 0px;
	top: 0px;
    text-align:center;
}
.about-1-jp{
	width: 200px;
	background-image: url(../images/jp/about01.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 290px;
	top: 15px;
    transition:all 0.2s ease-out 0s;
}
.about-1-jp:hover{
	width: 200px;
	background-image: url(../images/jp/about01_over.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 290px;
	top: 0px;
	cursor: pointer; 
	transition:all 0.2s ease-out 0s;
}
.about-1-en{
	width: 200px;
	background-image: url(../images/en/about01.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 290px;
	top: 15px;
	transition:all 0.2s ease-out 0s;
}
.about-1-en:hover{
	width: 200px;
	background-image: url(../images/en/about01_over.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 290px;
	top: 0px;
	cursor: pointer; 
transition:all 0.2s ease-out 0s;
}
.about-2{
position: relative;
	float:left;
	right: 0px;
	top: 0px;
	width:25%;
    text-align:center;
}
.about-2:hover{
position: relative;
	float:left;
	right: 0px;
	top: 0px;
    text-align:center;
}

.about-2-jp{
	width: 200px;
	background-image: url(../images/jp/about02.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 70px;
	top: 160px;
	transition:all 0.2s ease-out 0s;
}
.about-2-jp:hover{
	width: 200px;
	background-image: url(../images/jp/about02_over.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 70px;
	top: 145px;
	cursor: pointer; 
	transition:all 0.2s ease-out 0s;
}
.about-2-en{
	width: 200px;
	background-image: url(../images/en/about02.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 70px;
	top: 160px;
}
.about-2-en:hover{
	width: 200px;
	background-image: url(../images/en/about02_over.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 70px;
	top: 145px;
	cursor: pointer; 
	transition:all 0.2s ease-out 0s;
}
.about-3{
	position: relative;
	float:left;
	right: 0px;
	top: 0px;
	width:25%;
    text-align:center;
}
.about-3:hover{
	position: relative;
	float:left;
	right: 0px;
	top: 0px;
    text-align:center;
}
.about-3-jp{
	width: 200px;
	background-image: url(../images/jp/about03.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 240px;
	top: 340px;
	transition:all 0.2s ease-out 0s;
}
.about-3-jp:hover{
	width: 200px;
	background-image: url(../images/jp/about03_over.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 240px;
	top: 325px;
    cursor: pointer; 
}
.about-3-en{
	width: 200px;
	background-image: url(../images/en/about03.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 240px;
	top: 340px;
	transition:all 0.2s ease-out 0s;
}
.about-3-en:hover{
	width: 200px;
	background-image: url(../images/en/about03_over.png);
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	z-index: 2;
	right: 240px;
	top: 325px;
    cursor: pointer; 
	transition:all 0.2s ease-out 0s;
}
.about-4{
	position: relative;
	float:left;
	right: 0px;
	top: 0px;
	width:25%;
    text-align:center;
}
.about-4:hover{
	position: relative;
	float:left;
	right: 0px;
	top: 0px;
    text-align:center;
}
.company{
	margin-top: 3.5em;
    padding-bottom: 10px;
}

}

@media (max-width: 768px){
.service-box{
	width:50%;
	height:480px;
}
.contact{
	width:100%;
	float:none;
	margin-bottom:2em;
	padding-right:0;
	}
.contact-map{
	width:100%;
	float:none;
}
}
@media (max-width: 640px){
h2{
	font-size: 60px;
	line-height: 60px;
	color: #494949;
	padding-left: 20px;
	margin-bottom:30px;
}
#second, #third, #fourth, #fifth{
	padding: 3em 0;
}
#intro{
	padding: 5em 0;
	min-height:450px;
}
.service-box{
	width:50%;
	height:430px;
	margin:1em auto;
	/*height:390px;*/
}

.slogan{
	margin-top:80px;
}
.slogan p{
	font-size:16px;
}
.slogan h4{
	font-size:26px;
}
.work-nav{
	text-align: left;
}
}
@media (max-width: 580px){
.about-1{
	width:25%;
	height: 130px;
}
.about-2{
	width:25%;
	height: 130px;
}
.about-3{
	width:25%;
	height: 130px;
}
.about-4{
	width:25%;
	height: 130px;
}
}
@media (max-width: 480px){
    h2{
    	font-size: 50px;
    	line-height: 50px;
    	margin-bottom:20px;
    }

.company{
	font-size: 18px;
}
.service-box{
	width:100%;
	float:none;
	height:auto;
	margin-bottom:3em;
	/*margin-bottom:2em;*/
}
.service-box p{
    margin-top:10px;
}
.slogan span.pc{
	display:none;
}
.slogan span.phone{
	display: block;
	max-width:250px;
}
}
