

body {
	font-family: '宋体', Simsun;
	font-size: 12px;
	color: #454545; *
	position: relative; /* IE能识别 FF不能识别 */
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}

a {
	color: #454545;
	text-decoration: none;
}

img {
	border: 0px;
}

dl,dd,dt,ul,li,form,input,select {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#headBigLogo {
	background: url(../images/main/top.jpg) left top no-repeat;
	height: 89px;
	width: 950px;
}

#topGuider {
	width: 950px;
	position: relative;
}

#leftGuiderBanner {
	position: absolute;
	background: url(../images/main/leftGuiderBanner.gif) left top no-repeat;
	width: 116px;
	height: 51px;
	top: -17px;
	z-index: 999;
}

#middleGuiderBanner {
	float: left;
	margin-left: 116px;
	display: inline;
	background: url(../images/main/guiderBanner.gif) left top repeat-x;
	width: 827px;
	height: 34px;
}

#guiderList li a {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 261%;
	display: block;
	height: 100%;
	padding: 0px 10px;
}

#guiderList li {
	float: left;
	padding: 0px 3px;
	background: url(../images/main/separator.gif) right center no-repeat;
}

#rightGuiderBanner {
	display: inline;
	float: left;
	height: 34px;
	width: 7px;
	background: url(../images/main/rightguiderBanner.gif) left top no-repeat
		;
}

#footBanner {
	margin-top: 5px;
	text-align: center;
	width: 950px;
}

#FootTitle {
	background: #1B4A74;
	height: 8px;
	width: 100%;
}

#footContent {
	background: #DBDDDF;
	padding: 8px 0px;
	width: 100%;
}

#gdwjList{
	width:180px;
	margin:0 auto;
}

#gdwjList li{
	float:left;
	margin:5px;
}


.clearBlank0 {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}

/* 按钮的样式 */
.yellowButton {
	background: url(../images/main/yellowButton.gif) left top no-repeat;
	width: 68px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 206%;
	cursor: pointer;
	text-align: center;
}

/* 蓝色框体de栏目 BlueBanner */
.blueBanner {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.blueBanner h1 {
	margin: 0px;
	height: 28px;
	font-weight: bold;
	font-size: 12px;
	line-height: 245%;
	padding: 0px 8px;
	background: url(../images/main/blueBanner.jpg) repeat-x;
}

.blueBannerContent {
	padding: 5px 3px;
	background: #F0F8FF;
}

/* 乳白色框架的栏目 */
.milkyWhiteBanner {
	
}

.milkyWhiteBanner h1 {
	margin: 0px;
	height: 29px;
	font-weight: bold;
	font-size: 12px;
	line-height: 241%;
}

.milkyWhiteBanner .leftTitle {
	float: left;
	width: 6px;
	height: 29px;
	background: url(../images/main/leftMilkyWhiteBanner.jpg) left top
		no-repeat;
}

.milkyWhiteBanner .middleTitle {
	float: left;
	height: 29px;
	padding: 0px 2px;
	background: url(../images/main/milkyWhiteBanner.jpg) repeat-x;
}

.milkyWhiteBanner .rightTitle {
	float: left;
	width: 4px;
	height: 29px;
	background: url(../images/main/rightMilkyBanner.jpg) left top no-repeat;
}

.milkyWhiteContent {
	padding: 5px 3px;
	background: #FFEAB9;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*input textArea*/
.inputText{
	font-size: 13px;
	width: 130px;	
}

input[class=inputText] {
	font-size: 13px;
	width: 130px;
	height: 18px;
}

select[class=inputText] {
	font-size: 13px;
	width: 135px;
}


/* 自定义的dialog风格 */
#showDiag {
	padding: 3px;
	border:5px double #cccccc;
	text-align: center;
	z-index: 102;
	position: absolute;
	background: #ffffff;
}

#mask {
	background: black;
	position: absolute;
	z-index: 101;
	filter: alpha(opacity = 60);
	top: 0px;
	left: 0px;
}

#tipImgDiag{
	position: absolute;
	padding: 5px;
	border:1px solid black;
	z-index: 100;
	background: lightyellow;
}


/* 用于展示产品列表  */
.showProductList li {
	float: left;
	text-align: center;
	margin:10px 18px;
	padding: 2px;
	/*border:1px solid #cccccc;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:144px;
}

.showProductList li img{
	width:144px;
	height:103px;
}

.showProductList li h3 {
	padding: 3px;
	margin: 0px;
	font-size: 12px;
	color: red;
}

.showProductList li p {
	padding: 3px;
	margin: 0px;
	font-size: 12px;
}

#mainPageShow{
	background: #ffffff;
}

#mainPageShow li{
	margin:7px;
}


