ul,
li {
    list-style: none;
}

.spacer {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

#yfnav {
    padding: 0px 0px 0px 0px;
    clear: both;
    width: 750px;
    float: left;
    text-align: left;
}


#yfnav ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 4px;
    list-style: none;
    height: 20px;
}


#yfnav ul li {
    display: block;
    float: left;
    background: #333333 top left no-repeat;
    padding: 0px 0px 0px 3px;
    margin: 0px 2px 0px 0px;
}


#yfnav ul li a {
    display: block;
    float: left;
    font: 10px "Microsoft YaHei";
    font-weight: bold;
    color: #434343;
    white-space: nowrap;
    background: #333333 top right;
    padding: 4px 6px 4px 6px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}


#yfnav ul li.reference {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


#yfnav ul li.portfolio {
    display: block;
    float: left;
    background: #333333 top left;
    padding: 0px 0px 0px 3px;
}



#yfnav ul li a.portfolio {
    background: #333333 right top no-repeat;
    padding: 4px 15px 4px 6px;
}



#yfnav ul li.portfolio_selected {
    display: block;
    float: left;
    background: #333333 top left;
    padding: 0px 0px 0px 3px;
}



#yfnav ul li a.portfolio_selected {
    background: #333333 right top no-repeat;
    padding: 4px 17px 4px 9px;
    color: #FFFFFF;
}


#yfnav ul li.selected {
    background: #333333 top left no-repeat;
    padding-left: 3px;
}


#yfnav ul li.selected a {
    color: #FFFFFF;
    text-decoration: none;
    background: #333333 top right;
    background-repeat: repeat-x;
}


#yfnav a:hover {
    text-decoration: underline;
}

/* SUB NAV SECTION */

#advisory {
    background-color: #334259;
    height: 30px;
    line-height: 30px;
    margin-left: 270px;
}

#advisory ul {
    margin: 0 60px 0 0;
    float: right;
}

#advisory ul li {
    float: left;
    font: "Microsoft YaHei"12px;
    font-weight: normal;
    margin: 0px 14px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#advisory ul li a {
    font-size: 14px;
    color: #bbb;
    text-decoration: none;
}

#advisory ul li a span {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon.png) no-repeat -241px -44px;
    vertical-align: middle;
    margin-left: 4px;
    cursor: pointer;
}

#advisory ul li b {
    display: inline-block;
    height: 14px;
    border: 1px solid #ddd;
    margin: 0px 14px;
    vertical-align: middle;
}

#yfsubnav {
    height: 80px;
    opacity: 1;
    background-color: rgba(31, 40, 45, 1);
    margin-left: 230px;
    position: relative;
    overflow: hidden;
}

#yfsubnav ul {
    margin: 0;
    max-height: 80px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    padding-top: 0px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#yfsubnav ul li {
    float: left;
    list-style: none;
    font: "Microsoft YaHei"12px;
    font-weight: normal;
    margin: 0px 3px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 35px;
}

#yfsubnav ul li:last-child:after {
    content: "";
}

#yfsubnav ul li:last-child {
    margin: 0;
}

#yfsubnav ul li a {
    color: #C7CDD4;
    font: 14px "Microsoft YaHei";
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
    padding: 0px 6px 4px 6px;
}


ul.yfsubnav_ul li a {
    color: #C7CDD4;
    font: 15px "Microsoft YaHei" !important;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
    padding: 0px 6px 4px 6px;
}

body.orange #yfsubnav ul li a {
    color: white !important;
    font: 14px "Microsoft YaHei";
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
    padding: 0px 6px 4px 6px;
}

#yfsubnav ul li a img {
    vertical-align: middle;
    margin-right: 4px;
}

#yfsubnav ul li span {
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #555;
    margin: 0 6px;
    vertical-align: middle
}

/*登陆页导航hover*/
#yfsubnav ul li a:hover {
    text-decoration: none;
    border-bottom: 4px solid #4c5eba;
}

.current_li {
    border-bottom: 4px solid #4c5eba;
}

#yfsubnav ul .nav_underline a:hover {
    text-decoration: none;
    border-bottom: 4px solid #144872;
}

#yfsubnav ul li.selected {
    background: #333333 repeat-x;
    font: 12px "Microsoft YaHei";
}


#yfsubnav a:hover {
    text-decoration: underline;
}

.top-md{
    float: left;
    width: 230px;
    height:80px;
    background-color: rgba(31, 40, 45, 1);
}

.top-md-ln {
    float: left;
    height: 60px;
    padding-top: 20px;
    padding-left: 20px;
    background-color: rgba(243, 100, 11, 1);
}

.top-md-ln img {
    height: 40px;
}

body.orange .top-md-ln img {
    height: auto;
}

.top-md-ln-main {
    float: left;
    height: 60px;
    padding-top: 20px;
    padding-left: 24px;
    background-color: rgba(31, 40, 45, 1);
}


.yfsubnav-ln {
    font-size:20px !important;
    background-color: rgba(235, 235, 235, 1) !important;
}

body.orange .yfsubnav-ln {
    background-color: rgba(243, 100, 11, 1) !important;
}

.yfsubnav-ln  a{
    color:#000 !important;
}



div.top-md:after{
    width: 230px;
    height:80px;
}
#login_index {
    overflow: hidden;
}
/* Get Quotes section*/