.Picture {
    max-width:1230px;
    height: 797px;
    position: relative;
    overflow: hidden;
    margin-bottom: calc(135px * 0.49);
}

.Picture .PictureBg {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 0;
}
.Picture .PictureBg  img{
    max-width:1230px;
    height: 797px;
}
.Picture .h {
    width: calc(860px * 0.5);
    height: calc(63px * 0.5);
    font-size: calc(48px * 0.5);
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFF36B;
    line-height: calc(56px * 0.5);
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.Picture .linea {
    max-width: calc(1220px * 0.5);
    height: 2px;
    background: #4E4E4E;
    margin: 0 auto;
}

.Picture .h4 {
    width: calc(880px * 0.5);
    height: calc(53px * 0.5);
    font-size: 20px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: calc(47px * 0.5);
    margin: 0 auto;
    margin-top: 30px;
}

.Picture .PictureImage {
    text-align: center;
    margin-top: 25px;
}
.Picture .PictureImage img:hover{
    cursor: pointer;
}
.Picture .Item img {
    margin: 0 10px;
}

.Picture .PictureItem2 {
    margin-top: calc(55px * 0.5);
    margin-bottom: 20px;
}

.Picture .putOnRecords {
    color: #eeee;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}
.Picture .putOnRecords a{
    color: #FFFFFF;
}
.Picture .putOnRecords a:hover{
    color: blue;
    text-decoration:underline;
    cursor: pointer;
}
.Picture .putOnRecords p{
    margin: 5px 0;
}


.Picture .PictureItem1 img {
    width: calc(330px * 0.5) !important;
   
}

.Picture .PictureItem2 img {
    width: calc(330px * 0.5);
}

.Picture .PictureItem2 img:nth-child(2),
.Picture .PictureItem2 img:nth-child(3) {
    width: calc(380px * 0.5) !important;
}

.Picture .PictureItem3 img {
    width: calc(330px * 0.5) !important;

}