@charset "utf-8";
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  background-color: #F3F3F3;
}
a {
  color: #333333;
  text-decoration: none;
}
.clearfix {
  clear: both;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.top {
	height: 48px;
	background-image: url(../images/topbar_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
.container {
    width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	float: left;
	padding-top: 5px;
}
.language {
	float: right;
	font-size: 13px;
	padding-top: 5px;
}
.language a {
	color: #FFFFFF;
	padding-right: 20px;
	line-height:35px;
}
.language a:hover {
	color: #F2B117;
    text-decoration: none;
}

.wrap-header {
    height: 45px;
    background: #ffffff;
    z-index: 100;
    display: block;
}
.navbar-shadow {
position: absolute;
	/*    bottom: -15px;*/
	width: 100%;
	height: 15px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/navbar-shadow.png);
	z-index: 40;
	margin-top: 16px;
}
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
min-height: 25px;
padding-right: 20px;
background-color: #ffffff;
}
.nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 10px 10px 0 0;
font-family:"微軟正黑體", Tahoma, Arial, sans-serif;

}
.nav > li {
float: left;
}
.nav li {
	position: relative;
	float: left;
	font-size: 18px;
	color: #777777;
	padding-right: 25px;
	padding-left: 25px;
}
.nav > .active > a, .nav > .active > a:hover, .nav > .active > a:focus {
color: #999999;
text-decoration: none;
}
.nav > li > a {
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #777777;
	text-decoration: none;
	font-size: 18px;
	font-weight:normal;
}
.nav li .arrow-active {
	display: none;
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	width: 100%;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/navbar-arrow.png);
	z-index: 50;
}
.nav li.active .arrow-active, .nav li:hover .arrow-active {
display: block;
}
.nav li.active .arrow-active {
    display: block;
	background-position: center top;
	background-image: url(../images/navbar-arrow.png);
	background-repeat: no-repeat;
	z-index: 100;
	bottom: -23px;
}
.nav > li > a:focus, .nav > li > a:hover {
background-color: transparent;
color: #333333;
text-decoration: none;
}

.nav-collapse.collapse {
   padding-top: 5px;
}
.separator {
	width: 100%;
	height: 1px;
	background: url(../images/dott-line-inverse.png) repeat-x left center;
	display: table;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	padding: 5px 0;
}
.intro p {
	/*	float: left;
	width: 390px;
	margin-right: 20px;*/
	font-size: 15px;
	line-height: 28px;
	font-family: '微軟正黑體', Tahoma, Arial, sans-serif;
	margin-bottom: 15px;
    word-wrap: break-word;
    word-break: break-all;}
.intro img {
	margin-right: 41px;
	margin-top: 70px;
}
h2 {
  font-family:'微軟正黑體', Tahoma, Arial, sans-serif;
  font-size: 26px;
  font-weight:normal;
  margin-bottom:10px
}
.highlight {
	background-color: #363636;
	margin-top: 50px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 60px;
	text-align: center;
}
.highlight h4 {
	font-size:18px;
	margin-top: 15px;
	line-height: 28px;
    font-family:'微軟正黑體', Tahoma, Arial, sans-serif;
	font-weight:normal;
}

.footer {
	height: 48px;
	width: 100%;
	background-color: #363636;
	margin-top: 50px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.footer_content {
	float: left;
	width: 650px;
}

.footer img {
	float: left;
	margin-right: 40px;
	margin-left: 100px;
	margin-top: 20px;
}
.footer_content p {
	color: #b1b1b1;
}
.head_img {
	width: 970px;
	height: 360px;
	background-color:#DCDBDB;
	margin-bottom:50px;
	margin-top:1px;
}
.container h2 span {
	color: #b7b6b6;
	font-size: 24px;
	margin-left: 10px;
}
.container h3 {
	padding: 10px;
	color: #FFFFFF;
	background-color: #262626;
    font-family:'微軟正黑體', Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight:normal;
/*	text-align:center;*/
	/*width: 250px;*/
	/*margin-top: 20px;*/
/*	margin-left: auto;
	margin-right: auto;*/
}
.container h3 span {
	font-size: 15px;
	margin-left: 5px;
}
/*lightbox*/
/*.img_container { width:970px; }*/
.img_container ul {display:block;padding:0;margin:0;list-style:none; overflow:auto; margin-bottom:30px; width:970px;}
.img_container ul li{float:left;width:176x;margin-right:20px; margin-bottom:30px}
.img_container ul .rightfix  {margin-right:0px;}
.step ul .rightfix  {margin-right:0px;}
.img_container ul li a img {
    width:176px;
    height:148px;
    border:1px solid #d0d0d0;
    /*padding:5px;*/    
    background:#eee;
}
ul li .productname {
	font-family:'新細明體', Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #3a3a3a;
	text-align:center;
	margin-top: 5px;
}
.h_shadow {
	margin-top: 1px;
}
.quality {
}
.step {
	width: 440px;
	float:left
}
.step ul li {
	width:380px; 
	/*float:left;*/
	margin-right: 20px;
/*	background-color:#CDA7A8;
*/	margin-bottom: 45px;
	display:block
}
.list_item {
	/* [disabled]position: absolute; */
	/* [disabled]top: 0; */
	/* padding-top: 50px; */
	padding-bottom: 10px;
	font-family: MyriadPro-Regular;
	font-size: 48px;
	color: #444444;
	background-image: url(../images/forte_p_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	/* [disabled]margin-left: 20px;*/
}
h5 {
	font-size: 16px;
	font-family:'微軟正黑體', Tahoma, Arial, sans-serif;
	line-height: 26px;
}
h5 span {
/*	font-size:13px; 
*/	margin-left:10px; 
	color:#b5b4b4;
	font-weight:normal;
}.step_img {
	float: left;
	width: 530px;
}
.q_intro {
	margin-bottom: 50px;
}

.submit {
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    cursor: pointer;	
}
.reset {
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
    cursor: pointer;	
}
.sendinfo p {
	font-size: 15px;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}.vilid {
	background-image: url(../images/arrow02.gif);
	background-position: right center;
}
form p input, form p textarea {
	font-size: 15px;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
	padding: 5px;
}
.sendinfo {
	width: 480px;
	float: left;
	margin-right: 40px;
	padding-right: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;	
}
.map {
	width: 410px;
	float: left;
	font-size: 15px;
	font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
}
.num {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-spacing: 2em;
	margin-bottom: 10px;
}
.local {
	margin-top:50px;
}
form p input {
	width:440px;
}
form p textarea {
    width:440px;	
}
form p .submit {
	width:70px;
}
form p .reset {
	width:70px;
}
