@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: 'Raleway', "Microsoft JhengHei", sans-serif;
	font-size:14px;
	width:100%;
	height: 100%;
	-ms-overflow-style: scrollbar;
	background: url(../images/bg.jpg);
}

a:link {
	color:#231815;
	text-decoration: none;
}
a:visited {
	color:#231815;
	text-decoration: none;
}
a:hover {
	color:#fbfbfb;
	text-decoration: none;
}
a:active {
	color:#231815;
	text-decoration: none;
}
@-ms-viewport {
  width: device-width;
}

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



#header {
	width: 100%;
	text-align: center;
	position: relative;
	display: block;
	padding-top: 40px;
}
	.header_1 {
		width: 50%;
		padding-left: 30px;
		float: left;
		text-align: left;
	}
	.header_2 {
		width: 50%;
		padding-right: 30px;
		float: right;
		text-align: right;
		position: relative;
	}
	.header_1 img {
		width: 80px;
	}
	.header_2 img {
		width: 130px;
	}
@media only screen and (min-width: 768px) {
#header {
	padding-top: 60px;
}
	.header_1 {
		padding-left: 100px;
	}
	.header_2 {
		padding-right: 100px;
	}
	.header_1 img {
		width: 113px;
	}
	.header_2 img {
		width: 220px;
	}
}
@media only screen and (min-width: 1000px) {
#header {
	display: none;
}
}


/* 行動裝置菜單 */

.header_small_open {
	cursor: pointer;
}


.header_small_menu_list {
	position:absolute;
	right: 30px;
	top: 0;
	width:150px;
	overflow-y:hidden;;
	z-index:999;
	padding: 14px;
	background:rgba(200,200,200,0.8);
	display:none;
	height: auto;
}
.header_small_line {
	height: 2px;
	border-bottom: 1px solid #231815;
}
.header_small_title1 {
	padding: 17px 0;
	text-align: center;
	font-size: 14px;
	font-family: 'TTSupermolotNeue-CondRegular';
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	.header_small_menu_list {
		width:220px;
		padding: 14px;
		right: 100px;
	}
.header_small_title1 {
		padding: 20px 0;
	}
}


#content {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	text-align: center;
	padding: 65px 30px 0 30px;
}


	.menu {
		width: 250px;
		float: left;
		font-family: 'TTSupermolotNeue-CondLight';
		font-weight: bold;
		display: none;
	}
		ul {
			list-style: none;
			margin: 0;
			padding: 0;
			margin-top: 65px;
		}
		ul li {
			text-align: left;
			line-height: 30px;
			font-size: 16px;
		}
		.menu_line {
			padding-top: 40px;
			clear: both;
			text-align: left;
		}
		.menu_clear {
			height: 50px;
			clear: both;
		}
		.lang {
			text-align: center;
			line-height: 25px;
			float: left;
			cursor: pointer;
			color: #898989
		}

	.content2 {
		width: 100%;
		float: left;
		padding-left: 0;
	}
@media only screen and (min-width: 768px) {
#content {
	padding: 100px 85px 0 85px;
}
}
@media only screen and (min-width: 1000px) {
#content {
	padding: 100px 15px 0 15px;
}
	.menu {
		width: 25%;
		display: block;
	}
	.content2 {
		width: 75%;
		float: right;
		padding-left: 5%;
	}
}
@media only screen and (min-width: 1400px) {
	.menu {
		width: 250px;
	}
	.content2 {
		width: 1120px;
		padding-left: 230px;
	}
}


.share {
	font-family: 'TTSupermolotNeue-CondRegular';
	color: #898989;
	position: relative;
	cursor: pointer;
	text-align: left;
}

.share_list {
	width: 200px;
	padding: 5px 10px;
	border: 1px rgb(137, 137, 137) solid;
	background: rgba(229, 229, 229, 1.0);
	border-radius: 5px;
	line-height: 40px;
	display: none;
	position: absolute;
}

.share_block {
	width: 100%;
	border-bottom: 1px solid #898989;
	text-align: left;
	padding: 0 10px;
	height: 40px;
}
	.share_block_1 {
		width: 25%;
		float: left;
		text-align: center;
		font-size: 18px;
		margin-top: 10px;
	}
	.share_block_2 {
		width: 75%;
		float: left;
		letter-spacing: 1px;
		font-size: 12px;
		cursor: pointer;
	}

.share_block2 {
	text-align: left;
	padding: 0 10px;
	height: 40px;
}

.share_block_3 {
	width: 33%;
	float: left;
}


/* 產品介紹 */

		.products {
			width: 100%;
			overflow: hidden;
			float: left;
			text-align: left;
			font-weight: bold;
		}
		.products_pic {
			width: 100%;
			border:1px solid #cac8c6;
			background: #FFF;
			cursor: pointer;
			position: relative;
			background-repeat: no-repeat;
		}
		.products_pic2 {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			z-index: 3;
		}
		.products_pic3 {
			position: relative;
		}
		.products_word {
			padding-top: 16px;
			height: 100px;
			cursor: pointer;
		}
		.products_title1 {
			font-family: 'TTSupermolotNeue-CondLight';
		}
		.products_title2 {
			font-family: 'TTSupermolotNeue-CondLight';
			font-size: 12px;
		}
		
		.product_info_clear {
			height: 65px;
			clear: both;
		}
		.product_info_title1 {
			font-size: 18px;
			font-family: 'TTSupermolotNeue-CondLight';
			text-align: left;
		}
		.product_info_memo {
			font-size: 12px;
			font-family: 'TTSupermolotNeue-CondLight';
			text-align: left;
			line-height: 24px;
		}

@media only screen and (min-width: 1000px) {
		.products {
			width: 160px;
		}
		.products_pic {
			width: 160px;
			height: 160px;
		}
		.products_word {
			padding-top: 16px;
			height: 100px;
		}
		
		.product_info_clear {
			height: 65px;
			clear: both;
		}
		.product_info_title1 {
			font-size: 20px;
			text-align: left;
		}
		.product_info_memo {
			font-size: 12px;
			text-align: left;
			line-height: 24px;
		}
}


/* 關於我們 */

	.about_clear {
		height: 60px;
		clear: both;
	}
@media only screen and (min-width: 768px) {
	.about_clear {
			height: 110px;
			clear: both;
		}
	}
@media only screen and (min-width: 1000px) {
	.about_clear {
		height: 150px;
	}
}
	.about_title1 {
		font-size: 14px;
		font-weight: bold;
		font-family: 'TTSupermolotNeue-CondRegular';
		text-align: left;
		margin-left: 15px;
		padding-bottom: 45px;
	}
	.about_memo {
		font-size: 14px;
		font-weight: bold;
		font-family: 'TTSupermolotNeue-CondRegular';
		text-align: left;
		line-height: 24px;
	}

/* 聯絡我們 */

	.contact_clear {
		height: 10px;
		clear: both;
	}
	.contact_clear2 {
		height: 20px;
		clear: both;
	}
	.contact_title1 {
		font-size: 14px;
		font-weight: bold;
		font-family: 'TTSupermolotNeue-CondRegular';
		text-align: left;
	}
	.contact_memo {
		font-size: 14px;
		font-weight: bold;
		font-family: 'TTSupermolotNeue-CondRegular';
		text-align: left;
		line-height: 24px;
		color: #615d5a;
	}
	.contact_t1 {
		width: 100%;
		border: 0;
		background: none;
	}
	.contact_t2 {
		width: 100%;
		height: 60px;
		border: 0;
		background: none;
	}
	.contact_line {
		height: 15px;
		border-bottom:1px solid #615d5a;
	}
	.contact_clear3 {
		height: 15px;
		clear: both;
	}
	.contact_clear11 {
		height: 20px;
		clear: both;
	}
	.contact_clear12 {
		height: 20px;
	}

@media only screen and (min-width: 768px) {
	.contact_clear {
		height: 110px;
		clear: both;
	}
	.contact_clear11 {
		height: 80px;
		clear: both;
	}
	.contact_clear12 {
		height: 80px;
	}
}
@media only screen and (min-width: 1000px) {
	.contact_clear {
		height: 180px;
		clear: both;
	}
	.contact_clear11 {
		height: 120px;
		clear: both;
	}
	.contact_clear12 {
		height: 0px;
	}
}
.button_send {
	background:none;
	border:0;
	padding:0;
	margin:0;
}

	::-webkit-input-placeholder { /* WebKit browsers */
    color:    #615d5a;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
			color:    #615d5a;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
			color:    #615d5a;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
			color:    #615d5a;
	}


#footer {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	text-align: right;
	font-size: 12px;
	color: #cac8c6;
	clear: both;
	padding-top: 95px;
}