﻿/*** header*/

.logo {
    background: url(fund_logo_bj_20151116.jpg) repeat-x;
    height: 37px;
    width: 100%;
    overflow: hidden;
}

.logo_con {
    width: 1000px;
    margin: 0 auto;
    height: 35px;
}

.weather_con {
    float: left;
}

.weather_con p {
    line-height: 35px;
    float: left;
    width: 160px;
    font-size: 12px;
}

.weather_con p font {
    float: left;
    padding-right: 10px;
    font-size: 12px;
}

.logo_con_r {
    width: 200px;
    float: right;
}

.logo_con_r ul li {
    float: left;
    padding-left: 8px;
    line-height: 35px;
    color: #4d4c4c;
}

.logo_con_r ul li a {
    padding-right: 8px;
    color: #4d4c4c;
    font-family: "微软雅黑";
}

.banner {
    background: #f2f9ff;
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.banner_con {
    width: 1000px;
    margin: 0 auto;
    height: 100px;
    position: relative;
}

.banner_logo {
    position: absolute;
    right: 8px;
    top: 36px;
    width: 95px;
    height: 36px;
}

.nav_d {
    background: url(fund_nav_bj01_20151116.jpg) repeat-x;
    height: 42px;
    width: 100%;
}

#nav {
    font-family: helvetica;
    position: relative;
    width: 1006px;
    height: 42px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
}

#nav ul {
    list-style-type: none;
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 9999;
    text-align: center;
}

#nav ul li a {
    background: url(fund_nav02_20151123.jpg) no-repeat right center;
    line-height: 42px;
    display: block;
    text-decoration: none;
    text- align: center;
    color: #ffffff;
}

#nav ul li .dh {
    padding-left: 35px;
    padding-right: 30px;
}

#nav ul li a:hover {
    background: #12aeef color: #fff;
}

#nav ul li ul {
    display: none;
}

#nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 42px;
    min-width: 120px;
    left: 0;
}

#nav ul li:hover ul li a {
    display: block;
    background: #12aeef;
    color: #ffffff;
    width: 122px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    border-right: none;
    z-index: 9999;
}

#nav ul li:hover ul li .width150 {
    width: 150px;
}

#nav ul li:hover ul li a:hover {
    background: #6dc7ec;
    color: #ffffff;
}

.borderleft {
    background: url(fund_nav02_20151123.jpg) no-repeat left center;
    width: 2px;
    height: 42px;
}

.nav_d .top {
    border-top: 1px solid #f2f2f2;
}

.search {
    height: 50px;
    width: 100%;
    background: url(search_bj.jpg) repeat-x;
}

.search_con {
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}

.i_search_tool {
    float: right;
    width: 375px;
}

.seach_input_text {
    float: left;
    border: #c8c8c8 1px solid;
    line-height: 28px;
    height: 28px;
    margin-top: 10px;
    width: 300px;
    text-indent: 10px;
    background-color: #FFF;
    color: #c5c5c5;
}

.search_select {
    float: left;
    height: 30px;
    width: 50px;
    border: #c8c8c8 1px solid;
    margin-top: 10px;
}

.seach_input_image {
    margin-top: 11px;
    margin-left: 10px;
}

.label {
    float: right;
    margin-top: 10px;
    display: inline;
    margin-right: 35px;
}

.label p {
    line-height: 28px;
    color: #666666;
}

.label p strong {
    color: #0059a2;
}