/*CSS reset*/

html {
    background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea, pre, a{
    font: 14px/1.5 'microsoft yaHei','微软雅黑',arial;
    color: #444;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: inherit;
}
del, ins, a {
    text-decoration: none;
}
a:hover{
    color: #922d8d;
}
li {
    list-style: none;
}
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: baseline;
}
sub {
    vertical-align: baseline;
}
legend {
    color: #444;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
input, button, textarea, select {
    *font-size: 100%;
}
i, cite, em, var, address, dfn {
    font-style: normal;
}

/*排版*/

.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.bc {
    margin-left: 0;
    margin-right: 0;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.cb {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 100%;
}
.vm {
    verticle-align: middle;
}

/*定位*/

.pr {
    position: relative;
}
.none {
    display: none;
}
.noData{
    cursor: default!important;
}
.noData:hover{
    color: #444!important;
}
/*页面宽度*/

.wrap {
    width: 960px;
    margin: 0 auto;
}

/*top navigation*/

.top-nav {
    height: 40px;
    background: #404040;
}
.top-nav ul li {
    color: #fff;
    line-height: 40px;
    float: left;
}
.top-nav ul li span {
    float: left;
}
.top-nav .wechat {
    background: url("../../../cms/wechat.png") no-repeat;
    width: 25px;
    height: 20px;
    display: block;
    margin: 10px 0 0 5px;
    float: left;
}
.top-nav .wechat:hover {
    background-position: -37px 0px;
}
.top-nav ul li.top-nav-right {
    float: right;
    margin-left: 28px;
}
.menu {
    height: 130px;
    position: relative;
}
.logo {
    float: left;
    margin-top: 40px;
    z-index: 10;
    position: relative;
}
.logo>a {
    overflow: hidden;
    text-indent: -9999px;
}
.service-phone-num {
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 35px 35px 0 0;
    color: #36404e;
}
.service-phone-num>strong {
    font-size: 18px;
    font-weight: bold;
}

/*footer*/

.footer {
    background: #444;
    padding: 30px 0;
}
.footer img {
    margin: 0 40px 0 30px;
    float: left;
}
.service-surport {
    float: left;
    color: #d9d9d9;
    text-align: right;
    margin-top: 6px;
}
.service-surport strong {
    font-size: 24px;
    color: #FFF;
    margin-left: 20px;
}
.service-surport a {
    color: #d9d9d9;
    margin-left: 15px;
}
.service-surport a:hover {
    text-decoration: underline;
}
.copyright {
    float: left;
    text-align: left;
    color: #999;
    border-left: 1px solid #999;
    padding-left: 30px;
    margin-top: 15px;
    font-size: 12px;
}

/*面包屑*/

.breadcrumbs {
    line-height: 36px;
    border-top: 1px solid #ddd;
}
.breadcrumbs a, .breadcrumbs span {
    margin: 0 5px;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}


/*loan state*/

.invest-state-raising {
    color: #f98632!important;
}
.invest-state-establish {
    color: #00a0e9!important;
}
.invest-state-cash {
    color: #22b556!important;
}
.w1000 {
    width: 1000px !important;
    margin: 0 auto;
}
.minw1000{
    min-width: 1000px;
}
/* global nav menu */

.global-nav {
    position: absolute;
    right: 0;
    top: 48px;
    z-index: -10;
}
.global-nav>li>a {
    font-size: 18px;
}
.global-nav>li {
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    float:left;
}
.global-nav>li:hover {
    border-bottom: 2px solid #C88700;
}
.global-nav li:hover>a {
    color: #922d8d;
}
.global-nav ul li {
    font-size: 14px;
    line-height: 30px;
    color: #044;
    float: left;
    width: auto;
    padding: 0 8px;
}
.global-nav-sub {
    position: absolute;
    top: 29px;
    background: #e7e7e7;
    padding: 0 10px;
}
.global-nav-sub a {
}
.global-nav-fix {
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    height: 120%;
}

.global-nav-new {
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    height: 30px!important;
}

.global-nav-new>li {
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    float: left;
}

.global-nav-new li a {
    width: 130px!important;
    font-size: 20px!important;
    font-weight: bold!important;
}

.global-nav-new>li:hover {
    border-bottom: 4px solid #C88700;
}
.global-nav-new li:hover>a {
    color: #C88700;
}

.global-nav-new li.active {
    border-bottom: 4px solid #C88700;
}

.global-nav-new li>a.active {
    color: #C88700;
}

.global-nav-new .index-link-more{
	position: absolute;
    margin-top: 10px;
}

/*二维码*/

.qrcode-border {
    text-align: center;
    padding: 30px 0 10px 0;
}
.qrcode-text {
    margin: 0 56px;
    text-align: center;
    line-height: 26px;
}

/*public-pager*/

.pagers {
    padding: 20px 0px;
    text-align: center;
}
.pagers a {
    padding: 3px 8px;
    background: #e8e8e8;
    color: #a6a6a6;
    margin: 2px;
}
.pagers a:hover {
    COLOR: #fff;
    background: #D9A43E;
    text-decoration: none;
}
.pagers a:active {
    COLOR: #fff;
    background: #D9A43E;
    text-decoration: none;
}
.pagers span.current {
    COLOR: #fff;
    background: #D9A43E;
    text-decoration: none;
    padding: 3px 8px;
    margin: 2px;
}
.pagers span.disabled {
    COLOR: #a6a6a6;
    background: #e8e8e8;
    text-decoration: none;
    padding: 3px 8px;
    margin: 2px;
}

.pager-fixed{
    margin-right: 6px!important;
}
.g-err-block{
    min-height: 410px;
    background: url("../images/footer.png") #fff bottom repeat-x;
    border:1px solid #eee;
}
.g-wrap{
    background: #f8f8f8;
    padding-bottom: 40px;
}
.g-err-block{
    text-align: center;
    display: table;
    width: 100%;
}
.g-err-tip{
    display: table-cell;
    vertical-align: middle;
}
.g-err-tip i{
    background: url("../images/err-icon.png") no-repeat;
    width: 82px;
    height: 82px;
    display: inline-block;
    vertical-align: -18px;
}
.g-err-tip>div{
    display: inline-block;
    text-align: left;
    margin-left: 40px;
}
.g-err-tip>div p{
    font-size: 24px;
    font-weight: bold;
}
.g-err-tip>div span{
    font-size: 16px;
}
.g-err-block .g-err-fixed{
    height: 100px;
    display: table-row;
}
.invest-state-npa-hangout {
    color: #f98632!important;
}
.invest-state-npa-deal {
    color: #22b556!important;
}
.competitive{
    min-height: 60px;
    background: url("../images/competitive.jpg") #fff bottom repeat-x;
    border:1px solid #eee;
    cursor:pointer;
}
.clearfixRoll:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 100%;
}