﻿@charset "utf-8";
/*************************************/
/* Ivan S. Hsu */
/* ivan.x@ixce.cn */
/* Jul. 2009 */
/*************************************/
@import url("rewrites.css");
@import url("styles.css");


#head{
	background:#000 url('../images/bg_nav.jpg') repeat-x center top;
	height:383px;
}
#head.indexhead{
	height:108px;
}
#nav{
	height:108px;
	width:960px;
	position:relative;
	margin:0 auto;
	z-index:10;
}
#kv{
	width:960px;
	height:275px;
	margin:0 auto;
	background:url('../images/img_kv.jpg') no-repeat;
}
#pro-kv2{
	width:960px;
	height:275px;
	margin:0 auto;
	background:url('../images/img_kv2.jpg') no-repeat;
}
#pro-kv3{
	width:960px;
	height:275px;
	margin:0 auto;
	background:url('../images/img_kv3.jpg') no-repeat;
}
#pro-kv4{
	width:960px;
	height:275px;
	margin:0 auto;
	background:url('../images/img_kv4.jpg') no-repeat;
	}

#pagecontent{
	background:url('../images/bg_content.jpg') repeat-x center top;
}
#content{
	background:#fff url('../images/bg_pagecontent.jpg') no-repeat center top;
	width:789px;
	margin:0 auto;
}
#innercontent{
	background:url('../images/bg_pagecontent_b.jpg') no-repeat center bottom;
	min-height:400px;
	_height:400px;
}
#listcontent{
	background:url('../images/bg_listcontent_m.jpg') repeat-y center top;
	width:789px;
	margin:0 auto;
}
#listcontent-o{
	background:url('../images/bg_listcontent.jpg') no-repeat center top;
}
#listcontent-i{
	background:url('../images/bg_listcontent_b.jpg') no-repeat center bottom;
	min-height:400px;
	_height:400px;
}
#ffill{
	height:75px;
	width:771px;
	position:relative;
	z-index:1;
	margin:0 auto;
	background:url('../images/bg_b_dot.jpg') no-repeat right bottom;
}
#foot{
	height:72px;
	background:url('../images/bg_foot.jpg') repeat-x;
}

#indexpage{
	height:637px;
	background:url('../images/bg_index.jpg') repeat-x;
}


