.Picture {
    max-width: 1920px;
    height: 1245px;
    position: relative;
    overflow: hidden;
    margin-bottom:135px;
}

.Picture .PictureBg {
    position: absolute;
    z-index: -10;
    left: 0;
    top: 0;
}

.Picture .h {
    width: 860px;
    height: 63px;
    font-size: 48px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFF36B;
    line-height: 56px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

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

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

.Picture .PictureImage {
    text-align: center;
    margin-top: 50px;
}

.Picture .PictureImage img:hover {
    cursor: pointer;
}

.Picture .Item img {
    margin: 0 20px;
}

.Picture .PictureItem2 {
    margin-top: 55px;
    margin-bottom: 40px;
}

.Picture .putOnRecords {
    color: #eeee;
    text-align: center;
    position: absolute;
    bottom: 50px;
    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: 10px 0;
}

@media screen and (min-width: 1350px) and (max-width:1600px) {

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