.header{
    width:100%;
    height:861px;
    background-image: url(./banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.inner{
    width:1200px;
    margin:auto;
    /* background-color: #fff; */

}
.box{
    position: relative;
    top:-80px;
    min-height:1000px;
    box-shadow:0px 1px 40px 0px rgba(154, 154, 154, 0.27);
    background-color: #fff;
    /* background-color: black; */
    padding:61px;
    box-sizing:border-box;
    z-index:99;


}
.title{
    font-family: SourceHanSansCN-Bold;
font-size: 36px;
color: #333333;
letter-spacing: 0;
text-align: center;
line-height:80px;
}
.date{
    font-family: SourceHanSansCN-Regular;
font-size: 20px;
color: #666666;
letter-spacing: 0;
text-align: center;
margin-bottom:10px;
}
.box p{
    font-family: SourceHanSansCN-Regular;
font-size: 16px;
color: #666666;
letter-spacing: 0;
line-height: 32px;
}
.fr{
    background-image: url(./fr.png);
    background-repeat: no-repeat;
    width: 100%;
    height:678px;
    background-size: cover;
    position: absolute;
    bottom:200px;
    background-position:center;

}
.body{
    position: relative;
    z-index:9;
}


.acrbox p{ line-height: 1.8em; color: #333; margin-top: 10px; }