/*----------------------------------------------------------------------清除常用布局元素的默认边距*/
* { margin:0px;
    padding:0px;					/*网页默认字体大小*/
}
ol,ul{
	list-style-type:none;				/*不显示项目列表符号*/
}
/*----------------------------------------------------------------------定义设置常用样式*/

/*--------------------------------------------------------------------------------------------------------初始化网页默认样式*/
body{				/*设置常用字体颜色大小*/
	font-family:"宋体","黑体","楷体";		/*网页默认字体*/
	margin:0px auto;
	text-align:left;
	color:#000;			/*网页默认字体颜色*/
	font-size:14px;
	padding:0px 0px 5px 0px;
	background:#fff url(images/mobile_bg.jpg) repeat;
}
a{
	text-decoration:none; 
	color:#000;			/*清除超链接下划线样式*/
}
a:link{									/*网页默认超链接样式*/
	text-decoration:none;
}
a:visited{									/*网页默认超链接样式*/
	text-decoration:none;
}
a:hover{								/*网页默认超链接样式鼠标移上去*/
	text-decoration:none;
}
a img{border:0px;}

.webcontent{ /*页面主体内容 */
	position:relative;
	padding:5px 2px;}
	
p.itembottom{clear:both;}/*清除CP等各种组件生成的浮动属性让父级随子级变大*/

/*顶部样式*/
.top{ text-align:center; height:50px; line-height:50px; font-size:20px; color:#C00;}
/*顶部一级导航栏样式*/
#menubanner{background:#C00;height:25px; overflow:hidden; padding:0px 10px;}
#menudiv{min-width:460px;}/*设定一个刚好可以装下导航栏的宽度*/
#menudiv a{display:block; float:left; color:#fff; height:25px; line-height:25px;  padding:0px 0px; font-size:14px; font-family:"黑体"; text-align:center;}
#menudiv a:hover{}
#menudiv span{color:#fff; height:25px; line-height:25px;padding:0px 5px;}

/*子级导航栏样式*/
#moban20{margin-top:5px; border:1px solid #C00;}
#moban20 .title{display:none;}
#moban20 .content{clear:both; line-height:180%; padding:10px 10px 10px 10px;}
#moban20 .content a{color:#000; display:block; float:left; height:25px;  line-height:25px; margin:0px 10px; text-decoration:underline; text-align:center; font-weight:bold; font-size:16px; }
#moban20 .content a:hover{}

/*内容样式*/

/*内容公共标题栏*/
.title{height:20px;line-height:20px;}
.title1 {display:block;}
.title1 a{display:block; color:#fff; }

/*公司介绍*/
#moban1{margin-top:5px;border:1px solid #C00;}
#moban1 .title1 a{margin-left:10px; background:#C00; min-width:70px; padding:0px 5px;float:left; text-align:center;}
#moban1 .content{line-height:160%; padding:5px; }
#moban1 .content img{ width:100%; display:block; margin-top:5px;}
#moban1 .content a{}

/*推荐产品*/
#moban2{margin-top:5px;border:1px solid #C00;}
#moban2 .title1 a{margin-left:10px; background:#C00; min-width:70px; padding:0px 5px;float:left; text-align:center;}
#moban2 .content{line-height:180%; padding:0px 0px 8px 0px;}
#moban2 .content div{position:relative;border-bottom:1px dotted #828282;padding-left:8px;height:22px; line-height:22px;} 
#moban2 .content .pname{  background:url(images/li.gif) no-repeat left center; display:block; width:75%; white-space:nowrap; overflow:hidden;height:22px; text-overflow:ellipsis; padding-left:8px;}
#moban2 .content .pmovie{ position:absolute; left:315px; top:0px; cursor:pointer; width:11px; height:25px; background:url(images/linshen.gif) no-repeat center center;}

/*新闻发布*/
#moban3{margin-top:5px;border:1px solid #C00;}
#moban3 .title1 a{margin-left:10px; background:#C00; min-width:70px; padding:0px 5px; float:left; text-align:center;}
#moban3 .content{line-height:180%; padding:0px 0px 0px 0px;}
#moban3 .content{line-height:180%; padding:10px; }
#moban3 .content div{position:relative;border-bottom:1px dotted #828282; background:url(images/li.gif) no-repeat left center; padding-left:8px;height:22px; line-height:22px;} 
#moban3 .content .pname{ display:block; width:75%; white-space:nowrap; overflow:hidden;height:22px; text-overflow:ellipsis;}
#moban3 .content .pdate{ position:absolute; top:0px; right:0px; color:#828282; padding-left:15px;}

/*网站底部*/
.foot{position:relative; line-height:140%; font-size:12px; font-family:"微软雅黑"; background:#C00; padding:10px; color:#fff;}
