@charset "utf-8";
/* CSS Document */
body{width:800px; margin:0 auto;}

#container{width:100%; background-color:#FFF;}

#top_bar{width:100%; height:80px; position:relative; }

/*log样式*/
#log{width:213px; height:63px; float:left; background-image:url(../images/logo.jpg); background-repeat:no-repeat; margin-left:10px; margin-top:10px;}

/*顶部链接样式*/
#top_link{width:60%; float:right; height:25px; margin-right:10px; margin-top:20px; text-align:right;}

#nav{width:100%; height:35px; float:right; position:absolute; bottom:0; right:0;}

#main_content{width:100%; height:330px;}

#left_content{width:400px; height:330px;; float:left; overflow:hidden;}

#right_content{width:400px; height:330px; float:left; overflow:hidden;}

#secondary_content{margin-top:5px;width:100%; height:auto; float:left;}

#news_1{width:580px; height:160px; float:left; background-image:url(../images/news_background.jpg); background-position:29px; background-repeat:no-repeat;}

#news_2{width:580px; height:145px; float:left; background-image:url(../images/news_background.jpg); background-position:29px; background-repeat:no-repeat;}

#pic_news{width:210px; height:310px; float:right;}

/*首页新闻标题*/
#news_title_1{width:100%; height:32px; background-image:url(../images/green_bar.png); background-repeat:no-repeat; background-position:19px;}

#news_title_2{width:100%; height:32px; background-image:url(../images/bule_bar.png); background-repeat:no-repeat; background-position:19px;}

/*导航条样式*/
#nav_ul li{float:left;text-align:center; line-height:30px;}

#nav_ul li a{width:100%; display:block; text-decoration:none; font-size:13px;color:#333}

#nav_ul li a:link{color:#333}

#nav_ul li a:hover{color:#373737; font-weight:800}

#nav_ul li.link{width:100px; height:32px; overflow:hidden;}

#nav_ul li a{width:100px; height:32px; padding-top:32px;}

#nav_ul li.index a{background-image:url(../images/nav_pic/index.jpg); background-repeat:no-repeat; background-position:0 0px;}

#nav_ul li.index a:hover{background-image:url(../images/nav_pic/index.jpg); background-repeat:no-repeat; background-position:0 0;}

#nav_ul li.product a{background-image:url(../images/nav_pic/product.jpg); background-repeat:no-repeat; background-position:0 -32px;}

#nav_ul li.product a:hover{background-image:url(../images/nav_pic/product.jpg); background-repeat:no-repeat; background-position:0 0;}

#nav_ul li.about a{background-image:url(../images/nav_pic/about.jpg); background-repeat:no-repeat; background-position:0 -32px;}

#nav_ul li.about a:hover{background-image:url(../images/nav_pic/about.jpg); background-repeat:no-repeat; background-position:0 0;}

#nav_ul li.join a{background-image:url(../images/nav_pic/join.jpg); background-repeat:no-repeat; background-position:0 -32px;}

#nav_ul li.join a:hover{background-image:url(../images/nav_pic/join.jpg); background-repeat:no-repeat; background-position:0 0;}

#nav_ul li.invest a{background-image:url(../images/nav_pic/invest.jpg); background-repeat:no-repeat; background-position:0 -32px;}

#nav_ul li.invest a:hover{background-image:url(../images/nav_pic/invest.jpg); background-repeat:no-repeat; background-position:0 0;}

/*顶部链接样式*/
#top_link table a{width:100%; display:block; text-decoration:none; color:#BEBEBE}

#top_link table a:link{color:#BEBEBE}

#top_link table a:hover{color:#666}

#bottom{width:100%; height:80px; margin-top:10px; padding-top:10px; clear:both; background-image:url(../images/bottombar_background.jpg); background-position:bottom;}
#bottom a{ text-decoration:none}

#bottom a:link{color:#333;}

#bottom a:hover{color:#F00; text-decoration:underline;}

#bottom a:visited{color:#333}

/*新闻列表链接样式*/
#news_table a{width:100%; display:block; text-decoration:none; color:#333;}

#news_table a:link{color:#333;}

#news_table a:hover{color:#333;text-decoration:underline;}

/*介绍正文文字*/
.introText {
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	line-height:22px;
}

