﻿/*重置浏览器默认属性*/
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;
	background-color:#caedff;
	font: 12px Tahoma, "宋体";
}
/*.main{
	background: url(imgbg-banner.jpg) center 30px no-repeat #caedff;
	margin:0px auto;
}*/
/*快速导航样式*/
#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: 1000px;
	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;
}
#all_ul{
	margin: 0 auto;
    width: 994px;	
}
.button_box{ width:51px;height:20px; padding:5px 0 0 8px;float:left; }
.tqyb_box{ width:400px; height:30px; float:left;}
.kx2{ width:268px; height:30px; float:left;}
#body_div_search_content{float:right; width:278px; height:30px; padding:3px 0 0 0 ;}
#body_div_search_content #Search_Form{border:0px; float:left}
#body_div_search_content #tags{width:200px; height:17px; float:left; margin:3px 8px 0 0px;border:0px;}
#body_div_search_content #buttongo{ width:68px; height:20px; float:left; background: url("imgbtn_search.png"); margin:1px 0 0 0;border:0px;cursor:pointer;}

@media screen and (-webkit-min-device-pixel-ratio:0){ #tags {top:3px;} }

#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 15px;
    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: 245px;
	background: #007db7;
}
/*页脚*/
#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;
}
*/
.pageinfo_a,.pageinfo_b,.pageinfo_c {
width:100px;height:80px;position: absolute;
}
.pageinfo_a {
	bottom: 0;
	left: 100px;
}
.pageinfo_b {
	bottom: 0;
	right: 100px;
}
.pageinfo_c {
	bottom: 0;
	right: 0px;
}
.clear{clear:both}
.clear{clear:both}






