@charset "utf-8";
/********************* CSS Document *********************/
a:link {
	text-decoration: none;
	color: #009;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration:underline;
	color:#093;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
body{
	font-family: Arail,"宋体",Times New Roman, Times;
	font-size: 11pt;
	color: #000;
	margin:0px;
}
p{
	line-height: 16pt;
	text-align: justify;
	text-indent: 8.5mm;
}

/********************* CSS header *********************/
#header {
	width:100%;
	background: #CCC url(../pic/header-bg.jpg) repeat-x;
}

#bookmark{
	float:right;
	margin:5px 20px 0px 0px;
}
#logo{
	width:100%;
	float:left;
}

.logoimg{
	float:left;
	padding:0px 0px 0px 20px;
}

.logoco{
	float:left;
	font-size:26pt;
	padding:5px 0px 0px 20px;
}

#toplink{
	clear:both;
 	font-family: Arial,"宋体";
}
#toplink ul{
	list-style:none;
}
#toplink li{
	float:right;
	text-align:center;
	width:70px;
}
#toplink a{
	display:block;
}
#toplink a:link{
	text-decoration:none;
}
#toplink a:hover{
	text-decoration:underline;
}
#toplink a:visited{
	text-decoration:none;
}
/********************* end CSS header *********************/

/*********************begin CSS top menu *********************/
#globallink{
	clear:both;
	height:28px;
	background-color: #9CF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
}
#globallink ul{
	list-style-type: none;
	text-align:center;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#globallink li{
	float:left;
	font-size:12pt;
	width:80px;
}
#globallink a{
	display:block;
}
#globallink a:link{
	text-decoration:none;
}
#globallink li:hover{
	text-decoration:underline;
}
#globallink a:visited{
	text-decoration:none;
}
/*********************end CSS top menu *********************/

/********************* CSS content area *********************/
#content {
	margin-top:2px;
}
/********************* CSS left content begin*********************/
#conleft {
	width:220px;
	height:auto;
	float: left;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #F2F2F2;
}
.lefttitle{
	height:22px;
	padding:5px 0px 0px 10px;
	border-bottom:1px solid #000;
	text-align: left;
	background: #9CF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #FFF;
}

.leftmenu{
	margin:0px;
	padding:0px;
}
.leftmenu ul{
	list-style:none;
	padding: 0px 0px 0px 0px;
	display:block;
	margin:1px 0px 0px 0px;
}
.leftmenu li{
	height:20px;
	padding:4px 0px 0px 20px;
	background: #FFF;
	border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	text-align: left;
}
.leftmenu a:link{
	text-decoration:none;
}
.leftmenu li:hover{
	text-decoration:underline;
	margin-right:0px;
	background: #EBEBEB;
}
.leftimg{
	float:right;
}
/*********************end CSS left content *********************/

/*********************begin CSS right content *********************/
#conright {
	min-height:650px;
	margin-left:230px;
	background: url(../pic/Tulips.jpg) no-repeat fixed right bottom;
}
#contentnav{
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12pt;
	text-align: left;
}
.contitle{
	height:20px;
	padding-top: 5px;
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	font-weight: bold;
	font-size: 12pt;
}
.condetail{
	text-align: left;
	line-height: 1.5;
	padding:5px 5px 5px 25px;
}
.detailtitle{
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0px 0px 10px;
	margin:5px 0px 0px 0px;
	border-bottom: 1px dashed #666;
}

.list{
	width:150px;
	float:left;
	height:24px;
}
.rightconimg{
	float:right;
	margin:10px 20px 10px 20px;
	text-align:center;
	display:block;
}
.conimg{
	padding:0px;
	margin:5px 0px 5px 0px;
	height:235px;
}
.conimg ul{
	list-style-type: none;
	text-align: center;
}
.conimg li{
	width:160px;
	float:left;
	text-align: center;
}
.products{
	margin:10px 0px 10px 0px;
	width:100%;
}
.productsimg{
	margin:2px 10px 20px 10px;
}
.packimg{
	text-align:center;
}
.qstable{
	width:80%;
}
.question{
	color:#00F;
	margin-bottom:5px;
	font-weight: bold;
}
.answer{
	color:#093;
	margin-bottom: 20px;
}
/*********************end CSS right content *********************/

/*********************begin CSS footer *********************/
#footer {
	clear: both;
	border-top: 1px solid #FFF;
	text-align:center;
	background: #EFEFEF;
	padding:10px 0px 10px 0px;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}
/*********************end CSS footer *********************/