/*######################### 以下部分是网站的整体构架部分 #######################################*/

body,div,ul,li {
	margin: 0px;
	padding: 0px;
}

li {list-style-type: none;}

a {text-decoration: none; color: #222222;}

.clear {width: 0px; height: 0px; overflow: hidden; clear: both;}

form {margin: 0px;}


body {
	width: 100%;
	height: 100%;
	font-size: 12px; 
	line-height: 200%;
	font-family:"微软雅黑";
	color:#222222;
}


.zhong{
	width:1004px;
	overflow: hidden;
	margin:0px auto;
}


/*######################### 以上部分是网站的整体构架部分 #######################################*/





/*######################### 以下部分是网站固定模块的实现部分，一般不用进行调整 #######################################*/

/*******************内页基础样式*************************/

.Page {/*分页样式*/
	width: 100%;
	height: 30px;
	overflow: hidden;
	margin: 0px auto;
	line-height: 36px;
	text-align: right;
	font-weight: bold;
}


#MoreTit {/*内页新闻或者图片标题的样式*/
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

#MoreDat {/*内页新闻或者图片时间的样式*/
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 16px;
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
}

#MoreNex {/*newsmore和productmore中的"上一条""下一条"*/
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	text-align: left;
	margin-top: 5px;
}

#MoreTxt {/*内容样式部分*/
	width: 100%;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
}

#MorePic {/*newsmore和productmore中图片展示模块的最外层容器*/
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
}


/********************首页新闻表现部分***************/
.NewList {
	width: 100%;
	overflow: hidden;
	margin-top:135px;
	font-size:14px;
}

.NewList li {
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-align: left;
	line-height: 24px;

}

.NewList li img {width:9px; height:9px; float: left; border:0px; margin:5px 5px auto auto; }

.NewList li span {float: right;}


/*****************内页新闻表现部分(news)*************************/

#NewListNei {
	width: 100%;
	overflow: hidden;
}
#NewListNei li {
	width: 100%;
	height: 25px;
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
	line-height: 28px;
	margin-top: 3px;
}
#NewListNei li img {width: 12px; height: 12px; margin: 10px 5px 10px 5px; float: left; border:0px;}

#NewListNei li span {float: right;}

/**************内页图片新闻(资质荣誉类型)表现部分*********************/


#PicList {/*图片新闻列表*/
	width: 100%;
	overflow: hidden;	
}

#PicList li {/*单个图片新闻信息块*/
	width: 33%;
	height: 206px;
	overflow: hidden;
	float: left;
	background-image: url(../images/productbg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#PicList li img {width: 200px; height: 150px; margin: 4px auto 0px 0px; border:0px;}/*小图*/

#PicList li p {display: block; height: 22px; width: 208px; overflow: hidden; line-height: 24px; margin: 0px auto;}/*图片新闻标题*/

/*****************内页新闻表现部分(newsmore)*************************/

#Picture_xw {border: 3px solid  #F0F0F0; padding: 3px; width:506px; height:381px;  margin: 10px auto;}/*图片新闻外框架*/

#BigPic_xw {border: 1px solid #F0F0F0; text-align:center; float:left; height:379px;width:504px;  margin-right:3px ;overflow:hidden;}/*图片新闻内框架*/


/********************内页产品展示(product)表现部分*******************/

#ProductList { /*一个ul容器*/
	width: 100%;
	overflow: hidden;	
}

#ProductList li {/*一个包含小图片在内的完整信息块*/
	width: 33%;
	height: 206px;
	overflow: hidden;
	float: left;
	background-image: url(../images/productbg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#ProductList li img.anniu {width: 200px; height: 150px; margin: 4px auto 0px 0px;}/*定义小图的样式*/

#ProductList li img {width: 50px; height: 22px; margin: 0px; border:0px;}/*定义"详细"图标的样式*/

#ProductList li p {display: block; height: 22px; width: 208px; overflow: hidden; line-height: 24px; margin: 0px auto;}/*定义图片标题的样式*/

#Kong {/*"暂无产品时使用该样式"*/
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	font-size: 14px;
	text-align: center;
}


/**************内页产品展示(productmore)表现部分*********************/

#Picture {border: 3px solid  #F0F0F0; padding: 3px; width:506px; height:439px;  margin: 10px auto;}/*产品展示框架*/

#BigPic {border: 1px solid #F0F0F0; text-align:center; float:left; height:437px;width:504px;  margin-right:3px ;overflow:hidden;}/*大图展示框架*/

#BigPic img.datu{width:500px;height:400px;margin:2px;border:0px;}/*大图样式*/

/*######################### 以上部分是网站固定模块的实现部分，一般不用进行调整 #######################################*/






