@charset "utf-8";
/* CSS Document */
/*-- reset --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
}
ol, ul {
	list-style: none;
}
/*-- top --*/
#top_menubar {
	height: 150px;
	width: 100%;
	margin: 0px auto;
	background: #FFF;
	background-image: url("../../image/top_bg.png");
	/*margin-top: 50px;*/
}
#top_menubar_box {
	height: 150px;
	width: 1200px;
	margin: 0px auto;
	/*margin-top: 50px;*/
}
#logo {
	float: left;
	position: relative;
	height: auto;
	margin: 32.5px 0px 0px 0px;
}
#logo img{
	width: 100%;
}
.top_group_menu {
	margin-top: 125px;
}
#menu {
	width: 100%;
	height: auto;
	background-image : url(../../image/top_menu_bg.png);
	background-repeat: repeat-x;
}
.nav {
	width: 1200px;
	margin: 0 auto;
	background-image : url(../../image/top_menu_bg.png);
	background-repeat: repeat-x;
	border-radius:3px
}
.nav ul {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	/*display: table-row;*/
}
.nav ul li {
	margin: 0 auto;
	padding: 0px 20px;
	text-align: center;
	line-height: 50px;
	width: 120px;
	color: rgba(255,237,0,1);
	float: left;
	/*display: table-cell;
	vertical-align: middle;*/
}
.nav ul li:hover {
	background: #4464ff;
	color: #FFF;
}
.nav ul li a {
	text-decoration: none;
}
.nav_group {
	width: 800px;
	margin: 0 auto;
}
#top_menu a {
	height: 25px;
	width: 100px;
	border:#070707 1px solid; 
	float: left;
	text-align: center;
	vertical-align: middle;
	vertical-align: text-bottom;
	word-spacing: 2pt;
	margin-left: 3px;
	width: 32%;
}
#hnc {
	margin: 2px;
	height: 76px;
	width: 192px;
	float: right;
	text-align: right;
	vertical-align: bottom;
	word-spacing: 2pt;
}
#hnc a {
	color: #000;
	transition: color 0.4s;
	text-decoration: blink;
}
#hnc a:hover {
	color: #A8E5FF;
	transition: color 0.4s;
}
hr {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1px;
}
#header_group {
	width: 100%;
	height: auto;
	/*background: #1F1F1F;*/
	background-image : url(../../image/slide_bg.png);
}
#header {
	height: 250px;
	width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
#header img{
	height: 250px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#header_logo {
	height: 250px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	overflow: hidden;
	/*border: 1px solid #ccc;*/
	clear: right;
	border-radius: 2px;
}
#header_logo ul.logo_list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 300%;
	height: 100%;
}
#header_logo li {
	float: left;
	width: 33.3%;
}
#header_logo .tp-bullet {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
}
#header_logo .bullet {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 3px;
	border-radius: 50% !important;
	background: #d8d8d8;
	cursor: pointer;
}
#header_logo .bullet.selected {
	background: #919191;
}
/*-- main --*/
#container {
	height: auto;
	width: 1200px;
	margin: 0 auto;
	display: block;
}
#container #content p a {
	color: #000;
	text-decoration: blink;
}
#container #content p a:hover {
	color: #03F;
	text-decoration: blink;
}
#content {
	height: auto;
	width: 1190px;
	margin: 0 auto;
	display: block;
}
#content .product-box {
	display:block;
	width: 283px;
	padding: 2px;
	height: 160px;
	margin: 5px;
	float: left;
}
#content .product-box .product {
}
#content .product-box .product-readme {
	height: auto;
	width: auto;
	text-align: center;
}
.contact_content {
	height: auto;
	width: auto;
	padding-top: 45px;
	margin: 0 auto;
	display: block;
}
#content .contact_detail {
	height: 500px;
	width: 632px;
	float: left;
	display:table;
}
#content .contact_detail_box {
	width: 632px;
	margin: 15px 0px;
	height: 95px;
	display: table-cell;
	vertical-align: middle;
	float: left;
}
#content .contact_detail_p {
	height: 93px;
	width: 82px;
	float: left;
}
#content .contact_detail_p img {
	width: 80px;
	height: 91px;
}
#content .contact_detail_t {
	float: left;
	height: 93px;
	width: 525px;
	margin-left: 25px;
	letter-spacing: 2pt;
	word-spacing: 1pt;
	vertical-align: middle;
}
.contact_detail_t_title {
	font-size: 24px;
	line-height: 46.5px;
}
.contact_detail_t_main {
	font-size: 20px;
	line-height: 46.5px;
}
#content .contact_map {
	height: 520px;
	width: 518px;
	float: left;
	margin-left: 36px;
	border: 1px solid #CCC;
}
#horizontal_quick {
	height: 30px;
	width: 100%;
	margin-top: 15px;
	/*margin-bottom: 18px;*/
}
/*-- contact us form main --*/
.contact_form {
	width: 850px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 10px 15px;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.contact_title {
	width: 98%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	font-size: 16px;
	text-align: left;
	color: #3336F0;
	letter-spacing: 2px;
	line-height: 22px;
}
.contact_main {
	width: 49%;
	height: auto;
	display: inline-block;
	margin: 6px auto;
	clear: left;
}
.contact_main_line {
	width: 98%;
	height: auto;
	display: inline-block;
	margin: 6px auto;
	clear: left;
}
.contact_main_line textarea {
	width: 99%;
}
.contact_main_title {
	width: 25%;
	height: auto;
	display: block;
	float: left;
	text-align: right;
	background: #3336F0;
	color: #FFF;
	padding: 2px 0px;
}
.contact_main_line_title {
	width: 12.5%;
	height: auto;
	display: block;
	float: left;
	text-align: right;
	background: #3336F0;
	color: #FFF;
	padding: 2px 0px;
}
.contact_main_input {
	width: 71%;
	height: auto;
	display: block;
	margin: 0px 2%;
	float: left;
	text-align: left;
}
.contact_main_line_input {
	width: 86%;
	height: auto;
	display: block;
	margin-left: 1%;
	float: left;
}
.contact_main_line input[type=text] {
	float: left;
	width: 100%;
	padding: 2px 0px;
}
.contact_main input[type=text] {
	float: left;
	width: 100%;
	padding: 2px 0px;
}
.contact_line_title {
	width: 98%;
	height: auto;
	display: inline-block;
	margin: 6px auto;
	background: #3336F0;
	color: #FFF;
	text-align: center;
	padding: 2px 0px;
}
.contact_btn {
	text-align: center;
	width: 100%;
	float: left;
}
.contact_btn input {
	margin: 0px 3%;
}
/*-- model style --*/
.model_titel {
	width: 882px;
	border-bottom: 2px solid #000;
	margin: 0 auto;
	margin-bottom: 25px;
	font-size: 28px;
	color: #d20012;
}
/*-- footer --*/
#footer_group_box {
	padding: 10px 0px;
	height: auto;
	width: 100%;
	background: #626262;
}
#footer {
	height: 140px;
	width: 1080px;
	margin: 2px auto 0px auto;
}
#footer #contact_info {
	font-family: 微軟正黑體;
	height: 80px;
	width: auto;
	word-spacing: 4pt;
	margin-top: 2px;
	float: left;
	position: relative;
	margin-right: 2px;
	text-align: left;
	letter-spacing: 3pt;
	font-size: 16px;
	line-height: 22px;
	color: #d7d7d7;
}
#footer hr {
	border: 0;
	background-color: #CCC;
	height: 1px;
	width: 100%;
	color: #CCC;
	margin-bottom: 5px;
}

#footer #copy_right {
	font-family: "微軟正黑體";
	letter-spacing: 2pt;
	color: #000;
	font-size: 16px;
	position: relative;
	height: 45px;
	width: auto;
	float: left;
	margin-top: 4px;
	margin-left: 2px;
	text-align: left;
	color: #d7d7d7;
}
#footer #readme {
	position: relative;
	float: left;
	height: auto;
	width: auto;
	margin-top: 12px;
	margin-left: 250px;
}
#oter layout_type .y a {
	background-image: url(../../image/imgzoom_tb.gif)no-repeat 0 0;
	float: left;
	margin-left: 10px;
	width: 17px;
	height: 17px;
	line-height: 100px;
	overflow: hidden;
}
.img-responsive {
	width: 100%;
	max-width: 100%;
}
#content .contact_map iframe {
	width: 518px;
	height: 518px;
}
/*-- rwd --*/
@media only screen and (max-width: 768px){
	/*- main -*/
	#container {
		width: 100%;
	}
	#content {
		width: 100%;
	}
	.contact_content {
		width: 90%;
	}
	/*- top -*/
	#top_menubar {
		width: 100%;
		height: auto;
		display: block;
	}
	#top_menubar_box {
		width: 100%;
		height: auto;
		display: inline-block;
	}
	#logo {
		margin: 0px;
	}
	#header {
		width: 100%;
		padding: 0;
	}
	#header_logo {
		width: 100%;
	}
	#header img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	/*- guest_msg -*/
	.model_titel {
		width: 90%;
	}
	.contact_form {
		width: 90%;
	}
	/*- contact method -*/
	#content .contact_map iframe {
		width: 100%;
		margin: 0 auto;
	}
	#content .contact_map {
		width: 90%;
		height: auto;
		float: none;
		margin: 0 auto;
	}
	#content .contact_detail {
		width: 100%;
		float: none;
	}
	#content .contact_detail_box {
		width: 100%;
		height: auto;
	}
	#content .contact_detail_p {
		width: 20%;
		height: auto;
	}
	#content .contact_detail_p img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	#content .contact_detail_t {
		width: 77%;
		height: auto;
		margin-left: 3%;
	}
	/*- prod -*/
	#content .product-box {
		display: inline-block;
		width: 44%;
		padding: 1%;
		height: auto;
		margin: 2%;
	}
	#content .product-box img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	/*- footer -*/
	#footer_group_box {
		display: inline-block;
	}
	#footer {
		width: 90%;
		height: auto;
	}
	#footer #contact_info {
		height: auto;
	}
	#footer #copy_right {
		height: auto;
	}
	/*- nav -*/
	#menu {
		background-image: none;
	}
	.nav {
		width: 100%;
		background: #3234EF;
		background-image: none;
	}
	.nav_group {
		width: 100%;
		display: inline-block;
	}
	.nav ul {
		width: 100%;
		height: auto;
		display: none;
	}
	.nav ul li {
		width: 100%;
		text-align: left;
	}
	.nav_button {
		height: 50px;
		width: 50px;
		right: 0px;
		background: #0039d9 url("../../image/nav_btn.png") no-repeat center center;
		position: relative;
		float: right;
		cursor: pointer;
	}
}