@charset "utf-8";
* {
	box-sizing: border-box;
}
body {
	box-sizing: border-box;
	font-family: "Microsoft JhengHei", arial;
	background: url(../images/index_bg.jpg) repeat-x;
}
#container {
	margin: auto;
	width: 1280px;
}
img {
	max-width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* ================= 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 =============== */
.main-pro {
	padding: 0px 1%;
}
.title {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0px 4px;
}
figure {
	border-radius: 10px;
	background: #f2f2f2;
	float: left;
	height: 170px;
	margin: 10px 0.5%;
	position: relative;
	width: 32%;
}
figcaption {
	line-height: 1.5rem;
	position: absolute;
	padding: 10px 20px;
}
figure img {
	bottom: 2%;
	right: 8%;
	position: absolute;
}

/* ========== content main-info ================ */
.main-info {
	color: #FFF;
	line-height: 2rem;
	padding: 0px 1%;
}
.equipment {
	float: left;
	width: 25%;
}
.equipment img {
	margin-left: 20px;
}
.company {
	float: right;
	margin-right: 2%;
	width: 70%;
}
.company p {
	padding: 0px 38% 0 2%;
}
.more {
	background: #2199fa;
	border-radius: 5px;
	color: #FFF;
	float: right;
	font-size: .7rem;
	line-height: 1rem;
	margin-right: 30px;
	padding: 2px 8px;
}
.more a {
	color: #FFF;
	text-decoration: none;
}
.more-top {
	margin-top: 25px;
}
figure a {
	color: #000;
}
/* ============= footer =================== */
footer {
	font-size: .9rem;
	line-height: 1.3rem;
	margin: 30px;
}