@charset "utf-8";
/* CSS Document */

@import url(main.css);

body.index #mainPanel {
	padding-bottom:0;
}
body.index #content {
	background:url(../img/indexBg.gif) no-repeat center bottom;
	width:100%;
}
body.index #content .bg {
	height:270px;
}
body.index #kv {
	height:350px;
}
body.index #promo {
	margin-top:10px;
	display:inline-block;
	padding-bottom:15px;
}
body.index #promo li {
	width:202px;
	margin-right:40px;
}
body.index #promo li.noM {
	margin-right:0;
}
body.index #promo dt {
	display:inline-block;
}
body.index #promo dd {
	margin-top:5px;
	display:inline-block;
}
body.index #promo .img {
	display:block;
	width:200px; height:70px;
}
body.index #promo .title {
	margin-top:3px;
}
body.index #promo .title a {
	color:#666;
	font-size:9pt;
	font-weight:bold;
}
body.index #promo dd.title a:hover {
	color:#2b96c7;
}

body.index #news {
	clear:both;
	float:left;
	width:445px;
	margin-right:20px;
	overflow:hidden;
}
body.index .titleBar {
	background:url(../img/bar/dottedLine.gif) repeat-x;
	text-align:right;
	height:22px;
	padding-top:3px;
}
body.index #news .titleBar a {
	color:#8c8c8c;
	margin-right:5px;
}
body.index #news .titleBar a:hover {
	color:#2078c3;
}
body.index #news .block {
	display:inline-block;
	width:100%; height:111px;
	overflow:hidden;
	margin:3px 20px 3px 0;
	position:relative;
}
body.index #news ul {
	position:absolute;
	top:0; left:0;
	width:100%;
}
body.index #news li {
	background:url(../img/line/news.gif) repeat-x left bottom;
	padding:5px 9px 5px 0;
}
body.index #news li.noB {
	background:none;
}
body.index #news li a {
	background:url(../img/icon/dot_news.gif) no-repeat left center;
	padding-left:10px;
	color:#9d9d9d;
}
body.index #news li a:hover {
	background:url(../img/icon/dot_news_hover.gif) no-repeat left center;
	color:#2b96c7;
}
body.index #news .time {
	margin-right:12px;
}

body.index #saleStore {
	float:right;
	width:445px;
	padding-bottom:5px;
}
body.index #saleStore .titleBar a {
	color:#8c8c8c;
	margin-right:5px;
}
body.index #saleStore .titleBar a:hover {
	color:#2078c3;
}
body.index #saleStore .block {
	width:445px; height:120px;
	position:relative;
}
body.index #saleStore dl {
	margin-top:10px;
}
body.index #saleStore dl#saleStore_1, body.index #saleStore dl#saleStore_2, body.index #saleStore dl#saleStore_3, body.index #saleStore dl#saleStore_4, body.index #saleStore dl#saleStore_5 {display:none; position:absolute; top:0; left:0;}
body.index #saleStore dl#saleStore_1 {display:block;}
body.index #saleStore dt {
	float:left;
}
body.index #saleStore dt a {
	width:140px; height:105px;
}
body.index #saleStore dd {
	float:left;
	margin-left:10px;
	width:271px;
	color:#848383;
}
body.index #saleStore .note {
	height:42px;
	overflow:hidden;
}
body.index #saleStore .addr {
	margin-top:5px;
}
body.index #saleStore dd a.sub {
	color:#9d9d9d;
}
body.index #saleStore dd a.sub:hover {
	color:#2b96c7;
}
