﻿/** 
 * 描述：重置页面元素，设置布局样式及公共模块
 * 作用范围：公共
 */

html, body {
    font: 14px/1.5"microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
    color: #404040;
    background-color: #ffffff;
}
.container-fluid {
    width: 1120px;
    clear: both;
}
.font-blue {
    color: #00498e;
    font-weight: bold;
    line-height: 10px;
}
.font-green {
    color: #99cc33;
    font-weight: bold;
    line-height: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-gray {
    color: #9e9e9e;
    font-weight: bold;
    line-height: 10px;
}
/* 首页 */

.head {
    padding: 25px 0;
    margin: 0;
}
/* 首页幻灯片 */

.slideBox {
    width: 1120px;
    /*    height: 450px;
    overflow: hidden;*/
    
    position: relative;
    border: none;
    background-color: #00498e;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    height: 450px;
}
.slideBox .bd img {
    max-height: 450px;
}
.slideBox .bd ul {
    list-style: none;
    padding: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
/* .slideBox .bd img {
    width: 1120px;
    height: 450px;
    display: block;
} */
/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}
.slideBox-toggle {
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}
.slideBox-toggle li {
    float: left;
    width: 85px;
    height: 6px;
    line-height: 6px;
    background: #cacaca;
    cursor: pointer;
    margin-right: 1px;
}
.slideBox-toggle li.on {
    background: #99cc33;
    width: 88px;
}
.slideBox-toggle li.last {
    margin-right: 0;
}
/* 首页幻灯片 */

.apply-container {
    width: 545px;
    height: 120px;
    background-color: #f4f4f4;
    border-radius: 10px;
    margin-top: 30px;
    display: inline-block
}
.base-icon-envelope {
    height: 50px;
    width: 50px;
    background: url(../images/bg.png) 0 -300px no-repeat;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.base-icon-envelope:hover {
    height: 50px;
    width: 50px;
    margin: 0;
    background: url(../images/bg.png) -60px -300px no-repeat;
}
.base-icon-phone {
    height: 50px;
    width: 50px;
    background: url(../images/bg.png) -120px -300px no-repeat;
    cursor: pointer;
    display: inline-block;
}
.base-icon-phone:hover {
    height: 50px;
    width: 50px;
    margin: 0;
    background: url(../images/bg.png) -180px -300px no-repeat;
}
.head .top-right {
    margin-top: 5px;
    height: 50px;
    padding-right: 0;
}
.head .top-right-text {
    margin: 0 0 0 5px;
    padding: 0;
    display: inline-block;
    height: 50px;
    vertical-align: bottom;
}
.head .top-right-email .top-right-text {
    width: 180px;
}
.head .top-right-phone-text {
    width: 35px;
    display: inline-block;
    height: 50px;
}
.head .top-right-phone-text span {
    height: 43px;
    width: 35px;
}
.head .top-right-phone-number {
    width: 105px;
    display: inline-block;
    margin-left: 10px;
}
.head .top-right-phone {
    /*     margin-left: 30px; */
    
    height: 50px;
    float: right;
}
.menu-container {
    background-color: #00498e;
    background-repeat: repeat;
    min-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.menu-bar {
    list-style: none;
    float: left;
    padding: 0;
}
.menu-bar>li {
    float: left;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
.menu-bar>li>a {
    color: #f5f5f5;
}
.menu-bar>li>a:hover {
    text-decoration: none;
    color: #99cc33;
}
.menu-split {
    width: 2px;
    height: 20px;
    background-color: #f5f5f5;
    margin: 5px 35px 0 35px;
}
.btn-invest-apply, .btn-invest-apply-big {
    background-color: #99cc33;
    border: 1px solid #a4db37;
    color: #ffffff;
    font-weight: bold;
}
.btn-invest-apply {
    width: 120px;
    height: 30px;
    font-size: 16px;
    margin: 20px 0;
    line-height: 10px;
    float: right;
}
.btn-invest-apply-big,.btn-hiwaycrowd-link {
    width: 140px;
    height: 40px;
    font-size: 20px;
    border-radius: 20px;
}
.btn-hiwaycrowd-link{
    color: #ffffff;
    font-weight: bold;
    background-color: #ff7335;
}
.btn-hiwaycrowd-link:hover{
    background-color:#ff9933;
    color: #ffffff;
}
.btn-invest-apply:hover, .btn-invest-apply-big:hover {
    background-color: #8bbf22;
    color: #ffffff;
}
.apply-container {
    text-align: center;
    padding-top: 30px;
    vertical-align: top;
}
.join-hiwaycrowd{
    float: right;
}
.apply-container h1 {
    margin: 0;
    font-size: 32px;
    color: #333;
}
.apply-container h5 {
    font-size: 18px;
    color: #333;
}
.apply-container a {
    vertical-align: top;
    display: inline-block;
}
.apply-desc {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
}
.container-bg {
    min-width: 1120px;
    width: 100%;
    height: 330px;
    background-color: #00498e;
    clear: both;
}
.main-container {
    margin-top: -330px;
    clear: both;
}
.service-container {
    padding: 40px 0;
}
.service-box {
    padding: 0;
    width: 235px;
    display: inline-block;
    margin-right: 56px;
    vertical-align: top;
}
.service-box-last {
    margin-right: 0;
}
.service-icon {
    height: 140px;
    width: 100%;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.service-icon div {
    height: 140px;
    width: 140px;
    display: inline-block;
    cursor: pointer;
}
.base-icon-authentication {
    background: url(../images/bg.png) 0 0 no-repeat;
}
.base-icon-authentication:hover {
    background: url(../images/bg.png) 0 -150px no-repeat;
}
.base-icon-team {
    background: url(../images/bg.png) -150px 0 no-repeat;
}
.base-icon-team:hover {
    background: url(../images/bg.png) -150px -150px no-repeat;
}
.base-icon-resource {
    background: url(../images/bg.png) -300px 0 no-repeat;
}
.base-icon-resource:hover {
    background: url(../images/bg.png) -300px -150px no-repeat;
}
.base-icon-service {
    background: url(../images/bg.png) -450px 0 no-repeat;
}
.base-icon-service:hover {
    background: url(../images/bg.png) -450px -150px no-repeat;
}
.service-text {
    margin: 16px 0;
    text-align: center;
}
.service-desc {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 0;
    text-align: center;
}
.service-desc-list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.service-desc-list li {
    font-size: 12px;
    color: #9e9e9e;
    margin-bottom: 8px;
}
.service-data {
    color: #99cc33;
}
.invest-container {
    background-color: #f2f2f2;
    padding: 60px 0;
    min-width: 1120px;
    width: 100%;
}
.news-container {
    padding: 60px 0;
}
.horizental-split {
    text-align: center;
    color: #9e9e9e;
    font-weight: bold;
}
a.invest-more, a.news-more {
    float: right;
    color: #99cc33;
    text-decoration: none;
    font-size: 12px;
}
.invest-body, .news-body {
    margin-top: 20px;
}
.invest-area-list {
    list-style: none;
    float: left;
    width: 315px;
    padding: 0;
    margin-right: 15px;
}
.invest-area-li li {
    float: left;
}
.invest-area-list li div {
    width: 100px;
    height: 60px;
    line-height: 60px;
    margin: 0 2px 2px 0;
    background-color: #99cc33;
    text-align: center;
    float: left;
}
.invest-area-list li div:hover {
    background-color: #8bbf22;
    color: #ffffff;
}
.invest-area-list li a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.invest-area-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #9e9e9e;
    text-indent: 28px;
}
.invest-case, .industry-news {
    padding-left: 50px;
    padding-right: 0;
}
/* 投资案例幻灯片 */

.case-slide {
    overflow: hidden;
    position: relative;
    border: none;
}
.case-slide div {
    padding: 0;
}
.case-slide .case-box {
    position: relative;
    height: 100%;
    z-index: 0;
    background-color: #ffffff;
    padding: 20px 10px 0 0;
    height: 184px;
}
.case-slide .case-box ul {
    list-style: none;
    padding: 0;
}
.case-slide .case-box li {
    zoom: 1;
    vertical-align: middle;
    padding-right: 5px;
}
div.case-left {
    padding-left: 10px;
}
.case-left img {
    width: 180px;
    height: 80px;
}
.case-title {
    font-size: 18px;
    text-align: center;
    margin: 8px 0;
}
.case-area, .case-website {
    font-size: 12px;
    color: #9e9e9e;
    text-align: center;
}
.case-intro {
    font-size: 14px;
    color: #00498e;
}
.case-desc {
    margin-top: 10px;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 22px;
}
.case-slide-page {
    float: right;
    right: 54px;
}
.case-slide-page span {
    color: #99cc33;
}
.case-slide-page {
    color: #9e9e9e;
}
.case-slide-step {
    float: right;
    margin-top: 10px;
}
.case-slide-step a {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #99cc33;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.case-slide-step a.prevStop, a.nextStop {
    background-color: #cacaca;
}
.case-tag-list {
    list-style: none;
    float: left;
}
.case-tag-list div {
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #cacaca;
    margin-right: 5px;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
}
.news-body ul {
    list-style: none;
    padding: 0;
}
.news-body ul li {
    line-height: 28px;
    vertical-align: middle;
}
.base-icon-circle {
    background-color: #99cc33;
    width: 3px;
    height: 3px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.news-body ul li a {
    font-size: 14px;
    color: #000000;
}
.news-time {
    font-size: 14px;
    color: #cacaca;
    float: right;
}
.footer {
    min-width: 1120px;
    width: 100%;
}
.footer-link {
    background-color: #474747;
    padding: 60px 0;
    width: 100%;
}
.footer-icp {
    background-color: #373737;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    color: #666;
}
.footer-icp a {
    color: #666;
    font-size: 14px;
}
.link-box {
    height: 116px;
    padding: 0;
    display: inline-block;
}
.link-box-head {
    font-size: 14px;
    color: #fff;
}
.link-box ul {
    list-style: none;
    padding: 5px 0 0 0;
}
.link-box li span, .link-box li a {
    font-size: 12px;
    line-height: 24px;
    color: #9e9e9e;
}
.link-box-split {
    height: 116px;
    width: 1px;
    background-color: #646464;
    display: inline-block;
    float: left;
}
.link-large ul {
    display: inline-block;
}
.link-friend-short {
    width: 40%;
}
/* 栏目页及内容页 */

.nav-container {
    width: 220px;
    margin-top: 20px;
    float: left;
}
.content-containr {
    margin-top: 20px;
    padding: 0 0 0 50px;
    float: left;
    width: 900px;
}
.content-breadcrumb {
    font-size: 12px;
    margin-bottom: 30px;
}
.content-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
}
.content-head {
    font-size: 24px;
    color: #00498e;
    font-weight: bold;
    margin-bottom: 30px;
}
.content-box {
    /*font-size: 16px;*/
}
.nav-container {
    padding: 0;
}
.nav-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-container a {
    text-decoration: none;
}
.sidemenu-parent, .sidemenu-parent-active {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    background-color: #f3f3f3;
}
.sidemenu-parent div, .sidemenu-parent-active div {
    padding-left: 40px;
}
.has-no-child div {
    background-color: #00498e;
    border-left: 3px solid;
    border-color: #99cc33;
    color: #f5f5f5;
    padding-left: 37px;
}
.sidemenu-parent a {
    color: #333333;
}
.sidemenu-parent a:hover {
    color: #00498e;
}
.sidemenu-parent-active a {
    color: #00498e;
}
.sidemenu-child-active div, .sidemenu-child div {
    height: 28px;
    font-size: 12px;
    background-color: #f3f3f3;
    line-height: 28px;
    padding-left: 40px;
}
.sidemenu-child-active div {
    background-color: #00498e;
    border-left: 3px solid;
    border-color: #99cc33;
    color: #f5f5f5;
    padding-left: 37px;
}
.sidemenu-child div:hover {
    color: #00498e;
}
.sidemenu-child-active a {
    color: #f5f5f5;
}
.sidemenu-child a {
    color: #000;
}
.icon-sort-up-box {
    float: right;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    color: #cacaca;
}
.content-list {
    float: left;
}
.content-list-head {
    line-height: 46px;
    height: 46px;
    border-bottom: 1px dotted #cacaca;
}
.content-list-head a {
    font-size: 16px;
    color: #333333;
}
.content-list-head span {
    float: right;
    color: #9e9e9e;
    font-size: 12px;
}
.content-list-page {
    margin-top: 10px;
}
.content-list-page .current, .content-list-page .num {
    line-height: 20px;
    padding: 5px 10px;
    margin-left: 5px;
}
.content-list-page .current {
    background-color: #cacaca;
}
.content-list-page .num {
    background-color: #99cc33;
    color: #ffffff;
}
/* 投资申请页 */

.content-box label {
    color: #777;
    font-size: 14px;
}
.input-large textarea {
    height: 200px;
    width: 470px;
}
.case-list {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.case-list li {
    float: left;
    margin-left: 15px;
    margin-bottom: 17px;
    position: relative;
}
.case-list li.first {
    margin-left: 0;
}
.case-list a {
    text-decoration: none;
}
.case-list .case-title {
    font-size: 16px;
    color: #333;
}
.case-list .case-website {
    font-size: 12px;
    color: #9e9e9e;
}
.case-list .case-list-box {
    height: 156px;
    width: 200px;
    border: 1px solid #ebebeb;
    padding: 10px;
    text-align: center;
}
.case-list .case-list-box img {
    width: 180px;
    height: 80px;
}
.case-list .case-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 156px;
    width: 200px;
    text-align: center;
    display: none;
    background-color: #000;
    opacity: 0.8;
    padding: 10px;
    border: 1px solid #ebebeb;
}
.case-layer .case-intro {
    font-size: 14px;
    color: #fff;
}
.case-layer .case-redirect {
    font-size: 12px;
    color: #99cc33;
    margin-top: 30px;
}
