.wrap
{
    width: 100%;
    padding: 0;
}



.section
{
    width: 100%;
    z-index: 10;
    position: relative;
}


.inner
{
    width: 1002px;
    margin: 0 auto;
    position: relative;
}

#loginTips a:hover
{
    text-decoration: underline;
}
.inner:after
{
    content: "";
    display: table;
    clear: both;
}


.subMenu
{
    height: 80px;
    z-index: 1000;
    width: 100%;
    background: #0b5087;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,.2);
    box-shadow: 0 3px 4px rgba(0,0,0,.2);
}
.subMenu
{
    background: #fbfbfb;
    border-top: 1px solid #dadada;
}
.subMenu .inner
{
    padding: 0;
    font-weight: 400;
    margin: 0 auto;
}


.subNavBtn
{
    height: 35px;
    margin: 0px 0px 0 0;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #0b5087;
}
.subMenu a:hover
{
    color: #fff;
    text-decoration: none;
}

/* .active {
	background: #25aae1;
}
*/


/* SECTIONS */
.sTop
{
    background: #eee;
    height: 30px;
    line-height: 30px;
    color: #555;
}
.sTop a
{
    text-decoration: none;
    color: #555;
    margin: 0 8px;
}



