#report{
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
    background: #FAFAFA;
    padding-bottom: 10px;
    position: relative;
}
#report .report-box{
    width: 1110px;
    margin: 0 auto;
}
#report .report-box .report-top{
    background: #fff;
    padding: 8px;
    position: relative;
    margin-top: 44px;
}
#report .report-box .report-top:after{display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;}
/*top宸﹀崐閮ㄥ垎鍐呭*/
#report .report-box .report-tl{
    width: 495px;
    height: 478px;
    float: left;
}
#report .report-box .report-tl img{
    float: left;
}
#report .report-box .report-tl img:nth-child(1){
    margin-bottom: 8px;
}
#report .report-box .report-tl img:nth-child(3){
    float: right;
}
/*top鍙冲崐閮ㄥ垎鍐呭*/
#report .report-box .report-tr{
    width: 486px;
    float: left;
    height: 382px;
    margin: 69px 0 0 60px;
    position: relative;
}
#report .report-box .report-tr h4{
    font-size: 30px;
    line-height: 30px;
}
#report .report-box .report-tr>p{
    font-size: 14px;
    line-height: 28px;
    border-top: 1px solid #000;
    margin-top: 28px;
    padding-top: 20px;
}
#report .report-box .report-tr .r-btn{
    width: 201px;
    height: 55px;
    border: 1px solid #95989a;
    background: #000;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#report .report-box .report-tr .r-btn a{
    color: #fff;
}
#report .report-box .report-bottom>div{
    width: 1110px;
    margin: 50px 0;
    background: #fff;
    overflow: hidden;
    padding-bottom: 55px;
}
#report .report-box .report-bottom>div>p:nth-child(1){
    font-size: 24px;
    line-height: 24px;
    margin: 40px 0 20px 52px;
}

#report .report-box .report-bottom>div>p:nth-child(2){
    font-size: 14px;
    padding: 0 20px;
}

#report .report-box .report-bottom>div ul{
    overflow: hidden;
    padding-left: 30px;
}
#report .report-box .report-bottom>div ul li{
    width: 183px;
    height: 55px;
    border: 1px solid #000;
    line-height: 55px;
    text-align: center;
    float: left;
    margin: 20px 0 0 20px;
}

/*鐐瑰嚮璁㈤槄鏃跺脊鍑鸿闃呮柟寮�*/
#report .fangshi-box{
    display: none;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    z-index: 100;
}
#report .fangshi{
    width: 703px;
    height: 330px;
    border: 10px solid #000;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
#report .fangshi p{
    font-size: 20px;
    text-align: center;
}
#report .fangshi .p1{
    width: 490px;
    height: 104px;
    font-size: 40px;
    line-height: 104px;
    margin: 18px auto 35px;
    border-bottom: 1px solid #95989a;
}
#report .fangshi .mail{
    margin: 20px 0;
}