@charset "utf-8";
* {
	box-sizing: border-box;
	font-size: 12px;
}
body {
	font-family: "Microsoft JhengHei", arial;
	background: url(../images/page_bg.jpg) repeat-x;
}
#container {
	margin: auto;
	width: 1280px;
}
img {
	max-width: 100%;
}
.center {
	margin: auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	margin: 10px 0px;
}
/* ================= header ======================== */
header {
	border-bottom: solid 36px #c9c9c9;
	border-top: solid 5px #d61518;
	height: 132px;
}
.logo {
	float: left;
	margin: 4px 0 0 6px;
}
.menu {
	float: right;
	margin-top: 5px;
}
.language {
	text-align: right;
}
.language a {
	background: #595656;
	color: #999;
	margin: 12px 2px;
	padding: 2px 10px;
	text-decoration: none;
}
.language a:hover, .language a.active {
	background: #C00;
	color: #FFF;
}
header nav {
	margin-top: 40px;
}
header nav li {
	display: inline-block;
	margin: 0px 16px;
}
header nav li a {
	border-radius: 6px;
	color: #000;
	padding: 4px 10px;
	text-decoration: none;
}
header nav li a:hover, header nav li.active a {
	background: #1d2088;
	box-shadow: #CCC 2px 2px 2px;
	color: #FFF;
	
}

/* ================== content aside ================== */
#content {
	background-color: #FFF;
}
aside {
	float: left;
	padding: 15px;
	width: 280px;
}
aside .title {
	background-color: #1d5e9f;
	color: #FFF;
	font-size: 1.5rem;
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
	padding-left: 20px;
}
aside nav li {
	background-color: #dde7ed;
	
}
aside nav li a {
	color: #333;
	display: block;
	font-size: 1rem;
	margin: 2px 0px;
	padding: 20px;
	text-decoration: none;
}
aside nav li a:hover, aside nav li a.active {
	background: #39c;
	color: #FFF;
}

/* ================= content main ===================== */
#main {
	float: right;
	padding: 20px 30px;
	width: 1000px;
}
.breadcrumb {
	background: url(../images/arrow.png) no-repeat 0px 3px;
	color: #39c;
	font-size: .9rem;
	padding-left: 16px;
}
.breadcrumb a {
	color: #39c;
	text-decoration: none;
}
h1 {
	background: url(../images/h1.gif) no-repeat 8px 4px;
	border-bottom: solid 1px #7e96be;
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0px;
	padding: 6px 40px 10px;
}

/* ================= about ==================== */
.about {
	font-size: 1rem;
	line-height: 1.6rem;
	padding: 6px 20px 50px;
}
.about section {
	margin-bottom: 30px;
}
.about section h2 {
	color: #069;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 10px 0px 6px;
	padding-bottom: 4px;
}
.about section h2:before {
	content:"\f013";
	color: #369;
	margin-right: 10px;
	text-decoration: inherit;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.com .left {
	padding: 0px 30px 0 10px;
	width: 460px;
}
.com .left p {
	margin: 15px 0px 10px;
}
.com .right img {
	border: solid 8px #EEE;
	box-shadow: #CCC 3px 3px 3px;
	margin: 10px 10px 0 0;
}
.about-pro {
	font-size: 1.2rem;
	line-height: 2.5rem;
	margin-left: 20px;
	width: 40%;
}

.about-pro li:before {
	content:"\f02c";
	color: #369;
	margin-right: 10px;
	text-decoration: inherit;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.app p{
	margin-left: 24px;
	margin-right: 90px;
}
/* ============= products ==================== */


/* ============= equipment ==================== */
.equipment img {
	border: solid 4px #EFEFEF;
	margin: 5px 10px;
}
.figure {
	display: inline-block;
}
.figcaption {
	text-align: center;
}
/* ============= contact ==================== */
.contact table th {
	padding-top: 10px;
	vertical-align: top;
}
.contact table td {
	padding: 10px;
}
.contact input {
	width: 280px;
  font-size: 16px;
}
.contact textarea {
	height: 6rem;
	width: 280px;
}
.contact .btn {
	margin: 0px 10px;
	width: 90px;
}
.note {
	text-align: right;
}
.blue {
	color: #00F;
}
.google-maps { position: relative; padding-bottom: 75%; height: 0; overflow: hidden; }
.google-maps iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }
/* ============= sitmap ==================== */
.sitemap a {
	color: #333;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap ul {
	line-height: 2.2rem;
	margin-left: 30px;
}
.sitemap ul li:before {
	content:"\f061";
	color: #12699f;
	margin-right: 10px;
	text-decoration: inherit;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sitemap ul ul li:before {
	content:"\f101";
}

/* ============= footer =================== */
footer {
	background: #003366;
	color: #FFF;
	font-size: .9rem;
	line-height: 1.3rem;
	margin: 0px;
	width: 100;
}
.footer {
	background: #003366;
	margin: auto;
	padding: 30px;
	width: 1280px;
}