body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	padding:0;
	margin:0;
	color:#fff;
	background:#000 /*url(../images/corbon-s.gif) repeat 100% 100% fixed*/;
}

img {
	outline:none;
	border:0;
}
html {
	_background-image: url(about:blank); /*ie6防抖動*/
	_background-attachment: fixed;/* prevent screen flash in IE6 */
}

#container {
	width:970px; margin:0 auto;
}

#menu {
	background:url(../images/menu-bg.jpg) no-repeat; height:52px;
}
.menu-btn {
	background:url(../images/menu-a.png) no-repeat 0 4px; width:303px; height:52px; margin-right:2px; transition: all 200ms ease-in-out; color:#FFF; font-size:22px; line-height:54px; text-shadow:#000 1px 1px 0; text-transform:uppercase; text-align:center; float:left; text-decoration:none;
}
.menu-btn:hover {
	background:url(../images/menu-ahover.png) no-repeat 0 4px;
}
.menu-btn-end {
	margin-right:0px;	
}
#Feature, #Product, #Video {
	background:#000; display:block; overflow:hidden;
}
.title {
	font-size:35px;	width:910px; margin:40px auto 30px; display:block; text-transform:uppercase;
}
ul#featureBtn {
	font-size:13px; width:910px; margin:0px auto;
}
ul#featureBtn li {
	float:left; color:#888; background:#1e1e1e; cursor:pointer; padding:5px 12px; margin:0 10px 10px 0;
	border:#3c3c3c 1px solid; box-shadow:inset #000 0px 0px 10px; border-radius:3px;
}
ul#featureBtn li:hover, #Feature ul li.active {
	color:#fff; background:#e35001; border:#e26621 1px solid; box-shadow:none; transition: all 200ms ease-in-out;
}
ul#featureContent {
	position:relative;
	height:512px;
}
ul#featureContent li{
	position:absolute;
	display:none;
}
ul#featureContent li div{
	position:absolute;
}
ul#featureContent li div.type1{
	width:400px;
	top:130px;
	left:500px;
}
ul#featureContent li div.type2{
	width:830px;
	top:365px;
	left:70px;
}
ul#featureContent li div h3{
	font-size:30px;
	font-weight:normal;
	line-height:36px;
	margin-bottom:15px;
}
ul#featureContent li div p{
	font-size:15px;
	font-weight:normal;
	line-height:21px;
}
#Product {
	width:910px; margin:0px auto; padding:0;
}
#Product li {
	float:left; text-align:center; width:196px; height:240px; margin: 10px 15px; 
}
#Product li img {
}
#Product li img:hover {
	-webkit-filter:brightness(1.5);
}
.ProductName {
	font-size:16px; line-height:36px; 
}
.ProductGTX {
	color:#f23900; font-size:13px; line-height:13px; padding-bottom:8px;
}
#Product div.btn {
	text-align:center; margin:10px auto; font-size:12px;
}
#Product div.btn a.more {
	color:#fff; background:#06599f; border:#19a6ff 1px solid; border-radius:3px; box-shadow:inset #000 0 0 10px; padding:5px 12px; text-decoration:none; margin-right:8px; -webkit-filter:saturate(1); transition:all ease-in-out 200ms;
}
#Product div.btn a.more:hover {
	-webkit-filter:saturate(3);
}
#Product div.btn a.buy {
	color:#fff; background:#cd6000; border:#ff7200 1px solid; border-radius:3px; box-shadow:inset #000 0 0 10px; padding:5px 12px; text-decoration:none; -webkit-filter:saturate(1); transition:all ease-in-out 200ms;
}
#Product div.btn a.buy:hover {
	-webkit-filter:saturate(3);
}
.iframe {
	width:910px; margin:30px auto; -webkit-filter:brightness(0.7); transition:all ease-in-out 200ms;
}
.iframe:hover {
	-webkit-filter:brightness(1);
}
#footer {
	background:#000; font-size:13px; color:#666; padding:25px 0;
}
#footer div {
	width:910px; margin:0 auto;	
}
.gotoheader {
	position:absolute; right:32px; top:16px;
}
.dialog div {
	background:#e5e5e5; font-size:18px; line-height:66px; color:#707070; padding-left:19px;
}
.dialog p {
	line-height:23px; font-weight:light; /*color:#000;*/ padding:15px 0;
}
.dialog a {
	color:#00F;
}
.dialog a:hover {
	color:#F60;
}
:focus {
	outline:none;	
}
.dialog ul {
	background:#FFF; padding:16px 16px; overflow:auto;
}
.dialog ul li {
	float:left; padding:3px; -webkit-filter:brightness(0.95); transition:all ease-in-out 100ms;
}
.dialog ul li:hover {
	-webkit-filter:brightness(1);
}