@charset "utf-8";
/*基本信息*/
body {
	font:12px Tahoma;
	margin:0px;
	padding:0px;
	color:#333333;
	background-color:#4f0101;
}

a,img {
    star:expression(this.onFocus=this.blur()); 
    outline:none;}
* {
	margin: 0; padding:0
}
p{ margin:0px; padding:0px;}
img {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
ul {
	LIST-STYLE-TYPE: none
}
ol {
	LIST-STYLE-TYPE: none
}
li {
	LIST-STYLE-TYPE: none
}

div {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
}
ul {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
li {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
ol {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
span {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; TEXT-ALIGN: left
}

a:link {
	font-size: 12px;
	line-height:18px;
	color: #333333;
	text-decoration:none;
	
}
a:visited {
	font-size: 12px;
	line-height:18px;
	color: #000000;
	text-decoration:none;
	
}
a:hover {
	font-size: 12px;
	line-height:18px;
	color: #951a1a;
	text-decoration:underline;
	
}
a:active {
	font-size: 12px;
	line-height:18px;
	color: #000000;
	text-decoration:none;
	
}
.more:link,.more:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-right:25px;
	font-weight:normal;
}

.more:hover {
	font-size: 12px;
	color: #ff6600;
	text-decoration: none;
	padding-right:25px;
	font-weight:normal;
}

.column_dian {
	border: 0px none;
	
}
.multi_page:link {
    display: block;
	font-size: 12px;
	color: #636563;
	padding-left:15px;
	text-decoration: none;
	text-align: left;
	height: 16px;
	border-bottom: 1px dashed #D9D7D8; 
	background-image: url(arrow.gif);background-repeat: no-repeat;
}
.multi_page:visited{
    display: block;
	font-size: 12px;
	color: #636563;
	padding-left:15px;
	text-decoration: none;
	text-align: left;
	height: 16px;
	border-bottom: 1px dashed #D9D7D8; 
	background-image: url(arrow.gif);background-repeat: no-repeat;
}
.multi_page:hover{
	font-size: 12px;
	height: 16px;
	color: #F76502;
	padding-left:15px;
	text-decoration: none;
	text-align: left;
    border-bottom: 1px dashed #D9D7D8; 
	background-image: url(arrow.gif);background-repeat: no-repeat;
}

.product_sole {
		display: block;
		word-break:break-all;
		font-size: 12px;
        color: #636563;
		letter-spacing:1px; 
        line-height: 20px;
        height: 20px;
		text-align: left;
		padding-left:18px;
        text-decoration: none;
		border-bottom: 1px dashed #D9D7D8; 
		background-image: url(arrow.gif);background-repeat: no-repeat;
}
.job_title {
		display: block;
		word-break:break-all;
		font-weight:bold ;
		font-size: 12px;
        color: #505050;
		letter-spacing:1px; 
        line-height: 30px;
		text-align: left;
        text-decoration: none;
}
.job {
		display: block;
		word-break:break-all;
		font-size: 12px;
        color: #505050;
        line-height: 18px;
		text-align: left;
		padding-right:18px;
        text-decoration: none;
}

.feedback_input{
      border-right: rgb(88,88,88) 1px double;
      border-top: rgb(88,88,88) 1px double;
      border-left: rgb(88,88,88) 1px double;  
      border-bottom: rgb(88,88,88) 1px double;
      line-height: normal; 
      font-weight: normal; 
      font-size: 9pt; 
      font-style: normal; 
      font-variant: normal;

}

/*整体页面层容器*/
.page-container {
width:1002px;
margin: auto;
background:#ffffff;
}
#page-container {
width:1002px;
margin: auto;
background:#ffffff;
border:1px solid #b9a580;
}


.page-container.bg{  }

/*页面头部*/
.header { display:block; height:100%;margin:0 auto; padding:0px; position:relative; width:1002px;}
#header { display:block; height:100%;margin:0 auto; padding:0px; position:relative; width:1002px;}

.logo {
    display: block;
	margin: 0px;
}
#logo {
    display: block;
	margin: 0px;
}
.name { 
   display: block;
	margin: 0px;
	width:1002px;
	height:100%;
	line-height:32px;
	color:#000000;
	font-family:"宋体";
	font-size:12px;	
}
#name {
    display: block;
	margin: 0px;
	width:1002px;
	height:100%;
	line-height:32px;
	color:#000000;
	font-family:"宋体";
	font-size:12px;	
}

.search {
    display:none;
	padding:0;
	margin:0;
	float: right;
	width: 190px;
	line-height: 21px;
	margin-right:10px;
	position:absolute; right:0px; top:0px;
}
#search {
    display:none;
	padding:0;
	margin:0;
	float: right;
	width: 190px;
	line-height: 21px;
	margin-right:10px;
	position:absolute; right:0px; top:0px;
}
.search_input {float: left;}
.search_pic {
	line-height: 18px;
	margin: 0;
	float: right;
	width: 19px;
	background-image:url(search.gif); background-repeat:no-repeat;
	text-align:left;	
}
.search:link{
          color:  #000000;
		  padding:10px;
		  font-size:1px;}
.search:visited{
          color:  #000000;
		  padding:10px;
		  font-size:1px;}
.search:hover{
          color:#000000;
		  padding:10px;
		  font-size:1px;}
.name_title{
	font-size: 15pt;
	font-weight: bold;
	width: auto;
	color:  #356490;
	letter-spacing: 4px;
	line-height: 41px;
	margin: 0;
	text-align :left;}
.input {
	font-size:12pt;
	width: 120px;
	height:16px;
	line-height:16px;
	text-decoration: none;
	border: 1px solid #AEAAA1;
	background-image:url(search-bg.gif); background-repeat:no-repeat; background-position:left;
	padding-left:31px;
	}
	
.banner {
    display: block;
	background:#000000;
    background:url(banner.jpg)  no-repeat; 
    margin:0 auto;
	height:162px;
	border-bottom:none;
}	
#banner {
    display: block;
	background:#000000;
    background:url(banner.jpg)  no-repeat; 
    margin:0 auto;
	height:134px;
	border-bottom:none;
}


/*横向菜单*/
.menu {
height:48px;
width:1002px;
background:url(black_0.gif);
position:relative;
font-family:"宋体"; 
font-size:12px;
z-index:500;}

.menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;}

.menu li {float:left;}
.menutop{ display:block; height:48px; width:10px;}
.menu li.menubottom{ display:block; float:right; height:48px; width:10px;}
.menu .select a {
display:block; 
height:48px; 
float:left; 
background: url(black_0.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#fff;}


.menu .select a b {
display:block;
padding:0 30px 0 15px; 
background:url(black_0.gif) right top;
}

.menu .select li.line a b {background:url(black_0a.gif) right top;
}

.menu .select a:hover, 
.menu .select li:hover a {
background: url(black_1.gif); 
padding:0 0 0 15px;
cursor:pointer; 
color:#fff;
}

.menu .select a:hover b, 
.menu .select li:hover a b {
display:block; 
padding:0 30px 0 15px; 
background:url(black_1.gif) right top; 
cursor:pointer;}

.menu .select li.line a:hover b, 
.menu .select li.line:hover a b {
background:url(black_1a.gif) right top; }


/*普通的选中状态*/
.menu .select .select-on a,.menu .select .select-on a:hover,.menu .select .select-on li:hover a{
background: url(black_1.gif); 
padding:0 0 0 15px;
cursor:pointer; 
color:#fff;}
.menu .select .select-on a b ,.menu .select .select-on a:hover b,.menu .select .select-on li:hover a b{
display:block; 
padding:0 30px 0 15px; 
background:url(black_1.gif) right top; 
cursor:pointer;}

/*有下拉的选中状态*/
.menu .select .line-on a,.menu .select .line-on a:hover,.menu .select .line-on li:hover a{
background: url(black_1.gif); 
padding:0 0 0 15px;
color:#fff;}
.menu .select .line-on a b ,.menu .select .line-on a:hover b,.menu .select .line-on li:hover a b{
background:url(black_1a.gif) right top;}


.menu .sub {display:none;}
.menu ul ul {display:none;}


/* IE6 only */
.menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;}

.menu .sub {
margin:0; 
padding:0;
list-style:none;}

.menu .sub li {background:transparent;}

.menu .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:1000px;
top:35px; 
left:0; 
text-align:center;
background:#fff url(fade.gif);
border:1px solid #aaa;
}


.menu .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:transparent; padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:12px;}

.menu .select :hover .sub li a:hover,
.menu .select :hover .sub li:hover
{color:#ff0000; line-height:22px;  position:relative; background:#fff url(fade.gif) left bottom; }




/*面包屑*/
.path_left{ display:block; padding-left:40px; background-image:url(path.gif); background-repeat:no-repeat; background-position:left; background-position:left; padding-top:10px; padding-bottom:10px; color:#333;}

.path_left a{  color:#505050; text-decoration:none;}
.path_left a:hover{  color:#000000; text-decoration:underline;}
.adminn {
       display: none;
       float:right;
}

/*页面中间部分*/

.page_all {
    display: block;
	float:left;
	width:1002px;
	padding-top:5px;
	margin:0 auto;
	
	
}


/*页面左边栏*/
.sidebar {
   display: block;
	width:160px;
	float:left;
	height: auto;
	padding-top:5px;
	margin-left:1px;
	margin-right:1px;
}


/*--快速导航--*/
.navigation {
     display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 border:none;	 
	 background-image:url(navi_title-right.gif);
	 background-position:right top;
	 background-repeat:no-repeat;
	 

	 }
	
.navigation_title {
   margin: 0px;
    height: 30px;
	padding: 0 0 0 41px;
	line-height: 30px;
	text-align: left;
	font-size: 14px;
	color:#b11919;
	font-weight:bold;
	background-image:url(navi_title-left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.navigation_content {
     margin:0px;
	 font-size: 12px;
	 }
.navigation_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	 background-image:url(nav-bott.gif);
	 background-position:bottom left;
	 background-repeat:no-repeat;
	 padding-bottom:71px;
	}	

.navigation_content li {
	padding: 0;
	margin:0;
	height:34px;
	border-bottom:1px solid #D2D0D0;
	background-image:url(); background-repeat:repeat-x; background-position:bottom;

}

.navigation_content li a, .navigation_content li a:visited {
	text-align: left;
	line-height:34px;
	height: 34px;
	text-decoration: none;
	display: block;
	padding-left:40px;
	font-size:13px;
	font-family:"新宋体";
	font-weight:bold;
	color: #49494a;
	background-image:url(navi-li.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-left:1px solid #d2d0d0;
	border-right:1px solid #d2d0d0;
}	
	
.navigation_content li a:hover {
	text-align: left;
	line-height:34px;
	height: 34px;
	text-decoration: none;
	display: block;
	padding: 0;
	font-size:13px;
	font-family:"新宋体";
	font-weight:bold;
	color: #e93931;
	background-image:url(navi-li-a.gif);
	background-position:left;
	padding-left:40px;
	border-left:none;
	border-right:1px solid #d2d0d0;
	
}




/*--快速导航（产品列表类）--*/
.navigation1 {
     display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 border:1px solid #B1C3D4;
	 min-height:280px;
	}
	
.navigation1_title {
    display:none;
	margin: 0px;
    height: 30px;
	padding: 0 0 0 28px;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
	background-image:url(side_title1.gif); background-repeat:no-repeat; 	
	
}
.title {
    display:block;
	margin: 0px;
    height: 38px;
	padding: 0 0 0 28px;
	line-height: 38px;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	background-image:url(side_title1.gif); background-repeat:no-repeat; 	
	
}

.navigation1_content {
    padding:0;
    MARGIN-BOTTOM: 4px;
	display:block;
	min-width:180px;
	_width:180px;

}

.navigation1_content .li1 {
	BACKGROUND: url(navi_li1.gif) no-repeat bottom; FLOAT: left; WIDTH: 90px; HEIGHT: 31px;font-weight:bold; padding:5px 0 5px 0;
}
.navigation1_content .li2 {
	BACKGROUND: url(navi_li2.gif) no-repeat bottom; FLOAT: left; WIDTH: 90px; HEIGHT: 31px;font-weight:bold;padding:5px 0 5px 0;
}
.navigation1_content .li1 A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none; 
}
.navigation1_content .li1 A:hover {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; COLOR: #D00606; PADDING-TOP: 7px;TEXT-DECORATION: none;
}
.navigation1_content .li1 A:visited {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none;
}
.navigation1_content .li2 A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none;
}
.navigation1_content .li2 A:hover {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; COLOR: #D00606; PADDING-TOP: 7px; TEXT-DECORATION: none;
}
.navigation1_content .li2 A:visited {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none;
}

.navigation1_content .li1_no {
	BACKGROUND: url(navi_li11.gif) no-repeat bottom; FLOAT: left; WIDTH: 90px; HEIGHT: 31px;font-weight:bold;padding:5px 0 5px 0;
}
.navigation1_content .li1_no A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none;
}
.navigation1_content .li1_no A:hover {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; COLOR: #D00606; PADDING-TOP: 7px; TEXT-DECORATION: none;
}
.navigation1_content .li1_no A:visited {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 12px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none;
}
.navigation1_content .li2_no {
	BACKGROUND: url(navi_li22.gif) no-repeat bottom; FLOAT: left; WIDTH: 77px; HEIGHT: 31px;font-weight:bold;padding:5px 0 5px 0;
}
.navigation1_content .li2_no A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none;
}
.navigation1_content .li2_no A:hover {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; COLOR: #D00606; PADDING-TOP: 7px; TEXT-DECORATION: none;
}
.navigation1_content .li2_no A:visited {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; COLOR: #666; PADDING-TOP: 7px;TEXT-DECORATION: none;
}


.flxf_left_wai {
	FLOAT: left; WIDTH: 60px;
}
.flxf_left_wai A {
	COLOR: #000; TEXT-DECORATION: none
}
.flxf_left_wai A:hover {
	COLOR: #D00606; TEXT-DECORATION: none
}
.flxf_left {
	BORDER-RIGHT: #a1a1a1 1px; BORDER-TOP: #a1a1a1 1px solid; FONT-WEIGHT: bold; FLOAT: left; BORDER-LEFT: #a1a1a1 1px solid; WIDTH: 61px; COLOR: #000; LINE-HEIGHT: 23px; BORDER-BOTTOM: #a1a1a1 1px solid; HEIGHT: 23px; BACKGROUND-COLOR: #fafafa; TEXT-ALIGN: center
}

.flxf_left_wai .shadow {
	FONT-SIZE: 0px; Z-INDEX: -1; BACKGROUND: #999; FILTER: alpha(opacity=30); *MARGIN-LEFT:-60px;  WIDTH: 60px; POSITION: absolute; HEIGHT: 27px; moz-opacity: 0.3; opacity: 0.3
}
.flxf_right_wai {
	FLOAT: left; WIDTH: 180px
}
.flxf_right {
	BORDER-RIGHT: #a1a1a1 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #a1a1a1 1px solid; PADDING-LEFT: 3px; BACKGROUND: url(flxf_bg.gif) #fafafa no-repeat left top; FLOAT: left; PADDING-BOTTOM: 10px; BORDER-LEFT: #a1a1a1 1px; WIDTH: 160px; PADDING-TOP: 0px; BORDER-BOTTOM: #a1a1a1 1px solid
}
.flxf_right LI {
	BORDER-RIGHT: #a1a1a1 1px solid; PADDING-RIGHT: 10px; MARGIN-TOP: 5px; DISPLAY: inline; PADDING-LEFT: 10px; FLOAT: left; PADDING-BOTTOM: 0px; WORD-BREAK: keep-all; LINE-HEIGHT: 15px; PADDING-TOP: 0px; HEIGHT: 15px
}
.flxf_right_wai .shadow {
	FONT-SIZE: 0px; Z-INDEX: -1; BACKGROUND: #999; FILTER: alpha(opacity=30); LEFT: 60px; WIDTH: 180px; POSITION: absolute; moz-opacity: 0.3; opacity: 0.3
}
.clear {
	CLEAR: both; FONT-SIZE: 0px; LINE-HEIGHT: 0px; HEIGHT: 0px
}
.gray8712 A {
	COLOR: #878787; TEXT-DECORATION: none
}
.gray8712 A:hover {
	COLOR: #878787; TEXT-DECORATION: underline
}
.gray4012 A {
	COLOR: #404040; TEXT-DECORATION: none
}
.gray4012 A:hover {
	COLOR: #404040; TEXT-DECORATION: underline
}


/*--推荐排行榜--*/
.list_1{
    display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 border:none;
	 background-image:url();
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #d8d5d5;
	 }
	
.list_1_title {
	margin: 0px;
    height: 33px;
	padding: 0 0 0 25px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(side_title.gif);
	 background-position:left top;
	 background-repeat:no-repeat;
	 }

.list_1_content {
     margin:0px;
	 font-size: 12px;


}
.list_1_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}	

.list_1_content li {
	padding: 0px 0 0px 15px;
	
}

.list_1_content li a, #list_1_content li a:visited {
	text-align: left;
	line-height:24px;
	_height: 24px;
	text-decoration: none;
	display: block;
	padding: 1px 0 0 25px;
	font-size:12px;
	color: #000000;
	
	
}	
	
.list_1_content li a:hover {
	text-align: left;
	line-height:24px;
	_height: 24px;
	display: block;
	padding: 1px 0 0 25px;
	font-size:12px;
	color: #951a1a;
	text-decoration:underline;
}
.list_1_1{ background:url(list_1_1.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_2{ background:url(list_1_2.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_3{ background:url(list_1_3.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_4{ background:url(list_1_4.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_5{ background:url(list_1_5.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_6{ background:url(list_1_6.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_7{ background:url(list_1_7.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_8{ background:url(list_1_8.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_9{ background:url(list_1_9.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_1_10{ background:url(list_1_10.gif) no-repeat left; padding: 0px 0 0px 26px;}



/*--点击排行榜--*/
.list_2{
      display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 border:none;
	background-image:url();
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #d8d5d5;
	}
	
.list_2_title {
	margin: 0px;
    height: 33px;
	padding: 0 0 0 25px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	 background-image:url(side_title.gif);
	 background-position:left top;
	 background-repeat:no-repeat;
}

.list_2_content {
     margin:0px;
	font-size: 12px;

}
.list_2_content ul {
    list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}	

.list_2_content li {
	padding: 0px 0 0px 15px;
	
}

.list_2_content li a, .list_2_content li a:visited {
	text-align: left;
	line-height:24px;
	_height: 24px;
	text-decoration: none;
	display: block;
	padding: 1px 0 0 25px;
	font-size:12px;
	color: #000000;
	
	
}	
	
.list_2_content li a:hover {
	text-align: left;
	line-height:24px;
	_height: 24px;
	display: block;
	padding: 1px 0 0 25px;
	font-size:12px;
	color: #ff6600;
	text-decoration:underline;
}
.list_2_1{ background:url(list_2_1.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_2{ background:url(list_2_2.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_3{ background:url(list_2_3.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_4{ background:url(list_2_4.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_5{ background:url(list_2_5.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_6{ background:url(list_2_6.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_7{ background:url(list_2_7.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_8{ background:url(list_2_8.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_9{ background:url(list_2_9.gif) no-repeat left; padding: 0px 0 0px 26px;}
.list_2_10{ background:url(list_2_10.gif) no-repeat left; padding: 0px 0 0px 26px;}


/*--侧边图片新闻--*/
.side_news_pic{
    display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 font-weight:bold;
	 border:none;
	 	background-image:url();
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #d8d5d5;
	}
	
.side_news_pic_title {
	margin: 0px;
    height: 33px;
	padding: 0 0 0 35px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color:#fff;
	font-weight:bold;
	 background-image:url(side_title.gif);
	 background-position:left top;
	 background-repeat:no-repeat;	
	
}

.side_news_pic_content {
     margin:0px;
	font-size: 12px;

}
.side_news_pic_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align:left;
	padding-top:5px;
}	

.side_news_pic_content li {
	padding: 5px 0 5px 3px;
	word-wrap:break-word; overflow:hidden;
	clear:both;	
}


.side_news_pic_content li a,.side_news_pic_content li a:visited {
	text-align: left;
	line-height:17px;
	_height:17px;
	text-decoration: none;
	display: block;
	padding: 0;
	font-size:12px;
	color: #000000;
	font-weight:normal;	
}	
	
.side_news_pic_content li a:hover {
	text-align: left;
	line-height:17px;
	_height:17px;
	display: block;
	padding: 0;
	font-size:12px;
	color: #565454;
	text-decoration:underline;
	font-weight:normal;
}

.side_news_pic_content img{padding:2px;float:left; border:1px solid #ccc; margin-right:5px; }

/*--侧边图片新闻二--*/
.side_news2_pic{
    display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 border:none;
	background-image:url();
	background-repeat:no-repeat;
	background-position:left top;
	border:1px solid #d8d5d5;
	}
	
.side_news2_pic_title {
	margin: 0px;
    height: 33px;
	padding: 0 0 0 25px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color:#fff;
	font-weight:bold;
		 background-image:url(side_title.gif);
	 background-position:left top;
	 background-repeat:no-repeat;	
}

.side_news2_pic_content {
     margin:0px;
	font-size: 12px;

}
.side_news2_pic_all{display:block;word-wrap:break-word; overflow:hidden; _clear:both; padding-bottom:15px;padding-top:15px; }
.side_news2_pic_img{ float:left; padding:2px; border:1px solid #ccc; margin-right:5px;}
.side_news2_pic_introduction{ *float:left;word-wrap:break-word; overflow:hidden; padding-right:5px;}	

.side_news2_pic_bt:link,.side_news2_pic_bt:visited {
	text-align: left;
	font-family:"宋体";
	line-height:17px;
	_height:17px;
	text-decoration: none;
	display: block;
	padding: 0;
	font-size:13px;
	font-weight:bold;
	color: #555454;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:5px;	
}	
	
.side_news2_pic_bt:hover {
	text-align: left;
	font-family:"宋体";
	line-height:17px;
	_height:17px;
	display: block;
	padding: 0;
	font-size:13px;
	font-weight:bold;
	color: #565454;
	text-decoration:underline;
	padding-top:3px;
	padding-bottom:5px;	
}
.side_news2_wz:link,.side_news2_wz:visited {
	text-align: left;
	font-family:"宋体";
	line-height:17px;
	_height:17px;
	text-decoration: none;
	display: block;
	padding: 0;
	font-size:12px;
	color: #000000;	
}	
	
.side_news2_wz:hover {
	text-align: left;
	font-family:"宋体";
	line-height:17px;
	_height:17px;
	display: block;
	padding: 0;
	font-size:12px;
	color: #565454;
	text-decoration:underline;
}
.side_news2_pic_content img{ border:none; padding:2px 10px 0 5px;float:left; }



/*--侧边栏新闻-*/

.side_news {
   display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 border:none;
	background-image:url();
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #d8d5d5;
}
.side_news_title {
	margin: 0px;
    height: 33px;
	padding: 0 0 0 25px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color:#fff;
	font-weight:bold;
	background-image:url(side_title.gif);
	 background-position:left top;
	 background-repeat:no-repeat;
	 }

.side_news_content{
	margin:0px;
	font-size: 12px;
	text-align:left;
	padding-right:5px;
}

.side_new:link, .side_new:visited{
   display: block;
	font-size: 12px;
	color: #000000;
	padding-left:30px;
	text-decoration:none;
	line-height: 25px;
    _height: 25px;
	border: 0px none;
	background-image: url(column_dian2.gif);background-repeat: no-repeat;background-position: 0% 10%;
}

.side_new:hover{
	font-size: 12px;
	line-height: 25px;
    _height: 25px;
	padding-left:30px;
	color: #ff6600;
	text-decoration:underline;
	border: 0px none;
	background-image: url(column_dian2.gif);background-repeat: no-repeat;background-position: 0% 10%;
}



/*--公告栏--*/

.notice {
     display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	background-image:url();
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #d8d5d5;
	  }
.notice_title {
    margin: 0px;
    height: 33px;
	padding: 0 0 0 25px;
	line-height: 33px;
	text-align: left;
	font-size: 13px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(side_title.gif);
	 background-position:left top;
	 background-repeat:no-repeat;

}
.notice_content{
    word-break:break-all;
	margin:0px;
	font-size: 12px;
	padding:5px;
	line-height:22px;	
}



/*--友情链接--*/
.link {
    display: block;
	 margin: 0 0 10px 0;
	 padding:0;
	 color:#000000;
	 border:none;
	background-image:url();
	background-position:left top;
	background-repeat:no-repeat;
	border:1px solid #d8d5d5
	 }
.link_title {
	margin: 0px;
    height: 33px;
	padding: 0 0 0 25px;
	line-height: 36px;
	text-align: left;
	font-size: 14px;
	color:#ffffff;
	font-weight:bold;
	background-image:url(side_title.gif);
	 background-position:left top;
	 background-repeat:no-repeat;
}

.link_content{
	margin:0px;
	font-size: 12px;
	text-align:left;	
}
.link_content img{
     max-width:200px;
     width:200px;
     width:expression(document.body.clientWidth>200?"200px":"auto");
     overflow:hidden;
	 border:0;
	 padding-top:5px;
	 padding-left:20px;
	 padding-bottom:5px;

}
.sidea:link,.sidea:visited {
   display: block;
	font-size: 12px;
	color: #000000;
	padding-left:30px;
	text-decoration:none;
	line-height: 25px;
    _height: 25px;
	border: 0px none;
	background-image: url(column_dian2.gif);background-repeat: no-repeat;background-position: 0% 10%;
}

.sidea:hover{
	font-size: 12px;
	line-height: 25px;
    _height: 25px;
	padding-left:30px;
	color: #ff6600;
	text-decoration:underline;
	border: 0px none;
	background-image: url(column_dian2.gif);background-repeat: no-repeat;background-position: 0% 10%;
}





/*页面右栏*/
#content {
    display: block;
	height: auto;
	line-height:25px;
	padding:10px 20px;
    }
.content {
    display: block;
	height: auto;
	line-height:25px;
	padding:10px 20px;
	font-size:13px;
	line-height:25px; 
    }
	
.content_mid {}
/*简介*/
.introduction{width:98%;margin:5px; border:1px solid #e5e5e5;}
.introduction_title {
	display:none;
	letter-spacing: 4px;
	height: 28px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 28px;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	color:#ac9f68;
    background-image: url(content_title_bg.gif);
}
.introduction_title_left {
	float:left;
	height: 28px;
    width:45px;
    background-image: url(content_title_left.gif);	
}
.introduction_title_bg {
	padding: 0 0 0 10px;
	float:left;
    
}
.introduction_title_right {
	float:right;
	height: 28px;
    width:41px;
    background-image: url(content_title_right.gif);	
}

.introduction_content{
	word-break:break-all;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	color:#333333;

	}




.introduction_bottom{
display:none;
height: 10px;
margin: 0;
padding:0;
background-image: url(content_bottom_bg.gif);
}
.introduction_bottom_left {
	float:left;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_left.gif);	background-repeat: no-repeat;
}
.introduction_bottom_right {
	float:right;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_right.gif);background-repeat: no-repeat;	
}



/*图片切换新闻*/
.news_pic{
    display: block;
	 float:left;
	 width:49.5%;
	 color:#000000;
	 margin-top:5px;
	 border:1px solid #dfdfdf;
     }
	 
.news_pic_title {
    display:none;
	height: 48px;
	line-height:48px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 22px;
	font-family:"宋体";
	font-weight:bold;
	color:#000000;
    
}
.news_pic_title_left {
	float:left;
	height: 15px;
    width:0px;
    background-image: url(news_pic_title_left.gif);	
}
.news_pic_title_bg {
    padding: 0 0 0 3px;
	float:left;
    
}
.news_pic_title_right {
	 display:block;
	float:right;
	height:31px;
	line-height:31px;
    text-decoration:none;
	padding-right:10px;
  
}
.news_pic_content{
	word-break:break-all;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#323232;
	}
	
.news_pic_bottom{
display:none;
height: 10px;
margin: 0;
padding:0;
background-image: url(content_bottom_bg.gif);
}
.news_pic_bottom_left {
	float:left;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_left.gif);	background-repeat: no-repeat;
}
.news_pic_bottom_right {
	float:right;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_right.gif); background-repeat: no-repeat;	
}

/*普通新闻*/
.news{ margin:5px; }
.news_title {
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 29px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#4f0101;
	margin-left:1px;
	margin-top:1px;
	background-image:url(news-title2-bg.gif);
	background-position:left;
	background-repeat:repeat-x;
}
.news_title_left {
    display:none;
	float:left;
	height: 30px;
    width:35px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
}
.news_title_bg {
    padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title2-left00.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px; 
	padding-right:45px;
  
}
.news_title_right {
    display:block;
	float:right;
	height:30px;
	line-height:30px;
    text-decoration:none;
	background-image:url(news-title2-right.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
}
.news_content{
    word-break:break-all;
	margin: 0 0 0 1px;
	padding: 12px 2px 0px 10px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#000000;
	border:1px solid #c5c1c2;
	border-top:none;
	}
.news_bottom{
display:none;
height: 31px;
margin: 0;
padding:0;
background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}
.news_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.news_bottom_right {
	float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}
.new:link,.new:visited  {
    display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #4a4a4a;
	text-decoration:none;
	border: 0px none;
	background-image: url(icon2.gif);background-repeat: no-repeat;background-position:left top;

}
.new:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #002b5e;
	text-decoration:underline;
	border: 0px none;
	background-image: url(icon2.gif);background-repeat: no-repeat;background-position:left top;
}
.more_top:link,.more_top:visited{
font-family:"宋体";
font-size:12px;
color:#000;
height:29px;
line-height:29px;
font-weight:normal;
text-decoration:none;}

.more_top:hover{
font-family:"宋体";
font-size:12px;
color:#000;
height:29px;
line-height:29px;
font-weight:normal;
text-decoration:underline;}

.more_bottom:link,.more_bottom:visited{
    font-size: 12px;
    font-family:"宋体";
	color: #000;
	text-decoration: none;
	padding-right:25px;
	text-decoration:none;
}
.more_bottom:hover{
    font-size: 12px;
    font-family:"宋体";
	color: #000;
	text-decoration: none;
	padding-right:25px;
	text-decoration:underline;
}

/*新闻类型一*/
.news_1{
    display: block;
	float:left;
	 margin:5px 5px 0 5px;
	 padding: 0;
	 width:46.5%;
	 color:#000000;
	 border:none;
	 }
	 
.news_1_title {
    display:none;
	height: 29px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 29px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(); background-repeat:repeat-x; background-position:top;
	margin-left:1px;
	margin-top:1px;
}
.news_1_title_left {
    display:none;
	float:left;
	height: 29px;
    width:35px;
	background-image:url(content_title_left.gif); background-repeat:repeat-x; background-position:top;
}
.news_1_title_bg {
    padding:0px;
	float:left;
	height: 29px;
	text-align:center;
	background-image:url(content_title_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:20px; 
	padding-right:45px;
  
}
.news_1_title_right {
  display:block;
	float:right;
	height:29px;
	line-height:29px;
    text-decoration:none;
	padding-right:10px;
}
.news_1_content{
   *float:left;
	word-wrap:break-word; overflow:hidden;
	margin: 0 0 0 0;
	padding: 0px 2px 0px 10px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#000000;
	}
.news_1_bottom{
display:none;
height: 31px;
margin: 0;
padding:0;
background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}

.news_1_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.news_1_bottom_right {
	float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}



.news_1_bt:link,.news_1_bt:visited {
    display: block;
	clear:both;
	font-size: 20px;
	font-family:"黑体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	color: #cc2e2f;
	text-decoration:none;
}

.news_1_bt:hover {
	display: block;
	clear:both;
	font-size: 20px;
	font-family:"黑体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	color: #cc2e2f;
	text-decoration:underline;	
}

.new_1:link,.new_1:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #4a4a4a;
	border-bottom:1px dashed #cccccc;
	text-decoration:none;
	background-image: url(column_dian3.gif);background-repeat: no-repeat;background-position:left top;

}

.new_1:hover {
	display: block;
	border-bottom:1px dashed #cccccc;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #002b5e;
	text-decoration:underline;
	background-image: url(column_dian3.gif);background-repeat: no-repeat;background-position:left top;
}

/*新闻类型二（带图片）*/

.news_2{
	 margin:5px;
	 padding: 0;
	 }

.news_2_title {
    height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 29px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#4f0101;
	margin-left:1px;
	margin-top:1px;
	background-image:url(news-title2-bg.gif);
	background-position:left;
	background-repeat:repeat-x;
}
.news_2_title_left {
     display:none;
	float:left;
	height: 30px;
    width:35px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
}
.news_2_title_bg {
   padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title3-left.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px; 
	padding-right:45px;
  
}
.news_2_title_right {
 display:block;
	float:right;
	height:30px;
	line-height:30px;
    text-decoration:none;
	background-image:url(news-title2-right.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
}
.news_2_content{
    *float:left;
	word-wrap:break-word; overflow:hidden;
	margin: 0 0 0 1px;
	padding: 12px 5px 0px 10px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#000000;
	border:1px solid #c5c1c2;
	border-top:none 
	}
.news_2_bottom{
display:none;
height: 31px;
margin: 0;
padding:0;
background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}

.news_2_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.news_2_bottom_right {
	float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}



.news_2_pic{ clear:both; width:100%; }
.news_2_pic img{ float:left; padding:2px; border:1px solid #ccc;}
.news_2_pic_wz{ padding-left:150px; *float:left; *padding-left:10px;   }
.news_2_introduction{ display:block;clear:both; word-wrap:break-word; overflow:hidden; padding-top:10px;}

.news_2_bt:link,.news_2_bt:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	color: #555454;
	font-weight:bold;
	text-decoration:none;
}
.news_2_bt:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	color: #dd1100;
	font-weight:bold;
	text-decoration:underline;	
}
.new_2:link,.new_2:visited {
   display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #4a4a4a;
	text-decoration:none;
	border: 0px none;
	background-image: url(icon7.gif);background-repeat: no-repeat;background-position:left top;

}

.new_2:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #002b5e;
	text-decoration:underline;
	border: 0px none;
	background-image: url(icon7.gif);background-repeat: no-repeat;background-position:left top;
}

/*新闻类型三（带图片）*/

.news_3{
	display: block;
	float:left;
	width:98%;margin:5px;
	border:1px solid #e5e5e5;
     }

.news_3_title {
    height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 25px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(news-title4-bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	}
.news_3_title_left {
    display:none;
	float:left;
	height: 30px;
    width:48px;
	background-image:url(news-title4-left.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.news_3_title_bg {
    padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	padding-left:30px;
	background-image:url(news-title4-right.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding-right:45px;
  
}
.news_3_title_right {
    display:block;
	float:right;
	height:29px;
	line-height:29px;
    text-decoration:none;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
}
.news_3_content_clear{ clear: both;}
.news_3_content{
	word-wrap:break-word; overflow:hidden;
	margin: 0 0 0 0;
	padding: 0px 5px 0px 10px;
	text-align: left;
	font-size: 12px;
	color:#000000;	display:block; 
		}
.news_3_bottom{
display:none;
height: 31px;
margin: 0;
padding:0;
background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}

.news_3_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.news_3_bottom_right {
float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}


.wid50_l{display:block; width:46.5%;padding:0px 10px 0px 10px; float:left}
.news_3_pic{ float:left; width:140px; padding-right:10px; }
.news_3_pic_all{ display:block; padding-top:12px;}
.news_3_pic img{ float:left; padding:2px; border:1px solid #ccc;}
.news_3_pic_wz{ padding-left:140px; *float:left; *padding-left:0px;}
.news_3_introduction{ display:block; clear:both}

.news_3_bt:link,.news_3_bt:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:5px;
	color: #555454;
	font-weight:bold;
	text-decoration:none;
}
.news_3_bt:hover {  
	display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:5px;
	color: #dd1100;
	text-decoration:underline;	
}
.new_3:link,.new_3:visited {
   display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #4a4a4a;
	text-decoration:none;
	border: 0px none;
	background-image: url(column_dian.gif);background-repeat: no-repeat;background-position:left top;
}

.new_3:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #002b5e;
	text-decoration:underline;
	border: 0px none;
	background-image: url(column_dian.gif);background-repeat: no-repeat;background-position:left top;
}

/*新闻类型四（带图片）*/

.news_4{
	display: block;
	float:left;
	width:98%;margin:5px;
	border:1px solid #e5e5e5;
     }

.news_4_title {
    height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 25px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(news-title4-bg.gif);
	background-repeat:repeat-x;
	}
.news_4_title_left {
    display:none;
	float:left;
	height: 30px;
    width:30px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
}
.news_4_title_bg {
    padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title4-right.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px; 
	padding-right:45px;
  
}
.news_4_title_right {
    display:block;
	float:right;
	height:29px;
	line-height:294px;
    text-decoration:none;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
}
.news_4_content{
   
	margin: 0 0 0 0;
	padding: 12px 5px 0px 10px;
	text-align: left;
	font-size: 12px;
	color:#000000;	display:block;
	*float:left;
	word-wrap:break-word; overflow:hidden;
	}
.news_4_bottom{
display:none;
height: 31px;
margin: 0;
padding:0;
background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}

.news_4_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.news_4_bottom_right {
	float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}



.news_4_pic{ float:left; width:140px; padding:10px 10px 0px 10px; }
.news_4_pic_all{ display:block;}
.news_4_pic img{ float:left; padding:2px; border:1px solid #ccc;}
.news_4_introduction{ display:block; clear:both}

.news_4_bt:link,.news_4_bt:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	color: #555454;
	font-weight:bold;
	text-decoration:none;
}
.news_4_bt:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	color: #dd1100;
	text-decoration:underline;	
}
.new_4:link,.new_4:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #4a4a4a;
	text-decoration:none;
	border: 0px none;
	background-image: url(icon4.gif);background-repeat: no-repeat;background-position:left top;
}

.new_4:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #002b5e;
	text-decoration:underline;
	border: 0px none;
	background-image: url(icon4.gif);background-repeat: no-repeat;background-position:left top;
}

/*新闻类型五（带图片）*/

.news_5{

	display: block;
	float:left;
	width:98%;margin:5px;
	border:1px solid #e5e5e5;
	
     }

.news_5_title {
    height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height:25px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(news-title4-bg.gif);
	background-repeat:repeat-x;
}
.news_5_title_left {
    display:none;
	float:left;
	height: 30px;
    width:35px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
}
.news_5_title_bg {
    padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title4-right.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px; 
	padding-right:45px;
  
}
.news_5_title_right {
     display:block;
	float:right;
	height:30px;
	line-height:30x;
    text-decoration:none;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
}

.news_5_content{
    *float:left;
	word-wrap:break-word; overflow:hidden;
	margin: 0 0 0 0;
	padding: 12px 5px 0px 10px;
	text-align: left;
	font-size: 12px;
	color:#000000;	display:block;
		}
.news_5_bottom{
display:none;
height: 31px;
margin: 0;
padding:0;
background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}

.news_5_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.news_5_bottom_right {
float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}



.news_5_pic{ float:left; width:140px; padding:10px; }
.news_5_pic img{ float:left; border:1px solid #ccc; padding:2px;}
.news_5_introduction{ display:block; float:left;}

.news_5_bt:link,.news_5_bt:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	color: #555454;
	font-weight:bold;
	text-decoration:none;
}
.news_5_bt:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
    _height: 22px;
    line-height:22px;
	padding-top:10px;
	padding-bottom:10px;
	color: #555454;
	font-weight:bold;
	text-decoration:underline;	
}
.new_5:link,.new_5:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #4a4a4a;
	text-decoration:none;
	border: 0px none;
	background-image: url(icon7.gif);background-repeat: no-repeat;background-position:left top;

}

.new_5:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #002b5e;
	text-decoration:underline;
	border: 0px none;
	background-image: url(icon7.gif);background-repeat: no-repeat;background-position:left top;
}

/*新闻类型六（带图片）*/

.news_6{
	display: block;
	float:left;
	width:98%;margin:5px;
	border:1px solid #e5e5e5;
     }

.news_6_title {
   height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 25px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(news-title4-bg.gif);
	background-repeat:repeat-x;
}
.news_6_title_left {
    display:none;
	float:left;
	height: 30px;
    width:35px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
}
.news_6_title_bg {
    padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title4-right.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px; 
	padding-right:45px;
  
}
.news_6_title_right {
    display:block;
	float:right;
	height:30px;
	line-height:30px;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
    text-decoration:none;
	padding-right:10px;
}
.news_6_content{
    
	margin: 0 0 0 0;
	padding: 12px 5px 0px 10px;
	text-align: left;
	font-size: 12px;
	color:#000000;	display:block;
	*float:left;
	word-wrap:break-word; overflow:hidden;
	}
.news_6_bottom{
display:none;
height: 31px;
margin: 0;
padding:0;
background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}

.news_6_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.news_6_bottom_right {
	float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}

.news_6_introduction_l{ display:block; float:left; width:32%;}


.new_6:link,.new_6:visited {
    display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #4a4a4a;
	text-decoration:none;
	border: 0px none;
	background-image: url(icon4.gif);background-repeat: no-repeat;background-position:left top;
}

.new_6:hover {
	display: block;
	font-size: 13px;
	font-family:"宋体";
	padding-left:15px;
    _height: 24px;
    line-height:24px;
	color: #002b5e;
	text-decoration:underline;
	border: 0px none;
	background-image: url(icon4.gif);background-repeat: no-repeat;background-position:left top;}


/*供求信息*/
.supply{
    display: block;
	float:left;
	margin:5px;
	border:1px solid #e5e5e5;
	}
.supply_title {
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 25px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(news-title4-bg.gif);
	background-repeat:repeat-x;
}
.supply_title_left {
    display:none;
	float:left;
	height: 30px;
    width:35px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
}
.supply_title_bg {
	padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title4-right.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px; 
	padding-right:45px;    
}
.supply_title_right {
    display:block;
	float:right;
	height:30px;
	line-height:30px;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
    text-decoration:none;
	padding-right:10px;
}
.supply_content{
   word-break:break-all;
	margin: 0 0 0 0;
	padding: 12px 2px 0px 10px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#000000;
	}
.supply_bottom{
    display:block;
    height: 31px;
    margin: 0;
    padding:0;
    background-image:url(content_bottom_bg.gif); background-repeat:repeat-x; background-position:bottom;}

.supply_bottom_left {
	float:left;
	height:31px;
    width:23px;
background-image:url(content_bottom_left.gif); background-repeat:repeat-x; background-position:bottom;
}
.supply_bottom_right {
	float:right;
	height:31px;
    width:23px;
background-image:url(content_bottom_right.gif); background-repeat:repeat-x; background-position:bottom;
}
.supplys:link,.supplys:visited {
     display: block;
	font-size: 12px;
	padding-left:35px;
    _height: 22px;
    line-height:22px;
	color: #4a4a4a;
	text-decoration:underline;
	border: 0px none;
	background-image: url(column_dian2.gif);background-repeat: no-repeat;background-position:left top;

}
 
.supplys:hover {
	display: block;
	font-size: 12px;
	padding-left:35px;
    _height: 22px;
    line-height:22px;
	color: #002b5e;
	text-decoration:underline;
	border: 0px none;
	background-image: url(column_dian2.gif);background-repeat: no-repeat;background-position:left top;
}


/*推荐产品*/
/*推荐产品*/
.product_recommended{
     display: block;
	 margin:0px;
	 padding:5px 5px 5px 5px;
	 _padding:5px 3px 5px 3px;
	 width:96.5%;
	 color:#ffffff;
	 background:#000000;
     }
	 
.product_recommended_title {
    display:block;
	height: 15px;
	margin: 0 0 0 0;
	padding: 10px 0 0 19px;
	text-align: left;
	font-size: 12px;
	color:#ffffff;
    
}
.product_recommended_title_left {
    display:none;
	float:left;
	height: 15px;
    width:101px;
    background-image: url(news_pic_title_left.gif);	
}
.product_recommended_title_bg {
    padding: 0 0 0 5px;
	float:left;
    }
	
.product_recommended_title_bg  a{
      color:#ffffff;
    }
	
.product_recommended_title_bg a:hover{
      color:#ff0000;
    }
.product_recommended_title_right {
	display:blcok;
	float:right;
	height: 15px;
    width:19px;
  
}
.product_recommended_content{
	word-break:break-all;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#323232;
	}
	
.product_recommended_bottom{
display:none;
height: 10px;
margin: 0;
padding:0;
background-image: url(content_bottom_bg.gif);
}
.product_recommended_bottom_left {
	float:left;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_left.gif);	background-repeat: no-repeat;
}
.product_recommended_bottom_right {
	float:right;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_right.gif); background-repeat: no-repeat;	
}

/*产品*/
.product{ 
display: block;
	float:left;
	width:98%;margin:5px;
	border:1px solid #e5e5e5;
	}


.product_title {
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 25px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(news-title4-bg.gif);
	background-repeat:repeat-x;
	}
	
.product_title a{	
	color:#fff;
	}
.product_title a:hover{	
	color:#000;
	}
	
	
.product_title_left {
    display:none;
	float:left;
	height: 30px;
    width:35px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
    
}

.product_title_right {
    display:block;
	float:right;
	height:30px;
	line-height:30px;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
    text-decoration:none;
	padding-right:10px;
}

.product_title .product_title_bg {
	padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title4-right.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px; 
	padding-right:45px;
	color:#fff;
}
.product_title .product_title_bg ul {
	
	height: 31px;
}
.product_title .product_title_bg li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin-right: 1px;
}

.product_title .product_title_bg a {
	text-decoration: none;
	color: #305CB6;
	display: block;
	float: left;
	width: auto;
	background: url(content_title_bg.gif) top;
}
.product_title .product_title_bg a span{
	display: block;
	float: left;
	height:28px;
	background: url(content_title_right2.gif) no-repeat right top;
	padding: 0 15px 0 15px;
}
.product_title .product_title_bg #tag1 a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: auto;
	background: url(product_title_left.gif) top;
}
.product_title .product_title_bg #tag1 a:hover span{
	display: block;
	float: left;
	height:31px;
	background: url(product_title_mid.gif) no-repeat center top;
	padding: 0 15px 0 15px;
}
.product_title .product_title_bg #tag2 a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: auto;
	background: url(product_title_left.gif) top;
}
.product_title.product_title_bg #tag2 a:hover span{
    display: block;
	float: left;
	height:31px;
	background: url(product_title_mid.gif) no-repeat center top;
	padding: 0 15px 0 15px;
}

.product_title .product_title_bg .selectli1 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: auto;
	background: url(product_title_left.gif) top;
}
.product_title .product_title_bg a .selectspan1 {
	display: block;
	float: left;
	height:31px;
	background: url(product_title_mid.gif) no-repeat center top;
	padding: 0 15px 0 15px;
}
.product_title .product_title_bg .selectli2 {
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: auto;
	background: url(product_title_left.gif) top;
}
.product_title .product_title_bg a .selectspan2 {
	display: block;
	float: left;
	height:31px;
	background: url(product_title_mid.gif) no-repeat center top;
	padding: 0 15px 0 15px;
}

.product_title #product_content {

	word-break:break-all;
	margin: 0 0 0 0;
	padding: 12px 2px 0px 10px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#323232;
}




#product_content {
	word-break:break-all;
	margin: 0 0 0 0;
	padding: 12px 2px 0px 10px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#323232;
}

.product_bottom{
display:none;
clear: both;
height: 10px;
margin: 0;
padding:0;
background-image: url(content_bottom_bg.gif);
}
.product_bottom_left {
	float:left;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_left.gif);	background-repeat: no-repeat;
}
.product_bottom_right {
	float:right;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_right.gif); background-repeat: no-repeat;	
}
.product_more{
clear: both;
text-align:right; }

/*产品整体边距*/
.product_arrangement{  margin:10px; _margin:0px;width:17%; float:left;}

/*产品文字与图片的距离*/
.product_introduction{ padding-left:10px; padding-top:3px; width:75%; }



/*产品图片的css*/
.product_pic:link,.product_pic:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height:18px;
	cursor:hand;


}
.product_pic:hover {
	font-size: 12px;
	color: #0088B5;
	text-decoration: none;
	background-color: #dfdfdf;
	line-height:18px;
	cursor:hand;
}

/*产品简介文字的css*/
.product_name {
	 float:left;
	 display:block;
	 
}
.product_name:link,.product_name:visited{
	 float:left;
	 display:block;
	 color:#fd943a;
	 font-size: 12px;
	 font-family:"宋体";
	 _height: 20px;
	 line-height:20px;
}
.product_name:hover {
	 float:left;
	 display:block;
	 color:#ff0000;
	 font-size: 12px;
	 font-family:"宋体";
	 _height: 20px;
	 line-height:20px;
}
/*产品2*/
.product2{ 
    display: block;
	float:left;
	width:98%;margin:5px;
	border:1px solid #e5e5e5;
	}


.product2_title {
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	line-height: 25px;
	text-align: left;
	font-size: 13px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	background-image:url(news-title4-bg.gif);
	background-repeat:repeat-x;
	}
	
.product2_title_left {
    display:none;
	float:left;
	height: 30px;
    width:35px;
	background-image:url(); background-repeat:repeat-x; background-position:top;
	}

.product2_title_bg {
    padding:0px;
	float:left;
	height: 30px;
	text-align:center;
	background-image:url(news-title4-right.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:30px; 
	padding-right:45px;
}


.product2_title_right {
    display:block;
	float:right;
	height:30px;
	line-height:30px;
	background-image:url();
	background-position:right;
	background-repeat:no-repeat;
    text-decoration:none;
	padding-right:10px;
}

.product2_content {

	word-break:break-all;
	margin: 0 0 0 0;
	padding: 12px 2px 0px 10px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color:#323232;}



.product2_bottom{
display:none;
clear: both;
height: 10px;
margin: 0;
padding:0;
background-image: url(content_bottom_bg.gif);
}
.product2_bottom_left {
	float:left;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_left.gif);	background-repeat: no-repeat;
}
.product2_bottom_right {
	float:right;
	height: 10px;
    width:13px;
    background-image: url(content_bottom_right.gif); background-repeat: no-repeat;	
}
.product2_more{
clear: both;
text-align:right; 
}

/*产品整体边距*/
.product2_arrangement{ margin: 10px; clear:both}

/*产品文字与图片的距离*/
.product2_introduction{ padding-left:10px; padding-top:3px; width:75%; float:left; overflow:hidden }


/*产品简介区域*/
.product2_in{display:block; clear:both; padding-top:5px; background-image:url(line.gif); background-repeat:repeat-x; background-position:top;word-break:break-all;}

/*产品图片的css*/
.product_pic{ border:1px solid #c3c3c3; }


.product2_pic:link,.product2_pic:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	 _height: 20px;
	line-height:20px;
	cursor:hand;


}
.product2_pic:hover {
	font-size: 12px;
	color: #0088B5;
	text-decoration: none;
	background-color: #575757;
	 _height: 20px;
	line-height:20px;
	cursor:hand;
}

/*产品简介文字的css*/
.products2:link ,.products2:visited{
	font-size: 12px;
	color: #4a4a4a;
	text-decoration: none;
	 _height: 20px;
	line-height:20px;
	cursor:hand;
}

.products2:hover {
	font-size: 12px;
	color: #0f3f77;
	text-decoration: none;
	 _height: 20px;
	line-height:20px;
	cursor:hand;
}
/*产品名称文字的css*/

.product2_name {
	 float:left;
	 display:block;
	 
}
.product2_name:link,.product2_name:visited{
	 float:left;
	 display:block;
	 color:#fd943a;
	 font-size: 12px;
	 font-family:"宋体";
	 _height: 20px;
	 line-height:20px;
}
.product2_name:hover {
	 float:left;
	 display:block;
	 color:#ff0000;
	 font-size: 12px;
	 font-family:"宋体";
	 _height: 20px;
	 line-height:20px;
}
/*产品类别文字的css*/
.product2_category {
    float:left;
	font-size: 12px;
	font-family:"宋体";
	color: #E12323;
	text-decoration: none;
	 _height: 20px;
	line-height:20px;
	padding-right:10px;

}

/*产品时间文字的css*/
.product2_time {

	font-size: 12px;
	color: #696969;
	text-decoration: none;
	 _height: 20px;
	line-height:20px;
	text-align:right;

}


/*中英文版本*/
.version {
    display: none;
	padding:0px 8px 0 0;
	margin: 0;
	float: right;
	width: 90px;
	line-height: 17px;
}
#version {
    display: none;
	padding:0px 8px 0 0;
	margin: 0;
	float: right;
	width: 90px;
	line-height: 17px;
}
.version_1 {
    display: none;
	padding:0;
	margin: 0;
	float: right;
	width: 98px;
	line-height: 17px;
	
}
.version_2 img {
    display: block;
	padding:0;
	margin: 0;
	float: right;
	width: 88px;
	height:23px;	
}
.version:link{
          font-size: 12px;
	      color: #000000;
	      text-decoration: none;
}
.version:visited{
          font-size: 12px;
	      color: #000000;
	      text-decoration: none;
}
.version:hover{
          font-size: 12px;
	      color: #ff6600;
	      text-decoration: none;
}
/*时间*/
.time{
    display:none;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#time{
    display:none;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
/*页面底部*/
#footer {
display: block;
clear: both;
width:1002px;
margin:0 auto;
margin-top:15px;
height:auto;
border-top: 8px solid #e2e2e2;
color:#666;
padding:20px 0 25px 0;}
/*页面底部*/
.footer {
display: block;
clear: both;
width:1002px;
margin:0 auto;
margin-top:15px;
height:auto;
border-top: 8px solid #e2e2e2;
color:#666;
padding:20px 0 25px 0;}



