/*header*/
#header {
	padding-top: 3px;
	height: 71px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	float: left;
	height: 68px;
	width: 177px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 20px;
}
#header #test {
	float: right;
	width: 710px;
	padding-top: 35px;
	text-align: left;
}
#header #test .font1{
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#header #test .font2{
	color: #999999;
	font-size: 10px;
}
/*//////////////////////header*/
/*nav*/
#nav {
	background-image: url(../images/nav_bj.gif);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 18px;
}
#nav #nav_l{
	background-image: url(../images/nav_l.gif);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 4px;
}
#nav #nav_r{
	background-image: url(../images/nav_r.gif);
	background-repeat: no-repeat;
	float: right;
	width: 5px;
	height: 40px;
}
#nav .nav_1{
	height: 40px;
	width: 114px;
	float: left;
	text-align: center;
	line-height: 38px;
}
#nav .nav_1 a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#nav .nav_1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#nav .nav_1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#nav .nav_2{
	float: left;
	height: 40px;
	width: 114px;
	text-align: center;
	background-image: url(../images/nav_bj2.gif);
	background-repeat: no-repeat;
	line-height: 38px;
}
#nav .nav_2 a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#nav .nav_2 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#nav .nav_2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
/*////////////////////////////nav*/
/*main*/
#main {

}
#main #left{
	float: left;
	width: 302px;
}
#main #left #til_pro{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/til_pro_bj.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 235px;
	padding-top: 7px;
	padding-left: 60px;
}
#main #left .products_01{
	height: 25px;
	width: 285px;
	background-color: #e9f3fc;
	background-image: url(../images/pro_r.gif);
	background-repeat: no-repeat;
	background-position: 265px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #02768A;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
}
#main #left .products_02{
	height: 25px;
	width: 285px;
	background-image: url(../images/pro_r.gif);
	background-repeat: no-repeat;
	background-position: 265px;
	color: #02768A;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
}
#main #right{
	float: right;
	width: 625px;
}
#main #right .til{
	height: 27px;
	width: 625px;
	background-image: url(../images/til_bj.gif);
	background-repeat: repeat-x;
}
#main #right .til .til_l{
	height: 27px;
	width: 32px;
	background-image: url(../images/til_l.gif);
	background-repeat: no-repeat;
	float: left;
}
#main #right .til .til_r{
	float: right;
	height: 27px;
	width: 7px;
	background-image: url(../images/til_r.gif);
	background-repeat: no-repeat;
}
#main #right .til .til_til{
	float: left;
	width: 190px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3px;
}
#main #right .til .til_subtil{
	float: left;
	width: 380px;
	line-height: 26px;
	color: #3366FF;
	font-weight: bold;
	font-size: 10px;
}
#main .til2{
	height: 27px;
	width: 940px;
	background-image: url(../images/til_bj.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
#main .til2 .til2_l{
	height: 27px;
	width: 32px;
	background-image: url(../images/til_l.gif);
	background-repeat: no-repeat;
	float: left;
}
#main  .til2 .til2_r{
	float: right;
	height: 27px;
	width: 7px;
	background-image: url(../images/til_r.gif);
	background-repeat: no-repeat;
}
#main .til2 .til2_til{
	float: left;
	width: 190px;
	font-weight: bold;
	line-height: 26px;
	text-indent: 3px;
}
#main .til2 .til2_subtil{
	float: left;
	width: 380px;
	line-height: 26px;
	color: #3366FF;
	font-weight: bold;
	font-size: 10px;
}
/*///////////////////////////////////main*/
/*footer*/
#footer {
	background-color: #e3e3e3;
	height: 21px;
	text-align: center;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
}
#footer a:link{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer a:visited{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer a:hover{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#footer_down{
	text-align: center;
	color: #666666;
	font-size: 10px;
}
/*/////////////////////////////footer*/
.tb_table{
	border: 1px solid #CCCCCC;
	background-image: url(../images/cp_bj.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tb_table td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.tb_table_del {
	border: 2px solid #E6E9EC;
	background-image: url(../images/cp_bj.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 3px;
	margin-bottom: 5px;
}
.tb_table_del td{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #F6F6F6;
}
.tb_table_key{
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.tb_table_key td{
}
