/* 头部样式 */
.head{
    height: 500px;
    background: url(../../static/images/investor.png) no-repeat;
    overflow: hidden;
}
.head>div>p{
    margin-top: 164px;
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
}
.head .left{
    width: 800px;
    height: 207px;
}
.head .left div{
    height: 207px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 0px;
    padding-left: 47px;
    box-sizing: border-box;
}

@font-face{
    font-family:"DIN";
    src:url('../font/DIN-BOLD.OTF');
}

.head .left li{
    margin-right: 40px;
    float: left;
    height: 90px;
    font-family:"DIN";
}
.head .left li:last-child{margin-right: 0;}


.head .left li:nth-child(1){
    font-weight: bold;
    font-size: 24px;
    color: #CC0000;
}
.head .left li:nth-child(1) p{
    font-size: 16px;
}
.head .left li:nth-child(1) span{
    font-family: DIN;
    font-size: 60px;
    font-weight: bold;
    color: #CC0000;
}
.head .left li:nth-child(6){
    margin-right: 0px;
}
.head .left li p{
    font-size: 13px;
    color: #A8875A;
}
.head .left li span{
    font-weight: bold;
    font-size: 24px;
    color: #666666;
}
.head .left>div>p{
    font-size: 13px;
    color: #999999;
    display: inline-block;
    margin-top: 44px;
}
.head .right{
    width: 560px;
    height: 207px;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 40px;
    padding-right: 30px;
    box-sizing: border-box;
}
.head .right p{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #A8875A;
    font-weight: bold;
    color: #A8875A;
    margin-bottom: 13px;
}
.head .right li{
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.head .right img{
    width: 15px;
}
.head .right span{
    color: #A8875A;
}

/* 内容样式 */
.details{
    height: 877px;
    padding-top: 82px;
    padding-bottom: 113px;
    box-sizing: border-box;
}
.details>div{
    width: 440px;
    height: 682px;
    float: left;
}
.details>div>img{
    width: 440px;
    height: 230px;
    display: block;
}
.details .center{
    margin: 0px 40px;
}
.details .text{
    width: 440px;
    height: 452px;
    background: #FFFFFF;
    padding-left: 21px;
    padding-right: 14px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.details .text>p{
    font-weight: bold;
    font-size: 34px;
    color: #333333;
    margin: 30px 0px;
}
.details .text li{
    height: 21px;
    margin-bottom: 20px;
}
.details .text li:hover a{
    color: #A8875A;
}
.details .text li p{
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    float: left;
}
.details .text li span{
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    float: right;
}
.details .text li img{
    width: 18px;
    height: 18px;
    float: right;
}

.details .text li .hover{
    display: none;
}

.details .text li:hover img{
    display: none;
}
.details .text li:hover .hover{
    display: block;
}

.details .text .link{
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 21px;
    bottom: 55px;
    background: #A8875A;
    font-size: 14px;
    color: #FFFFFF;
}

/* 董事会成员样式 */
.member{
    height: 615px;
    background: url(../images/investor4.png);
    overflow: hidden;
    position: relative;
}
.member>div>div{
    width: 700px;
}
.member .text{
    z-index: 3;
}
.member p{
    font-weight: bold;
    font-size: 34px;
    color: #333333;
    margin-top: 87px;
    margin-bottom: 49px;
    display: inline-block;
}
.member li{
    margin-bottom: 20px;
}
.member li div{
    width: 180px;
    height: 50px;
    background: #A8875A;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}
.member li span{
    font-size: 16px;
    line-height: 50px;
    margin-left: 30px;
    color: #333;
}
.member img{
    width: 901px;
    height: 577px;
    position: absolute;
    top: 32px;
    right: 155px;
    z-index: 2;
}