@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {	
	font:inherit;
	resize:none;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	height: auto;
}

iframe,
embed,
object {
	max-width: 100%;
}

* { _noFocusLine: expression(this.hideFocus=true); } /* Removes dotted lines around links */

.clean {
	position:relative;
	display: block;
	clear: both;
}

/* CSS Document */

html, body {
	font-family:"微軟正黑體", "新細明體", "Arial Unicode MS";
	font-size:15px;
	Color:#808080;
	line-height:20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img, object, embed, video {max-width: 100%;}
img {border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}

a:link{color:#191919;text-decoration:none}
a:visited{color:#191919;text-decoration:none}
a:hover{color:#0072b1;text-decoration:none}

h1, h2, h3, h4 {
	color:#000000;
	font-weight:bold;
}
h1 {font-size:25px;}
h2 {font-size:22px;}
h3 {font-size:18px;}
h4 {font-size:15px;}

/* header */
.header {
	position:absolute;
	width:100%;
	height:132px;
	z-index:99;
}
.centered-header {
	width:100%;
	height:5px;
	background: url(../images/bg.jpg) repeat-y 50% 50%;
}
.top-header {
	width:100%;
	height:127px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;	
}
.wrapper-header {
	width:990px;
	margin:0 auto;
}
.logo-header {
	float:left;
	width:430px;
	padding:9px 0;
}
.menu-header {
	float:right;
}
.flag-header {
	float:right;
	padding:50px 10px 0 10px;
}
/* header */

/* wrapper */
.iwrapper {
	width:100%;
	padding-top:116px;
}

.wrapper-top { width:100%;height:271px;}
.wrapper-about { background: url(../images/top_about.jpg) repeat-y 50% 50%;}
.wrapper-news {	background: url(../images/top_news.jpg) repeat-y 50% 50%;}
.wrapper-products {	background: url(../images/top_products.jpg) repeat-y 50% 50%;}
.wrapper-contact {	background: url(../images/top_contact.jpg) repeat-y 50% 50%;}

.wrapper-down {
	width:100%;height:3px;
	background: url(../images/bg.jpg) repeat-y 50% 50%;
}
.wrapper {
	width:990px;
	margin:-75px auto 0 auto;
	text-align:center;
}
.wrapper-left {
	float:left;
	width:246px;
}
.wrapper-right {
	float:left;
	width:734px;
	padding:80px 0 0 10px;
}
.wrapper-center {
	width:734px;
	margin:0 auto;
	padding:80px 0 0 10px;
}
.wrapper-left-menu {
	background-image: url(../images/left_menu_01.png);
	background-repeat: repeat-y;
}
.wrapper-left-menu ul {
	width:222px;
	list-style: none;
	margin:0 auto;	
	padding:0 0 50px 0;
}
.wrapper-left-menu ul li {
	font-size: 15px;
	color: #0072b1;
	font-weight: bold;
	line-height:55px;
	background: url(../images/left_menu_03.png) no-repeat bottom center;
	margin-left:-2px;
}
.wrapper-left-menu ul li a {
	color: #0072b1;		
}
.wrapper-left-menu ul li:hover {
	background: url(../images/left_menu_04.png) no-repeat bottom center;
	background-color:#CCE2EE;	
}
.wrapper-left-menu ul li span {
	display: block;
	line-height:20px;
	color: #a4a4a4;
	margin:-20px 0 0 0;
	padding:0 0 10px 0;
}
.wrapper-right-title {
	background: url(../images/right_01.png) no-repeat bottom center;
	height:50px;
	line-height:50px;
}
.wrapper-right-title1 {
	float:left;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding:0 0 0 10px;
}
.wrapper-right-title2 {
	float:right;
}
.wrapper-right-main {
	text-align: left;
	padding:10px;
}
/* wrapper */

/* index */
.flexslider {	
	width:990px;
	height:402px;
}
/* index */

/* news */
ul.news-list {
	list-style: none;
	width: 714px;
}
ul.news-list li {
	width:714px;
	height:119px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #d2d2d2;
}
.news-list-img {
	float:left;
	width:178px;
	margin-right:10px;
}
.news-list-main {
	float:left;
	width:526px;
}
.news-list-main div {
	margin-bottom:6px;
}
.news-list-title, .news-list-date, .news-detail-subject, .news-detail-date {
	font-weight:bold;
}
.news-list-date {
	color:#0072b1;
}
.news-detail-title {
	color:#000000;
	height:40px;
	line-height: 40px;
	border-bottom:1px solid #d2d2d2;
	margin:10px 0 20px 0;
}
.news-detail-subject {
	float:left;
}
.news-detail-date {
	float:right;
	color:#0072b1;
}
/* news */

/* products */
ul.pro-list {
	list-style: none;
	width: 714px;
}
ul.pro-list li {
	float:left;
	min-height:230px;
	margin:0 10px 10px 0;
}
ul.pro-list li p {
	text-align: center;
	padding:10px 0;
	color:#000000;
	font-weight:bold;
	font-size:15px;
}
.pro_01 {
	width: 714px;
	margin-top:15px;
}
.pro_011 {
	float:left;
	width: 353px;
	margin-right:20px;
}
.pro_012 {
	float:left;
	width: 341px;
	text-align:left;
}
.pro_012 h3 {
	padding:0 0 20px 0;
}
.pro_013 {
	padding:20px 0;
}
.pro_013 li {
	float:left;
	margin-right:10px;	
}
.pro_02 {
	margin-top:20px;
}
.pro_02 h3 {
	border-bottom:1px solid #c0c0c0;
	padding:0 0 5px 0;
	margin-bottom:20px;
}
/* products */

/* contact */
.contact_01 {
	height:60px;
	line-height:60px;
}
.contact_01 div {
	float:left;	
}
.contact_02 ul {
	list-style: none;
	margin:0 auto;
	padding: 0;
}
.contact_02 li {
	margin:10px 0;
	overflow:hidden;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
}
.contact_02 li div {
	float:left;
	width:335px;
	margin-right:20px;
	border-bottom:1px solid #c0c0c0;
	padding:0 0 10px 0;
	line-height:30px;
}
.contact_02 li span {
	color:#ff0000;
	margin:0 5px;
}
.contact_03 {
	width:100%;
	margin:0 auto;
	padding: 20px 0;
	text-align:center;
}
/* contact */

/* footer */
footer {
	width:100%;
	height:351px;
	font-size:13px;
}
.centered-footer {
	width:990px;
	margin:0 auto;
}
.footer01 {
	width:100%;
	/*min-height:293px;*/
	height:auto;
	background-color:#f2f5f8;
	color:#9ea8b1;
}
.footer01 h3 {
	padding:25px 0 15px 0;
}
.footer01 p {
	padding:8px 0;
}
.footer011 {
	float:left;
	width:32%;
}
.footer012 {
	float:left;
	width:43%;
}
.footer013 {
	float:left;
	width:24%;
}
.footer0111 {
	width:90%;
	border-bottom:1px solid #c0c0c0;
	padding:8px 0;
}
.footer012 div {
	padding:5px 0;
}
.footer02 {
	width:100%;
	height:58px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	color:#ffffff;
	line-height:58px;
}
.footer02 a {
	color:#ffffff;
}
.footer021 {
	float:left;
	padding:0 0 0 10px;
}
.footer022 {
	float:right;
	padding:0 10px 0 0;
}
/* footer */

.btn {
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	border: none;
	cursor:pointer;
	background-color: #0072b1;
	text-decoration: none;
	/*
	letter-spacing: 0.5px;
	word-spacing: 1px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
	-moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);
	box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.050000000000000044);*/
}
.btn-blue,.btn-blue a,.btn-blue a:link {
	background-color: #0072b1;
	color: #ffffff;
	padding: 8px 35px;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	color: #ffffff;
}
.btn-gray {
	background-color: #ececec;
	padding: 8px 25px;
}
.btn-gray2 {
	background-color: #b0b0b0;
	padding: 8px 35px;
}
.btn-gray2:hover, .btn-gray2:focus, .btn-gray2:active {
	color: #ffffff;
}
.btn-red {
	background-color: #f25122;
	padding: 8px 25px;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #009bee;
	color: #000000;
	text-decoration: none;
}

.inputtxt {
	color:#282828;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
}
.line_hr {
	border-bottom:1px solid #c0c0c0;
}

.push-down-10 { margin-bottom: 10px;}
.push-down-15 { margin-bottom: 15px;}
.push-down-20 { margin-bottom: 20px;}
.push-down-25 { margin-bottom: 25px;}
.push-down-30 { margin-bottom: 30px;}