@charset "UTF-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}

html,body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	background:#25cbd3;
	font-size:15px;
}

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color:#c2c2c2;
	text-decoration: none;
}
a:active {
	color:#FFF;
	text-decoration: none;
}


#header {
	width:1000px;
	margin:auto;
	text-align:center;
	position:relative;
	min-height:210px;
}
	.logo {
		font-size:45px;
		color:#FFF;
		cursor:pointer;
	}
	.menu {
		width:1000px;
		margin:0;
		text-align:center;
		padding-top:60px;
		font-size:18px;
		position:relative;
	}
	
	.menu_1 {
		width:165px;
		height:72px;
		background:url(../images/menu_under.jpg) center bottom no-repeat;
		float:left;
		text-align:center;
		-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	}
		.lang {
			position:absolute;
			right:9px;
			top:100px;
		}
			.lang1 {
				width:26px;
				height:26px;
				border-radius:13px;
				background:#c2c2c2;
				text-align:center;
				line-height:26px;
				float:left;
				font-size:14px;
			}
			.lang1:hover {
				background:#929292;
			}
			.lang1 a {
				color:#FFF;
			}
			.lang2 {
				width:26px;
				height:26px;
				border-radius:13px;
				background:#c2c2c2;
				text-align:center;
				line-height:26px;
				float:left;
				font-size:14px;
				margin-left:7px;
			}
			.lang2:hover {
				background:#929292;
			}
			.lang2 a {
				color:#FFF;
			}

#banner {
	width:100%;
	min-width:1000px;
	margin:0;
	text-align:center;
	overflow:hidden;
	height:400px;
}

#content {
	width:980px;
	margin:auto;
	text-align:left;
	color:#FFF;
	line-height:30px;
	padding:0 10px 100px 10px;
	overflow:hidden;
}

/* 產品介紹 */

.product {
	width:310px;
	float:left;
	overflow:hidden;
}
	.product_pic {
		width:310px;
		cursor:pointer;
	}
	.product_name1 {
		width:310px;
		color:#FFF;
		line-height:20px;
	}
	.product_color {
		width:310px;
	}
		.product_c {
			width:26px;
			height:26px;
			border-radius:26px;
			float:left;
			cursor:pointer;
			border:6px solid #25cbd3;
		}
		.product_c:hover {
			border:6px solid #7ce0e5;
		}

.product_none {
	width:25px;
	height:25px;
	float:left;
}

.product_clear {
	height:60px;
	clear:both;
}
.product_clear2 {
	height:100px;
	clear:both;
}
.product_clear3 {
	height:20px;
	clear:both;
}

	.productall {
		width:100%;
	}
		.product_1 {
			width:500px;
			padding-right:50px;
			float:left;
		}
		.product_2 {
			width:430px;
			float:left;
		}
		.product_title1 {
			font-size:30px;
			color:#FFF;
			padding-bottom:40px;
		}
		.product_title2 {
			font-size:15px;
			color:#FFF;
			line-height:30px;
			padding-bottom:20px;
		}
		.product_title3 {
			font-size:15px;
			color:#FFF;
			line-height:30px;
			padding-bottom:20px;
		}
		
.product_icon1 {
	width:120px;
	float:left;
}

.product_icon_clear {
	width:6.67px;
	height:100px;
	float:left;
}


/* 聯絡我們 */

	.content_1 {
		width:490px;
		float:left;
		line-height:36px;
	}
	
	.content_2 {
		width:490px;
		float:left;
	}
	
	.c_1 {
		background:none;
		height:38px;
		width:468px;
		border:1px solid #dadada;
		color:#FFF;
	}
	.c_2 {
		background:none;
		width:468px;
		height:349px;
		border:1px solid #dadada;
		margin-top:6px;
		color:#FFF;
	}
	.b_1 {
		background:none;
		width:128px;
		height:58px;
		border:1px solid #dadada;
		color:#FFF;
		cursor:pointer;
	}
		.b_1:hover {
			border:1px solid #FFF;
		}
	.b_2 {
		background:none;
		width:128px;
		height:58px;
		border:1px solid #dadada;
		margin-left:25px;
		color:#FFF;
		cursor:pointer;
	}
		.b_2:hover {
			border:1px solid #FFF;
		}

#footer {
	width:1000px;
	margin:auto;
	text-align:center;
	height:410px;
	font-size:16px;
}
	.f_word {
		color:#FFF;
	}
	.f_clear {
		height:50px;
		clear:both;
	}