.nav {
    background: white;
    margin-bottom: 80px;
}
.nav .header{
    padding: 0px;
    height: 50px;
    margin: 0px;
    border-bottom: 1px solid #ccd6eb;
    font-family: "Microsoft YaHei";
}
.nav .header .title{
    padding: 0px;

    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-weight: bold;
    color: #005096;
    border-bottom: 2px solid #005096;
}
.nav .header .btn{
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 30px;
    border-radius: 0;
    padding: 0px;
}
.nav .header .query{
    color: #fff;
    background-color: #005096;
}
.nav .header .export{
    border: 1px solid #005096;
    color: #005096;
}
.nav .header .export:hover{
    background: #005696;
    color: #fff;
}
.nav .nav_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.nav .nav_icon:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
}
.nav .nav_icon.download:before {
    background: url('../../../funddetail/assets/images/icons/download.png') center no-repeat;
}
.nav .header .export:hover .nav_icon.download:before {
    background: url('../../../funddetail/assets/images/icons/download2.png') center no-repeat;
}
.nav .tb{
    margin-top: 20px;
}
.nav .tb th{
    background: #005096;
    color: #fff;
    text-align: center;
    border: 1px solid #d9e4f3;
    height: 52px;
    line-height: 52px;
}
.nav .tb td{
    text-align: center;
    padding: 15px;
    border: 1px solid #d9e4f3;
}
.nav .tb td.up{
    color: #ee1533;
}
.nav .tb td.down{
    color: #009b6d;
}
.nav .tb td:nth-child(odd){
    background-color: #f8fafd;
}
.nav #valuePage{
    margin-top: 15px;
    float: right;
}
.nav .fundtran{
    margin-right: 20px;
    display: inline-block;
}
.nav .fundtran li{
    display: inline-block;
    position: relative;
}
.nav .fundtran li a{
    padding: 10px 0px;
    margin: 0px 10px;
}
.nav .fundtran a.active{
    color: #005096;
}
.nav .fundtran .active .small-bottom{
    width: 14px;
    height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 7px);
    top: 5px;
    border-bottom: 2px solid #005096;
}
.nav .hint{
    text-align: left;
    line-height: 20px;
    padding: 15px;
    background-color: #f0f0f0;
}
.nav .hint span:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 10px;
    background-color: #005096;
}
.nav input::-ms-clear{
    width:0px;
    height:0px;
}
.nav #nav_start_date:focus{
    color: #005096;
    border-bottom: 1px solid #005096;
}
.nav #nav_end_date:focus{
    color: #005096;
    border-bottom: 1px solid #005096;
}
.nav .tran-box {
    margin-right: 20px;
}
.nav .tran-select{
    width: 270px;
    height: 32px;
    border: 1px solid #d6e1ea;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.nav .tran-select p{
    width: 100%;
    line-height: 32px;
    cursor: pointer;
    padding-left: 30px;
}
.nav .tran-select .icon-sprite {
    width: 0;
    height: 0;
    border-bottom: 5px solid #005096;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 12px;
    right: 12px;
    position: absolute;
    transform: rotate(-180deg);
    transition: all .3s ease-in;
}
.nav .tran-select ul {
    width: 100%;
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    max-height: 0px;
    transition: max-height .3s ease-in;
    background: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);
    display: none;
    z-index: 999;
}
.nav .tran-select ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0px 15px;
    list-style: none;
    color: #333333;
    cursor: pointer;
    background: #ffffff;
    position: relative;
}
.nav .tran-select ul li:hover {
    background: #005096 !important;
    color: #FFFFFF !important;
}
.nav .tran-select ul li.on {
    color: #005096;
}
.nav .tran-select ul li.on:hover {
    color: #ffffff;
}
.nav .tran-select ul li span{
    margin-left: 15px;
}
.nav  .tran-select ul li.on::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #005096;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav  .tran-select ul li.on:hover::before {
    border-bottom-color: #fff;
}
.nav .tran-select.open ul {
    max-height: 250px;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
    background: #ffffff; display:block;
}
.nav .tran-select.open .icon-sprite {
    transform: rotate(0deg);
    transition: all .3s ease-in;
    top: 12px;
}
.nav .tran-select p.on{
    color: #005096;
}