/*重置浏览器默认属性*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
/*主体样式*/
body {
	background: url(imgbg-banner.jpg) center 30px no-repeat #caedff;
	font: 12px Tahoma, "宋体";
}
/*快速导航样式*/
#quick-nav-postion {
	height: 35px;
	overflow: hidden;
	background: url(imgbg-tools.png) repeat-x;
}
#quick-nav {
	width: 960px;
	margin: 0 auto;
	overflow: hidden
}
.quick-nav-l {
	float: left;
}
.quick-nav-r {
	float: right;
}
.quick-nav-l li {
	margin-left: 20px;
}
.quick-nav-r li {
	margin-right: 20px;
}
#quick-nav ul li{
	float: left;
	padding-left: 20px;
	margin-top: 10px;
}
.quick-nav-l li  a {
	color: #FF0004
}
.quick-nav-r li a {
	color: #red;
}
.quick-nav-l li a:hover,.quick-nav-r li  a:hover {
	text-decoration: underline
}
.icon-s {
	background: url(imgicons01.png) no-repeat 0 center
}
.icon-g {
	background: url(imgicons02.png) no-repeat 0 center
}
.icon-z {
	background: url(imgicons03.png) no-repeat 0 center
}
.icon-p {
	background: url(imgicons04.png) no-repeat 0 center
}
.icon-h {
	background: url(imgicons05.png) no-repeat 0 center;
	color: #red;
}
.icon-d {
	background: url(imgicons06.png) no-repeat 0 center
}
/*菜单&搜索样式*/
#meun {
	width: 1003px;
	margin: 0px auto 0;
	height: 76px;
	background: url(imgbg-nav.png) no-repeat;
	position: relative
}
.topflash{
	height:200px;
	line-height:200px;
	margin:0px auto 0;
	text-align:center;
	margin-left:700px;
}
#nav {
	height: 41px;
	margin-left: 0px;
	overflow: hidden;
	padding-top: 5px;
	width: 1000px;
}
#nav li {
	width: 100px;
	float: left;
	
}
#nav li a {
	display: block;
	line-height: 51px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold
}
#nav-s {
	height: 30px;
	margin-left: 5px;
	font-size: 13px;
	width: 670px;
}
#nav-s li {
	height: 30px;
	line-height: 30px;
	color: #fff;
}
#nav-s li a {
	color: #fff;
}
#nav-s li a:hover{
    text-decoration:underline;
}

@media screen and (-webkit-min-device-pixel-ratio:0){ #tags {top:3px;} }
#buttongo {
	border: 0px none;
	background: url(imgbtn-serach.png) no-repeat;
	width: 68px;
	height: 21px;
}
#shserach{
	font-size: 14px;
	color: #0075d2;
	margin-left: 20px;
	float:right;
}
/*整体布局*/
#body {
	width: 1003px;
	margin: 0 auto;
	position: relative;
	background: url("imgbg-body.png") repeat-y scroll 0 0 #FFFFFF;
}
#body-c{
	width: 973px;
	margin: 0 auto;
	position: relative;
	background: url("imgbg-body-c.png") repeat-y scroll 0 0 #FFFFFF;
}
#body-l {
	  float: left;
    margin: 10px 0 0 17px;
    width: 732px;
}
#body-r {
	float: right;
	margin: 10px 14px 0 0;
}
#body-b {
	clear:both;
	height:20px;
	background: url("imgbg-bottom.png") no-repeat;
}
#body-b-c {
	clear:both;
	height:20px;
	background: url("imgbg-bottom-c.png") no-repeat;
}
.right_bottom {
	bottom: 19px;
	right: 7px;
	height: 20px;
	position: absolute;
	width: 238px;
	background: #2cb800;
}
/*页脚*/
#page-info {
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	text-align: center;
	width: 960px;
}
#page-info p {
	color: #007CB7;
	margin: 10px 0;
}
#page-info p a {
	color: #007CB7;
}
#page-info p a:hover {
	text-decoration: underline;
}
#page-info .info-l,#page-info .info-r {
	position: absolute;
}
#page-info .info-l {
	bottom: 0;
	left: 100px;
}
#page-info .info-r {
	bottom: 0;
	right: 130px;
}

.clear{clear:both}


