﻿@charset "utf-8";
/*--头部列样式开始--*/
.next_top {
	width:778px;
	background-image: url(../images/top_bg.jpg);
	height:33px;
}

.next_top th {
	width:20px;
}
.next_top_rl {
	width:200px;
}
.next_top_rl img {
	margin-left:5px;
}
/*--Copyright样式开始--*/
.next_copyright {
	background-image: url(../images/copyright_bg.GIF);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFFFFF;
	width:778px;
}
.next_copyright th {
	background-image: url(../images/copyright_lan.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top:22px;
	vertical-align:bottom;
	padding-bottom:10px;
}
.next_copyright td {
	padding-top:15px;
	padding-bottom:18px;
	text-align:center;
	color:#6D6D6D;
}
.next_copyright A:link {
	COLOR: #333333; 
	text-decoration: none
}

.next_copyright A:visited {
	COLOR: #333333; 
	text-decoration: none 
}
.next_copyright A:active {
	COLOR: #999999; 
	text-decoration: none 
}
.next_copyright A:hover {
	COLOR: #666666;
	text-decoration: underline 
}

/*--导航部分样式开始--*/
.next_navi {
	background-image: url(../images/navi_bg.jpg);
	background-repeat: repeat-x;
	height:33px;
	width:778px;
}
.next_navi td{
	font-size:12px;
	font-weight:bold;
	color:#636164;
}
.next_navi A:link {
	COLOR: #636164; 
	text-decoration: none
}

.next_navi A:visited {
	COLOR: #636164; 
	text-decoration: none 
}
.next_navi A:active {
	COLOR: #999999; 
	text-decoration: none 
}
.next_navi A:hover {
	COLOR: #FF6600;
	text-decoration: underline 
}
/*二级导航样式*/
.next_dh {
	width:778px;
	background-color:#FFFFFF;
	border-bottom:solid 2px #E4DED2;
	height:29px;
}
.next_dh td{
	text-align:center;
	font-weight:bold;
	color:#FF6600;
}
.next_dh A:link {
	COLOR: #FF6600; 
	text-decoration: none
}

.next_dh A:visited {
	COLOR: #FF6600;
	text-decoration: none 
}
.next_dh A:active {
	COLOR: #FF6600; 
	text-decoration: none 
}
.next_dh A:hover {
	COLOR: #FF3300;
	text-decoration: underline 
}


