@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 {
	font-family: 'Roboto', "Microsoft JhengHei","simsun", sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	-ms-overflow-style: scrollbar;
}
a:link {
	color:#8e8e8e;
	text-decoration: none;
}
a:visited {
	color:#8e8e8e;
	text-decoration: none;
}
a:hover {
	color:#333;
	text-decoration: none;
}
a:active {
	color:#8e8e8e;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

/* 三欄式自動調幅版面--------------------------------------------- */

#header {
	width:100%;
	height:124px;
	position:relative;
	display:none;
	background:#FFF;
	border-bottom:1px solid #dadada;
}
.header_small {
	width:100%;
	height:80px;
	display:block;
	background:#FFF;
}

@media only screen and (min-width: 769px) {
	#header {
		display:none;
	}
	.header_small {
		height:125px;
		display:block;
		background:#FFF;
	}
}
@media only screen and (min-width: 1200px) {
	#header {
		display:block;
	}
	.header_small {
		display:none;
	}
}
	.logo {
		position:absolute;
		left:80px;
	}
	.menu {
		position:absolute;
		width:740px;
		font-size:18px;
		left:50%;
		margin-left:-370px;
		top:68px;
	}
	.menu a {
		color:#969696;
	}
	.menu ul {
		list-style:none;
	}
	.menu ul li {
		float:left;
		padding-bottom:24px;
		margin-left:65px;
	}
		.menu ul li:hover {
			border-bottom:4px solid #000; 
		}
	.menu_lista a {
		color:#323232;
	}
	.menu_lista a:hover {
		color:#2a92b8;
	}
		
	.other {
		position:absolute;
		top:15px;
		right:68px;
	}
	.cycle1 {
		width:30px;
		height:30px;
		border-radius:50%;
		text-align:center;
		line-height:30px;
		float:left;
		cursor:pointer;
	}
	.cycle2 {
		width:30px;
		height:30px;
		border-radius:50%;
		margin-left:10px;
		text-align:center;
		line-height:30px;
		float:left;
		cursor:pointer;
	}
	.cycle3 {
		width:30px;
		height:30px;
		border-radius:50%;
		margin-left:10px;
		text-align:center;
		line-height:30px;
		float:left;
		cursor:pointer;
	}
	.cycle1:hover {
		background:#2d93b9;
	}
	.cycle2:hover {
		background:#a03173;
	}
	.cycle3:hover {
		background:#9cb02a;
	}
	.cycle1:hover a ,.cycle2:hover a ,.cycle3:hover a {
		color:#FFF;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* 行動裝置菜單 */	
.header_small_open {
	position:absolute;
	right:0;
	top:0;
	z-index: 8000;
}
.header_small_logo {
	position:absolute;
	left:0;
	top:0;
	z-index:50;
}
	.header_small_logo img {
		width:95px;
	}
	.header_small_open img {
		width:80px;
	}
	
.header_small_close {
	position:absolute;
	right:0;
	top:0;
	display:none;
	z-index:50;
}
	.header_small_close img {
		width:80px;
	}
@media only screen and (min-width: 769px) {
	.header_small_logo img {
		width:100%;
	}
	.header_small_open img {
		width:100%;
	}
	.header_small_close img {
		width:100%;
	}
}
.header_small_menu_list {
	position:fixed;
	left:0;
	width:100%;
	height:100%;
	min-height:100%;
	overflow-y:auto;
	z-index:9999;
	padding-bottom:120px;
	background:#FFF;
	display:none;
}

	.header_small_menu_list li img {
		width:20px;
	}
	.menu_list_1 {
		min-height:60px;
		padding:20px 0 0 0;
		font-size:15px;
		font-family:'Roboto', sans-serif;
		border-bottom:1px solid #d6d6d6;
		margin-left:5%;
	}
		.menu_list_1 a{
			color:#0d0d0d;
		}
	
	.menu_list_2 {
		min-height:60px;
		padding:20px 0 0 0;
		font-size:15px;
		font-family:'Roboto', sans-serif;
	}
		.menu_list_2 a {
			color:#323232;
		}
		.menu_list_2 a:hover {
			color:#969696;
		}
		
		.menu_list_ul2 li:first-child {
			margin-top:15px;
		}
		
		.menu_list_ul2 li:last-child {
			border-bottom:0;
		}
	
	.menu_list_1_p {
		font-size:18px;
		color:#969696;
		padding:0 20px 0 0;
	}
	
	.menu_list_2_p {
		padding:0 20px 0 15px;
	}

	.header_small_clear {
		height:80px;
		clear:both;
		margin-left:5%;
		border-bottom:1px solid #d5d5d5;
	}
	
	.menu_list_ul1 {
		list-style:none;
	}
	.menu_list_ul2 {
		list-style:none;
		padding:0;
		margin:0;
	}
@media only screen and (min-width: 769px) {
	.header_small_clear {
		height:124px;
	}	
}


#menu2 {
	width:100%;
	padding:25px 78px 25px 78px;
	color:#8e8e8e;
	font-size:14px;
	font-weight:100;
	display:none;
}

#title2  {
	width:100%;
	color:#000;
	font-size:36px;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}

#title3  {
	width:100%;
	color:#000;
	font-size:24px;
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
}

@media only screen and (min-width: 1200px) {
	#menu2 {
		display:block;
	}
	#title2  {
		width:100%;
		color:#000;
		font-size:48px;
		padding-top:110px;
		padding-bottom:90px;
		text-align:center;
	}
}




#banner {
	width:100%;
	position:relative;
	text-align:center;
}
	.banner1 {
		display:none;
	}
	.banner2 {
		display:block;
	}
@media only screen and (min-width: 1000px) {
	.banner1 {
		display:block;
	}
	.banner2 {
		display:none;
	}
}

#content {
	width:100%;
	position:relative;
	min-height:600px;
	padding:80px 0;
	overflow:hidden;
}

@media only screen and (min-width: 769px) {
#content {
	padding:100px 0;
}
}



/* 關於我們 */

.about_memo {
	width:100%;
	margin:auto;
	text-align:left;
	padding:0 15px;
}
	.about1 {
		font-size:30px;
		font-weight:300;
		color:#fcff00;
	}
	.about2 {
		font-size:16px;
		font-weight:100;
		line-height:32px;
	}
	
	@media only screen and (min-width: 1200px) {
		.about_memo {
			width:1200px;
			margin:auto;
			text-align:left;
		}
		.about1 {
			font-size:40px;
		}
		.about2 {
			font-size:18px;
		}
	}
	
	@media only screen and (min-width: 1200px) {
		.about_memo {
			width:1200px;
			margin:auto;
			text-align:left;
		}
	}
		
/*專案場地*/	
	
	
#project {
	position:relative;
	width:100%;
	text-align:center;
	overflow:hidden;
}
	.project_pic {
		width:100%;
		overflow:hidden;
		position:relative;
		float:left;
		border:15px solid #FFF;
		border-top:0;
		cursor:pointer;
	}
	.project_pic:first-child {
		border-top:15px solid #FFF;
	}
	.project_bg {
		position:absolute;
		width:100%;
		height:100%;
		font-size:24px;
		font-weight:300;
		color:#FFF;
		background:rgba(0,0,0,0.5);
		opacity:0;
	}
	.project_word {
		position:absolute;
		width:100%;
		text-align:center;
		top:50%;
		margin-top:-20px;
	}

	@media only screen and (min-width: 769px) {
		.project_pic {
			width:33.33333333%;
			overflow:hidden;
			position:relative;
			float:left;
			border:0;
		}
		.project_pic:first-child {
			border-top:0;
		}
	}
	@media only screen and (min-width: 1000px) {
		.project_bg {
			font-size:32px;
		}
	}
	
.project_clear {
	clear:both;
}


.project1 {
	display:none;
}
.project2 {
	display:block;
}
@media only screen and (min-width: 1000px) {
	.project1 {
		display:block;
	}
	.project2 {
		display:none;
	}
}

.area {
	height:36px;
	border:1px solid #c9c9c9;
	font-size:18px;
	font-weight:300;
	padding:2px 5px;
}
.area option {
	font-size:18px;
	font-weight:300;
}

.project_b1 {
	padding: 15px 5px;
	display:inline-block;
}
.project_b2 {
	padding: 15px 5px;
	display:inline-block;
}
.project_b3 {
	padding: 15px 5px;
	display:inline-block;
}

@media only screen and (min-width: 769px) {
.area {
	height:46px;
	border:1px solid #c9c9c9;
	font-size:24px;
	font-weight:300;
	padding:2px 10px;
}
.area option {
	font-size:24px;
	font-weight:300;
}
	.project_b1 {
		margin-right:20px;
		display:inline-block;
		
	}
	.project_b2 {
		margin-right:20px;
		display:inline-block;
	}
	.project_b3 {
		margin-right:20px;
		display:inline-block;
	}
}

.project_select {
	padding-bottom:60px;
}

.button2 {
	width:180px;
	height:40px;
	border:1px solid #000;
	background:none;
	text-align:center;
	font-size:16px;
}

@media only screen and (min-width: 400px) {
.button2 {
	width:200px;
	height:46px;
	font-size:24px;
}
}




/* 產品介紹 */

.product_list {
	padding:0 15px;
	overflow:hidden;
	width:100%;
}

@media only screen and (min-width: 769px) {
	.product_list {
		padding:0 20px;
	}
}
@media only screen and (min-width: 1000px) {
	.product_list {
		padding:0 80px;
	}
}

	.product_pic1 {
		cursor:pointer;
	}
	.product_pic2 {
		text-align:left;
	}
	.product_list_clear {
		clear:both;
		height:1px;
	}
	
.product_1 {
	width:100%;
	float:left;
	padding-right:0px;
	padding-bottom:50px;
}
.product_2 {
	width:100%;
	float:left;
	padding-left:0px;
}
	.product_title1 {
		font-size:24px;
		font-weight:700;
	}
	.product_title2 {
		font-size:14px;
		font-weight:300;
		line-height:30px;
		margin-top:50px;
	}
	
@media only screen and (min-width: 769px) {
	.product_1 {
		width:50%;
		padding-right:20px;
	}
	.product_2 {
		width:50%;
		padding-left:20px;
	}
		.product_title1 {
			font-size:32px;
		}
		.product_title2 {
			font-size:20px;
			line-height:42px
		}
}
@media only screen and (min-width: 1000px) {
	.product_1 {
		width:50%;
		padding-right:40px;
	}
	.product_2 {
		width:50%;
		padding-left:40px;
	}
}
	
	.product_bg {
		position:absolute;
		width:100%;
		height:100%;
		font-size:30px;
		font-weight:300;
		color:#FFF;
		background:rgba(0,0,0,0.5);
		opacity:0;
		z-index:3;
		left:0;
		top:0;
		cursor:pointer;
	}
	.product_word {
		position:absolute;
		width:100%;
		text-align:center;
		top:50%;
		margin-top:-20px;
		font-size:24px;
	}
	@media only screen and (min-width: 1000px) {
		.product_word {
			font-size:42px;
		}
	}

.download {
	width:100%;
	border-top:1px solid #d1d1d1;
	padding:15px 0;
	overflow:hidden;
}
	.download_1 {
		width:15%;
		float:left;
		text-align:left;
	}
	.download_2 {
		width:70%;
		float:left;
		text-align:left;
		line-height:43px;
		color:#828282;
		font-size:18px;
	}
	.download_3 {
		width:15%;
		float:left;
		text-align:right;
	}
@media only screen and (min-width: 1000px) {
	.download_1 {
		width:10%;
	}
	.download_2 {
		width:80%;
		float:left;
		text-align:left;
		line-height:43px;
		font-size:24px;
	}
	.download_3 {
		width:10%;
	}
}



.product_clear {
	height:40px;
	clear:both;
}
.product_contact {
	width:100%;
	padding:20px 15px;
	background-color:#d5d5d5;
	overflow:hidden;
}
	.product_contact_title1 {
		font-size:24px;
		padding-bottom:10px;
		color:#000;
	}
	.product_contact_block {
		overflow:hidden;
		border-top:1px solid #FFF;
		padding:10px 0;
	}
		.product_contact_block1 {
			width:30%;
			font-size:15px;
			font-weight:300;
			text-align:left;
			color:#FFF;
			float:left;
			text-align:left;
		}
		.product_contact_block2 {
			width:70%;
			font-size:15px;
			float:left;
			text-align:left;
		}
		.p_c_1 {
			height:26px;
			border:0;
			width:100%;
		}
		.p_c_2 {
			height:100px;
			border:0;
			width:100%;
		}
		
@media only screen and (min-width: 1030px) {
.product_contact {
	padding:40px 30px;
}
	.product_contact_title1 {
		font-size:32px;
	}
	.product_contact_block {
		overflow:hidden;
		border-top:1px solid #FFF;
		padding:10px 0;
	}	
		.product_contact_block1 {
			width:30%;
			font-size:22px;
		}
		.product_contact_block2 {
			width:70%;
			font-size:22px;
		}
		.p_c_1 {
			height:36px;
		}
}
@media only screen and (min-width: 1300px) {
.product_contact {
	padding:40px 30px;
}
	.product_contact_title1 {
		font-size:32px;
	}
	.product_contact_block {
		overflow:hidden;
		border-top:1px solid #FFF;
		padding:20px 0;
	}	
		.product_contact_block1 {
			width:20%;
			font-size:22px;
		}
		.product_contact_block2 {
			width:80%;
			font-size:22px;
		}
		.p_c_1 {
			height:36px;
		}
		.p_c_2 {
			height:300px;
		}
}


.product_colors {
	width:120px;
	height:120px;
	overflow:hidden;
	float:left;
	margin-right:15px;
	margin-top:20px;
}
.product_none {
	width:25px;
	height:35px;
	float:left;
}

.button {
	width:200px;
	height:40px;
	border:1px solid #000;
	background:none;
	text-align:center;
	font-size:16px;
	line-height: 36px;
	cursor:pointer;
}

@media only screen and (min-width: 400px) {
.button {
	width:320px;
	height:60px;
	font-size:24px;
	line-height: 56px;
}
}

.product_line {
	width:100%;
	border-top:1px solid #e8e8e8;
}

.product_relate_title1 {
	font-size:30px;
	letter-spacing:1px;
}
@media only screen and (min-width: 1300px) {
	.product_relate_title1 {
		font-size:48px;
	}
}



/* 最新消息 */


#news {
	position:relative;
	width:100%;
	text-align:center;
	overflow:hidden;
}
	.news_pic {
		width:100%;
		overflow:hidden;
		position:relative;
		float:left;
		border:15px solid #FFF;
		border-top:0;
		cursor:pointer;
	}
	.news_pic:first-child {
		border-top:15px solid #FFF;
	}
	.news_bg {
		position:absolute;
		width:100%;
		background:rgba(255,255,255,0.9);
		bottom:0;
		text-align:left;
		padding:10px;
		overflow:hidden;
	}
	.news_bg2 {
		position:absolute;
		width:100%;
		background:rgba(237,237,237,0.9);
		bottom:0;
		text-align:left;
		padding:20px;
		overflow:hidden;
	}
	.news_word1 {
		font-weight:500;
		font-size:16px;
		overflow:hidden;
		min-height:30px;
	}
	.news_word2 {
		font-weight:300;
		font-size:12px;
	}
	.news_word3 {
		font-weight:300;
		font-size:12px;
		padding-top:10px;
	}
	
	@media only screen and (min-width: 769px) {
		.news_bg {
			padding:20px;
		}
		.news_pic {
			width:33.33333333%;
			overflow:hidden;
			position:relative;
			float:left;
			border:0;
		}
		.news_pic:first-child {
			border-top:0;
		}
		.news_word1 {
			font-size:18px;
			
		}
		.news_word2 {
			font-size:12px;
		}
		.news_word3 {
			font-size:18px;
			padding-top:25px;
		}
	}
	
	@media only screen and (min-width: 1580px) {
		.news_word1 {
			font-size:24px;
			
		}
		.news_word2 {
			font-size:14px;
		}
		.news_word3 {
			font-size:24px;
			padding-top:25px;
		}
	}









/* 聯絡我們 */


.contact_clear {
	height:40px;
	clear:both;
}
.contact {
	width:100%;
	overflow:hidden;
	margin:auto;
	letter-spacing:1px;
	padding:0 15px;
}
	.contact_title1 {
		font-size:30px;
		padding-bottom:10px;
		color:#fff;
	}
	.contact_block {
		overflow:hidden;
		border-top:1px solid #FFF;
		padding:10px 0;
	}
		.contact_block1 {
			width:30%;
			font-size:16px;
			font-weight:300;
			text-align:left;
			color:#FFF;
			float:left;
			text-align:left;
		}
		.contact_block2 {
			width:70%;
			font-size:16px;
			float:left;
			text-align:left;
		}
		.c_1 {
			height:26px;
			border:0;
			width:100%;
			padding:0;
			background:#e4e4e4;
		}
		.c_2 {
			height:100px;
			border:0;
			width:100%;
			padding:0;
			background:#e4e4e4;
		}
@media only screen and (min-width: 769px) {
		.contact_block1 {
			width:20%;
			font-size:24px;
			padding:10px 0;
		}
		.contact_block2 {
			width:80%;
			font-size:24px;
			padding:10px 0;
		}
}
@media only screen and (min-width: 1200px) {
.contact {
	width:1200px;
	overflow:hidden;
	margin:auto;
	letter-spacing:1px;
	padding:0 15px;
}
	.contact_title1 {
		font-size:40px;
	}
	.contact_block {
		overflow:hidden;
		border-top:1px solid #FFF;
		padding:10px 0;
	}	
		.contact_block1 {
			width:15%;
			font-size:24px;
			padding:10px 0;
		}
		.contact_block2 {
			width:85%;
			font-size:24px;
			padding:10px 0;
		}
		.c_1 {
			height:36px;
		}
		.c_2 {
			height:300px;
		}
}

.button3 {
	width:200px;
	height:40px;
	border:1px solid #FFF;
	color:#FFF;
	background:none;
	text-align:center;
	font-size:16px;
}

@media only screen and (min-width: 400px) {
.button3 {
	width:320px;
	height:60px;
	font-size:24px;
}
}




#footer {
	width:100%;
	background:#FFF;
	padding:50px 10px;
	position:relative;
	overflow:hidden;
}

	.footer_1 {
		width:16%;
		float:left;
		display:none;
	}
	.footer_2 {
		width:100%;
		float:left;
		border-left:0;
		padding:20px 10px 20px 10px;
	}
	.footer_3 {
		width:100%;
		float:left;
		border-left:0;
		padding:20px 10px 20px 10px;
	}
	
	.footer_2_word1 {
		font-size:30px;
		font-weight:300;
		color:#464646;
		line-height:48px;
	}
	.footer_2_word2 {
		padding-top:20px;
		font-size:16px;
		color:#7f7f7f;
		font-weight:100;
		line-height:36px;
	}
	.footer_clear {
		height:30px;
		clear:both;
	}
	.video_clear {
		clear:both;
		height:10px;
		
		display:none;
	}

@media only screen and (min-width: 769px) {
#footer {
	padding:50px 40px;
}
	.footer_1 {
		width:16%;
		float:left;
		display:block;
	}
		.footer_1 img {
			width:100%;
		}
	.footer_2 {
		width:42%;
		float:left;
		border-left:1px solid #dadada;
		padding:20px 0px 20px 40px;
	}
	.footer_3 {
		width:42%;
		float:left;
		border-left:1px solid #dadada;
		padding:20px 0px 20px 40px;
	}
	
	.footer_2_word1 {
		font-size:40px;
	}
	.footer_2_word2 {
		padding-top:40px;
		font-size:18px;
	}
	
	.video_clear {
		clear:both;
		height:30px;
		display:block;
	}
}