@charset "utf-8";
/* CSS Document */
/**** CSS DefaultSet Start ****************************************************/
* {
	padding: 0;
	margin: 0;
}
:focus {
	outline: none;
}
img {
	border: none;
}
ul, ol, li {
	list-style: none;
}
/**** CSS DefaultSet End ****************************************************/
html, body {
	width: 100%;
	height: 100%;
	font-family: "Tahoma, Geneva, sans-serif", "微軟正黑體";
	background-color: #231815;
}
/* section背景 ************************************************************/
.IndexBG .img {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	z-index: 200;
}
.indexBGIE9 {
	background-image: url(../images/index_BG1920.png);
	background-repeat: no-repeat;
}
/* section內容 ************************************************************/
#logo {
	position: absolute;
	z-index: 300;
	margin-top: 57px;
	margin-left: 0px;
}
#index_content {
	width: 860px;
	height: 960px;
	position: relative;
	z-index: 200;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]background-color: #0FF;
*/
}
.facebook {
	width: 100px;
	height: 100px;
	position: absolute;
	margin-top: 75px;
	margin-left: 655px;
}

#FB_img img{
	cursor: pointer;
	margin-left:66px;
	margin-bottom:5px;
}
#FB_word p a{
	color: #FFF;
}
#FB_word p {
	color: #000;
	font-size: 75%;
	font-family: "Tahoma, Geneva, sans-serif", "微軟正黑體";
	text-align: right;
	margin-bottom:3px;
}
.Introduction {
	width: 610px;
	height: 280px;
	position: absolute;
	margin-top: 180px;
	margin-left: 300px;
}
.Company {
	position: relative;
	animation: fadeMove 2s;
	-webkit-animation: fadeMove 2s;
	-moz-animation: fadeMove 2s;
	-o-animation: fadeMove 2s;
	-ms-animation: fadeMove 2s;
}
@keyframes fadeMove {
 from {
top:100%;
opacity:0;
}
to {
	top: 0%;
	opacity: 1;
}
}
@-webkit-keyframes fadeMove {
 from {
top:100%;
opacity:0;
}
to {
	top: 0%;
	opacity: 1;
}
}
@-moz-keyframes fadeMove {
 from {
top:100%;
opacity:0;
}
to {
	top: 0%;
	opacity: 1;
}
}
@-o-keyframes fadeMove {
 from {
top:100%;
opacity:0;
}
to {
	top: 0%;
	opacity: 1;
}
}
@-ms-keyframes fadeMove {
 from {
top:100%;
opacity:0;
}
to {
	top: 0%;
	opacity: 1;
}
}
.nav {
	width: 715px;
	height: 240px;
	position: absolute;
	margin-top: 290px;
	margin-left: 100px;
	z-index: 210px;
}
.AboutUs {
	width: 185px;
	height: 160px;
	display: block;
	background-image: url(../images/firework1.gif);
	position: absolute;
	margin-top: 75px;
	margin-left: 10px;
}
.Solution {
	width: 185px;
	height: 160px;
	display: block;
	background-image: url(../images/firework2.gif);
	position: absolute;
	margin-top: 35px;
	margin-left: 245px;
}
.ContactUs {
	width: 195px;
	height: 100px;
	display: block;
	background-image: url(../images/firework3.gif);
	position: absolute;
	margin-top: 110px;
	margin-left: 510px;
}
.contribnte_ideas {
	position: absolute;
	margin-top: 475px;
	margin-left: 225px;
	;
}
/* footer ************************************************************/
footer {
	width: 100%;
	height: 33px;
	background-color: #231815;
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
	position: fixed;
	z-index: 250;
	overflow: hidden;
	bottom: 0px;
}
#Indexfooter {
	width: 1200px;
	text-align: center;
	padding: 9px;
	margin-right: auto;
	margin-left: auto;
}
#Indexfooter ul li {
	display: block;
	display: inline;
}
#Indexfooter ul li.IndexCopyright {
	margin-left: 170px;
}
