@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);
/* CSS Document */

html, body {
	font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
	font-family: 'Roboto Condensed', '微軟正黑體' !important;/*Firefox hack*/
	font-size: 22px;
	background: #000;
	padding: 0;
	margin: 0;
	color: #fff;
	width: 100%;
}
a {
	text-decoration: none;
	color: #0CF;
}
img {
	width: 100%;
	height: auto;
}
h2 {
	padding-left: 5%;
	padding-top: 10%;
	color: #FFF;
	font-size: 30px;
	font-weight: 100;
	width: 90%;
	text-shadow: #09F 0px 0px 6px;
}
p {
	padding-top: 2%;
	padding-left: 5%;
	color: #CCC;
	font-size: 18px;
	line-height: 1.5em;
	width: 90%;
	font-weight: lighter;
}
.line {
	border-bottom: solid #00CCFF 5px;
	width: 100%;
	height: 50px;
}
.box {
	border: solid #0CF 1.5px;
	padding: 10px;
	box-shadow: #06F 0px 0px 5px 2px;
}
.pic_right {
	position: relative;
	float: right;
	padding-right: 1%;
	width: 50%;
	height: auto;
}
.pic_left {
	position: relative;
	float: left;
	padding-top: 1%;
	width: 50%;
	height: auto;
}
.word_right {
	padding-top: 5%;
}
.word_left {
	padding-top: 5%;
}
.boxheight {
	height: 650px;
}
#windforce_three {
	position: relative;
	width: 100%;
	background-image: url(../img/windforce_three_bg.jpg);
	background-position: left;
	background-size: cover;
	overflow: hidden;
}
#performance {
	position: relative;
	width: 100%;
	overflow: hidden;

}
#performance > ul {
	position:relative;
	margin: 0 auto;
	width: 90%;
	
}
#performance > ul > li {
	position: relative;
	
	width: 32%;
	height:100%;
	padding:10px;
	float: left;
}
#performance > p {
	position: relative;
	float:left;	

}

#word{
	width:30%;
}



#fan_three {
	position: relative;
	width: 100%;
	background-image: url(../img/fan_three_bg.jpg);
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
#HeatPipe {
	position: relative;
	width: 100%;
	background-image: url(../img/980WF3HeatPipe_bg.jpg);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
#db_zero {
	position: relative;
	width: 100%;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/db_zero_bg.jpg);
	overflow: hidden;
}
#multi_led {
	position: relative;
	width: 100%;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/multi_led_bg.jpg);
	overflow: hidden;
}
#triangle_cool {
	width: 100%;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/triangle_cool_bg.jpg);
	overflow: hidden;
}
#special_fin {
	position: relative;
	width: 100%;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/special_fin_bg.jpg);
	overflow: hidden;
}
#stylish_metal {
	width: 100%;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/stylish_metal_bg.jpg);
	overflow: hidden;
}
#flex_display {
	position: relative;
	width: 100%;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/flex_display_bg.jpg);
	overflow: hidden;
}
#soc {
	position: relative;
	width: 100%;
	background-position: top left;
	background-size: cover;
	background-image: url(../img/soc_bg.jpg);
	overflow: hidden;
}
#nvidia {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url(../img/nvidia_bg.jpg);
	background-position: top;
	background-size: cover;
}
#nvidia > ul {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#nvidia > ul > li {
	position: relative;
	width: 14%;
	padding-left: 5%;
	;
	float: left;
}
#UDV {
	position: relative;
	width: 100%;
	background-image: url(../img/UDV_bg.jpg);
	background-position: top;
	background-size: cover;
	overflow: hidden;
}
#UDV > ul {
	margin: 0 auto;
	width: 100%;
}
#UDV > ul > li {
	position: relative;
	margin-top: -50px;
	width: 24%;
	float: left;
}
#UDV > ul > li > h4 {
	border: solid #0CF 1.5px;
	padding: 10px;
	box-shadow: #06F 0px 0px 5px 2px;
	max-width: 85%;
	text-align: center;
}
#UDV > ul > li > p {
	padding-left: 0;
	text-align: center;
}
#oc_ii {
	width: 100%;
	background-image: url(../img/oc_ii_bg.jpg);
	background-position: left;
	background-size: cover;
}
.UDV_img {
	width: 100%;
	height: auto;
	padding-top: 25%;
}
@media screen and (max-width:1680px){
	#performance > ul > li {
	width: 30%;
}
}
 @media screen and (max-width: 1440px) {
h2 {
	font-size: 25px;
}
.boxheight {
	height: 500px;
}
#nvidia > ul > li {
	width: 12%;
}

}
@media screen and (max-width: 1280px) {
h2 {
	font-size: 22px;
}
.boxheight {
	height: 430px;
}
#UDV {
	height: 600px;
}
#word{
	width:40%;
}

}
@media screen and (max-width: 1024px) {
h2 {
	font-size: 20px;
}
P {
	font-size: 16px;
}
.boxheight {
	height: 350px;
}
#nvidia > ul > li {
	position: relative;
	width: 25%;
	float: left;
}
}
 @media screen and (max-width: 1000px) {
.pic_right {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

.pic_left {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}
#performance > ul > li {
	width: 40%;
	
}
#word{
	width:60%;
}
h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 1%;
}
P {
	padding-left: -5%;
}
.boxheight {
	height: 850px;
	border-bottom: solid #333 1px;
}
}
 @media screen and (max-width: 736px) {
h2 {
	font-size: 16px;
}
#fan_three {
	background-image: url(../img/fan_three_bg1.jpg);
	background-position: center bottom;
}
#db_zero {
	background-image: url(../img/db_zero_bg1.jpg);
}
#multi_led {
	background-image: url(../img/multi_led_bg1.jpg);
	background-position: center bottom;
}
#HeatPipe {
	background-image: url(../img/980WF3HeatPipe_bg1.jpg);
}
#triangle_cool {
	background-image: url(../img/triangle_cool_bg1.jpg);
}
#special_fin {
	background-image: url(../img/special_fin_bg1.jpg);
}
#flex_display {
	background-position: center bottom;
	background-image: url(../img/flex_display_bg1.jpg);
}
#soc {
	background-image: url(../img/soc_bg1.jpg);
}
#performance > ul > li {
	width: 50%;
	padding-left:20%;
	
}
#word{
	width:60%;
	padding-left:20%;
}

#UDV {
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../img/UDV_bg1.jpg);
}
#UDV > ul {
	margin-left: 25%;
	padding-bottom: 5%;
}
#UDV > ul > li {
	margin-top: -50px;
	width: 53%;
	float: none;
}
#UDV > ul > li > h4 {
	font-size: 16px;
}
#UDV > ul > li > p {
	text-align: center;
	width: 95%;
}
#nvidia {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#nvidia > ul > li {
	width: 40%;
}
}
 @media screen and (max-width: 640px) {
h2 {
	font-size: 16px;
	margin-bottom: 5%;
}
P {
	font-size: 15px;
	text-align: justify;
	color: #FFF;
}
.boxheight {
	height: 650px;
}
#performance > ul > li {
	width: 100%;
	padding-left:0%;
	
}
#word{
	width:100%;
	padding-left:0%;
}
}
@media screen and (max-width: 414px) {
.boxheight {
	height: 600px;
}
}
@media screen and (max-width: 375px) {
h2 {
	font-size: 14px;
}
.boxheight {
	height: 530px;
}
}
