@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	/*background: url(../images/bg.jpg) repeat-x #FFF;*/
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
	padding-right: 15px;
	padding-left: 15px; /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}
/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	text-decoration: underline;
}

/* ~~ 此固定宽度容器包含其它 div ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
}

/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。标题包含一个图像占位符，该占位符应替换为您自己的链接徽标 ~~ */
.header {
	
}

/* ~~ 这是布局信息。 ~~ 

1) 填充只会放置于 div 的顶部和/或底部。此 div 中的元素侧边会有填充。这样，您可以避免使用任何“方框模型数学”。请注意，如果向 div 自身添加任何侧边填充或边框，这些侧边填充或边框将与您定义的宽度相加，得出 *总计* 宽度。您也可以选择删除 div 中的元素的填充，并在该元素中另外放置一个没有任何宽度但具有设计所需填充的 div。

*/

.content {

}

/* ~~ 脚注 ~~ */
.footer {
	background: url(../images/17.jpg) no-repeat;
	height: 123px;
	margin-top: 5px;
	text-align: center;
	padding: 30px 0 0 0;
	font-size: 12px;
	line-height: 24px;
}

/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 如果从 #container 中删除或移出了 #footer，则可以将此类放置在 <br /> 或空 div 中，作为 #container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/02.jpg) no-repeat;
	width: 960px;
	height: 60px;
}
.nav li {
	float: left;
	/*width: 135px;*/
	margin: 0 0 0 18px;
	text-align: center;
	padding-top: 15px;
}
.gg {
	background: url(../images/03.jpg) no-repeat;
	width: 960px;
	height: 56px;
	position: relative;
	margin-top: 10px;
}
.gg .tongzhi_container {
	width: 730px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 18px;
	left: 180px;
}
.gg ul {
	margin: 0;
	padding: 0;
	line-height: 15px;
	list-style: none; /* 这将删除列表标记 */
	font-size: 12px;
	white-space:nowrap;
	position:absolute;
}
.gg ul li {
	display:inline;
	padding-right: 20px;
	margin: 0;
}
.gg ul a, .gg ul a:visited {
	color: #F00;
	text-decoration: none;
}
.gg ul a:hover, .gg ul a:active, .gg ul a:focus {
	text-decoration: underline;
}

.f1 {
	background:url(../images/05.jpg) no-repeat;
	width: 960px;
	height: 606px;
	position: relative;
	margin-top: 15px;
}

.viewer {
	width: 620px;
	height: 395px;
}


.f2{
}
.f2-l {
	float:left;
}
.f2-r {
	float:right;
	width: 700px;
}

.zn {
	margin: 0;
	padding: 0;
	list-style: none;
}
.zn img {
	vertical-align:top
}

.f2-rr {
	margin-top: 20px;
}

.seach1 {
	background:url(../images/14.jpg) no-repeat;
	width: 330px;
	height: 120px;
	float: left;
	position: relative;
}
.seach1 form {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 30px;
}
.seach1 form select {
	width: 110px;
	vertical-align: middle;
}
.seach1 form .sinput {
	width: 100px;
	vertical-align: middle;
}
.seach1 form img {
	vertical-align: middle;
}

.seach2 {
	background:url(../images/15.jpg) no-repeat;
	width: 330px;
	height: 120px;
	float: right;
	position: relative;
	margin-right: 20px;
}
.seach2 form {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 30px;
}
.seach2 form select {
	width: 110px;
	vertical-align: middle;
}
.seach2 form .sinput {
	width: 100px;
	vertical-align: middle;
}
.seach2 form img {
	vertical-align: middle;
}


.ditu {
	margin-top: 30px;
	background:url(../images/16.jpg) no-repeat;
	width: 682px;
	height: 209px;
	position: relative;
}	

.news {
	width: 270px;
	height: 205px;
	position: absolute;
	top: 0px;
	left: 670px;
	*left: 665px;
}

.news-t {
	height: 28px;
}
.news-t ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-t li {
	float: left;
	margin-left: 10px;
}
.news-c {
	height: 100px;
	margin-top: 10px;
}
.news-cc {
	
}
.news-cc ol {
	margin: 0;
	padding-left: 25px;
}
.news-cc li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
	list-style: none;
}

.xinshu {
	width: 690px;
	height: 180px;
	position: absolute;
	top: 410px;
	left: 220px;
	font-size: 12px;
}
.xinshu_name a {
	font-size: 12px;
}

.ditu2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: 40px;
	font-size: 12px;
}

.ditu_item {
	margin: 8px 0 8px 0;
}
.ditu_item .ditu_item_t {
	float: left;
	width: 70px;
	color: #F00;
}
.ditu_item .ditu_item_t a {
	font-weight: bold;
	color: #F00;
}
.ditu_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 500px;
}
.ditu_item li {
	float: left;
	padding: 0 10px 0 10px;
	white-space: nowrap;
	margin-bottom: 7px;
}

.sub_seach1 {
	background:url(../images/24.jpg) no-repeat;
	width: 240px;
	height: 125px;
	position: relative;
	margin-top: 15px;
}
.sub_seach1 form {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 30px;
}
.sub_seach1 form select {
	width: 110px;
	vertical-align: middle;
}
.sub_seach1 form .sinput {
	width: 140px;
	vertical-align: middle;
}
.sub_seach1 form img {
	vertical-align: middle;
}

.sub_seach2 {
	background:url(../images/23.jpg) no-repeat;
	width: 240px;
	height: 125px;
	position: relative;
	margin-top: 15px;
}
.sub_seach2 form {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 30px;
}
.sub_seach2 form select {
	width: 110px;
	vertical-align: middle;
}
.sub_seach2 form .sinput {
	width: 140px;
	vertical-align: middle;
}
.sub_seach2 form img {
	vertical-align: middle;
}


.sub_panel {
	margin-top: 15px;
}
.sub_panel_t {
	
}
.sub_panel_c {
	background:url(../images/26.jpg) repeat-y;
	padding: 0 15px 0 15px;
}
.sub_panel_c ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
.sub_panel_c li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #CCC;
	text-align: center;
}
.sub_panel_c li a {
	color: #06C;
	font-weight: bold;
}
.sub_panel_b {
	
}


.sub_c {
	margin-top: 15px;
}
.sub_c_t {
	
}
.sub_c_c {
	background:url(../images/29.jpg) repeat-y;
	padding: 0 25px 0 25px;
}
.sub_c_b {
	
}

.sub_weizhi {
	height: 40px;
	line-height: 40px;
	position: relative;
	border-bottom: 2px solid #390;
	margin-bottom: 10px;
}
.sub_weizhi span {
	color: #F00;
	font-weight: bold;
}
.sub_weizhi2 {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}

.sub_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sub_list li {
	background: url(../images/arrow.gif) no-repeat 5px 24px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #CCC;
}
.sub_list li span {
	position: absolute;
	top: 0;
	right: 10px;
	color: #999;
}
.sub_list a, .sub_list a:visited {
	text-decoration: none;
}
.sub_list a:hover, .sub_list a:active, .sub_list a:focus {
	text-decoration: underline;
}


.content_panel_content {
	text-align: left;
	padding: 8px;
}
.content_panel_content p {
	margin: 0;
	padding: 0;
}

.sub_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px 0;
	line-height: 34px;
}
.sub_title2 {
	font-size: 12px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.sub_content {
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
	line-height: 34px;
}


.qita {
	list-style: none;
	margin-bottom: 20px;
}
.qita li {
	height: 30px;
	line-height: 30px;
}
.qita li span {
	font-weight: bold;
}
.qita .qita1 {
	border-bottom: 1px solid #CCC;
}
.qita .qita2 {
	list-style: none;
}
.links {
	margin: 20px auto 20px auto;
}
.links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px;
}
.links li {
	float: left;
	margin: 0 30px 10px 30px;
	*margin: 0 40px 10px 40px;
}
.links2 {
	margin: 20px auto 20px auto;
	font-size: 12px;
}
.links2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.links2 li {
	float: left;
	margin: 0 12px 10px 14px;
	*margin: 0 22px 10px 24px;
}
.tpzs_item2 {
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 0px 23px 30px 16px;
}
.tpzs_item2 .tpzs_title2 {
	height:35px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	width: 110px;
	margin: 5px 0;
	overflow: hidden;
}
.tpzs_item2 .tpzs_title3 {
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
}

/*翻页*/
.pager {float:right;line-height:25px;height:25px;}
.pager a {font-family:Arial;}
.pager a,.pager span,.pager select{ display:block; float:left; margin:0 2px}
.pager a{ position:relative; padding:0px 0 0px 8px; margin:0 2px;   color:#1345a3; background:url(../images/page/psdindex_03.gif) no-repeat left top; height:25px; line-height:25px;}

.pager a.nextpage{ background: url(../images/page/pagebut.gif) no-repeat left -26px; width:45px; height:25px; margin:0 0 0 2px; padding-left:15px;text-align:left;}
.pager a.nextpage:hover{ color:#000;background: url(../images/page/pagebut.gif) no-repeat left -26px;}

.pager a.backpage{ background: url(../images/page/pagebut.gif) no-repeat left top; width:40px; height:25px; margin:0 2px 0 0; padding-left:20px;text-align:left;}
.pager a.backpage:hover{ color:#000;background: url(../images/page/pagebut.gif) no-repeat left top;}

.pager a.grey{ background: url(../images/page/pagebutgrey.gif) no-repeat left top; color:#999999; cursor:no-drop}
.pager a.grey:hover{ background: url(../images/page/pagebutgrey.gif) no-repeat left top; color:#999999}
.pager a.greys{ background: url(../images/page/pagebutgrey.gif) no-repeat left -26px; color:#999999; cursor:no-drop}
.pager a.greys:hover{ background: url(../images/page/pagebutgrey.gif) no-repeat left -26px; color:#999999}
.pager a:hover,.pager a.active{ background:url(../images/page/psdindex_07.jpg) no-repeat left top; color:#FFFFFF; text-decoration:none}
.pager a:hover b,.pager a.active b{background:url(../images/page/psdindex_07.jpg) no-repeat right top; cursor:pointer }
.pager a.shenlue{ background:none; padding:0; margin:0 5px}
.pager a.shenlue:hover{ color:#333333}
.pager a b{ font-size:12px; display:block;+display:block;_display:inline;position:relative; font-weight:normal; background:url(../images/page/psdindex_03.gif) no-repeat right top; height:25px; line-height:25px;padding:0 8px 0 0;+padding:0 8px 0 0;_padding:5px 18px 10px 0px;margin-right:0px;+margin-right:0px;_margin-right:-8px;}
.pager a b font{ font-size:12px; font-weight:normal}
.pager span{ padding:2px}
.pager select{ margin-top:1px;+margin-top:2px;_margin-top:2px; padding:4px}
/* 系统提示 */
.tip{margin-left:-10px;margin-top:10px;padding:2px 7px;color:#000;line-height:25px;border-radius: 10px;background-color:#ffff87;border:1px solid #dddddd;-webkit-box-shadow:0 0 5px black;-moz-box-shadow:0 0 5px black;}

