@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 新細明體, mingliu, SimHei, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:22px;
}
.clear {
	clear:both;
}
.english {
	font-family:Arial, Helvetica, sans-serif;
}
.blue {
	color:#3399cc;
}
.bold {
	font-weight:bold;
}
a {
	outline:none;
	border:none;
}
#mainContainer {
	width:100%;
	min-width:320px;
	background:#FFFFFF url(../images/header_bg.jpg) repeat-x top;
	height:auto;
}
.logo {
	width:110px;
	height:35px;
	float:left;
	margin:6px 0 0 17px;
}
.homeBtn {
	width:21px;
	height:21px;
	float:right;
	margin:15px;
}
#mainNav {
	min-width:320px;
	margin:0 8px 0 8px;
	padding:0;
}
#mainNav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#mainNav li {
	display:inline;
}
#mainNav li a {
	display:block;
	float:left;
	height:30px;
	padding:0;
}
.content {
	width:100%;
}
.kv {
	width:100%;
	height:184px;
	margin:3px 0 0 10px;
}
.indexBtn {
	width:100%;
}
.indexBtn ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
}
.indexBtn li {
	display:inline;
}
.indexBtn li a {
	display:block;
	float:left;
	height:64px;
	padding:0 3%;
}
.contactUsLink {
	height:30px;
	padding-top:5px;
}
.contactUsLink a {
	text-decoration:underline;
	color:#666;
}
/*contact us*/
.contentTitle {
	margin-top:15px;
	min-width:320px;
	height:27px;
	background:url(../images/title_bg.jpg) repeat-x top;
}
.contentTitle .title {
	float:left;
}
.contentTitle .back {
	float:right;
}
.contactUsContent {
	background:url(../images/bg_contact_us.jpg) no-repeat top;
	min-width:300px;
	height:231px;
	padding:10px;
}
/*news*/
/*pic gallery*/
.newstop {
	width:100%;
	min-width:320px;
	margin:10px 0 10px 0;
} 
.newstop a {
	text-decoration:underline;
	color:#666;
}

.newsPic {
	float:left;
	width:100%;
}
.newsPic ul {
	list-style:none;
	margin:0;
	padding:0;
}
.newsPic li {
	display:inline;
}
.newsPic li a {
	display:block;
	float:left;
	height:93px;
	padding:0 5px;
}
.newsNavR {
	width:12px;
	float:right;
}
.newsCopy {
	min-width:300px;
	padding-left:10px;
	padding-right:10px; 
}
.newsCopy2 {
	min-width:300px;
	padding:10px 15px 10px 0; 
	border-top:1px solid #E6E6E6;
}
.newsCopy3 {
	width:100%;
	padding:0px 15px 10px 0; 
	border-top:1px solid #E6E6E6;
}

.newsCopy3 a {
	text-decoration:underline;
	color:#666;
}


.contentTitle2 {
	margin-top:10px;
	min-width:320px;
	height:27px;
	background:url(../images/title_bg.jpg) repeat-x top;
}
/*product*/
.product {
	min-width:300px;
	margin:10px;
}
.productPic {
	float:left;
}
.productPic ul {
	list-style:none;
	margin:0;
	padding:0;
}
.productPic li {
	display:inline;
}
.productPic li a {
	display:block;
	float:left;
	height:165px;
	padding:0 2px;
}
/*prduct h*/
.productPicH {
	float:left;
}
.productPicH ul {
	list-style:none;
	margin:0;
	padding:0;
}
.productPicH li {
	display:inline;
}
.productPicH li a {
	display:block;
	float:left;
	height:180px;
	padding:0;
}
/*product page*/
.productContainer {
	width:100%;
	margin-top:10px;
	padding:10px 10px 10px 0;
 
}
.productContainer p{
	width:100%; 
}

.pContent {
	float:left;
	width:195px;
}
.pContent ul {
	list-style:disc;
	margin-top:-10px;
	padding:0 0 0 30px;
	line-height:18px;
}
.productListB {
	xbackground:url(../images/blue_btm_bg.jpg) repeat-x bottom;
	width:100%;
	padding:5px 0 10px 10px;
}
.productListB .title {
	text-align:left;
}
.productListBPic {
	float:left;
	width:100%;
	margin-top:10px;
}
.productListBPic ul {
	list-style:none;
	margin:0;
	padding:0;
	 
}
.productListBPic li {
	display:inline;	
	
}
.productListBPic li a {
	display:block;
	float:left;
	height:110px;
	margin-left:-20px;
	padding-left:5px;
	padding-right:5px;
	
}

.productBtnBtn {
	background:url(../images/bg_product_btm.jpg) repeat-x top;
	height:56px;
	padding-top:14px;
	text-align:center;
}
/*tips*/
#faqContainer {
	min-width:300px;
	margin:10px;
	color:#666;
}
#faqContainer .question{
font-size:14px;
font-weight:bold;
}
#faqContainer .question ul{
list-style:none;
line-height:30px;
padding:0;
margin:0;
}
#faqContainer .question ul a{
color:#666666;
text-decoration:none;
}
#faqContainer  .answer{
color:#666666;
font-size:12px; 
margin-top:10px;
padding-top:10px;
border-top:1px solid #cccccc;
}
