@charset "utf-8";

/* ----- CSS reset ----- */
#seo{ display: none; }
html, body { width:100%; padding: 0px; margin: 0px; height: 100%; font-family:  Arial, Helvetica, sans-serif, 微軟正黑體;  background:url(../images/com-bg.gif) center top repeat-x; background-color:#fff;}
img { border: none; vertical-align: middle; }
a:hover { color: #F60;	text-decoration: none;}
div, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea, ul, ol, hr {	padding: 0px; 	margin: 0px; 	list-style-type: none;}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;  font-weight: normal; display: inline;}


/* ----- Layout ----- */ 

#wrapper {
	position: relative;
	width: 100%;
	margin:0 auto;

}


/* ----- header ----- */
#header {
	position: relative;
	width: 1004px;
	height: 120px;
	margin: 0px auto;
}

.logo {
	margin-top: 12px;
	margin-left: 8px;
	float: left;
}

/* ----- addon ----- */
#addon{
	width: 263px;
	float: right;
	margin-right: 16px;
}
#addon a{
	float: left;
	margin-left: 12px;
	color: #595656;
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	margin-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
}
#addon .inquiry{
	color: #c7000b;
}

#addon .lan{
	background: url(../images/lag_bg.jpg) no-repeat;
	float: right;
}

#addon .lan .select{
	width: 94px;
	background: #363636 url(../images/lan_icon.jpg?20161231) no-repeat 84px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 4px;
	line-height: 18px;
	cursor: pointer;
}
#addon .lan .language_list{
	font-size: 12px;
	position: absolute;
	z-index: 1000;
	right:-14px;
	top: 26px;
	display: none;
	margin-right: 30px;
	width: 108px;
	padding-bottom: 5px;
	background-color: #363636;
}
#addon .lan .language_list a{
	text-decoration: none;
	width: 101px;
	float: left;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#addon .lan .language_list a:hover{
	text-decoration:underline;
}



/* ----- nav ----- */

.nav{
	float: right;
	width: 685px;
	margin-right: 20px;
	margin-top: 38px;
}
.nav ul li{
	float: left;
	margin-left: 20px;
}
.nav ul li a{
	text-decoration: none;
	color: #595656;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.nav ul li a:hover, a.on{
	color: #c7000b;
}
.nav ul li a.on{
	color: #c7000b;
}
/* ----- banner ----- */
.banner{
	border-bottom: 10px solid #c7000b;
	margin-top: 10px;
	position: relative;
	height: auto;
}
.banner .text{
	position: absolute;
	top: 0px;
	right: 27%;
	width: 479px;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	padding-left: 41px;	
	
}
.banner .text .title{
	font-family:"Century Gothic" ,Arial, Helvetica, sans-serif;
	opacity: 1.0;
	color: #fff;
	font-size: 51px;
	font-weight: bold;
	font-style: italic;
	display: block;
	margin-top: 87px;
	text-transform: uppercase;

}
.banner .text span{
	color: #fefefe;
	opacity: 1.0; /*設為完全不透明 */
    filter: alpha(opacity=100); /* IE8 與更早的版本*/
	font-size: 33px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.banner .text p{
	opacity: 1.0; /*設為完全不透明 */
	filter: alpha(opacity=100); /* IE8 與更早的版本*/
	color: #fefefe;
	font-size: 14px;
	margin-top: 30px;
	text-transform: none;
	font-style: normal;
	line-height: 22px;
	width: 400px;
	font-family:Arial, Helvetica, sans-serif;
}

.banner .more a{
	height: 30px;
	width: 151px;
	text-indent: -9999px;
	background: url(../images/more.png?20161231)  no-repeat;
	display: block;
	margin-top: 86px;
}
.banner .more a:hover{
	background: url(../images/more.png?20161231)  no-repeat 0 -30px;
	display: block;
}

/* ----- content ----- */
article{
	background-color: #dcdddd;
	width: 100%;
	min-height:570px;
	min-width:1002px;
	overflow: hidden;

}

#content{
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 42px;
}

#L{
	float: left;
	width: 648px;
	padding-bottom: 92px;

}
#R{
	float: right; 
	width: 354px;
	padding-bottom: 92px;

}

/* ----- Company ----- */

.company .c_title{
	font-size: 23px;
	color: #c7000b;
	font-weight: bold;
}

.company p{
	font-size: 14px;
	color: #484647;
	line-height: 22px;
	margin-top: 17px;
	padding-right: 40px;
}

/* ----- Product ----- */

.product{
	margin-top: 24px;
}

.product .p_title{
	font-size: 23px;
	color: #c7000b;
	font-weight: bold;
}
.product ul  {
	padding: 0px;
	margin-top: 20px;
}
.product ul li {
	float: left;
	width: 300px;
	height: 200px;
	margin-right: 16px;
}
.product ul li a {
	text-decoration: none;

}
.product ul li a span {
	font-size: 16px;
	width: 300px;
	color: #0e0e0e;
	display: block;
	margin-top: 8px;
	line-height: 24px;
	margin-left: 3px;
	word-wrap: break-word;
}

.product ul li a:hover span  {
	color: #c7000b;
	text-decoration: none;
	font-size: 16px;
}

.product ul li a img {
	opacity: 0.8; /*設為完全不透明 */
    filter: alpha(opacity=100); /* IE8 與更早的版本*/
}
.product ul li a:hover img {
	opacity: 1.0; /*設為完全不透明 */
    filter: alpha(opacity=100); /* IE8 與更早的版本*/
}
/* ----- news  ----- */
#news{
	margin-left: 21px;
}
#news .n_title{
	font-size: 23px;
	color: #c7000b;
	font-weight: bold;
}

#news ul#item {
	margin-top: 26px;	
}
#news ul#item span{
	font-size: 14px;
	color: #787677;
	display: block;
	font-weight: bold;
	font-variant: normal;
}
#news ul#item li  {
	font-size: 14px;
	color: #010000;
	line-height: 22px;
	margin-top: 14px;
}

#news #item li .img {
	height: 80px;
	width: 297px;
	background-color: #FFF;
	text-align: center;
}
#news #item li .img img {
	border: 1px solid #e5e5e5;
	margin-top: 3px;	
}
#news ul#item li a {
	text-decoration: none;
	font-size: 14px;
	color: #010000;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}
#news ul#item li a:hover {
	color: #ce261a;	
}

/* ----- contact  ----- */

.contact_info{
	color: #FFF;
	margin-top: 38px;
	margin-left: 21px;
}
.contact_info a{
	color: #5e5c5d;
	text-decoration: none;
}
.info{
	width: 298px;
}
.contact_info span{
	font-size: 23px;
	color: #c7000b;
	font-weight: bold;
}
.contact_info p{
	color: #5e5c5d;
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
	font-weight: bold;
	margin-left: 3px;
}

/* ----- footer  ----- */

footer{
	width: 100%;
	background-color: #595656;
	height: 96px;
	position: relative;
	clear: both;
    min-width:1002px;
}
.footer_inside{
	height: 86px;
	margin-top: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
    min-width:1002px;
}
.footer_inside p{
	color: #FFF;
	width: 1002px;
	font-size: 13px;
	margin-top: 33px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer_inside p a{
	color: #FFF;
	font-size: 12px;
}
.footer_inside p a:hover{
	color: #FF0000;
	font-size: 12px;
}
