/*css reset*/

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
h2,
img {
    margin: 0;
    padding: 0;
}

#banner {
    width: 1170px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

#banner>img {
    width: 890px;
    height: 350px;
}

#banner>.release_box {
    width: 280px;
    height: 350px;
    background-image: url(../images/login_bg.jpg);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 0 20px;
}

.release_box>h2 {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 14px;
}

.release_box>p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.release_box>.line {
    border-top: 1px dashed #b293a0;
    margin-bottom: 30px;
}

.release_box>a {
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #7d4862;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.release_box>a:hover {
    background-color: #fff;
    color: #00b8ee;
}

#banner>.title_list {
    width: 1170px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    background: #000\9;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 198;
    padding-left: 230px;
}

.title_list>li {
    height: 40px;
    display: block;
    float: left;
    overflow: hidden;
}

.title_list>li>a {
    height: 40px;
    padding: 0 14px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

.title_list>li>a:hover,
.title_list>li>a.act {
    color: #00b8ee;
}

.title_kind {
    width: 1170px;
    height: 140px;
    background-image: url(../images/line-bg.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
}

.title_kind>.title_box {
    width: 227px;
    height: 140px;
    margin: 0 auto;
    background-color: #fff;
}

.title_kind>.title_box>h2 {
    font-size: 30px;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin-top: 35px;
}

.title_kind>.title_box>p {
    font-size: 16px;
    color: #b5b5b5;
    text-align: center;
    margin-top: 7px;
}


/*page list*/

#content {
    width: 1170px;
    height: 782px;
    margin-bottom: 60px;
}

.err_info {
    width: 1170px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #ff0000;
    display: none;
}

#content>.list_box {
    widows: 1170px;
    min-height: 400px;
    padding: 3px;
    overflow: hidden;
}

.project_item {
    width: 377px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 16px;
    margin-bottom: 20px;
    margin-top: 2px;
}

.project_item:hover {
    -webkit-box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    -moz-box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    margin-top: 0;
}

.project_img {
    width: 375px;
    height: 237px;
}

.project_img img {
    width: 375px;
    height: 237px;
}

.project_info {
    width: 375px;
    padding: 10px;
    overflow: hidden;
}

.project_info>.title {
    width: 100%;
    height: 28px;
}

.project_info>.title>a {
    height: 28px;
    display: block;
    float: left;
    margin-right: 12px;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 28px;
}

.project_info>.title>a>b {
    width: 195px;
    height: 28px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 28px;
}

.project_info>.title>span {
    height: 24px;
    padding: 0 7px;
    background-color: #e4e2e0;
    border-radius: 3px;
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: 999;
    line-height: 24px;
}

.project_kind {
    background-color: #00b8ee!important;
    color: #fff;
}

.project_city {
    background-color: #ff8a0e!important;
    color: #fff;
}

.project_decoration {
    height: 42px;
    width: 355px;
    word-wrap:break-word;
    line-height: 19px;
    font-size: 12px;
    color: #686868;
    padding: 2px 0;
    overflow: hidden;
}

.project_detail {
    width: 100%;
    overflow: hidden;
}

.project_detail .project_finish {
    width: 100%;
    height: 16px;
    display: block;
}

.project_detail .project_finish span {
    font-size: 12px;
    line-height: 16px;
    color: #2a2a2a;
}

.project_detail .project_finish span i {
    font-size: 12px;
    color: #2a2a2a;
    margin-right: 5px;
}

.project_detail .project_process {
    width: 100%;
    line-height: 9px;
    margin-top: 5px;
}

.project_detail .project_process>.text {
    float: right;
    font-size: 12px;
    text-align: right;
    color: #ff0000;
    margin-left: 5px;
}

#progress_bar {
    padding-top: 2px;
}

.number {
    font-size: 14px!important;
    color: #5e5e5e!important;
    font-family: "GothamRnd"!important;
    font-weight: 600;
    letter-spacing: 1px;
}

#project_list {
    width: 1170px;
    height: 230px;
    margin-bottom: 30px;
    position: relative;
    padding: 0 30px 0 180px;
    background-image: url(../images/project_1.jpg);
}

#project_list>.project_check {
    width: 294px;
    height: 216px;
    background-image: url(../images/bg_project.png);
    position: absolute;
    top: -12px;
    left: -12px;
}

#project_list>.project_check>a {
    width: 120px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 130px;
    font-weight: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

#project_list>.project_check>a:hover {
    background-color: #fff;
    color: #00b8ee;
}

#banner_total {
    width: 1170px;
    height: 114px;
    overflow: hidden;
    background-image: url(../images/banner.png);
}

#banner_total>p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

#banner_total>p>span {
    font-size: 36px;
    font-family: "Arial Black"!important;
}

#investors {
    width: 1170px;
    height: 320px;
    margin-bottom: 86px;
}

#investors>.group_box {
    width: 275px;
    height: 320px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-top: 2px;
    margin-right: 23px;
    margin-bottom: 20px;
    cursor: pointer;
}

#investors>.group_box:hover {
    -webkit-box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    -moz-box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    box-shadow: 0 2px 10px rgba(138, 225, 251, 0.7);
    margin-top: 0;
}

.group_box>.info {
    width: 273px;
    height: 278px;
    padding: 25px 0px;
    overflow: hidden;
}

.group_box>.info img {
    width: 88px;
    height: 88px;
    margin-bottom: 17px;
}

.group_box>.info strong {
    width: 200px;
    margin: 0 auto;
    display: block;
    font-size: 15px;
    color: #010101;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.group_box>.info strong a {
    color: #010101
}

.group_box>.info .company {
    width: 200px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 12px;
    color: #00b8ee;
}

.group_box>.info .user_city {
    width: 200px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 3px;
}

.group_box>.info .about_project {
    width: 200px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.group_box>.info .kind_btn {
    width: 98%;
    margin: 0 auto;
    height: 23px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 18px;
}

.group_box>.info>.kind_btn>a {
    padding: 0 5px;
    margin: 0 2px;
    height: 23px;
    display: inline-block;
    border: 1px solid #eaedf5;
    background-color: #f6f9ff;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    cursor: default;
}

.group_box>.fans_box {
    width: 273px;
    height: 40px;
    text-align: center;
    background-color: #f9fafc;
}

.group_box>.fans_box>a {
    padding: 0 15px;
    height: 40px;
    display: inline-block;
    font-size: 12px;
    color: #b9c1cc;
    line-height: 40px;
    cursor: default;
}

#investors_list {
    width: 1170px;
    height: 230px;
    background-image: url(../images/project_user.jpg);
    position: relative;
}

#investors_list>.btns {
    width: 294px;
    height: 216px;
    background-image: url(../images/project_user_btn.png);
    position: absolute;
    top: -12px;
    right: -12px;
}

#investors_list>.btns>a {
    width: 120px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 130px;
    font-weight: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

#investors_list>.btns>a:hover {
    background-color: #fff;
    color: #00b8ee;
}

#friend_box {
    width: 1170px;
    overflow: hidden;
    margin: 50px 0 80px 0;
}

#friend_box>li {
    width: 225px;
    height: 95px;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

#friend_box>.icon1 {
    background-image: url(../images/icon_1_b.png);
}

#friend_box>.icon1:hover {
    background-image: url(../images/icon_1.png);
}

#friend_box>.icon2 {
    background-image: url(../images/icon_2_b.png);
}

#friend_box>.icon2:hover {
    background-image: url(../images/icon_2.png);
}

#friend_box>.icon3 {
    background-image: url(../images/icon_3_b.png);
}

#friend_box>.icon3:hover {
    background-image: url(../images/icon_3.png);
}

#friend_box>.icon4 {
    background-image: url(../images/icon_4_b.png);
}

#friend_box>.icon4:hover {
    background-image: url(../images/icon_4.png);
}

#friend_box>.icon5 {
    background-image: url(../images/icon_5_b.png);
}

#friend_box>.icon5:hover {
    background-image: url(../images/icon_5.png);
}

#friend_box>.icon6 {
    background-image: url(../images/icon_6_b.png);
}

#friend_box>.icon6:hover {
    background-image: url(../images/icon_6.png);
}

#friend_box>.icon7 {
    background-image: url(../images/icon_7_b.png);
}

#friend_box>.icon7:hover {
    background-image: url(../images/icon_7.png);
}

#friend_box>.icon8 {
    background-image: url(../images/icon_8_b.png);
}

#friend_box>.icon8:hover {
    background-image: url(../images/icon_8.png);
}

#friend_box>.icon9 {
    background-image: url(../images/icon_9_b.png);
}

#friend_box>.icon9:hover {
    background-image: url(../images/icon_9.png);
}

#friend_box>.icon10 {
    background-image: url(../images/icon_10_b.png);
}

#friend_box>.icon10:hover {
    background-image: url(../images/icon_10.png);
}
