/*body*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}

/***********************************************************************************************/

/*顶部*/
#top-menu {
	background-color:#F3F3F3;
	border-bottom:1px #E3E3E3 solid;
}
#top-menu * {
	font-family:  '宋体', Helvetica, Arial;
	font-size: 12px;
	color: #333;
}
#top-menu a:link {
	color: #333;
	text-decoration: none;
}
#top-menu a:visited {
	color: #333;
	text-decoration: none;
}
#top-menu a:hover {
	color:#F27B04;
	text-decoration: none;
}
#top-menu a:active {
	color: #F27B04;
	text-decoration: none;
}

/***********************************************************************************************/

/*导航*/
.nav {
	margin:0 0 0 0;
	background-color:#F27B04;
}
.nav a {
	font-size:14px;
}
.nav a div {
	color: #FFF;
	text-align:center;
	line-height:32px;
	font-weight:bold;
}
.nav a:link {
	text-decoration: none;
}
.nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
}
.nav a:hover div {
	color:#FFF;
	line-height:32px;
	text-align:center;
	font-weight:bold;
	background-color:#E71F1E;
}
.nav a:active {
	text-decoration: none;
}
#nav-on {
	background-color:#E71F1E;
}
#nav-on a div{
	color:#FFF;
	font-size:14px;
	line-height:32px;
}

/***********************************************************************************************/

/* 搜索框 */
.new_search {
    float: right;
}
.new_search a {
    text-decoration: none;
    cursor: pointer;
}
.new_search .search_con {
    width: auto;
    padding: 0px;
    position: relative;
}
.search_con .keywords_in {
    width: 242px;
    height: 24px;
    line-height: 24px;
    padding: 2px 5px 2px 30px;
    border:2px solid #F27B04;

    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    float: left;
}
.search_con .keywords_btn {
    background-position: -450px -352px;
    width: 74px;
    height: 32px;
    line-height: 32px;
    float: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: medium none;
    outline: medium none;
    background: url('/images/common/1866077_286271235.png') no-repeat scroll -450px -352px transparent;
}
.search_con .keywords_icon {
    background-position: -248px -630px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.new_search ul, .new_search ol {
    list-style: none outside none;
}
.new_search ul {
    margin: 0px;
    padding: 0px;
}
.curr {
    font: 12px/1.5em Helvetica,Arial,simsun,����;
    color: #404040;
}
.category .curr {
    /* background-position: -25px -730px; */
    background-position: -25px -728px;
    font-weight: 700;
}
.category .curr a {
    color: #FFF;
}
.category li {
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding-right:280px;
}
.category li a {
    width: 75px;
    display: block;
}
.curr,.keywords_icon {
    background: url('/images/common/header-pic.png') no-repeat;
}

/***********************************************************************************************/

/*主体内容*/
.main {
	font-size:12px;
	color:#333;
}
.main a:link{
	text-decoration: none;
}
.main a:visited {
	color: #333;
	text-decoration: none;
}
.main a:hover {
	color:#F27B04;
	text-decoration: none;
}
.main a:active {
	color: #333;
	text-decoration: none;
}

/***********************************************************************************************/

/*底部*/
.footer {
	margin:20px 0 0 0;
	padding:10px 0 0 0;
	background-color:#f1f1f1;
}
.footer * {
	font-size:12px;
	color:#333;
}
.footer a:link{
	text-decoration: none;
}
.footer a:visited {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color:#F27B04;
	text-decoration: none;
}
.footer a:active {
	color: #333;
	text-decoration: none;
}