
/*--主体样式--*/
body{
    font-size:12px;
	margin:0px;
	padding:0px;
	color:#454545;
	background:url(../image/background.jpg);
}
input{
    border:1px solid #c7c7c7;
	background:#FFFFFF;
}
.inputnone{
    border:0px;
}
select{
    border:0px solid #C8CDD1;
	background:#FFFFFF;
	margin:0px
}
.title{
	font-weight:bold;/*-粗体-*/
}
a img {/*图片链接无边框*/
	border:0
}
a {/*默认链接*/
	text-decoration: none;	
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#06c;
	text-decoration: none;
}
a:active {
	color:#333;
	text-decoration: none;
}
/*-深蓝链接-*/
a.blueDark:link {
	color:#f50;
	text-decoration: none;
}
a.blueDark:visited {
	color:#f50;
	text-decoration: none;
}
a.blueDark:hover {
	color:#ff0000;
	text-decoration: none;
}
a.blueDark:active {
	color:#f50;
	text-decoration: none;
}
form {/*表单内外补丁为零*/
	margin:0;
	padding:0;
}
input, select {/*表单元素input,select字体尺寸*/
	font-size:12px;
}
/*--新闻列表样式--*/
.title_table{}
.title_table td{
    font-size:14px;
}
.title_table a:link {
	color:#000000;
	font-size:14px;
	text-decoration: none;
}
.title_table a:visited {
	color:#333;
	font-size:14px;
	text-decoration: none;
}
.title_table a:hover {
	color:#06c;
	font-size:14px;
	text-decoration: none;
}
.title_table a:active {
	color:#333;
	font-size:14px;
	text-decoration: none;
}

/*-加粗的第一条新闻标题-*/
.title_table a.title:link {
	font-weight:bold;
}
.title_table a.title:visited {
	color:#333;
	text-decoration: none;
}
.title_table a.title:hover {
	color:#06c;
	text-decoration: none;
}
.title_table a.title:active {
	color:#333;
	text-decoration: none;
}
/*-精彩推荐-*/
.jctj{}
.jctj td{
    line-height:160%;
}
/*-bottom-*/
.bottom{
    line-height:180%;
}
/*-配件展示-*/
.link{
    line-height:160%;
}
.link_body{
    line-height:180%;
	padding:10px
}
/*------二级页子频道------*/
.subChannel {
	margin-top:0px;
	padding:0px;
}
.subChannel ul {
	margin-top:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	line-height:100%;
}
.subChannel ul li {	
	margin-top:5px;
	padding:0;
	width:60px;
	margin-right:5px;/*按钮间距*/
	float:left;
}
.subChannel ul li a {	
	display:block;/*按钮链接块体显示*/
	height:22px;/*按钮高*/
	font-size:12px;
	text-align:center;
	padding-top:5px;
}
.subChannel ul li a:link {
	color:#666666;
	text-decoration: none;
}
.subChannel ul li a:visited {
	color:#666666;
	text-decoration: none;
}
.subChannel ul li a:hover {	
	color:#fff;
	width:60px;
	background:url(../images/menu_bg.jpg) no-repeat;
	text-decoration: none;
}
.subChannel ul li a:active {
	color:#fff;
	width:60px;
	background:url(../images/menu_bg.jpg) no-repeat;
	text-decoration: none;
}
/*----模版三----*/
.mod_3 {
	clear:both;
	margin-bottom:5px;
}
.mod_3 .title {
	height:20px;
	background:#f8f8f8;
	
	border-bottom:solid 1px #ccc;
	padding-top:3px;	
}
.mod_3 .title h3 {
	float:left;	
	font-weight:normal;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}
.mod_3 .title .iconMore {
	float:right;
	margin-top:3px;
	margin-right:3px;
}
.mod_3 .content {
	clear:both;
	padding-top:10px;
}
/*====显示多条留言和写留言====*/
/*--留言详情--*/
.msgList {/*留言列表表格*/
	border-collapse:collapse;
	width:100%;
}
.msgItem {/*单条留言的表格*/
	width:100%;
	border-collapse: collapse;
	border:1px solid #C7CAD1;
	background:#fff;
}
.msgItem .msgTitleBar {
	background:#eae3dc;
}
.msgItem td {
	border:1px solid #C7CAD1;
	padding:2px 10px;
}
.msgItem .leftTd {
	text-align:center;	
	width:20%;
}
.msgQuestion {}
.msgRevert {
	border:1px dashed #C7CAD1;
	background:#fff;
	padding:10px;
	margin:5px;
	color:#069;
	text-align:left
}
.revertInfo {
	text-align:right;
}
.revertAlt {	
	font-weight:bold;
}
/*--写留言--*/
.msgWrite {
	padding:15px 15px 15px 15px;
	border:solid 1px #C7CAD1;
	background:#fff;
}
.msgWrite .msgIpt {
	width:100%;
	padding:0 5px;
}
.msgWrite form {
	margin:0;
	padding:0;
}
.msgWrite iptTxt {
	border:1px solid #C7CAD1;
}
.face {
	margin:10px 0;
	padding:10px;
	border:1px dashed #c7bdb2;
	background:#f5f5f5;
	text-align:center;
}
.msg_message {
	width:500px;
	border:1px solid #C7CAD1;
}
.msg_btn_div {
	margin-top:4px;
	text-align:center;
}
/*--item--*/
.bottom{ border-bottom:1px dashed #DDDDDD;}

.iptBtn {	
	border:solid 1px #006699;
	background:#5092ce;
	color:#fff;
}
.banner{
    width:950px;
	margin:0px auto;
	border-bottom:7px solid #516370;
	margin-top:1px;
   
}
/*------三级页子频道------*/
.subChannell {
	width:148px;
	margin:0 auto;
	margin-top:10px
}
.subChannell ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	line-height:100%;
}
.subChannell ul li {	
	margin:0;
	padding:0;
	margin-bottom:5px;/*按钮间距*/
}
.subChannell ul li a {	
	display:block;/*按钮链接块体显示*/
	height:20px;/*按钮高*/
	line-height:20px;/*文字竖向居中*/
	font-size:12px;
	text-align:conter;
}
.subChannell ul li a:link {
	color:#000;
	text-decoration: none;
	background:url(../image/er_bg1.jpg);
	border:1px solid #C7CAD1
}
.subChannell ul li a:visited {
	color:#000;
	text-decoration: none;
	border:1px solid #C7CAD1;
	background:url(../image/er_bg1.jpg);
}
.subChannell ul li a:hover {	
	color:#ff0000;
	text-decoration: none;	
	background:url(../image/er_bg1.jpg);
	border:1px solid #F9CC0D
}
.subChannell ul li a:active {
	color:#ff0000;
	text-decoration: none;
	font-weight:bold;
	border:1px solid #C7CAD1;
	background:url(../image/er_bg1.jpg);
}
/*--管理员公告--*/
.sysBulletin {
	height:22px;
	line-height:22px;
	width:300px
}
.sysBulletin .bulletinTitle {
	float:left;
	padding-left:10px;
	font-weight:bold
}
.sysBulletin .bulletinContent {
	float:left;
	color:#000000;
}
.sysBulletin a:link {
	color:#c06;
	text-decoration: none;
}
.sysBulletin a:visited {
	color:#c06;
	text-decoration: none;
}
.sysBulletin a:hover {
	color:#06c;
	text-decoration: none;
}
.sysBulletin a:active {
	color:#c06;
	text-decoration: none;
}
/*----公司公告----*/
.bulletinRight {
	width:150px;
	height:96px;
	padding:0 15px;
	border-left:dashed 1px #ccc;
	float:right;
	color:#069;
}
.bulletinTitle {
	font-weight:bold;
	margin-bottom:10px;
}
.bulletinContent {
	
}
.bulletinRight a:link {
	color:#069;
	text-decoration: none;
}
.bulletinRight a:visited {
	color:#069;
	text-decoration: none;
}
.bulletinRight a:hover {
	color:#f50;
	text-decoration: none;
}
.bulletinRight a:active {
	color:#069;
	text-decoration: none;
}
.bulletinLeft {
	width:240px;
	float:left;
}