﻿/*css reset*/
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h5, h6, code, form, fieldset, legend, input, select, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h2 {
	padding:0;
	margin:0;
}
h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input {
	padding:1px 0;
}
/*@purpose To enable resizing for IE *//*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
*font-size: 100%;
}
/*css reset -end*//*网站css*//*===================================================================*/
html {
	height:100%;
} /*remove bug*/
body {
	color: #555;
	font-size:12px;
	height:100%;
	text-align:center;
	font-family:"微软雅黑";
	background-image: url(../images/indexBg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #555;
}
a:hover {
	color: #333333;
}
a:focus {
	outline:none;
}
.e {
    border-bottom: 1px dotted #CACACA;
    padding: 5px 0;
}
.e td {
	border-bottom: 1px dotted #CACACA;
	padding-top: 5px;
	padding-right: 2;
	padding-bottom: 5px;
	padding-left: 2;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
img {
	border:0;
	margin:0;
}
.gap1 {
	clear:both;
	height:7px;
	font-size:1px;
}
.over .title a, .over .text a {
	display:block;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.star {
	padding-left:2px;
	color:#f00;
}
/*clear*/
.clear {
	visibility: hidden;
	background: #fff;
	color: #fff;
	clear: both;
	margin: 0;
}
.none {
	display:none;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.inline {
	display:inline;
}
.inline li {
	display:inline;
}
.none {
	display:none;
}
/*main css*/
#main {
	width: 990px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*顶部工具栏*/
.link {
	height:35px;
	line-height:35px;
	color:#838383;
}
.link a, .link, .link a:visited {
	color:#838383;
}
.link .thislink {
	float:right;
	margin-right:10px;
}
.link li {
	float:left;
	height:35px;
	line-height:35px;
	margin-left:14px;
}
#head {
	height:78px;
}
.logo{
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
logo a{
	display:block;
	background:url(../images/logo1.png) no-repeat;
	width:600px;
	height:98px;
	text-indent:-1000px;
}
#head span#description {
	float:right;
}
#head span#description a {
	width:358px;
	height:98px;
	display:block;
	text-indent:-10000px;
}
#menu {
	width: 990px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu ul {
	height: 37px;
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 20px;
}
#menu li {
	display:inline;
	font-weight:bold;
}
#menu li a {
	display:block;
	text-align:center;
	color: #FFFFFF;
	margin-top: 2px;
	line-height: 33px;
	height: 33px;
	font-size: 14px;
	float: left;
	width: 120px;
}
#menu li a:hover, #menu li .selected {
	background:url(../images/menuhover.png) no-repeat top center;
	color:#fff;
	text-decoration:none;
}
/*搜索*/
.searchitem {
	line-height:26px;
}
.searchitem .keyword {
	background:url(../images/view.gif) no-repeat left center;
	padding:2px 0 3px 22px;
	width:80%;
}
.searchitem .submit {
	margin-left:10px;
	margin-right:10px;
	background:url(../images/template1/submit.png) repeat-x;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px ridge #ddd;
	border-bottom:1px ridge #ddd;
	padding:2px 3px 0px 3px;
	font-size:12px;
}
/*/搜索*/

/*navstate 状态栏*/
#nav {
	padding-left:15px;
	height:29px;
	line-height:29px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/BdTit.png);
	background-repeat: repeat-x;
	margin-bottom: 8px;
}
#nav a {
	color:#555;
}
#nav ul {
	display:inline;
}
#nav li {
	display:inline;
	padding-left:25px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
}
#nav li.pos {
	background:none;
	padding-left:0px;
}
#nav li.index {
	background:none;
	padding-left:0px;
}
/*main*/
#l {
	float:left;
	width:728px;
	overflow:hidden;
	display:inline;
}
#l1 {
	float:right;
	width:252px;
	overflow:hidden;
	display:inline;
	margin-left: 10px;
}
#r {
	float:right;
	width:252px;
	overflow:hidden;
	display:inline;
}
#r1 {
	float:left;
	width:456px;
	border: 5px solid #008DEC;
	height: 280px;
}

/*content*/

.content {
	word-break:break-all;
	word-wrap:break-word;
	padding: 20px;
}
.Content h3 {
	font-size: 14px;
	color: #09F;
}
.endContent {
	height: 1%;
	border: 1px solid #999999;
	padding: 19px 19px 9px 19px;
}
.endContent h1 {
	font-size: 14px;
	text-align: center;
}
.endContent h3 {
	font-size: 14px;
	color: #09F;
}
.endContent ul {
	text-indent: 26px;
}
.sm {
	text-align: center;
	padding-top: 5px 0px 5px 0px;
}
.summary {
	border: 1px dashed #999999;
	background-color: #FFFFFF;
	line-height: 23px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 5px;
	text-indent: 29px;
}
.more { width: 44px; float: right; margin-top: 17px; height: 14px; }
#focus {
	padding: 2px;
}
.content a {
	text-decoration:underline;
}
.cont {
	height: 71px;
	width: 760px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/cont.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.cont p {
	padding:8px 80px 0px 180px;
}
/*样式*/
#c1 { float:left; overflow:hidden; display:inline; width: 280px; margin-right: 10px; }
#c2 {
	float:left;
	overflow:hidden;
	display:inline;
	width: 320px;
}
#c3 {
	float:right;
	overflow:hidden;
	display:inline;
	width: 360px;
}
#c4 {
	float:right;
	overflow:hidden;
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
.c5 {
	float:left;
	overflow:hidden;
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 375px;
}
.c6 {
	float:right;
	overflow:hidden;
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 375px;
}
#c7{ width: 180px; display:inline; overflow: hidden; float: left; }
#c8{ width: 790px; display:inline; overflow: hidden; float: right; }
/*分类样式*/
.class { background-image: url(../images/bg_nav.gif); background-repeat: no-repeat; width: 100%; padding-bottom: 10px; background-position: center top; padding-top: 60px; }
.class h2 {
	text-align:center;
	font-weight:bold;
	padding-left: 18px;
	background-image: url(../images/about02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 39px;
	height: 39px;
	margin-top: 18px;
}
.class ul { margin-right: 10px; margin-left: 20px; margin-bottom: 30px; }
.class li a:visited {
	color:#666666;
	font-weight:bold;
}
.class li { color: #666666; display: block; font-size: 12px; height: 30px; line-height: 30px; text-align: left; text-decoration: none; }
.class li a { height: 30px; padding-left: 30px; }
.class li a:hover, .class li .selected { background: url("../images/classa.gif") no-repeat scroll left center transparent; color: #FFFFFF; display: block; font-family: Tahoma,Arial,Verdana; font-size: 12px; font-weight: bold; height: 30px; line-height: 30px; margin-bottom: 3px; text-align: left; text-decoration: none; }
/*深度是1的分类样式,也就是二级分类*/
.class .d0 { background: url("../images/class.gif") no-repeat scroll left center transparent; color: #666666; display: block; font-size: 12px; height: 30px; line-height: 30px; text-align: left; text-decoration: none; }
.class .d1 {
	line-height:39px;
	font-weight: bold;
	margin-top: 5px;
	background-image: url(../images/dot02.png);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center bottom;
	padding-left: 30px;
}
.class .d2 {
	position:relative;
	background:url(../images/class.gif) no-repeat 28px -1px;
	padding-left:50px;
}
/*频道首页宣传区*/
.listbar { background-image: url("../images/thbj.png"); background-repeat: no-repeat; background-position: 0px 0px; }
.listbar span { width: 100%; display: block;}
.listbar ul {
	padding-right: 10px;
	padding-left: 10px;
}
.th { width: 100px; float: left; }
.th, .th a { font-weight:bold; color:#333; font-size: 14px; padding-left: 27px; line-height: 35px; height: 32px; }
.th1 { padding-left:12px; line-height:35px; height: 32px; width: 70px; float: left; background-image: url(../images/th1.png); background-repeat: no-repeat; background-position: 0px 6px; }
.th1, .th1 a { font-weight:bold; color:#FFF; font-size: 14px; }
.th2 { padding-left:12px; line-height:35px; height: 32px; width: 70px; float: left; background-image: url(../images/th2.png); background-repeat: no-repeat; background-position: 0px 6px; }
.th2, .th2 a { font-weight:bold; color:#FFF; font-size: 14px; }
.bar {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	background-image: url(../images/BdTit.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bar h2{
    background-image: url("../images/title_bg01.jpg");
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 29px;
    line-height: 29px;
    padding-left: 5%;
    width: 95%;
}
.bar h2, .bar h2 a {
	font-weight:bold;
	color:#FFFFFF;
	font-size: 14px; 
}
.bar ul {
	padding-right: 10px;
	padding-left: 10px;
}

/*左侧记录列表*/
.sidebar {
	text-overflow:ellipsis;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.sidebar li {
	padding-left:1px;
	border-bottom:1px dashed #ddd;
	width: 100px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.sidebar .depth0 {
	padding: 10px;
	width: auto;
	float: left;
}
.sidebar .depth1 {
	padding: 10px;
	float: left;
	width: auto;
}
.sidebar .depth2 {
	position:relative;
	background:url(../images/class.gif) no-repeat 28px -1px;
	padding-left:50px;
}
/*List*/
.list1 li { border-bottom:dashed 1px #ccc;
	padding-left: 20px;
	background-image: url(../images/dot4.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	line-height: 25px;
	padding-right: 1px;
	height: 25px;
}
.list1_1 li {
	padding-left: 20px;
	background: url(../images/dot4.gif) no-repeat;
	background-position: 2px 3px;
	line-height: 28px;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 44%;
	float: left;
	margin-right: 15px;
}
.list1_1 li a {
	display:inline;
	float:left;
}
.list1_1 li a.title {
	width:300px;
}
.list1 span, .list1 span a {
	font-size: 12px;
	font-family:"Microsoft YaHei",SimSun,"Segoe UI",Verdana,Arial,Sans-Serif;
}
.list1 li { border-bottom:dashed 1px #ccc;
	padding-left: 20px;
	background-image: url(../images/dot4.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	line-height: 25px;
	padding-right: 1px;
	height: 25px;
}
.list1_2 li {
	line-height: 21px;
	width: 100px;
	float: left;
	border: 1px dashed #CCCCCC;
	padding: 3px;
	margin: 3px;
}
.list1_2 li a {
	display:inline;
	float:left;
}
.list1_2 li a.title {
	width:100px;
}
/*list2*/
.list2 li {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 15px;
    width: 98%;
}
.list2 .title {
	display:inline;
	float:left;
	width:70%;
}
.list2 .title a {
    background-image: url("../images/dot4.gif");
    background-position: 0 3px;
    background-repeat: no-repeat;
    padding-left: 15px;
}
.list2 .time {
	display:inline;
	float:left;
	width:20%;
	text-align: right;
	padding-left: 15px;
}

.list3 {
    height: 1%;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    text-align: center;
}
.list3 li {
    display: inline;
    float: left;
    margin: 5px;
    padding: 0;
}
.list3 li .preimg {
	border: 1px solid #CCC;
	padding: 5px;
	 }
.list3 li .title {
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
/*list4*/
.list4 li {
	display:inline;
	float:left;
	border: 1px solid #ddd;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 335px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.list4 li .preimg {
	border: 1px solid #666;
	width: 98px;
	float: left;
}
.list4 li .info {
	float:left;
	width:220px;
	line-height:18px;
	padding-left: 10px;
}
.list4 li .title{
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	width: 90%;
	float: left;
	line-height: 18px;
	height: 18px;
	padding-left: 10%;
	font-weight: bold;
}
.list4 li .readme {
	line-height: 21px;
	width: 100%;
	float: left;
}
.list4 li .more{
	width:100%;
	height:18px;
	text-align:right;
	line-height:18px;
	float: left;
}
.list4 li .more a{ color:#Fff;}
/*list5*/

.list5 li {
	float:left;
	padding-left: 20px;
}
.list5 li .title {
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	width: 80%;
}
.list5 li .readme {
	margin-bottom: 5px;
	background-image: url(../images/inBg.png);
	background-repeat: repeat-x;
	border: 1px dashed #CCCCCC;
	line-height: 18px;
	width: 95%;
	padding: 10px;
}
/*list6 留言评论*/
.list6 li {
	padding:8px 0 12px 0;
	border-top:1px dotted #ddd;
}
.list6 li.li2 {
	margin-left:30px;
}
.list6 .title, .list6 .retitle {
	margin-bottom:12px;
	font-weight:bold;
	color:#808080;
}
.list6 .body {
	margin-bottom:8px;
}
.list6 .reply a {
	display:block;
	width:60px;
	padding:3px 0 4px 12px;
	background:url(../images/button_bg2.gif) no-repeat;
	letter-spacing: 4px;
}
.list6 span, .list6 span a {
	font-size: 12px;
	font-family:"Microsoft YaHei", SimSun, "Segoe UI", Verdana, Arial, Sans-Serif;
	color: #000;
}
.list7 {
	padding:10px 15px 15px 15px;
	line-height: 23px;
}
.list7 img {
	float:left;
	margin:0 7px 2px 0;
}





/*list10-标题+内容*/
.list10 li {
	padding:8px 0 12px 0;
	border-top:1px dotted #ddd;
}
.list10 li .title {
	margin-bottom:12px;
	font-weight:bold;
	color:#808080;
}
.list10 li .retitle{
	text-indent: 4px;
}
/*list11-标题+内容+价格*/
.list11 li {
	padding:8px 0 12px 0;
	border-top:1px dotted #ddd;
}
.list11 .title, .price {
	font-weight:bold;
	color:#808080;
	float: left;
}
.list11 .retitle {
	color:#808080;
	text-align: left;
}
/*list20 普通的左浮动*/
.list20 li {
	display:inline;
	margin-right:10px;
	float:left;
}
/*list30 管理选择的下拉菜单
.list30 p {
	padding:2px 5px;
	border-bottom:1px dashed #ccc;
	
}*/
.top_link {
	background:url(../images/tip_bg.jpg) no-repeat;
	height: 75px;
	width: 218px;
	padding-left: 3px;
}
.top_link li {
	background: url(../images/top_link.jpg) no-repeat;
	height: 22px;
	width: 100px;
	margin: 10px 3px 0px 3px;
	float: left;
	line-height: 22px;
	text-align: center;
}
/*分类词*/
.smgs {

}
.smgs .depth0 {
	background: url(../images/smgs.jpg) no-repeat;
	height: 25px;
	width: 100px;
	float: left;
	line-height: 25px;
	text-align: center;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}
.smgs .d1 {
	padding-left:15px;
	width:123px;
	height:28px;
	line-height:28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eee;
	text-align: left;
	float: left;
	margin-top: 7px;
	font-weight: bold;
}
.smgs .depth0 a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #09F;
}
/*关键词*/
.tags li {
	display:inline;
	margin-right:5px;
}
.group {
	margin:0 0 15px 0;
}
.group .thisbody {
	background:#fff;
	border:1px dashed #7bcbef;
	border-top:0;
	padding:15px;
	height:1%;
}
.group .item {
	width:47%;
	overflow:hidden;
	float:left;
	margin-right:15px;
	height:200px;
	display:inline;
}
.group h1 {
	font-weight:bold;
	color:#fff;
	font-size:12px;
	background:url(../images/template1/column2_nav.png) no-repeat;
	padding-left:30px;
	height:27px;
	line-height:27px;
}
.group h2 {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #7bcbef;
	padding:8px 0 3px 18px;
	margin-bottom:8px;
	background:url(../images/template1/arrow2.png) no-repeat -4px 3px;
}
.group li {
	height:26px;
	line-height:26px;
	padding:0px 0 0px 0px;
	border-bottom:1px dotted #c2c2c2;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
/*翻页部分*/
.page {
	height:20px;
	padding:15px 0 5px 0;
}
.page a {
	text-decoration:none;
}
.page a:hover {
	text-decoration:underline;
}
.page em {
	color:#f00;
	font-style:normal;
	line-height: 20px;
	height: 20px;
	width: 10px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	border: 1px solid #FF0000;
	padding-right: 5px;
	padding-left: 5px;
}
.page cite {
	font-style:normal;
	height: 18px;
	width: 10px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	border: 1px solid #0066FF;
}
/*底部*/.bottomline {
	background:#f8c300;
	height:5px;
}
.foot {
	height:140px;
	text-align: center;
	background-image: url(../images/foot.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}
.foot p {
	line-height:20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.foot, .foot a {
	color: #333333;
	text-decoration: none;
}
.footnva {
	padding:6px;
}
.footnva li {
	display:inline;
	padding-right:10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*页脚声明文件*/
.links {
	padding-bottom:10px;
	line-height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
	background-image: url(../images/BdTit.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.links h2 {
	line-height:38px;
	height: 41px;
}
.links h2, .links h2 a {
	font-weight:bold;
	color:#333;
	font-size: 14px;
}
.links span, .links span a {
	padding-left:10px;
	line-height:28px;
	height: 28px;
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.links li {
	display:inline;
	padding-right:10px;
}
#tempvalue, .tempvalue {
	display:none;
}
/*首页内容*/
.indexcontent {
	border:1px solid #030;
}
/*首页flash*/
.flash {
	width:277px;
	height:248px;
	float:right;
	border:1px solid #1dc8e9;
	margin-left:10px;
	margin-bottom:10px;
}
/**********/
/*网友评论*/
.comman {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
.comman .th, .comman .th a {
	background-image: url(../images/BdTit.png);
	background-repeat: repeat-x;
	font-weight:bold;
	color:#666666;
	padding-left: 30px;
	height: 29px;
	line-height: 29px;
}
.comman .content {
	border:1px dashed #7bcbef;
	border-top:0;
	padding:15px;
}
.comman form input, .comman textarea {
	border:1px solid #ddd;
}
.comman form {
	border:2px solid #eaeaea;
	border-top:0;
	background:#fbfbfb;
	padding:10px;
}
.comman h2 {
	font-size:12px;
	text-align:center;
	border:2px solid #eaeaea;
	padding:5px 0;
	background:#f7f7f7;
	margin:25px 0 0 0;
}
.comman form div {
	padding-bottom:8px;
}
.comman h3 {
	font-size:12px;
}
.comman .content {
	margin:10px 0 10px 0;
	border-bottom:1px dashed #ddd;
	padding-bottom:5px;
}
/*广告*/
.ad {
	margin:0 0 15px 0;
}
.ad p {
	margin:0;
	padding:0;
}
/*登录框*/
.userlogin {
	padding:10px;
}
