/*-----------------全局-----------------------*/
* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    font-family: "Microsoft YaHei", "STHeiti", Arial, Helvetica !important;
    font-size: 14px;
    color: #222;
    background: #fff;
}

body {
    position: relative;
}

.pages-num {
    text-align: center;
}

li {
    list-style: none;
}

.title-red {
    font-size: 24px;
    color: red;
    font-weight: 700;
}

.title-grey {
    font-size: 32px;
    color: #a2a2a2;
    font-family: Arial;
}

.title-blue {
    font-size: 28px;
    color: #0b4275;
    font-weight: 700;
}

.pagination > .active > a {
    background: red;
}

.pagination > .active > a:hover {
    background: red;
}

/* 	.pagination>li:first-child>a,.pagination>li:last-child>a{		   
	   	 	border-radius: 100%;
		} */
.pagination {
    float: right;
}

.pagination li a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: none;
    background: #ccc;
    color: white;
    margin-left: 0;
    margin-right: 6px;
    font-size: 17px;
}

.pagination li a:hover {
    background: red;
    color: #fff;
}

/*------------------------------导航条-----------------------------------------------*/
.navbar-default .container-fluid .navbar-nav dropdown-menu a {
    color: #fff;
}

.navbar {
    z-index: 100;
    background: #fff;
    border-radius: 0;
    min-width: 1280px;
    margin: 0 auto;

}

.navbar-right .glyphicon-search {
    margin-top: 29px;
}

/*下拉菜单*/

.dropdown-menu {
    z-index: 1000;
    width: inherit;
}

.dropdown-menu > li > a {
    background-color: #00427C;

}

.dropdown-menu > li > a:hover {
    background-color: #002A50;
}

.dropdown-toggle:hover {
    background-color: #00427C;
}

/*导航条*/
.navbar-default {
    border: 0;
    height: 70px;
    border-bottom: 1px solid #ccc;
}

.navbar-default a {
    border: 0;
    color: #595758;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a {
    color: #595758;
    display: inline-block;
    height: 70px;
    line-height: 40px;
    font-weight: normal;
}

.navbar-brand img {
    height: 48px;
    /*border: 1px solid red;*/
    margin-top: -5px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
    background-color: #00427C;
}

.navbar-default .navbar-text {
    color: white
}

.navbar-default li a {
    color: white;
}

.navbar-default li a:hover {
    color: white;

}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: white;
    background-color: #00427C;
    font-weight: 400;
}

.open > .dropdown-menu {
    display: block;
    border: 0;
    z-index: 1000;
}

.navbar-header {
    margin-left: 0;
}

.center-block {
    display: block;
    margin: 0 auto;
    height: 70px;

}

.navbar a {
    font-size: 16px;
}

.dropdown-menu {
    min-width: 100%;
    position: absolute;
    top: 99%;
}

.dropdown-menu > li > a {
    padding: 10px 10px;

}

.navbar-default .navbar-nav > a {
    background: #002A50;
}

.navbar-default .navbar-nav > .open > a {
    background: #00427C;

}

li.dropdown.open a {
    color: #fff !important;
    font-weight: 400 !important;
}

.dropdown.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0;
    text-align: center;
    list-style: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);

}

.navbar-right li {
    line-height: 70px;
    /* margin: 0 0.2rem; */
}

.navbar-right li a {
    font-size: 12px;
}

.navbar-right img {
    height: 1rem;
    margin-right: 10px;
    color: #595758;
}

/*------------------footer--------------------*/
#footer {
    border-top: 1px solid #cfcfcf;
    padding: 0;
    background: #fff;
}

#footer > div {
    width: 1280px;
    background: #fff;
    margin: 0 auto;
    height: 70px;
    padding: 0 127px;
}

#footer > div div {
    padding-top: 25px;
}

#footer div img {
    height: 25px;
}

#footer div .img-footer {
    height: 30px;
    margin-right: 27px;
}

#footer .list-inline li {
    color: #666666;
    line-height: 70px;
    float: left;
}

#footer a {
    color: #666666;
    font-size: 12px;
    border-right: 1px solid #a4a4a4;
    padding: 0 6px;
}

#footer li {
    padding: 0;
    line-height: 12px;
}

#footer .pl_link em {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/connect.png) no-repeat center center;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

#footer .pl_link i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icon.png) no-repeat center center;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

#footer .new-item {
    padding: 15px 0;
}

li.hidden-footer.pl_link small {
    display: block;
    line-height: 43px;
    height: 20px;
}

#footer small a {
    border: 0;
}

.navbar-brand div {
    float: left;
    font-size: 13px;
    color: #333;
    margin-left: 10px;
    font-weight: 400;
    line-height: 13px;
    padding-top: 26px;
}

.navbar-brand img {
    float: left;
}

.collapse {
    width: 770px;
    margin: 0 auto !important;
}

.collapse ul {
    margin-left: 0;
}

/*=================2016/12/5=================  */
.navbar-right {
    position: absolute;
    right: 25px;
    top: 0;
}

.navbar-default li > a {
    padding: 10px;
}

.dropdown > li > a {
    line-height: 50px
}

.navbar-default .navbar-right > li > a {
    padding: 10px;
    line-height: 50px
}

@media screen and (min-width: 320px) and (max-width: 540px) {
    .navbar-default .container-fluid .navbar-nav a {
        color: #fff;
    }

    .navbar-default .container-fluid .navbar-right a {
        padding-left: 15px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        top: 50px;
        border: 0;
        margin: 0;
        width: 40%;
        padding: 0;
        right: 0;
    }

    .pages-num input {
        border-radius: 0;
        position: relative;
        top: 4px;
    }

    #footer .hidden-footer {
        display: none;
    }

    .pages-num {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 0;
        padding-left: 15px;
        line-height: 24px;
    }

    #pagesNav {
        font-size: 12px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

        color: #fff;
    }

    #footer .footer-li6 img {
        width: 107px;
    }

    #footer .footer-li1 {
        height: 25px;
        line-height: 19px;
        padding-left: 0;
        margin: 0;
        float: left;

    }

    #footer div .img-footer {
        height: 25px;
        margin-right: 15px;
    }

    #footer div img {
        height: 15px;
    }

    #footer {
        height: 70px;
        width: 100%
    }

    #footer ul {
        display: none;
    }

    .navbar {
        min-width: 100%;
        border: 0;
    }

    .navbar-brand img {
        height: 38px;
    }

    .navbar-default {
        border: 0;
        height: 50px;
    }

    /*---------------折叠--------------*/
    .dropdown-toggle {
        background: rgba(0, 67, 124, 1);
    }

    .nav.navbar-nav.center-block a {
        display: block;
        font-size: 16px;
        height: 50px;
        line-height: 30px;
        padding-left: 15px;
        color: white;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        display: block;
        font-size: 14px;
        height: 40px;
        width: 100%;
        color: #fff;
        padding-left: 40px;
        text-align: left;
    }

    .nav.navbar-nav.center-block a:hover {
        background: #262276;
    }

    .pagination {
        float: inherit;
    }

    .pages-num .pagination {
        float: inherit;
        padding-left: 16px;
    }

    .pages-num .pagination li a {
        width: 25px;
        height: 25px;
        border: none;
        margin-right: 6px;
        font-size: 13px;
    }

    .pagination li a span {
        position: relative;
        left: -12px;
        top: -6px;
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
    }

    .navbar-nav.center-block {
        width: 100%;
        height: inherit;
        margin-left: 0;
        overflow: hidden;
        background: rgba(0, 67, 124, 1);
        overflow-y: auto;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .investment-achievement-btn, .investment-finance-btn, .investment-bonus-btn {
        font-size: 1.2rem !important;
    }

    .title-blue {
        font-size: 20px;
    }

    .title-red {
        font-size: 20px;
    }

    .title-grey {
        font-size: 18px;
        /*color: #fff;*/
    }

    .navbar-brand img {
        margin-top: -10px;
    }

    .navbar-brand div {

        font-size: 12px;

        padding-top: 15px;
    }

    #footer > div {
        width: 270px;
        margin: 0 auto;
        height: initial;
        padding: 0;
    }

    #footer > div div {
        padding-top: 0;
        line-height: 70px;
    }

    .navbar-right {
        position: absolute;
        bottom: 40px;
        top: initial;
        width: 100%;
        right: 0;
        left: 0;
    }

    .navbar-default .navbar-right > li > a {
        color: #fff;
        height: 30px;
        line-height: 1;
    }

    .navbar-default .navbar-nav > li {
        line-height: 30px
    }
}

@media (max-width: 320px) {
    .navbar-default .container-fluid .navbar-right a {
        padding-left: 10px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        /* height: 100%; */
        margin: 0;
        width: 40%;

        padding: 0;
        right: 0;
    }

    #mainForm {
        font-size: 12px;
    }

    #footer .hidden-footer {
        display: none;
    }

    #footer .footer-li6 {
        height: 15px;
    }

    #footer .footer-li6 img {
        width: 107px;
    }

    #footer .footer-li1 {
        height: 25px;
        line-height: 19px;
        padding-left: 0;
        margin-right: 10px;
    }

    #footer .img-footer {
        width: 141px;

    }

    #footer {
        width: 100%;
        padding: 0;
    }

    #footer ul {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .navbar {
        min-width: 100%;
    }

    .navbar-default {
        border: 0;
        height: 50px;
    }

    .navbar-brand img {
        height: 38px;
    }

    .navbar-default {
        border: 0;
        height: 50px;
    }

    .navbar-nav.center-block {
        width: 100%;
        height: inherit;
        margin-left: 0;
        z-index: 100000;
        background: rgba(0, 67, 124, 1);
    }

    .nav.navbar-nav.center-block li a {
        background: rgba(0, 67, 124, 1);
    }

    .dropdown-toggle {
        background: rgba(0, 67, 124, 1);
    }

    .nav.navbar-nav.center-block a {
        display: block;
        font-size: 16px;
        height: 50px;
        line-height: 25px;
        padding-left: 10px;
        color: white;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        display: block;
        font-size: 14px;
        height: 40px;
        width: 100%;
        color: #fff;
        padding-left: 15px;

    }

    .nav.navbar-nav.center-block a:hover {
        background: #262276;
    }

    .investment-achievement-btn, .investment-finance-btn, .investment-bonus-btn {
        font-size: 1.2rem !important;
    }

    .title-blue {
        font-size: 16px;
    }

    .title-red {
        font-size: 20px;
    }

    .title-grey {
        font-size: 18px;

    }

    .navbar-brand div {
        font-size: 12px;
        padding-top: 10px;
    }

    #footer > div {
        width: 270px;
        margin: 0 auto;
        height: initial;
        padding: 0;
    }

    #footer > div div {
        padding-top: 0;
    }

}

/*patch by cheng 2016-09-28*/

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00427C;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-default .container-fluid .collapse .pull-right, .navbar-default .container-fluid .collapse .pull-right a {
    margin-top: 27px;
    font-size: 12px;
}

.navbar-default .container-fluid .collapse .back {
    width: 50px;
    height: 50px;
    background: url(../images/back.png) no-repeat center center;
    cursor: pointer;
    background-size: 100%;
    margin-bottom: 9px;
    margin-top: 11px;
}

.navbar-default .container-fluid .collapse .back:hover {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    background: red url(../images/back.png) no-repeat center center;
}

#share-img {
    position: absolute;
    top: -8000px;
    left: 0;
    opactiy: 0;
    width: 100%;
    overflow: hidden;
}

#share-img img {
    width: 500px;
    height: 500px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}

.pagesNav > a {
    display: inline-block;
    margin-right: 6px;
    line-height: 22px;
}