﻿@charset "utf-8";
/* CSS Document */
body {
	background: #ffffff url(../images/body-bg.png);
}

.inner_container {
	width: 1000px;
	min-height: 10px;
	margin: 0 auto;
}

a,a:visited {
	color: #333333;
}

a:hover {
	color: #EB851F;
	border-bottom: 1px dotted #EB851F;
}

/***************************************************************************
	页面正文样式
 ***************************************************************************/
#content {
	width: 1000px;
	min-height: 10px;
	margin: 10px auto 10px;
}

/***************************************************************************
	页头样式
 ***************************************************************************/
#header {
	min-width: 1000px;
	min-height: 10px;
}

#h_first {
	width: 100%;
	height: 30px;
	background-color: #95cbf7;
}

.jingsi-xcbs {
	display: block;
	width: 402px;
	min-height: 14px;
	/* 	height: 30px; */
	background: url(../images/jingsi-xcbs.png) no-repeat 0 50%;
}

#h_first .jingsi-xcbs {
	height: 30px;
}

#h_banner {
	width: 100%;
	height: 110px;
	background-color: #FBF8F0;
}

.js-logo {
	width: 1000px;
	height: 110px;
	background: url(../images/js-logo.png) no-repeat;
}

#h_menu {
	width: 100%;
	height: 50px;
	background-color: #FAB746;
}

#main-nav-menu>ul {
	overflow: hidden;
	padding-top: 10px;
	margin-left: 30px;
}

#main-nav-menu>ul>li {
	cursor: pointer;
	font-size: 14px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	list-style: none;
	margin-right: 20px;
	background-color: #FBC56B;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#main-nav-menu>ul>li.home {
	font-weight: bold;
	color: #EB851F;
	background-color: #fff;
}

#main-nav-menu>ul>li:hover {
	background-color: #FFEFBF;
}

.main-nav ul {
	position: absolute;
	border: 1px solid #FBC56B;
	background-color: #FDFBF7;
}

.main-nav ul li {
	list-style: none;
	text-align: left;
	padding: 2px 30px 2px 20px;
	border-bottom: 1px dotted #FCF4E6;
}

.main-nav ul li.sub-menu {
	background: url(../images/sub-menu-sign.png) no-repeat 96% center;
}

.main-nav ul li a {
	color: #FAB746;
}

.main-nav ul li a,.main-nav ul li a:hover {
	text-decoration: none;
	border-bottom: none;
}

.main-nav ul li:hover,.main-nav ul li a:hover {
	color: #EB851F;
}

.main-nav ul li:hover {
	background-color: #FFEFBF;
}

/***************************************************************************
	页脚样式
 ***************************************************************************/
#footer {
	width: 1000px;
	height: 195px;
	margin: 0 auto;
	padding: 10px 0 20px;
}

#footer #left-logo,#footer #right-copy {
	float: left;
}

#footer #left-logo {
	width: 285px;
	height: 195px;
	background: url(../images/foot-logo.png) no-repeat 50% 50%;
}

#footer #right-copy {
	width: 715px;
}

#footer #right-copy #top {
	padding: 20px 0 10px;
	overflow: hidden;
}

#footer #right-copy #bottom .link a,#footer #right-copy #bottom .link a:visited
	{
	font-size: 14px;
	color: #EB851F;
}

#footer #right-copy #bottom .link a:hover {
	color: #EB851F;
}

#footer #right-copy #top ul li {
	font-size: 14px;
	width: 160px;
	height: 30px;
	list-style: none;
	float: left;
}

#footer #right-copy #bottom {
	width: 715px;
	overflow: hidden;
}

#footer #right-copy #bottom .link {
	color: #EB851F;
}

#footer #right-copy #bottom .copyright {
	color: #666;
}