/*公用样式*/	
body {
    font-size:12px;
	color:#333;
	font-family: "宋体";
	text-align:center;
	line-height:22px;
	margin:0;
	}
.floatL {
    float:left;
	}	
.floatR {
    float:right;
	}	
a,a:visited {
    color:#003277;
	text-decoration:none;
	}
a:hover {
    color:#ff6600;
	text-decoration:underline;
	}
.display{
  　display:inline;
}
.hidden{
 　 display:none;
}
#part1 {
    margin:0;
	padding:0;
	}
#part2 {
    margin:8px 0 0 0;
	padding:0;
	clear:both;
	}	
#part3 {
    margin:8px 0 0 0 ;
	padding:0;
	height:100%;
	}
#part4 {
    margin:0 ;
	padding:0;
	clear:both;
	}
.MarginTop8 {
    margin-top:8px;
	}
.MarginLeft8 {
    margin-left:8px;
	}	
#container {
	position:relative;
	margin:0px auto 0px auto;
	width:1004px;
	height:100%;
	clear:both;
}	
#top {
    height:20px;
	width:972px;
	border-bottom:1px solid #E7E7E7;
	color:#676767;
	padding:3px 16px 3px 16px;
	}
#top a,#top a:visited {
    color:#676767;
	text-decoration:none;
    }
#top a:hover {
    color:#FF6600;
	text-decoration:underline;
    }		
    .top_span_left {
        float:left;
	    width:360px;
	    margin:0;
	    }	
    .top_span_right {
        float:right;
        width:150px;
	    margin:0;
	    }
#top_ban {
    width:926px;
	margin:0 auto 0 auto;
	height:118px;
	text-align:left;
    }
    .logo {
       margin-top:28px;
   	   float:left;
       }
    .ban {
        width:630px;
        height:77px;
	    margin-top:18px;
	    float:right;
	    }
    .ban ul {
        list-style:none;
	    margin:0;
	    padding:0;       
        }
    .ban ul li {
	    width:90px;
	    float:left;
	    text-align:center;
	    }
	.ban ul li a {
	    display:block;
		}			
		
    .ban ul li a,.ban ul li a:visited {
	    font-weight:bold;
		color:#666;
	    text-decoration:none;
	    }
    .ban ul li a:hover {
	    color:#ff6600;
		position:relative;
		top:1px;
		left:1px;
		} 
#search {
    height:28px;
	width:948px;
	color:#003277;
	font-size:14px;
    background:#f6f6f6;
    border:1px solid #68A6DD;
    margin:8px 0;
	text-align:left;
	padding:6px 0 0 10px;
    }		
/*导航样式*/			
#globallink {
    height:120px;
	width:960px;
	margin:0;
	padding:0;
    }
    .nav {
	    width:926px;
		height:35px;
		z-index:1;
		background:#FFF2C6 url(../images/navbg.gif) no-repeat;
		}
	.nav ul {
	    list-style:none;
		margin:0 0 0 10px ;
		padding:0;
		height:35px;
		}
	.nav li {
		width:83px;
		height:35px;
		float:left;	
		margin-left:1px;
		}
	.nav li a.active:link,.nav li a.active:visited {
	    background:url(../images/navbg02.jpg) no-repeat;
		color:#fff;
		text-decoration:none;
		position:relative;
		top:1px;
		}
	.nav li a {
	    display:block;
		height:35px;
		line-height:35px;
		}		
	.nav li a:link,.nav li a:visited {
	    background:url(../images/navbg01.jpg) no-repeat;
		color:#000;
		text-decoration:none;
		position:relative;
		top:1px;
		}
	.nav li a:hover {
		color:#000;
		text-decoration:underline;	

		}
	.nav li.hotline {
	    width:150px;
		height:35px;
		line-height:35px;
		color:#ff6600;
		text-align:center;
		}	
	.search {
	    width:960px;
		height:85px;
		z-index:2;
		background:url(../images/searchbg.gif) repeat-x;
		}	
	.search ul {
	    float:left;
		margin:0;
		padding:0;
		}
	.search_left {
	    background:url(../images/searchleft.gif) no-repeat left top;
		width:10px;
		height:85px;
		}		
    .search_middle {
	    background:url(../images/searchbg.gif) repeat-x left top;
	    width:940px;
		height:85px;
		}
	.search_right {
	    background:url(../images/searchright.gif) no-repeat right top;
		width:10px;
		height:85px;
		}	
	.search_middle_main {
	    margin-top:13px;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		}
	.search_input {
	    width:400px;
		height:18px;
		color:#7B7B95;
		line-height:18px;
		padding:0 3px 0 3px;
		border:1px solid #B4B4B2;
		}
	.search_btn {
	    background:url(../images/search_btn.gif) no-repeat left top;
		width:104px;
		height:26px;
		font-size:14px;
		color:#813C01;
		font-weight:bold;
		border:none;
		padding:5px 3px 0 20px;
		cursor:hand;
		position:relative;
		top:3px;
		}
	.bottonbg {
	    background:url(../images/bottonbg.gif) no-repeat;
		width:100px;
		height:26px;
		font-size:14px;
		color:#813C01;
		font-weight:bold;
		border:none;
		text-align:center;
		cursor:hand;
		padding-top:5px;
		position:relative;
		top:3px;
		margin-left:10px;
		}
	.tag {
	    text-align:center;
		margin:20px 10px 0 10px;
		}
	.tag:after {
    content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}	
	.tag img {
	    position:relative;
		top:2px;
		}	
/*首页main样式*/			
#main {
    width:960px;
	text-align:left;
	margin:0 auto 0 auto;
	}
    .main_top {
        height:36px;
        line-height:36px;
        background:#f6f6f6;
        border:1px solid #eee;
        text-align:center;
        margin:8px 0;
        }
    .main_top span {
        color:#ff6600;
        }
    #main_left {
	    float:left;
		width:250px;
		}
	    .main_left_imgnews {
		    width:244px;
			height:194px;
			border:1px solid #dddddd;
			padding:1px;
			}
			/*公告（暂留）*/
        .main_left_layer {
		    border:1px solid #ff6600;
			width:248px;
			float:left;
			background:url(../images/news_title_bg.gif) repeat-x;
			}
		.main_left_layer_title {
		    list-style:none;
			margin:0;
			padding:0;
			}
		.main_left_layer_title li {
		    height:27px;
			line-height:27px;
			width:82px;
			float:left;
			text-align:center;
			}
		.main_left_layer_title li a {
		    display:block;
		    }	
		.main_left_layer_title li a:link,.main_left_layer_title li a:visited {
		    font-size:13px;
			color:#333;
			}
		.main_left_layer_title li a:hover {
		    font-size:13px;
			color:#333;		
			background:url(../images/news_title_bg2.gif) repeat-x;
			}
		.main_left_layer_title li a.more:hover {
		    font-size:13px;
			color:#333;		
			background:url(../images/news_title_bg1.gif) repeat-x;
			}	
		.libgon {
		    background:url(../images/news_title_bg2.gif) repeat-x;
			}
			/*公告*/

			
			
			
			/*文章*/
		.article_list {
		    padding:11px;
			list-style:none;
			margin:0;
			width:226px;
			}
		.article_list li {
		    text-align:left;
			float:left;
			dispaly: inline;
			overflow: hidden;
			width: 226px;
			white-space: nowrap;
			text-overflow: ellipsis;
		    }
		.article_list li span {
		    color:#ff6600;
			}
		#main_tuijian {
	        float:left;
		    width:458px;
			height:392px;
			border:1px solid #FF8C2F;
		    }		
		.main_tuijian_title {
		    border:1px solid #FFC08D;
			background:url(../images/tuijian_title_bg.gif) repeat-x;
			font-size:13px;
			color:#fff;
			font-weight:bold;		
			padding-left:15px;	
			float:left;
			width:441px;
			}
		.main_tuijian_title span {
			font-size:12px;
			margin-left:310px;
			font-weight:normal;
			}
		.main_tuijian_zjxs {
		    padding:5px 5px 5px 5px;
			height:90px;
			clear:left;
			text-align:left;
			border-top:1px solid #FF7300;
			border-bottom:1px solid #FF7300;
			}
		.main_tuijian_zjxs img {
		    float:left;
			padding:1px;
			width:90px
			border:1px solid #ddd;
			}
		.main_tuijian_zjxs p {
		    float:left;
			width:285px;
			color:#0C4384;
			margin:0 0 0 10px;
		    }
		.main_tuijian_zjxs p span {
		    color:#ff6600;
			}	
		.main_tuijian_xs {
		    margin:6px 0 6px 0;
			height:465px;
			background:url(../images/xsbg.gif) repeat-y;
			}
		.main_tuijian_xs ul {
			list-style:none;
			margin:0;
			padding:0;
			}
		.main_tuijian_xs li {
		    text-align:left;
			float:left;
			margin: 0 5px 0 5px;
			width:214px;
			dispaly: inline;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		    }
		.main_tuijian_xs li span {
		    color:#ff6600;
			}	
		#main_right {
	        float:left;
		    width:234px;
		    }	
		.main_right_login {
		    width:234px; height:286px;
			padding:7px 0 7px 0; text-align:center;
			background:url(../images/loginbg.gif) no-repeat;
			}
		.main_right_login ul {
		    margin:0;
			padding:3px 0 0 0;
		    list-style:none;
			}
		.main_right_login ul p {
		    text-align:left;
			padding:0 0 0 40px;
			margin:0; line-height:19px;
			}					
		.main_right_login li {
			margin:0 8px 0 8px;
			}
		.main_right_login li img {
		    border:none;
			}		
		.login_title {
		    background:url(../images/man.gif) no-repeat 30px 2px;
			font-size:14px;
			font-weight:bold;
			color:#333;
			width:150px;
			padding-left:5px;
			line-height:20px;
			height:20px;
			border-bottom:1px solid #FA9F68;
			}	
		.main_right_help {
		    width:232px; height:80px;
			color:#003277; text-align:center;
			border-top:1px solid #FA9F68;
			border-bottom:1px solid #FA9F68;
			margin:0; list-style:none;
			clear:left;
			} 	
		.main_right_help li {
			margin: 7px 2px 3px 5px ;
			width:100px;
			height:23px;
			line-height:23px;
			padding-top:3px;
			float:left;
			text-align:center;
			background:url(../images/helpbg.gif) repeat-x;
			border:1px solid #FF8C2F;
			}
		.main_right_help li img {
	        position:relative;
		    top:3px;
		    }	
		.main_right_layer {
		    border:1px solid #ff6600;
			float:left;
			width:232px;
			background:url(../images/news_title_bg.gif) repeat-x;
			}
		.main_right_layer_title {
		    list-style:none;
			margin:0;
			padding:0;
			}	
		.main_right_layer_title li {
		    height:27px;
			line-height:27px;
			width:75px;
			float:left;
			text-align:center;
			}
		.main_right_layer_title li a {
		    display:block;
		    }	
		.main_right_layer_title li a:link,.main_right_layer_title li a:visited {
		    font-size:13px;
			color:#333;
			}
		.main_right_layer_title li a:hover {
		    font-size:13px;
			color:#333;		
			background:url(../images/news_title_bg2.gif) repeat-x;
			}
		.main_right_layer_title li a.more:hover {
		    font-size:13px;
			color:#333;		
			background:url(../images/news_title_bg1.gif) repeat-x;
			}	
		.libgon {
		    background:url(../images/news_title_bg2.gif) repeat-x;
			}
		.article_list2 {
		    padding:11px;
			list-style:none;
			margin:0;
			width:206px;
			}
		.article_list2 li {
		    text-align:left;
			float:left;
			dispaly: inline;
			overflow: hidden;
			width: 206px;
			white-space: nowrap;
			text-overflow: ellipsis;
		    }
		.article_list2 li span {
		    color:#ff6600;
			}
		#part2left {
		    float:left;
			width:718px;
			}
		.anli {
		    height:180px;
			border:1px solid #FF8C2F;
			}
		.anli p {
			background:url(../images/tuijian_title_bg.gif) repeat-x;
			font-size:13px;
			color:#fff;
			font-weight:bold;		
			padding-left:15px;
			border:1px solid #FFC08D;
			}
	    .zs {
		    margin-top:-10px;
			}
		.zs ul {
		    width:330px;
			height:156px;
			margin:0;
			padding-left:3px;
			float:left;
		    }	
		.zs li {
		    width:84px;
			height:100px;
			line-height:20px;
			border:1px solid #e6e6e6;
			text-align:center;
			margin:3px 3px 3px 3px;
			float:left;
			}		
		.anli_leftindex {
		    width:200px;
			height:156px;
			border-right:1px solid #FFE3CD;
			float:left;
			}
		.anli_leftindex ul {
		    list-style:none;
			margin:0;
			padding:0;
			}
		.anli_leftindex li {
		    background:url(../images/anli_icon.gif) no-repeat left 8px;
			text-align:left;
			padding-left:8px;
			dispaly: inline;
			overflow: hidden;
			width: 192px;
			white-space: nowrap;
			text-overflow: ellipsis;
			}
		.anli_left ul {
		    list-style:none;
			margin:0;
			padding:0;
			}
		.anli_left li {
		    background:url(../images/anli_icon.gif) no-repeat left 8px;
			text-align:left;
			padding-left:8px;
			dispaly: inline;
			overflow: hidden;
			width: 192px;
			white-space: nowrap;
			text-overflow: ellipsis;
			}
		.anli_right	{
		    width:470px;
			height:156px;
			line-height:156px;
			float:left;
			margin:2px;
			}
		.anli_right img {
		    float:left;
			margin:5px 5px 5px 9px;
			}
		#part2right {
		    float:left;
			width:234px;
			}	
		.xmwb {
			border:1px solid #872B28;
			}
		.xmwb p {
		    height:28px;
			line-height:28px;
			padding:0 0 0 20px;
			font-size:13px;
			margin:0; color:#fff;
			background:url(../images/bg4.gif) repeat-x;
			}
		.xmwb p span {
		    margin-left:115px;
			font-size:12px;
			}
		.xmwb_list {
		    width:208px;
			list-style:none;
			margin:0;
			padding:2px 2px 2px 2px;
			}	
		.xmwb_list li {
		    background:url(../images/anli_icon.gif) no-repeat left 8px;
			text-align:left;
			color:#094383;
			padding-left:8px;
            width: 200px;
			dispaly: inline;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			}	
		.xmwb_list li span {
		    color:#ccc;
			}
		.zhanshi {
			width:428px; float:left;
			height:160px;
			border:1px solid #5F3A74;
			padding:9px 10px 9px 35px;
			background:url(../images/zsbg.gif) 1px 1px no-repeat;
			}
		.zhanshi img {
		    float:left;
			margin:0 9px 0 10px;
			}
		.part3_left_list {
		    width:224px;
			list-style:none;
			margin:0;
			padding:11px 12px 11px 12px;
			}	
		.part3_left_list li {
		    background:url(../images/anli_icon.gif) no-repeat left 8px;
			text-align:left;
			color:#094383;
			padding-left:8px;
            width: 216px;
			dispaly: inline;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			}
		.friendlinks {
		    clear:both;
			text-align:left;
			font-size:12px;
			width:903px;
			height:68px;
			color:#003277;
			border:1px solid #FF8C31;
			padding:10px 10px 10px 45px;
			background:url(../images/friendlinks.gif) no-repeat left;
			}
		/*Middle Layer */
		.part3_middle {
		    border:1px solid #FF7300;
			width:458px;
			height:269px;
			float:left;
			}
		.part3_middle_title {
		    list-style:none;
			margin:0; padding:0;
			txet-align:left;
			font-size:12px;
			height:26px;
			background:#FF7300 url(../images/bg6.gif) no-repeat;
			}	
		.part3_middle_title li {
			width:82px; float:left;
			text-align:center;
			height:26px; line-height:26px;
			}
		.part3_middle_title li a {
		    font-size:13px;
			color:#fff;
			display:block;
			}
		.part3_middle_title li a:hover {
		    text-decoration:underline;
			color:#fff;
			}
		.part3_middle_title li a.more:hover {
		    font-size:13px;	color:#fff;		
			}	
		.libgon_middle {
		    background:#fff;
			color:#FF7300;
			}
		.part3_middle_list {
		    list-style:none;
			margin:0;
			padding-top:8px;
			text-align:center;
			}
		.part3_middle_list li {
		    float:left;
			width:88px;
			height:110px;
			text-align:center;
			margin:0 5px 0 5px;
			}
		.part3_middle_list li img {
		    padding:1px ;
			border:1px solid #FFD3B0;
			margin-bottom:3px;
			}	
		.part4_middle {
		    margin:10px 0 6px 0;
			height:226px;
			 font-size:12px;
			background:url(../images/part4_middle_bg.gif) repeat-y center;
			}
		.part4_middle ul {
			list-style:none;
			margin:0;
			padding:0;
			}
		.part4_middle li {
		    text-align:left;
			float:left;
			margin: 0 7px 0 7px;
			width:200px;
			dispaly: inline;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			background:url(../images/anli_icon.gif) no-repeat left 8px;
			padding-left:8px;
		    }
		.part4_middle li span {
		    color:#ff6600;
			}		
	     /*项目分类样式*/
		 .xmfl {
			width:716px;
			height:94px;
			background:url(../images/xmflbg.gif) no-repeat left bottom;
			}
		.xmfl_title {
		    list-style:none;
			margin:0;
			padding:0;
			txet-align:;
			}	
		.xmfl_title li {
		    height:30px;
			line-height:30px;
			width:60px;
			float:left;
			text-align:center;
			margin:0 2px 0px 2px;
			}
		.xmfl_title li a {
		    display:block;
		    }	
		.xmfl_title li a:link,.xmfl_title li a:visited {
			color:#fff;
			background:url(../images/fldown.gif) no-repeat;
			}
		.xmfl_title li a:hover {
			color:#fff;	
			background:url(../images/flon.gif) no-repeat;
			}
		.xmfl_title li a.xmflon:link,.xmfl_title li a.xmflon:visited {
		    background:url(../images/flon.gif) no-repeat;
			}
		.xmfl_list {
			margin-top:20px;
			text-align:center;
			color:#003277;
			clear:left;
			}
/*尾文件样式*/
#bottom {
    border-top:2px solid #FF6801;
	width:960px;
	height:65px;
	text-align:center;
	clear:both;
	margin:0 auto 0 auto;
	padding-top:15px;
	}
#bottom a {
    color:#333;
	}
	
/*内页样式*/
.seat{
    height:23px;
    background:#f6f6f6;
    border:1px solid #68A6DD;
    margin:8px 0;
	text-align:left;
	padding:4px 0 0 25px;
	background:url(../images/seat.gif) no-repeat 9px 9px
    }
.spanR {
    float:right;
	text-align:left;
	}
.seat span {
    color:#ff6600;
    }
#ny_main {
	width:960px;
	text-align:center;
	clear:both;
	border:1px solid #FF7300;
	}	
#ny_main ul{
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	}
#ny_main li {
	display:inline;
	margin:0 5px 0 5px;
    }
.li	img {
    margin:4px 0 4px 0;
	}	
#ny_main h4 {
    height:29px;
	line-height:29px;
	padding-left:10px;
	font-size:14px;
	margin:0 0 8px 0;
	text-align:left;
	color:#fff;
	background:#FFA154 url(../images/lbg.gif) no-repeat;
	}
#ny_main2 {
	width:960px;
	text-align:center;
	clear:both;
	border:1px solid #FF7300;
	}	
#ny_main2 ul{
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	}
#ny_main2 li {
	display:inline;
	margin:0 5px 0 5px;
    }
.li2	img {
    margin:4px 0 4px 0;
	}	
#ny_main2 h4 {
    height:29px;
	line-height:29px;
	padding-left:10px;
	font-size:14px;
	margin:0 0 8px 0;
	text-align:left;
	color:#fff;
	background:#FFA154 url(../images/lbg.gif) no-repeat;
	}
#ny_left {
    width:230px;
	float:left;
	}

#ny_right {
    float:left;
	width:716px;
	padding:1px 1px 10px 1px;
	font-size:13px;
	color:#000;
	border:1px solid #FF8C2F;
	}
#ny_right h4 {
    height:29px;
	line-height:29px;
	padding-left:24px;
	margin:0;
	font-weight:bold;
	font-size:14px;
	color:#AD2000;
	background:#FED2AF url(../images/dot2.gif) no-repeat 8px 8px;
	}	
#ny_right ul{
	list-style:none;
	padding:10px 15px 10px 15px;
	margin:0;
	}
/*登录页面样式*/	
.login {
    margin-top:60px;
	}
.login span {
    color:#ff6600;
	font-weight:bold;
	font-size:13px;
	}	
.login_input {
    width:120px;
	height:17px;
	line-height:17px;
	border:1px solid #FED2AF;
	color:#ff6600;
	}
.login_input2 {
    width:60px;
	height:17px;
	line-height:17px;
	border:1px solid #FED2AF;
	color:#ff6600;
	}
.login_dl {
    background:url(../images/dlbg.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	height:22px;
	width:60px;
	line-height:22px;
	border:none;	
	}
.login_dlfour {
    background:url(../images/dlbg.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	height:22px;
	width:70px;
	line-height:22px;
	border:none;	
	}		
.zc {
	margin:15px;
	}
.zc_input {
    width:120px;
	height:17px;
	line-height:17px;
	border:1px solid #91D3FB;
	color:#ff6600;
	}	
.zc_span {
    color:#FF0000;
	}
/*行业资讯样式*/
.hyzx_left {
    width:716px;
	float:left;
	}

.block {
	padding:1px 1px 8px 1px;
	color:#000;
	height:100%;
	border:1px solid #FF8C2F;
	}
.block h4 {
    height:29px;
	text-align:left;
	line-height:29px;
	padding-left:24px;
	margin:0;
	font-weight:bold;
	font-size:14px;
	color:#AD2000;
	background:#FED2AF url(../images/dot2.gif) no-repeat 8px 8px;
	}
.block h4 span {
    margin-left:200px;
	}	
.block dl {
    float:left;
	margin:10px 4px 0 4px;
	}
.block dl img {
    padding:1px;
	border:1px solid #ccc;
	}			
.block dd {
    margin:0 4px 0 3px;
	float:left;
	width:208px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.dl2 {
    float:left;
	margin:10px 4px 0 4px;
	}
.dl2 dd {
	float:left;
	width:320px;
	}
.dl2 dd span {
    color:#666;
	}	
.dl3 {
	margin:10px 4px 0 4px;
	}
.dl3 dd {
	float:left;
	width:83px;
	margin:0 6px 0 6px;
	text-align:center;
	}	
.article {
    border:1px solid #FF8C2F;
	padding:13px;
	background:#FFFAFA;
	}
.article h3 {
	text-align:center;
	margin:0;
	font-weight:bold;
	color:#AD2000;
	font-size:15px;
	padding-bottom:3px;
	border-bottom:1px dashed #666;
	}
.article h4 {
	text-align:center;
	font-size:14px;
	margin:5px 0 0 0 ;
	font-weight:normal;
	color:#003277;
	}
.article h4 span {
    color:#ff0000;
	}
.article dl {
    margin:20px 10px 0 10px;
    }
.article dt {
	font-size:13px;
    }	
.reply {
	padding:1px;
	color:#000;
	height:100%;
	border:1px solid #FF8C2F;
	}
.reply h4 {
    height:26px;
	text-align:left;
	line-height:26px;
	padding-left:10px;
	margin:0;
	font-size:14px;
	color:#AD2000;
	background:#FED2AF;
	}
.span1 {
    float:left;
	text-align:left;
	}
.span2 {
    float:right;
	margin-right:10px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	color:#666;
	}
.reply dl {
    margin:10px 15px 5px 15px;
	height:60px;
	}		
.reply dt {
	width:60px;
	height:60px;
	float:left;
	margin:0 10px 0 0;
	text-align:center;
	}
.yinyong {
    border:1px solid #ccc;
	padding:2px 3px 0 3px;
	float:left;
	margin-left:1px;
    }
.reply dt img {
    padding:4px;
	border:1px solid #FF8C2F;
	}
.replyfy {
    padding:20px 0 3px 10px;
	clear:both;
	height:10px;
	}	
.replyarea {
    border:1px solid #FF8C2F;
	padding:13px;
	color:#000;
	background:#FFFAFA
	} 
.replyarea dl {
    margin:0;
	}
.replyarea dd {
    margin-bottom:5px;
	}	
/*交流中心样式*/	
.bbs_left {
    width:716px;
	float:left;
	}
.leftlistjiaoyi {
    margin:10px 0 10px 10px;
	padding-bottom:10px;
	font-size:12px;
	font-weight:normal;
	list-style:none;
	}
.leftlist {
    margin:10px 0 10px 10px;
	padding-bottom:10px;
	font-size:13px;
	font-weight:bold;
	list-style:none;
	}
.leftlist li {
    float:left;
	width:60px;
	height:20px;
	margin:0 15px 5px 0;
	background:url(../images/dot3.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #669900;
	}	
.leftlist li a,.leftlist li a:visited {
    color:#ff6600;
	}
.leftlist li a:hover {
    color:#ff0000;
	}
	
.leftlistpro {
    margin:10px 0 10px 10px;
	padding-bottom:10px;
	font-size:13px;
	list-style:none;
	}
.leftlistpro li {
    float:left;
	width:60px;
	height:20px;
	margin:0 15px 5px 0;
	background:url(../images/dot3.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #669900;
	}	
.leftlistpro li a,.leftlistpro li a:visited {
    color:#ff6600;
	}
.leftlistpro li a:hover {
    color:#ff0000;
	}
	
	
.datalist{
	border-collapse:collapse;
	background-color:#fff;
	margin:10px 0 10px 0;
	color:#333;
	border:1px solid #C1DAE8;
}
.datalistto{
	border-collapse:collapse;
	background-color:#fff;
	margin:0px 0 0px 0;
	color:#333;
	border-bottom:1px solid #C1DAE8;
}
.datalist th{
	border:1px solid #C1DAE8;
	background-color:#EAF5FF;
	color:#0B7AC0;	
	font-weight:bold;
	font-size:14px;
	padding:4px 12px 4px 12px;
	text-align:center;
}
.datalist td{
	border-bottom:1px solid #C1DAE8;
	padding:4px 4px 0 4px;
}
.datalist tr:hover, .datalist tr.altrow{
	background-color:#F2F7FC;
}
.datalist_title {
    font-size:14px;
	font-weight:bold;
	}
.datalist span {
    color:#FF0000;
	}
.h14 {
    line-height:14px;
	text-align:left;
	}
.h14 span {
    color:gray;
	}		
.fenye {
    margin:0;
	padding:0;
	list-style:none;
	}
.fenye li {
    margin:0 3px 0 3px;
	dispaly:block;
	text-align:center;
	float:right;
	height:24px;
	line-height:24px;
	}	
.fenye li span {
    color:#ff0000;
	}	
.fenye li a {
    background:#EAF5FF;
	border:1px solid #91D3FB;
	padding:4px 3px 2px 3px;
    }
.fenye li a:hover {
	border:1px solid #ff0000;
	text-decoration:none;
    }
.fenye li a.current {
    color:#ff0000;
	border:1px solid #336699;
    }
.jltop {
    height:23px;
	line-height:23px;
	padding:0 10px 0 10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	color:#003277;
	}
.jltitle {
    background:url(../images/h3bg4.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	height:29px; color:#fff;
	line-height:29px;
	border-left:1px solid #355E7A;
	border-top:1px solid #355E7A;
	border-right:1px solid #355E7A;
	padding-left:10px;
	}
.jltab1 {
    border:1px solid #355E7A;
	}
.tab_left {
    background:#F0F8FF;
	border-right:1px solid #355E7A;
	}
.tab_left span {
    color:#ff0000;
	}
.tab_left_name {
    filter: glow(color='#A6BA98',strength='-1');
	font-weight:bold;
	color:#61b713;
	}
.tab_left_photo img{
    padding:1px;
	border:1px solid #e6e6e6;
	margin:0 0 10px 0;
	}	
.tab_top {
    border-bottom:1px solid #9CC3D9;
	height:25px;
	margin-bottom:10px;
	font-size:13px;
	color:#003277;
	}
.tab_top span {
    font-weight:bold;
	}	
.tab_top td {
    padding:0 5px 0 5px;
	}	
/*会员展示样式*/	
.newsVK {
	list-style:none;
	margin:0;
	padding-top:8px;
	text-align:center;
	}
.newsVK li {
	float:left;
	width:88px;
	height:110px;
	text-align:center;
	margin:0 13px 0 13px;
	}
.newsVK li img {
	padding:1px ;
	border:1px solid #FFD3B0;
	margin-bottom:3px;
	}
/*悬赏项目样式*/
.itemview {
	width:960px;
	text-align:center;
	clear:both;
	margin:0 0 10px 0;
	border:1px solid #FF7300;
	}
.itemview h4 {
    height:29px;
	line-height:29px;
	padding-left:10px;
	font-size:14px;
	margin:0 0 8px 0;
	text-align:left;
	color:#fff;
    background:#FFA154 url(../images/lbg.gif) no-repeat;
	}
.itemview h4 span {
    color:#ff0000;
	}
.viewtab1 {
    margin:10px 0 0 10px;
	}
.viewtab1 th {
    border-bottom:1px dotted #FEC59E;
    padding-top:5px;
	}
.viewtab1 th {
    color:#333;
	text-align:center;
	}		
.viewtab1 td {
    border-bottom:1px dotted #FEC59E;
    padding-top:5px;
	}
.viewtab1 td span {
    color:#ff0000;
	}	
.viewtab2 {
    font-size:13px;
	}
.viewtab2 th {
    font-size:14px;
	color:#ff6600;
	padding:3px 0 0 10px;
	background:#FFEAD9;
	}	
.viewtab2 td {
    padding:5px;
	}
.viewtab2 span {
    color:#ff0000;
	}
.itemtl {
    border:1px solid #CACACA;
	}	
.itemtl td {
    padding:5px;
	}	
.itemtl th {
	text-align:left;
	font-size:13px;
	}
.itemtl th span {
    color:#ff0000;
	}	
/*成功案例样式*/				
.case {
    padding:0;
    margin:0;
	color:#003277;
    }
.case dd {
    float:left;
	border:1px solid #68A6DD;
	width:320px;
	margin:0 6px 15px 6px;
	padding:8px 0 8px 8px;
	}
.case dd ul {
	list-style:none;
	float:left;
	padding:0;
	margin:0 8px 0 0;
	}
.case dd li {
	line-height:21px;
	}
.case dd li h5 {
    font-size:14px;
	color:#ff5500;
	margin:0;
	}
.case dd li span {
    color:#ff0000;
	}				
	