/*全站設定*/

body {
	font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
	background: #000 url("images/bg.png") repeat-y top center;
	color: #fff;
}

.nav_bg_expand {
	position: absolute;
	bottom: 0px;
	background: #14b9e9;
	display: block;
	width: 100%;
	height: 90px;
	
}

th {
	color: #14b9e9;
	font-size: 19px;
	padding: 10px;
}

td {
	line-height: 25px;
	padding: 10px;
}

h1 {
	margin-bottom: 30px;
}

p {
	margin-bottom: 10px;
}

figure {
	margin-bottom: 20px;
	height: 420px;
}

figure img{
	margin: 10px;
	max-height: 380px;
}

figcaption {
	padding: 0 10%;
	font-size: 1em;
	line-height: 1.4em;
}

#container {
	width: 1000px;
	margin: auto;
}

#nav ul ul {
	display: none;
}

#nav ul li: hover > ul {
	display: block;
}

#nav {
	width: 1000px;
	padding-left: 28px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: auto;
}

#nav ul{
	position: relative;
	display: inline-block;
	margin: auto;
	border-right: 1px solid #fff;
}

#nav ul li {
	background: #14b9e9;
	float: left;
	border-left: 1px solid #fff;
	box-shadow: 1px 0px 0px #999 inset;
	position: relative;
}

#nav ul li.last_right {
	border-right: 1px solid #fff;
}

#nav ul li a {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 3px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-right: 36px;
	padding-bottom: 20px;
	padding-left: 36px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#nav ul li:hover, #nav ul li.active {
	background:#4296bc;
}



#nav ul li:hover > ul {
	display: block;
	padding-left: 0px;
	width: 190px;
}

#nav ul li:hover > ul li {
	border: none;
    box-shadow: 0px 1px 1px #fff inset;
	float: none;
	background: #4296bc;


}

#nav ul li:hover > ul li a {
	line-height: 15px;
	font-size: 15px;
	padding: 15px 20px;
	font-weight: normal;
}

#nav ul li:hover > ul li:hover a{
	font-weight: bold;
	color: #86daf2;
}

#nav ul li ul {
	position: absolute;
	bottom: 90px;
	left: 0px;
}

#nav ul li.last_right ul {
	position: absolute;
	bottom: 90px;
	left: -71px;

}

#layer2 li {
	padding-left: 30px;
	background: url("images/bullet.png") top left no-repeat;
	background-position-y: 7px;
	line-height: 30px;
	text-align: left;
}

.clear {
	clear: both;
}

p {
	line-height: 30px;
	font-size: 100%;
}

.grey {
	color: #999;
}

span.grey a {
	color: #999;
}

.sub_headline {
	text-align: center;
	margin-bottom: 30px;
}

h1.blue_en {
	color: #14b9e9;
	font-size: 30px;
	font-weight: 100;
	font-family: helvetica, arial;
	margin-bottom: 10px;
}

.blue_line {
	display: inline-block;
	margin: 0 10px;
	width: 90px;
	border-bottom: 1px solid #14b9e9;
	position: relative;
	top: -7px;
}

.blue_title {
	color: #14b9e9;
	font-size: 19px;
}

.inline_table {
	width: 190px;
	height: 120px;
	float:left; 
	/*background: url("images/table_bg.png") no-repeat top center;*/
	background:#4296bc ;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 14px;
	padding: 5px;
}

.inline_table th {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #fff;
	/*padding: 2px 5px;*/
	/*border: 1px solid #333;*/
}
.inline_table th, .inline_table td {
	padding: 7px 12px;
	/*border: 1px solid #333;*/
}

/*首頁設定*/

#hp_layer1 {
	height: 100%;
	background:url("images/bubble_hp.png") no-repeat top center;
	background-position-y: 30%;
}

#hp_layer2 {
	height: 100%;
	background:url("images/water_hp.png") no-repeat bottom center;
}

#hp_layer2 #logo {
	position: absolute;
	top: 40px;
	left: 30px;
}

#hp_layer2 #slogan {
	position: absolute;
	top: 30%;
	left: 220px;
	
}

#hp_layer2 #product_name {
	position: absolute;
	top: 35%;
	right: 150px;
}

a.blue {
	color: #14b9e9;
}

/*overlay*/

.overlay {
	/*padding: 20px;*/
	position: absolute;
	
	/*color: #333;*/
}

.overlay .img_wrap {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.overlay img {
	width: 100%;
	
	border: 0;
	margin: 0;
	padding: 0;
	
}
.overlay h5 {
	text-align: center;
	font-size: 30px;
	font-weight: Bold;
	line-height: 70px;
}

.overlay p {
	font-size: 15px;
	line-height: 20px;
}


#layer1 {
	position: relative;
	width: 1000px;
	margin: auto;
}

#layer2 {
	position: relative;
	text-align: left;
}


/*pages*/

#container.hp {
	overflow: hidden;
}

#container.powerful {
	width: 100%;
	overflow: scroll;
}

#layer2.powerful {
	padding: 0px 60px;
}

#layer2.brand {
	padding: 0px 20px;
}

#layer2.brand .col1 {

	float: left;
	width: 300px;
	text-align: center;
}

#layer2.brand .col1 p{
	text-align: left;
	margin-top: 10px;
}

#layer2.brand .col2 {

	width: 460px;
	float: left;
	padding: 0 40px;
	text-align: center;
}

#layer2.brand .col2 ul {
}

#layer2.brand .col2 li {
	text-align: left;
}

#layer2.faq .col1 {
	float: left;
	width: 500px;
	text-align: center;
	padding: 0 10px;
}

#layer2.faq .col2 {
	width: 400px;
	float: left;
	padding: 0 30px;
	text-align: center;
}

#layer2.faq li, #layer2.faq p {
	text-align: left;
}

#layer2.product .col1 {
	float: left;
	width: 300px;
}

#layer2.product .col2 {
	float: left;
	width: 500px;
	padding-left: 90px;
	min-height: 90px;
}

#layer2.product.col2 tr td {
	line-height: 1.2;
}

#layer2.patent {
	padding: 0px 25%;
	margin-bottom: 170px;
}

#layer2.patent a{
	color: lightgrey;
	font-family: inherit;
}

#layer2.odm h1 {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	margin: 30px 0;
}

#layer2.odm table {
	margin: auto;
}

#layer2.odm table tr {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#layer1 #logo {
	position: absolute;
	top: 30px;
	right: 0px;
}

#wrap {
	width: 100%; 
	height: 514px; 
	position: absolute; 
	bottom: 0px;
}

.water_right {
	background: url("images/water_right.png") bottom right no-repeat;
	display: block;
	width: 1050px;
	height: 514px;
	margin: auto;
	
}

.water_right img {
	position: absolute;
	bottom: 0px;
}

.bubble_bottom {
	background: url("images/bubble_bottom.png") bottom center no-repeat;
	display: block;
	width: 1050px;
	height: 514px;
	margin: auto;
}

.bubble_bottom img {
	position: absolute;
	bottom: 80px;
	/*width: 900px;*/
	
}

.brand .blue_line {
	width: 70px;
}

span.down {
	position: relative;
	top: 3px;
	font-size: 9px;
}

span.up {
	position: relative;
	top: -6px;
	font-size: 9px;
}

.grid-1-2 {
	width: 48%;
	float: left;
	margin-right: 1%;
}

.grid-1-3 {
	width: 32%;
	float: left;
	min-height: 320px;
}

figure.livestock img {
	width: 100%;
}

.blue {
	color: #14b9e9;
}

.pdf_download {
	color: #999; 
	text-decoration: underline;
}

.category_head {
	margin: 20px auto 50px;
	text-align: center;
	width: 70%;
}
#container #language {
	position: absolute;
	right: 0;
	padding: 10px;
}
#layer1 {
	position: relative;
}
#layer1 #language {
	position: absolute;
	right: 0;
	top: 60px;
	padding: 10px;
}
#language li {
	display: inline-block;
}
#language li a {
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	padding: 6px;
}
#language li:nth-child(1):after {
	content: '';
	padding-left: 5px;
}
#language li a:hover {
	background: rgba(255,255,255,.5)
}
#language li:nth-child(2):after {
	content: '';
	padding-left: 5px;
}
