/***投资规则***/
.investRule-banner{
    width:100%;
    height:459px;
    position: relative;
}
.investRule-banner .investRule-banner{
    width:100%;
    height:100%;
}
.investRule-banner .investRule-logo{
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-256px;
    margin-top:-136px;
}
.investRule-wrap{
    width:1200px;
    margin:36px auto;
    position: relative;
}
#nav {
    width:210px;
    height:356px;
    *height:384px;
    background:#fff;
    font-size:18px;
    border:1px solid #eff0f4;
    border-bottom:0;
    float:left;
}

#nav li {
    width:100%;
    height:50px;
    text-align: center;
    line-height:50px;
    border-bottom:1px solid #eff0f4;
}

#nav a {
    color:#666;
    display: block;
    font-size: 14px;
    line-height:50px;
}

#nav .investRule-slide-current a ,#nav a:hover {
    background:#1d6fbf;
    color: #fff;
}
.investRule-content{
    background:#fff;
    border:1px solid #eff0f4;
    /*margin-bottom: 50px;*/
}
 .content-info-box{
    width:980px;
    margin:0 auto;
    margin-top:40px;
    clear: both;
}
/* 区块标题：与新版首页 .sec-head h2 一致（左侧主色竖条 + 浅灰延伸线） */
 .content-info-box>h2{
    display:flex;
    align-items:center;
    font-size:18px;
    color:#2b3036;
    font-weight:700;
    line-height:22px;
    margin-bottom:18px;
    position:relative;
    padding-left:12px;
}
.content-info-box>h2:before{
    content:"";
    position:absolute;
    left:0;
    top:2px;
    bottom:2px;
    width:4px;
    background:#1d6fbf;
}
.content-info-box>h2>i,.investRule-wrap .investRule-content .content-info-box>h2>i.i-length,
.investRule-wrap .investRule-content .content-info-box>h2>i.i-short{
    flex:1;
    width:auto;
    height:1px;
    background:#e5e8ec;
    display:inline-block;
    vertical-align:middle;
    margin-left:14px;
}
.investRule-wrap .investRule-content .content-info-box>h2>i.i-length{
    width:auto;
}
.investRule-wrap .investRule-content .content-info-box>h2>i.i-short{
    width:auto;
}
.investRule-wrap .investRule-content .content-info{
    margin-bottom:40px;
}
 .content-info>h3{
    font-size:18px;
    color:#1d6fbf;
    margin-bottom:10px;
}
 .content-info>p{
    font-size:14px;
    color:#6b7280;
    line-height:1.9em;
    padding:6px 0;
}
/*****关于我们********/
.aboutUs-img{
    width:1200px;
    height:390px;
    margin:0 auto;
    margin-top:16px;
    margin-bottom: 40px;
}
.aboutUs-img .aboutUs-img-left{
    width:542px;
    height:390px;
    background:#fff;
    float:left;
}
.aboutUs-img .aboutUs-img-left>img,.aboutUs-img .aboutUs-img-right>img{
    margin:10px auto;
    display:block;
}
.aboutUs-img .aboutUs-img-right{
    width:542px;
    height:390px;
    background:#fff;
    float:right;
}
/***内容***/
.content-info{
    clear:both;
    margin-bottom:15px;
}
.shareholder-img{
    width:180px;
    height:180px;
    float:left;
}
.content-info-right{
    float:right;
    width:772px;
    margin-top: 14px;
}
.content-info-right>h3{
    font-size:18px;
    color:#1d6fbf;
}
.content-info-right>p{
    line-height: 1.8em;
    margin-top:10px;
    font-size:14px;
    color:#6b7280;
}
.shareholder-img-circle{
    width:180px;
    height:180px;
    border-radius: 50%;
    float:left;
}
.content-aboutUs{
    height:180px;
}