@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	}

body{
	background:#f8f8f8;
	font-family:"Arial";
	width:1000px;
	margin:0 auto;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size:12px;
	}

#top{
	height:156px;
	width:1000px;
	float:none;
	}
	
#main{
	height:600px;
	width:100%;
	}
	
#menu{
	background:url(../images/menu_bg.jpg) top repeat-x;
	height:54px;
	width:100%;
	padding-top:14px;
	}



a:link{
	color:#FF0000;
	text-decoration:underline;
	}
a:hover{
	color:#003399;
	}
a:visited{
	color:#003300;
	}
a:active{
	color:#333333;
	}
	
	
a.menulink:link,
a.menulink:hover,
a.menulink:visited,
a.menulink:active{
	color:#000000;
	text-decoration:none;
	}
a.menulink:hover{
	color:#FF6600;
	}


.btn_link,.btn_hover,.btn_short,.btn_short_hover{
	background:url(../../images/btn.jpg) no-repeat;
	font-size:12px;
	text-align:center;
	width:133px;
	height:32px;
	float:left;
	font-weight:bold;
	cursor:hand;
	padding-top:8px;
	margin-left:10px;
	}
.btn_hover{
	background:url(../../images/btn_hover.jpg) no-repeat;
	}
.btn_short,.btn_short_hover{
	background:url(../../images/btn_short.jpg) no-repeat;
	width:103px;
	}
.btn_short_hover{
	background:url(../../images/btn_short_hover.jpg) no-repeat;
	}


ul{
	list-style:none;
	}
	
.dash_line{
	border-bottom:1px dashed #CCCCCC;
	height:1px;
	font-size:1px;
	line-height:0px;
	clear:both;
	width:100%;
	}
	
.space_line{
	clear:both;
	width:auto;
	height:0px;
	font-size:0px;
	line-height:0px;
	}
	
	
	
	
#foot{
	clear:both;
	border-top:8px solid #626262;
	background:#505050;
	height:60px;
	color:#fff;
	text-align:center;
	padding-top:30px;
	width:100%;
	}
	
a.footlink:link,
a.footlink:hover,
a.footlink:visited,
a.footlink:active{
	color:#fff;
	text-decoration:underline;
	}
a.footlink:hover{
	color:#FFCC33;
	}

.red{
	color:#f00;
	}
	
	
img{
	border:0px;
	}


/* index.css */

#index_left{
	float:left;
	width:680px;
	height:555px;

	}
#line{
	background:url(../images/line.jpg) no-repeat;
	width:28px;
	height:475px;
	float:left;
	}
#index_right{
	float:right;
	width:290px;
	height:auto;

	}


.input_box,.input_box_long,.input_box_short{
	height:20px;
	background:#eee;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:5px;
	font-size:14px;
	font-family:"微软雅黑", Tahoma, "宋体";
	width:150px;
	margin-right:8px;
	}
.input_box_long{
	width:380px;
	}
.input_box_short{
	width:20px;
	}
	

.input_button,.input_button_hover{	
	background:url(../../images/button.jpg) no-repeat;
	height:40px;
	width:123px;
	font-size:14px;
	font-family:"微软雅黑", Tahoma, "宋体";
	border:0px;
	padding-bottom:10px;
	margin-right:10px;
	}
.input_button_hover{	
	background:url(../../images/button_hover.jpg) no-repeat;
	}
	


.title_wrap{
	background:url(../../images/title_bg.jpg) no-repeat;
	height:29px;
	width:133px;
	margin-top:15px;
	margin-left:50px;
	color:#003366;
	text-align:center;
	padding-top:8px;
	font-size:14px;
	font-weight:bold;
	}
	
.text_wrap{
	margin-left:60px;
	padding-top:5px;
	height:auto;
	width:580px;
	border-bottom:1px dashed #ccc;
	}
	
.text_right{
	width:260px;
	margin:10px;
	margin-left:20px;
	padding-bottom:5px;

	}	

.text{
	float:none;
	line-height:180%;
	}
.more{
	width:80px;
	float:right;
	margin-bottom:6px;
	}
	
	
#logo_link{
	height:60px;
	width:580px;
	margin-left:60px;
	margin-top:10px;
	}
	
	
.news_title_wrap{
	margin:10px;
	margin-top:20px;
	width:auto;
	font-size:20px;
	font-weight:bold;
	color:#0099cc;
	}
	
.more_news{
	margin-right:20px;
	}
	
	
	
#text_area{
	margin:20px 40px;
	margin-top:0px;
	}
	
.text_all{
	padding-left:10px;
	}
	
.newsli{
	border-bottom:1px dashed #ccc;
	height:30px;
	}
	
	
.partner_logo{
	width:120px;
	height:60px;
	margin:5px;
	float:left;

	}