﻿body {
	font-size: 12pt;
	color:rgb(40,50,60);
	background-color:rgb(200,200,200);
	font-family:'Arial','微軟正黑體';
	background-attachment: fixed; 
	background-size: 100% 100%;
	background-image: url('../images/b.jpg');
	background-repeat: no-repeat; 
	background-position: center center;
}

.page {
	width:1000px;
	box-shadow:0 0 2px 2px gray;
	margin: 0 auto 0 auto;
	background-color:rgb(255,255,255);
	overflow:auto;
	border: 0px solid gray;
	height:100%;
	background-image: url(../images/navbg.jpg);	
}

header {
	background-image: url('../images/headerbg.jpg');
	height: 250px;
	margin: 0 auto 0 auto;
	text-align: center;
}

nav{ 
	overflow:hidden; 
	list-style:none; 
	margin:0 auto 0 auto;	
	background-color: black;
	height: 40px;
	position: relative;
}
nav ul{
	list-style-type:none;
	text-align: center;
	padding: 0 30px;
	position: absolute;
	bottom: 5px;
	margin:0 auto 0 auto;	
	
}

nav ul li{ 
	border: 0px solid gray;
	display: inline-block;
	width: 150px;
}

nav ul li a{
	text-decoration: none;
	color: gray;
	font-weight: bold;
	font-size: 16pt;
	-moz-transition: all .2s ease-out;
	-webkit-transition:  all .2s ease-out;
	-o-transition:all .2s ease-out;
	-ms-transition: all .2s ease-out;
}
	
nav ul li a:hover{ 
	color: rgb(166,83,0); 
	font-size: 18pt;	
}

.wrap{
	display: table;
}

.mask{ 
	height:200px; 
	overflow:hidden; 
	border:solid 0px #999; 
	float:left; 
	margin: 5px;	
}

.boxWrap{
	width: 240px;
	-moz-transition:margin-top .5s ease-out;
	-webkit-transition:margin-top .5s ease-out;
	-o-transition:margin-top .5s ease-out;
	-ms-transition:margin-top .5s ease-out;
}

.boxWrap:hover{ 
	margin-top:-200px;
}

.boxWrap h1{ 
	font-size:17px; 
	color:#000;
}

.box1,.box2{ 
	padding:10px; 
	background-color: rgba(255,255,255,0.6);
	color:#666; 
	height:200px;
}

.nav{
	width: 20%;
	float: left;
	font-size: 14pt;
	border: 0px solid gray;
	margin-left: 2px;
	margin-top: 10px;
	min-height: 501px;	
}

.nav ul{
	list-style-type:none;
	padding: 0;
	margin-left: 10px;
}

.li1{
	background-image: url(../images/span.png);
	background-repeat: no-repeat; 
	font-weight: bold;
	margin-bottom: 10px;
}

.li2{
	-moz-transition:margin-left .5s ease-out;
	-webkit-transition:margin-left .5s ease-out;
	-o-transition:margin-left .5s ease-out;
	-ms-transition:margin-left .5s ease-out;
}

.li2:hover{
	margin-left: 10px;
}

.nav ul li a{
	text-decoration: none;
	color: black;
	display:block;
}

.content{
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;


}

.content1{
	float: right;
	width: 77%;
	border-left: 2px ridge gray; 
	padding-left: 10px;
	padding-right: 10px;
}

.title{
	background-image: url('../images/h1.png');
	background-repeat: no-repeat;
	height: 87px;
	line-height: 87px;
	color: black;
}

.title01{
	background-repeat: no-repeat; 
	background-image: url('../images/title01.png');
	padding-left: 25px;
}

footer{
	background-color: rgb(128,108,92);
	min-height: 50px;
	text-align: center;
	clear: both;
	width: 100%;
	font-size: 10pt;	
}

footer a{
	text-decoration: none;
	color:rgb(40,50,60);
}

footer a:hover{
	text-decoration: none;
	color: white;
}

.feature img{
	border: 1px solid gray;
	padding: 5px;
	background-color: gray;
}

.new{
	margin: 0 auto;
	width: 596px;
}

.top{
	text-align: right;
}

.top a{
	text-decoration: none;
	color: black;
}

.top a:hover{
	color: gray;
}

.top img{
	border: 0px solid gray;
	background: none;
	padding: 0px;
}

.box0{
	width: 203px;
	height: 501px;
	overflow:hidden; 
	border-radius: 10px;
}

.box {

  width: 1017px;
  height: 501px; 
  text-align: center;
  -webkit-animation: 30s double infinite;
  animation: 30s double infinite;
  background-image: url('../images/show.jpg');
}

.box:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes double {
  from{
	margin-left: 0px;
  }
  12% {
	margin-left: -203px;
  }
  24% {
	margin-left: -406px;
  }
  36% {
	margin-left: -608px;
  }
  48% {
	margin-left: -810px;
  }
  60% {
	margin-left: -608px;
  }
  72% {
	margin-left: -406px;
  }
  84% {
	margin-left: -203px;
  }
  to {
	margin-left: 0px;
  }
}

@keyframes double {
  from{
	margin-left: 0px;
  }
  12% {
	margin-left: -203px;
  }
  24% {
	margin-left: -406px;
  }
  36% {
	margin-left: -608px;
  }
  48% {
	margin-left: -810px;
  }
  60% {
	margin-left: -608px;
  }
  72% {
	margin-left: -406px;
  }
  84% {
	margin-left: -203px;
  }
  to {
	margin-left: 0px;
  }
}

.team{
	width: 300px;
	height: 200px;
	padding:0;
	margin:0;
	position: relative;
	margin-bottom: 10px;
	border: 10px solid gray;
	margin-left: 80px;;
}

.team img{
	position: relative;
	z-index: 1;
}

.team b.team1{
	position: absolute;
	top: 0px;
	padding: 10px;
	background-color: white;
	z-index: 0;
	width: 285px;
	height: 180px;
	left: 1px;
	border-radius: 0 50px 50px 0;
}

.team:hover b.team1{
	display: block;
	transition: 1s;
	left: 300px;
	box-shadow: 5px 5px 5px gray;
}

.team a{
	color: gray;
}

.team a:hover{
	text-decoration: none;
	color: red;
}

.fb{
	text-decoration: none;
	color: gray;
}

.fb:hover{
	color: rgb(166,83,0); 
}

.creative{
	font-size: 14pt;
}

.webmap a{
	text-decoration: none;
	color:rgb(40,50,60);
	font-size: 16pt;
	line-height: 40px;
}

.webmap a:hover{
	color: red;
}