@charset "gb2312";
/* CSS Document */
html{
	overflow-x:auto;
	overflow-y:auto;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #999;
	margin: 0;
	padding: 0;
	color: #000;
	font-size:14px;
}

/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
	list-style:none;
}
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: #42413C;
	text-decoration: none; 
}
a:hover{
	color:#ff000;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	color:#ff0000;
	text-decoration: none;
}

/* ~~ 此固定宽度容器包含其它 div ~~ */
#container {
	width: 1003px;
	background: #FFF;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
}

/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。标题包含一个图像占位符，该占位符应替换为您自己的链接徽标 ~~ */
#header {
	background: #fff;
}
#header .logo img{
	float:left;
	width:204px;
	height:70px;
	display:block;
}
#header #navMenu{
	background:url(imagesnavMenu_ul_bg.gif) repeat-x;
	height:48px;
	}
#header #navMenu ul{
	background:url(imagesnavMenu_ul_bg.gif) repeat-x;
}
#header #navMenu ul li{
	float:left;
	width:87px;
	height:48px;
	display:block;
	background:url(imagesnavMenu_bg.gif) left bottom no-repeat;
	text-align:right;
	}
#header #navMenu ul li:hover{background:url(imagesnavMenu_bg_hover.gif) left bottom no-repeat;}
#header #navMenu ul li a{
	display:block;
	height:33px;
	padding-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0b7469;
	text-decoration:none;
	}
#header .subNav{
	float:left;
	height:22px;
	width:799px;
	background:#1b8f83 url(imagessubNav.gif) right no-repeat;
	}
#header .banner-l{
	float:left;
	height:226px;
	width:204px;
	background:url(imagesbanner_left.gif) no-repeat;
	}
#header .banner-m{
	float:left;
	height:226px;
	width:528px;
	background:url(imagesbanner_middle.gif) no-repeat;
	}
#header .banner-r{
	float:left;
	height:226px;
	width:271px;
	background:url(imagesbanner_right.jpg) no-repeat;
	}
/* ~~ 以下是此布局的列。 ~~ 

1) 填充只会放置于 div 的顶部和/或底部。此 div 中的元素侧边会有填充。这样，您可以避免使用任何"方框模型数学"。请注意，如果向 div 自身添加任何侧边填充或边框，这些侧边填充或边框将与您定义的宽度相加，得出 *总计* 宽度。您也可以选择删除 div 中的元素的填充，并在该元素中另外放置一个没有任何宽度但具有设计所需填充的 div。

2) 由于这些列均为浮动列，因此未对其指定边距。如果必须添加边距，请避免在浮动方向一侧放置边距（例如：div 中的右边距设置为向右浮动）。在很多情况下，都可以改用填充。对于必须打破此规则的 div，应向该 div 的规则中添加“display:inline”声明，以控制某些版本的 Internet Explorer 会使边距翻倍的错误。

3) 由于可以在一个文档中多次使用类（并且一个元素可以应用多个类），因此已向这些列分配类名，而不是 ID。例如，必要时可堆叠两个侧栏 div。您可以根据个人偏好将这些名称轻松地改为 ID，前提是仅对每个文档使用一次。

4) 如果您更喜欢在右侧（而不是左侧）进行导航，只需使这些列向相反方向浮动（全部向右，而非全部向左），它们将按相反顺序显示。您无需在 HTML 源文件中移动 div。

*/
.sidebar1 {
	float: left;
	width: 206px;
	background: #fff;
	padding-bottom: 10px;
	margin:25px 0 0 17px;
}
.sidebar1 .column-bg{
	background:url(imagescolumn_bg.gif) no-repeat;
	width:182px;
	height:60px;
	margin-bottom:25px;
	}
.sidebar1 .column-bg h1{
	font-size:18px;
	color:#fff;
	padding:28px 0 0 68px;
	font-weight:normal;
	}
	
/* ~~ 导航列表样式（如果选择使用预先创建的 Spry 等弹出菜单，则可以删除此样式） ~~ */
ul.nav {
	list-style: none; /* 这将删除列表标记 */
	margin-left:10px;
}
ul.nav li {
	background:url(imageslist_pic.gif) 20px center no-repeat;	
	border-bottom: 1px solid #ddd; /* 这将创建按钮间隔 */
	text-indent:25px;
	width:170px;
	font-weight:bold;
	font-family:"Verdana ",   "宋体 ";
}
ul.nav a, ul.nav a:visited { /* 对这些选择器进行分组可确保链接即使在访问之后也能保持其按钮外观 */
	padding: 5px 5px 5px 15px;
	display: block; /* 这将为链接赋予块属性，使其填满包含它的整个 LI。这样，整个区域都可以响应鼠标单击操作。 */
	width: 176px;  /*此宽度使整个按钮在 IE6 中可单击。如果您不需要支持 IE6，可以删除它。请用侧栏容器的宽度减去此链接的填充来计算正确的宽度。 */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	color: red;
}
.work-time{
	margin-top:150px;
	background:url(imageswork_time.gif) no-repeat;
	height:55px;
	width:181px;
	padding:64px 0 0 10px;
}
.work-time p{
	margin:0;
	line-height:18px;
	font-size:12px;
	color:#666;
}
.contact{
	margin-top:30px;
	background:url(imagescontact.gif) no-repeat;
	height:48px;
	width:181px;
	padding:54px 0 0 0px;
}
.contact p{
	margin:0;
	line-height:18px;
	font-size:12px;
	color:#666;
	padding:0 0 0 10px;
}
#content {
	margin:15px 0 0 0;
	padding: 10px 0;
	width: 780px;
	float: left;
}

/* ~~ 此分组的选择器为 .content 区域中的列表提供了空间 ~~ */
#content h2{
	line-height:50px;
	background:url(imagestitle_bg.gif) no-repeat 10px center;
	margin:0 0 0 20px;
	width:90%;
	border-bottom:solid 1px #ddd;
	color:#339c9a;
	text-indent:60px;
	}
#content h3{
	text-align:center;
	}
#content .navigation{
	margin:0 30px 30px 0;
	padding:0;
	float:left;
	width:750px;
	text-align:right;
	font-size:13px;
	}
#content .navigation a{
	font-size:13px;
	text-decoration:none;
	}		
#content .navigation span{
	padding:0 4px;
	margin-right:5px;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	}	
#content .date{
	margin:0 130px 20px 0;
	padding:0;
	float:left;
	width:650px;
	text-align:right;
	font-size:13px;
	color:#666;
	}
#content p{
	text-indent:2em;
	}
	
	
	
/* ~~ 脚注 ~~ */
#footer {
	height:50px;
	padding: 16px 0  0 0;
	background: #fff url(imagesfooter_bg.gif) no-repeat;
	position: relative;/* 这可以使 IE6 hasLayout 以正确方式进行清除 */
	clear: both; /* 此清除属性强制 .container 了解列的结束位置以及包含列的位置 */
}
#footer p{
	font-size:13px;
	text-align:center;
	margin:2px;
	}
/* ~~ 其它浮动/清除类 ~~ */
.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;
}

/****************************list页面样式*****************************/
.list{
	margin-left:60px;
}
.list li{
	background: url(imageslist.gif) no-repeat 0px center;
	text-indent:40px;
	line-height:28px;
}
.list li a{
	text-decoration:none;
}
* {
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	 /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
}
#denglu{
	width:181px;
	height:124px;
	float:left;
	display:block;
}
#denglu input{
	height:16px;
	width:75px;
	border:solid 1px #aadbc8;
}

#dl{
	border-left:1px solid #B7E8DA;
	border-right:1px solid #B7E8DA;
	float: left;
	height: 91px;
	width: 179px;
	background-image: url(imagesdenglu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#denglu_middle {
	float: left;
	margin-left: 5px;
	width: 128px;
	margin-top: 13px;
}
#denglu_login {
	float: right;
	margin-top: 15px;
	margin-right: 4px;
}
#denglu_middle ul {
	list-style-type: none;
}
#denglu_middle ul li {
	margin-bottom: 3px;
}
#gonggaolan {
	background-image: url(imagesgonggaolan_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: left;
	margin-top: 31px;
	width:184px;
	height:285px;
	padding-top: 34px;
}
#left_middle_kuang {
	background-image: url(imagesleft_middle_kuang.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 145px;
}
#left_content_ggl {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #abe4d4;
	border-left-color: #abe4d4;
	border-right-style: solid;
	border-left-style: solid;
	padding-bottom: 1px;
	height: 268px;
	background-image: url(imagesleft_middle_kuang.gif);
	background-repeat: repeat;
	background-position: center top;
	padding-left: 11px;
	padding-top: 16px;
	padding-right: 12px;
}
#left_content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #abe4d4;
	border-left-color: #abe4d4;
	border-right-style: solid;
	border-left-style: solid;
	padding-bottom: 1px;
	height: 128px;
	background-image: url(imagesleft_middle_kuang.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 11px;
	padding-top: 16px;
	padding-right: 12px;
}

#denglu #dl {
	background-image: url(imagesdenglu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 80px;
}
.denglu_title  {
	font-family: "黑体";
	font-size: 12px;
	color: #80c3b8;
	display: block;
	float: left;
	margin-right: 8px;
}

#left_more {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}
#denglu_register ul li a {
	font-family: "黑体";
	font-size: 11px;
	color: #80c3b8;
	text-decoration: none;
	display: block;
	float: left;
}
#denglu_register ul li {
	display: block;
	float: left;
	margin-left: 12px;
}
#denglu_register ul {
	text-decoration: none;
	list-style-image: url(imagesdenglu_yuandian.gif);
	margin-left: 12px;
	margin-top: 6px;
}
#denglu_register {
	margin-left: 16px;
	clear: both;
	width: 163px;
	display: block;
	height: 20px;
}


.left_lianjia ul  {
	list-style-type: none;
	list-style-image: url(imagesgonggaolan_yuan.gif);
	display: block;
	float: left;
}
.left_lianjia  {
	margin-left: 10px;
}

#lianjie_middle ul {
	float: left;
	list-style-image: url(imageslianjie_sanjiao.gif);
	list-style-type: none;
	padding-left: 10px;
}
#lianjie_middle ul li a {
	font-family: "黑体";
	font-size: 12px;
	color: #515252;
	text-decoration: none;
	display: block;
	margin-left: 8px;
	padding-bottom: 1px;
}
#lianjie_middle ul li a:hover{
	color:#696;
	text-decoration:none;
	}
.left_lianjia ul li a {
	font-family: "黑体";
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #515252;
	display: block;
	margin-top: 2px;
	padding-bottom: 2px;
	color: #515252;
}
.left_lianjia ul li a:hover{
	color:#26b0ae;
	text-decoration:none;
	}
.left_lianjie_img {
	background-image: url(imagesgonggaolan_yuan.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#jiaoyu_content {
	display: block;
	float: left;
	margin-top: 18px;
	margin-bottom: 20px;
}
#jiaoyu_content a span:hover{
	color:#ff0000;
}
#jiaoyu_left_shang {
	display: block;
	float: left;
	height: 83px;
	width: 234px;
}
.jiaoyu_content_lianjie  {
	padding-top: 9px;
	padding-bottom: 8px;
	width: 106px;
	height: 71px;
	padding-left: 15px;
}


#shang_content {
	float: right;
	width: 117px;
	height: 82px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 2px;
}
#shang_content_two {
	float: left;
	height: 82px;
	width: 109px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: 24px;
	padding-left: 6px;
}
#xia_content {
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	float: right;
	display: block;
	width: 117px;
	padding-left: 2px;
	padding-top: 5px;
}
#xia_content_two{
	float: left;
	height: 75px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-left-color: #CCC;
	margin-left: 24px;
	padding-left: 6px;
	width: 109px;
	padding-top: 5px;
}
.jiaoyu_content_lianjie ul li a {
	font-family: "宋体";
	font-size: 12px;
	color: #535252;
	text-decoration: none;
	padding-left: 3px;
}
.jiaoyu_content_lianjie ul li a:hover {
	color:#696;
	text-decoration:none;
}
.jiaoyu_content_lianjie ul li {
	margin-bottom: 1px;
}
#jiaoyu_right_shang {
	display: block;
	float: right;
	height: 83px;
}
#jiaoyu_right_shang img {
	margin-left: 2px;
}
#jiaoyu_left_xia {
	clear: both;
	float:left;
	height: 81px;
	width: 234px;
	margin-top: 20px;
	display: block;
}
#jiaoyu_right_xia{
	display: block;
	float: right;
	height: 81px;
	margin-top: 20px;
}
#jiaoyu_right_xia img {
	margin-left: 2px;
}
.jiaoyu_content_lianjie ul {
	display: block;
	float: left;
	list-style-image: url(imagesjiaoyu_yuandian.jpg);
	list-style-type: none;
}
.jiaoyu_wenzhi  {
	font-family: "黑体";
	font-size: 14px;
	color: #e87a29;
	text-decoration: none;
}
#yibao {
	background-image: url(imagesyibao_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: left;
	margin-top: 29px;
	width:184px;
	height:145px;
	padding-top: 34px;
}
#lianjie {
	display: block;
	float: left;
	height: 126px;
	width: 182px;
	margin-top: 29px;
}
#lianjie_content {
	height: 83px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #abe4d4;
	border-left-color: #abe4d4;
	padding-top: 13px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 4px;
}
#lianjie_hengline {
	float: left;
}
#lianjie_fengche {
	float: left;
	margin-left: 12px;
}
#lianjie_middle {
	display: block;
	float: left;
	height: 48px;
	width: 115px;
	margin-left: 10px;
}
#left {
	float: left;
	padding:0 14px 0 26px;
	width: 184px;
	height:710px;
}
 #right {
	float: right;
	padding:0 30px 0 10px;
	width: 224px;
	height:695px;
}
 #mainContent {
	margin-right: 27px;
	margin-left: 18px;
	width: 469px;
	float: left;
} 
#yiyuandongtai {
	height: 135px;
	width: 466px;
	margin-top: 20px;
	margin-bottom: 23px;
	display: block;
	float: left;
}
#dongtai_title{
	background:url(imagesdongtai_top.gif) left center no-repeat;
	}
#dongtai_title a {
	font-family: "黑体";
	font-size: 12px;
	text-decoration: none;
	float: right;
	margin-top: 8px;
	margin-right: 6px;
	color: #515252;
}
#dongtai_content {
	padding-top: 13px;
	float: left;
	display: block;
	width: 445px;
	padding-left: 4px;
}
#dongtai_content ul {
	float: left;
	list-style-type: none;
	width: 456px;
}

#dongtai_content ul .dongtai_wenzhi{
	margin-left: 9px;
	margin-bottom: 1px;
	line-height:20px;
	font-size:13px;
	width: 445px;
}
#dongtai_content ul .dongtai_wenzhi .title a{
	width:360px;
	display:block;
	text-indent:10px;
	font-size:1em;
	background: url(imagesdongtai_sanjiao.gif) left no-repeat;
	float:left;
}

#dongtai_content ul .dongtai_wenzhi .dongtai_time {
	font-family:"宋体";
	float: right;
	margin-right: 11px;
}
#dongtai_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
	float: left;
	height: 25px;
	width: 466px;
}

#jiankangjiaoyu {
	display: block;
	height: 243px;
	width: 467px;
	float: left;
}
#jiaoyu_title{
	background:url(imagesjiaoyu_top.jpg) left center no-repeat;
	}
#jiaoyu_title a{
	font-family: "黑体";
	font-size: 12px;
	text-decoration: none;
	float: right;
	margin-top: 8px;
	margin-right: 6px;
	color: #515252;
}
#jiaoyu_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
	float: left;
	height: 25px;
	width: 466px;
}
#tuolaozhongxin {
	display: block;
	float: left;
	margin-top:8px;
	height: 58px;
	width: 469px;
}
#tuolao_content {
	display: block;
	width: 460px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eeecea;
	border-left-color: #eeecea;
	height: 48px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#tuolao_content ul {
	display: block;
	list-style-type: none;
	float: left;
}
.tuolao_one   {
	float: left;
	height: 48px;
	width: 134px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #dedede;
	padding-right: 16px;
}
.tuolao_one img {
	margin-left: 4px;
}

.tuolao_title {
	display: block;
	float: right;
	height: 30px;
	width: 96px;
	margin-bottom: 10px;
	margin-top: -25px;
}

.tuolao_yingwen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
	margin-right: 40px;
	margin-bottom: 2px;
	margin-left: 4px;
}
.tuolao_hanzhi a {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
.tuolao_hanzhi {
	display: block;
	float: left;
	width: 80px;
}
.tuolao_hanzhi img {
	margin-top: -4px;
	margin-right: -10px;
}

#tupianxinwen {
	float: left;
	height: 210px;
	width: 467px;
	display: block;
}  

#xinwen_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#xinwen_pic {
	float: left;
	margin-top: 10px;
}
#xinwen_pic_two {
	float: right;
	margin-left: 12px;
}
#xinwen_pic_thr {
	float: right;
	margin-top: 8px;
	margin-left: 23px;
}
#gonggongfuwu {
	display:block;
	float:right;
	width:223px;
	height:125px;
}
.right_top {
	background-image: url(imagesright_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	width: 223px;
}
.right_top .title {
	font-size: 14px;
	color: #093c29;
	font-family:"黑体";
	text-align: left;
	text-indent: 14px;
	height: 30px;
	width: 223px;
	padding-top: 8px;
	padding-right: 0px;
}
.title .title_title {
	float: left;
}
.title .right_more {
	float: right;
	margin-right: 14px;
	margin-left: 0px;
	margin-top:2px;
	background-position: center;
}
#gonggong {
	background-image: url(imagesgonggong_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 4px;
	margin-top: 4px;
	height: 61px;
	width: 202px;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 16px;
	padding-left: 13px;
}
#gonggong ul {
	display: block;
	float: left;
	padding-left: 10px;
	list-style-image: url(imagesright_dot.jpg);
	list-style-type: none;
}
.right_lianjie{
	margin-right: 0px;
	margin-bottom: 2px;
	line-height:18px;
	font-family: "黑体";
	font-size: 13px;	
}

.right_lianjie_two {
	margin-left: 7px;
}
.right_lianjie_three img {
	margin-right: 3px;
}
.right_lianjie_thr img {
	margin-right: 3px;
}
.right_lianjie_guide {
	float:left;
	width:68px;
}
.right_lianjie_three {
	margin-left: 26px;
}
.right_lianjie_thr {
	margin-left: -2px;

}

#jiuyizhinan {
	float: right;
	margin-top: 13px;
	height: 124px;
	width: 223px;
	display: block;
}
#zhinan{
	background-image:url(imageszhinan_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 4px;
	margin-top: 4px;
	height: 81px;
	width: 202px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 16px;
	padding-left: 13px;
}
.right_image_shequ {
	float: right;
}
.right_image_phone {
	float: right;
}
#zhinan ul {
	display: block;
	float: left;
	width:136px;
	padding-left: 10px;
	margin-top:0px;
	list-style-image: url(imagesright_dot.jpg);
	list-style-type: none;
}
#yufangbaojian {
	float: right;
	height: 146px;
	width: 223px;
	margin-top: 18px;
	display: block;
}
#baojian{
	background-image:url(imagesbaojian_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 4px;
	margin-top: 4px;
	height: 103px;
	width: 197px;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 16px;
	padding-left: 8px;
}
#baojian ul {
	display: block;
	float: left;
	padding-left: 10px;
	list-style-image: url(imagesright_dot.jpg);
	list-style-type: none;
	width: 204px;
}
.right_lianjie_baojian{
	float:left;
	width:102px;
}
#shequweisheng {
	display: block;
	float:right;
	height: 130px;
	width: 223px;
	margin-top: 12px;
}
#shequ {
	background-image: url(imagesshequ_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 4px;
	margin-top: 4px;
	height: 61px;
	width: 192px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 16px;
	padding-left: 13px;
}
#shequ ul {
	display: block;
	float: left;
	padding-left: 10px;
	list-style-image: url(imagesright_dot.jpg);
	list-style-type: none;
}
#jizhendianhua {
	display: block;
	float: right;
	height: 115px;
	width: 223px;
	margin-top: 16px;
}
#phone {
	background-image: url(imagesphone_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 4px;
	margin-top: 4px;
	height: 50px;
	width: 202px;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 14px;
	padding-left: 12px;
}
#phone ul {
	display: block;
	float: left;
}
.right_lianjie_five {
	display: block;
	font-family: "黑体";
	font-size: 12px;
	color: #515252;
	margin-bottom: 5px;
}
.right_lianjie_five img {
	margin-right: 5px;
}

#left_more{
	background: url(imagesleft_more.gif) left center no-repeat;
	width:37px;
	height:7px;
}

.right_more{
	border:none;
	background:url(imagesright_more.jpg) left center no-repeat;
	width:26px;
	height:7px;
}
.right_image {
	float: right;
}
.right_image_zhinan {
	float: right;
	margin-left: 2px;
	background:url(imageszhinan_pic.gif) left center no-repeat;
	width:52px;
	height:51px;
}
#up_l {
	display: block;
	float: left;
	height: 83px;
	width:120px;
	background:url(imagesjiaoyu_left_shang.gif) left top no-repeat;
	padding:0 0 0 125px;
}
#up_r {
	display: block;
	float: left;
	height: 83px;
	width:120px;
	background:url(imagesjiaoyu_right_shang.gif) right top no-repeat;
	margin-left:30px;
	padding-right:60px;
}
#down_l {
	display: block;
	float: left;
	height: 83px;
	width:120px;
	background:url(imagesjiaoyu_left_xia.gif) left top no-repeat;
	padding:0 0 0 125px;
	margin: 30px 0 0 0;
}
#down_r {
	display: block;
	float: left;
	height: 83px;
	width:120px;
	background:url(imagesjiaoyu_right_xia.gif) right top no-repeat;
	margin: 30px 0 0 30px;
	padding-right:60px;
}

.jy_content ul {
	display: block;
	float: left;
	list-style-image: url(imagesjiaoyu_yuandian.jpg);
	list-style-type: none;
	margin:0 0 0 20px;
}
.jy_content ul li {
	margin-bottom: 1px;
}
.jy_content ul li a {
	font-family: "宋体";
	font-size: 12px;
	color: #535252;
	padding-left: 3px;
}

.jy_title  a{
	font-family: "黑体";
	color: #e87a29;
	text-decoration: none;
}
.jy_title  a:hover{
	color:#ff0000;
	text-decoration: none;
}
.jy_title  a:visited{
	color: #e87a29;
}
.jy_content  {
	height:70px;
}

.border_r{
	border-right: dashed 1px #999;
}
.border_l{
	border-left: dashed 1px #999;
}
.border_u{
	border-top: dashed 1px #999;
}
.border_d{
	border-bottom: dashed 1px #999;
}
#YSel *{ margin:0}
#YSel dl{position:relative;z-index:10;float:left; display:inline;width:467px;height:162px;overflow:hidden;}
#YSel dt{position:absolute;z-index:13;right:0;width:130px;height:48px;overflow:hidden;}
#YSel dt img{float:right;width:117px;height:46px;display:inline;}
#YSel dt.current{background-image:url(../img/focus-sel.gif);}
#YSel dt#YSTab1{top:58px;}
#YSel dt#YSTab2{top:116px;}
#YSel dd{position:absolute;z-index:12;top:0;left:0;width:324px;height:162px;overflow:hidden;}
#YSel dd img{float:left;width:324px;height:161px;}
#YSel h3{ display:block;width:323px;height:25px;font-size:12px;line-height:25px;overflow:hidden;clear:both;position:relative; bottom:25px;background:rgb(113,111,110);background: rgba(113,111,110,0.5);filter: alpha(opacity=70); text-indent:3em;}
#YSel h3 a{ text-align:center; text-decoration:none; color:#fff }
#YSel p{float:left;clear:both;width:324px;height:16px;overflow:hidden;line-height:16px;font-size:12px; display:none }
.setminheight{
	min-height:190px;
	_height:190px;
}

/*-------- 下拉菜单 ---------\templets\style-----*/
.dropMenu {
 position:absolute;
 top: 0;
 z-index:100;
 visibility: hidden;
 margin-top: -1px;
 padding-top:6px;
 padding-bottom:6px;
 background:#1b8f83;
 list-style:none;
list-style-type:none;
list-style-image:none;
}

.dropMenu li {
	margin:6px 18px 6px 16px;
	display:list-item;
	list-style:none;
}
.dropMenu a {
	font-family:"黑体";
 width: auto;
 display: block;
 color: #fff;
 font-weight:normal;
 text-decoration:none;
 }
* html .dropMenu a {
 width: 100%;
}
.dropMenu a:visited {
 color:#fff;
}
.dropMenu a:hover {
 color:#abf0da;
}

/*-------- 首页弹出窗口 ---------\templets\style-----*/
.drag_layer{
	width:450px;
	height:270px;
	border:1px solid #aaaaaa;
	padding:3px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	background-color: #FFF;
}
.drag_layer h2{
	height:25px;
	line-height:25px;
	padding-left:10px;
	font-size:16px;
	color:#06C;
	background:url(imagestitle_bg_zzjs20101230.gif) repeat-x;
	border:1px solid #aaaaaa;
	cursor:move;
	position:relative;
}
.drag_layer .close{width:21px;height:20px;background:url(imagesclose_zzjs20101230.gif) no-repeat 0 bottom;position:absolute;top:2px;right:3px;}
.drag_layer .close:hover{background:url(imagesclose_zzjs20101230.gif) no-repeat 0 0;}
.drag_layer .content{padding:10px;overflow:auto;}
.drag_layer .content p{
	font-size:14px;
	line-height:18px;
	color:#333;
	text-indent:28px;
	padding-bottom:10px;
	font-family:arial;
	font-weight: bold;
}
.drag{width:14px;height:14px;overflow:hidden;background:url(imagesr_zzjs20101230.gif) no-repeat 1px 1px;cursor:nw-resize;position:absolute;top:262px;right:0;z-index:2;}
.bar_t{width:410px;height:4px;position:absolute;top:-2px;left:-2px;z-index:1;cursor:n-resize;overflow:hidden;}
.bar_b{width:410px;height:4px;position:absolute;bottom:-2px;left:-2px;z-index:1;cursor:n-resize;overflow:hidden;}
.bar_r{width:4px;height:110px;position:absolute;right:-2px;top:-2px;z-index:1;cursor:e-resize;}
.bar_l{width:4px;height:110px;position:absolute;left:-2px;top:-2px;z-index:1;cursor:e-resize;}