/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
	color:#4a4a4a;
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font-size: 12px;
    font-family: "SimSun";
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/*! grid system 24栅格 998px */

.container {
    width: 998px;
    margin: 0 auto;
}

.row {
    overflow: hidden;
}

.span24 {
    width: 998px;
    float: left;
}

.span23 {
    width: 956px;
    float: left;
}

.span22 {
    width: 914px;
    float: left;
}

.span21 {
    width: 872px;
    float: left;
}

.span20 {
    width: 830px;
    float: left;
}

.span19 {
    width: 788px;
    float: left;
}

.span18 {
    width: 746px;
    float: left;
}

.span17 {
    width: 704px;
    float: left;
}

.span16 {
    width: 662px;
    float: left;
}

.span15 {
    width: 620px;
    float: left;
}

.span14 {
    width: 578px;
    float: left;
}

.span13 {
    width: 536px;
    float: left;
}

.span12 {
    width: 494px;
    float: left;
}

.span11 {
    width: 452px;
    float: left;
}

.span10 {
    width: 410px;
    float: left;
}

.span9 {
    width: 368px;
    float: left;
}

.span8 {
    width: 326px;
    float: left;
}

.span7 {
    width: 284px;
    float: left;
}

.span6 {
    width: 242px;
    float: left;
}

.span5 {
    width: 200px;
    float: left;
}

.span4 {
    width: 158px;
    float: left;
}

.span3 {
    width: 116px;
    float: left;
}

.span2 {
    width: 74px;
    float: left;
}

.span1 {
    width: 32px;
    float: left;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}


/* body背景 */

.bg {
    background: url(../images/bg.jpg) top repeat-x #feffff;
}


/* 头部 */

.header {
    width: 998px;
    margin: 0 auto;
}

.header-banner {
    height: 238px;
}


/* 导航 */

.nav-area {
    width: 998px;
    margin: 0 auto;
    height: 39px;
    background: url(../images/nav_bg.jpg) bottom repeat-x;
    border-bottom: 3px solid #f1322e;
}

.nav-item-first a {
    color: #fff;
}

.nav-item {
    position: relative;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    line-height: 39px;
    float: left;
    text-align: center;
    border-right: 1px solid #4593d5;
    width: 130px;
    height: 39px;
}

.nav-item > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 39px;
    display: block;
    color: #fff;
    z-index: 998;
}



.nav-item-first {
    width: 78px;
    background-color: #f1322e;
}

.nav-hover {
    position: absolute;
    display: block;
    width: 130px;
    height: 45px;
    z-index: 990;
    left: 0;
    top: -6px;
    display: none;
	background-color:#f1322e;
}

.nav-hover-first {
    display: block;
    width: 78px;
    background: url(../images/nav_hover_first.png) left top no-repeat;
}


.nav-item:hover .nav-hover {
     display: block;
}


/* 导航下信息 */

.nav-bottom {
    width: 998px;
    margin: 0 auto;
    height: 36px;
    background-color: #fff;
    border: 1px solid #d3e1f3;
}

.nav-bottom-left {
    width: 490px;
    *width: 490px;
    padding-top: 7px;
    height: 30px;
    margin-left: 15px;
    background: url(../images/nav-bt-info.png) left no-repeat;
}

.weather {
    float: right;
    display: inline;
    *margin-left: -280px;
}

.nav-bottom-img {
    float: left;
}

.riqi {
    display: inline;
    width: 200px;
    *float: left;
    margin-left: 70px;
    height: 25px;
    line-height: 25px;
    color: #4a4a4a;
}

.nav-bottom-info-red {
    color: #fe0000;
}

.nav-bottom-info a {
    color: #333;
}

.nav-bottom-info a:hover {
    color: #f1322e;
}

.nav-bottom-right {
    margin-top: 4px;
    width: 270px;
    height: 28px;
}

.search-info {
    width: 213px;
    height: 28px;
    background-color: #e2f8ff;
}

.search-info-input {
    width: 186px;
    padding-left: 10px;
    color: #4a4a4a;
    border: none;
    background: none;
    line-height: 28px;
    height: 28px;
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #4a4a4a;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4a4a4a;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4a4a4a;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4a4a4a;
}

.search-btn {
    width: 39px;
    height: 28px;
    border: none;
    margin-right: 18px;
    outline: none;
    cursor: pointer;
    background: url(../images/search-btn.jpg) no-repeat;
}


/* 图片链接 */

.link-border {
    border: 1px solid #a9ddf5;
    margin-top: 10px;
    height: 113px;
}

.tab-tt {
    height: 24px;
    border-bottom: 1px solid #dcdad3;
    background: url(../images/tab_ttbg.jpg) bottom repeat-x;
}

.tab-ttn {
    padding: 0 20px;
    line-height: 24px;
    color: #4a4a4a;
    cursor: pointer;
    border-right:  1px solid #dcdad3;
    
}

.tab-ttn.active {
    font-weight: bold;
    color: #f00;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.link-items {
    margin-left: 12px;
    margin-right: -8px;
    padding-top: 7px;
}

.link-items > li {
    float: left;
    width: 248px;
    height: 25px;
    text-indent: 11px;
    background: url(../images/news-ico_20.png) left center no-repeat;
}

.link-items > li > a {
    color: #333;
    line-height: 25px;
}

/* 底部 */

.footer-link {
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
    background-color: #1a6ec6;
    text-align: center;
    color: #fff;
}

.footer-link a {
    font-size: 12px;
    font-family: "SimSun";
    color: #fff;
}

.footer-info {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 10px;
    line-height: 22px;
    background-color: #eaeaea;
}

.footer-number {
    padding-left: 10px;
}

.footer-info-bold {
    font-weight: bold;
}

.hyperlink {
    font-family: "SimSun";
    font-size: 12px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hyperlink:hover {
    color: #0d8ee9;
}


.LeftMenu {
	background-repeat:no-repeat;
	width:181px;
	height:41px;
	padding-left:30px;
	font-family:"微软雅黑";
	font-size:16px;
	cursor:pointer;
}
.LeftMenuOver {
	width:181px;
	height:41px;
	padding-left:30px;
	font-family:"微软雅黑";
	font-size:16px;
	cursor:pointer;
	background:url(../images/erj.jpg) no-repeat;
}
.LeftMenuSub {
	background:url(../images/sanj.jpg) no-repeat right center;
	width:153px;
	border-bottom:1px solid #dbdbdb;
}
.LeftMenuSubOver {
	background:url(../images/sanj_hov.jpg) no-repeat right center;
	width:153px;
	border-bottom:1px solid #dbdbdb;
}



.LeftMenuSubBg {
	padding-right:30px;
}


.borderline {
	background:url(../images/webinfolist_line.gif) repeat-x center bottom;
}

.Btn_mail {
	background:url(../Images/Btnbg.gif) no-repeat;
	width:85px;
	height:27px;
	border:none;
}

.download-bd {
	padding-left:10px;
	padding-right:10px;
}
.money-manage-content {
	padding:10px;
}