/* ------------------------------內頁主要架構------------------------------- */
.left{
	float: left;
	width: 200px;
	margin-right: 50px;
}
 
.right{
	width: 670px;
	overflow: hidden;
}
/* ------------------------------內頁樣式 Page Style------------------------------- */
section{
	display:inline;
}
article{
	margin: 16px 30px 0 30px;
	letter-spacing: 1px;
	overflow: hidden;
}
h2{
	font-size: 20px;
	letter-spacing: 2px;
	background: #2e7eba;
	color: #fff;
	font-weight: normal;
	padding: 5px 15px;
	display: inline-block;
	margin-top: 20px;
}
.smallh2{
	font-size: 14px;
	font-family: sans-serif;
	letter-spacing: 0;
}
/* ------------------------------關於我們 Company------------------------------- */

/* ------------------------------產品介紹 Product------------------------------- */
/*Gt Stylesheet */
.left > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */
.left > ul {
	display: block;
	position: relative;
	width: 200px;
}

/* The list elements which contain the links */
.left > ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;	
}

/* General link styling */
.left > ul li a {
	/* Layout */
	display: block;
	position: relative;
	margin: 0;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #d9d9d9;
	padding: 11px 0 11px 11px;
	width: 189px;

	/* Typography */
	color: #2e7eba;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;

	/* Background & effects */
	background: #eaeaea;
}

/* Rounded corners for the first link of the menu/submenus */
.left > ul li:first-child>a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
}

/* Rounded corners for the last link of the menu/submenus */
.left > ul li:last-child>a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
}
/* The hover state of the menu/submenu links */
.left > ul li>a:hover, .left > ul li:hover>a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
	background: #2e7eba;
	border-color: transparent;
}
.v-subNav li a{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.v-subNav li:first-child>a {
	border-radius: 0!important;
}

/* Rounded corners for the last link of the menu/submenus */
.v-subNav li:last-child>a {
	border-radius: 0!important;
}
.right li{
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 20px;
	text-align: center;
}
.right li:nth-child(4n){
	margin-right:0;
}
.right a{
	font-size: 12px;
}
.right ul li img{
	border:1px solid #B3B3B3;
}
#breadcrumb{
	position: relative;
	left: 280px;
	top: -30px;
}
#photo{
	width: 420px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}
#photo img,#text img{
	width: 100%;
}
#information{
	overflow: hidden
}
#name, #level, #spec, #text{
	width: 100%;
	display: inline-block;
	border: 3px solid #2e7eba;
	word-break: break-word;
	margin-bottom: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.pro_title{
	background: #2e7eba;
	color: #fff;
	padding: 10px 0 10px 10px;
}
.pl10{
	padding-left: 10px;
}
/* ------------------------------品質管理 Quality------------------------------- */
.quality2 li{
	float: left;
	width: 150px;
	margin-right: 6px;
	margin-bottom: 20px;
	text-align: center;
}
.quality2 li:nth-child(6n){
	margin-right:0;
}
.quality2 a{
	font-size: 12px;
}
.quality2 img{
	border:1px solid #B3B3B3;
}
/* ------------------------------製程設備 Equipment------------------------------- */

/* ------------------------------我們的客戶 OurCilent------------------------------- */

/* ------------------------------聯絡我們 Contact------------------------------- */
.contacttop{
	border:3px solid #999;
	padding: 15px;
	line-height: 2em;
	margin-bottom: 20px;
	overflow: hidden;
}
.contacttop li{
	width: 50%;
	float: left;
}
.contactform{

}
.out_div{
	padding:10px 0px; 
	display:block;
	background-color: #fff;
}
fieldset{
	border: 0;
}
.faq_form fieldset {
	clear: both;
	padding:5px 0;}
.faq_form span {
	color: #2e7eba;
}
.faq_for_left {
	float: left;
	width: 400px;}
.faq_for_right {
	float: left;
	width: 500px;
}
.faq_form label {
	width:90px;
	display: block;
	height: 23px;
	line-height: 23px;
	float: left;
	vertical-align: middle;
}
.faq_btn_area {
	height:63px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom:15px;
	position: relative;
	padding-top: 24px;
	padding-left: 100px;

}
.faq_btn_area a {
	display: block;
	float: left;
	margin-right: 17px;
	background-color: #2e7eba;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	color: #fff;
}
.send{
	text-align: center;
}