body {
    background: #f8f8f8;
}
.banner_project {    
    background: url(../images/project.jpg) no-repeat 0 0/100%;
}
.projectmain {
    background-color: #f8f8f8;
    overflow: hidden;
}

.projectimg {
    width: 264px;
    height: 130px;
    float: left;
    margin-left: 30px;
}
.bank {    
    background: url(../images/bank.jpg) no-repeat 0 0/100%;
}
.government {
    background: url(../images/government.jpg) no-repeat 0 0/100%;
}
.medical {
    background: url(../images/medical.jpg) no-repeat 0 0/100%;
}
.justice {
    background: url(../images/justice.jpg) no-repeat 0 0/100%;
}

.project {
    float: left;
    width: 692px;
    margin-left: 30px;
    margin-top: 0;    
}
.project h1 {
    font-size: 32px;
    color: #333;
}
.project p {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-top: 12px;
}


.bankcontent {      
    margin: 0 auto;
    width: 1200px;  
    height: 184px;
    margin-top: 52px;
    border:#e0e0e0 1px solid;
    border-bottom: 0;
    border-top-left-radius: 10px;
    box-sizing: border-box;
}

.bankcontent .summary {
    width: 1043px;
    margin-top: 28px;
    float: left;
    
    
}

.close {
    width: 154px;
    height: 184px;
    background: url(../images/close.png) no-repeat center/37px 37px #f64011;
    float: right;
    cursor: pointer;
}
.more {
    width: 154px;
    height: 182px;
    border-left:#e0e0e0 1px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url(../images/more.png) no-repeat center/37px 37px #f8f8f8;
    float: right;
    cursor: pointer;
}


.othercontent {
    margin: 0 auto;
    width: 1200px;
    height: 182px;
    margin-top: 19px;
    border:#e0e0e0 1px solid;
    border-radius: 10px;
    background-color: #fff;
    /* box-sizing: border-box; */
}
.othercontent .summary {
    width: 1043px;
    margin-top: 28px;
    float: left;
}


.bankstaffs {
    width: 1200px;
    height: 267px;
    margin: 0 auto;
    border: #e0e0e0 1px solid;    
    padding-top: 19px;
    background-color: #fff;
    box-sizing: border-box;
}
.bankstaffs h1 {
    font-size: 28px;
    color: #333;
}
.bankstaffs p {
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-top: 12px;
}

.leftbankstaffs {
    float: left;
    width: 580px;
    height: 227px;
    margin-left: 19px;
    background-color: #fff;    
    border: #e0e0e0 1px solid;
    border-radius: 10px 0 0 10px;
    padding: 30px 20px;
    box-sizing: border-box;
}
.rightbankstaffs {
    float: left;
    width: 580px;
    height: 227px;
    background-color: #f8f8f8;
    
    border-radius: 0 10px 10px 0;
    padding: 30px 20px;
    box-sizing: border-box;
}
