@charset "gb2312";
/* www.17lt.net */

* { margin:0; padding:0; list-style:none; 	}
body {font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;}
img { border:none; }
/*常用类*/
.layout_center { width:638px; margin:0 auto; }
.float_left { float:left; }
.float_right {  float:right; }
.float_clear { clear:both; }
.red {color:red; }
.blue {color:blue; }
.gray { color:gray; }
.text_align_center {text-align:center; }
p { line-height:20px; }
a { color:#555555; text-decoration:none; }
a:hover { color:#ff3200; text-decoration:underline; }
/*主体*/
#content_main { }
#content { }
/*主体左侧*/
#left { float:left; width:252px; }
.left_title { padding:0 20px; }
.left_title h2 { font-size:12px; color:#FFF; }
.left_body { overflow:auto; zoom:1; }
.left_body dl dt {center bottom no-repeat; text-align:center; }
.left_body dl dd { text-align:center; border-bottom:1px dashed #ECEFF6; }
.left_bottom {height:20px; margin-bottom:5px; }
	
/*主体右侧*/
#right { float:right; width:638px;}
.right_title { height:40px; line-height:30px;}
.right_title h2 { font-size:12px;height:60px;}
.right_body {padding:0 20px; overflow:auto; zoom:1; }
.right_bottom {height:20px; }

/*产品相关*/
.products li { float:left; text-align:center; padding:3px; }
.products img {padding:4px;border:1px solid #CCCCCC;}
.products a:hover img { border:1px solid #CC0000; }
.products a { line-height:22px; }
.products_title { text-align:center; font-size:16px; padding:10px; }
.products_info { text-align:center; border:1px dashed #666; padding:10px; }
.products_img {  text-align:left; padding:10px; }
.products_next { padding:5px; border:1px solid #333; }
	
/*新闻相关*/
.news li { line-height:26px; border-bottom:1px dashed #999999; padding-left:10px; background:url(images-tianhong/li_ico.jpg) left no-repeat; }
.news_title {  text-align:center; font-size:16px; padding:10px; }
.news_content { padding:10px; }
.news_info { text-align:center; border:1px dashed #666; padding:10px; }
.news_next { padding:5px; border:1px solid #333; }
	
/*通用频道*/
.common li {  float:left; text-align:center; padding:4px; }
.common img {  padding:4px; border:1px solid #999999; }
.common a:hover img {  border:1px solid #CC0000; }
.common a {  line-height:22px; }
.common_title {  text-align:center; font-size:16px; padding:10px; }
.common_info {   text-align:center; border:1px dashed #666; padding:10px; }
.common_img { text-align:center;padding:10px; }
.common_next {  padding:5px; border:1px solid #333; }
/*留言板*/
.guestbook { border-collapse:collapse; width:638px;}
.guestbook table {width:500px;}
.guestbook th { padding:5px; border:1px solid #ABADB3; text-align:center; }
.guestbook td { padding:5px; border:1px solid #ABADB3; }
input, textarea, select { border:1px solid #CCC; font-size:12px; padding:2px; }
/*分页*/
.page {  clear:both; padding:3px; text-align:center; }