@charset "utf-8";
/* CSS Document */

html,body,h1,h2,h3,h4,ul,li,ol,dl,dt,dd,form,p,input,textarea{margin:0;padding:0;}
ul,dl,ol{list-style:none;}
html, body {
    height:100%; border:0;
} 
body{
	font-family:"微软雅黑","华文细黑",Arial, Helvetica, sans-serif;
	background-color:#573e28;
	color:#fff;
	width:100%;
	border:0;
	
}
img{border:none; width:100%;}
h1,h2,h3{font-weight:normal;}
.clear{clear:both}
a{text-decoration:none;}

.page-app {
    max-width:640px;
    min-width:320px;
    margin:0 auto;
	height:auto;
    display:none\9;
	font-size:0px;
	width:100%;
}





.dpfq1{ width:45%; height:100px; float: left;}

/*新闻轮播*/
.qianyan{ width:90%; height:100%; position:absolute; top:0; left:5%; z-index:999;}
.qianyan a{
display:block;
font-size:13px;
line-height:34px;
text-decoration:none;
color:#000;
font-family:Arial;
text-align:left;
width:100%;
float:left;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.shell{
width:100%;
height:90px;
}
#div1{
height:90px;
overflow:hidden;
}

.qianyan img{ width:100%; height:40px; float: left; }

/*导航*/
.tb{ position:absolute; width:100%; height:100%; top:0; left:0;}
.tb1{float:left; width:20%; margin-left:4%; margin-top:4%; cursor:pointer;}
.tb2{float:left; width:20%; margin-left:4%; margin-top:4%;  cursor:pointer;}
.tb3{float:left; width:20%; margin-left:4%; margin-top:4%;  cursor:pointer;}
.tb4{float:left; width:20%; margin-left:4%; margin-top:4%;  cursor:pointer;}


/*项目*/
.rcfudai{ width:15%; height:30%; position:absolute; top:52%; left:49%;}
.xmpic{ width:30%; height:80%; position:absolute; right:5%; top:10%;}
.xmwz{ width:100%; height:100%; position:absolute; top:10%; left:0;}

/* 焦点图  a */
/* css 重置 */
	body, ul, li{ margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
	/* 焦点图 */
	.slideBox{ position:relative; overflow:hidden; margin:0px auto;  max-width:560px;/* 设置焦点图最大宽度 */ }
	.slideBox .hd{ position:absolute; height:30px; line-height:50px; bottom:3%; right:35%; z-index:1; }
	.slideBox .hd li{ display:inline-block; width:7px; height:7px; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px; background:#ccc; text-indent:-9999px; overflow:hidden; margin:0 3px;   }
	.slideBox .hd li.on{ background:#ff0000;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative; text-align:center;  }
		.lglj1{ position:absolute; left:0; top:0; width:100%; height:50%;}
		.lglj2{ position:absolute; left:0; top:50%; width:100%; height:50%;}
	.slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }
/* 焦点图  e */


