﻿@charset "utf-8";
/* Index Css Style */
/* Content Css Style */
.container {
	width:989px;
	height:292px;
	overflow:hidden;
	position:relative;
}
.slider {
	position:absolute;
}
.slider li {
	list-style:none;
	display:inline;
}
.slider img {
	width:989px;
	height:292px;
	display:block;
}
.num {
	position:absolute;
	right:25px;
	bottom:25px;
	width:106px;
	padding-left:10px;
	height:21px;
	padding-top:7px;
	text-align:center;
	background:url(../images/bg_tab.gif) no-repeat;
}
.num li {
	float:left;
	color:#666666;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	cursor:pointer;
	overflow:hidden;
	width:20px;
	height:18px;
	margin:0 6px;
	display:inline;
}
.num li.on {
	width:20px;
	height:18px;
	color:#5b5b5b;
	font-size:16px;
	font-size:13px;
	background:#f91397;
	font-weight: bold;
	background:url(../images/bg_tab_current.gif) no-repeat;
}
#main {
	margin-top:25px;
	margin-bottom:19px;
	height:255px;
}
	#main .list {
		background:url(../images/bg_product.gif) no-repeat left bottom;
	}
		#main .list ul {
			width:150px;
			padding:8px 20px 0 26px;
		}
			#main .list ul li {
				width:150px;
				float:left;
			}
			#main .list ul li a {
				float:left;
				width:136px;
				display:block;
				color:#1f6eb1;
				font-size:12px;
				padding:2px 0 4px 14px;
				background:url(../images/icon_arr3.gif) no-repeat left 6px;
			}
	#main .news {
		background:url(../images/bg_news.gif) no-repeat;
		width:312px;
		height:254px;
	}
		#main .news .more {
			padding-top:6px;
			padding-right:13px;
			text-align:right;
			height:25px;
		}
		#main .news ul {
			padding:15px 20px 0 20px;
			width:272px;
		}
			#main .news ul li {
				float:left;
				width:272px;
			}
			#main .news ul li a {
				float:left;
				width:262px;
				color:#6e6f71;
				font-size:12px;
				display:block;
				padding:3px 0 4px 10px;
				background:url(../images/icon_point2.gif) no-repeat left 9px;
			}
			#main .news ul li a:hover {
				color:#1f6eb1;
			}
	#main .hot {
		background:url(../images/bg_hot.gif) no-repeat left top;
		width:243px;
		height:215px;
		padding-top:40px;
	}
		#main .hot .info {
			width:212px;
			margin:0 auto;
			color:#000;
			background:url(../images/icon_point.gif) repeat-x left center;
		}
			#main .hot .info a {
				color:#000;
			}
			#main .hot .info img {
				padding:1px;
				background:#d3d4d9;
				width:62px;
				height:42px;
				border:#ccc solid 1px;
				
			}
			#main .hot .info span {
				color:#1f6eb1;
				font-weight:bold;
				display:block;
			}
			#main .hot .info td {
				padding-bottom:13px;
				padding-top:18px;
				height:70px;
			}
				#main .hot .info td.last {
					background:none;
				}
