a{
    text-decoration: none;
}
*{
    margin: 0;
    padding: 0;
}
.photo_top{
    width: 95.0667vw;
    height: 15.7333vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1333vw solid #cccccc;
    align-items: center;
}
.photo_top_right{
    font-size: 4vw;
}
.photo_top_left{
    font-size: 4vw;
}
.photo_top_left a{
    color: #e41212;
}


/* 项目简介 */
.synopsis{
    background-color: #f2f2f2;
    margin-top: 14.5333vw;
    padding-bottom: 13.3333vw;
}
.synopsis_middle{
    width: 95.0667vw;
    margin: 0 auto;
}
.synopsis_middle_title{
    padding-top: 7.3333vw;
    font-size: 4vw;
}
.synopsis_middle_text{
    font-size: 2.4vw;
    color: #808080;

}
.synopsis_middle_text p{
    margin-top: 6.6667vw;
    text-indent: 2em;
    line-height: 1.9;
}
.message_middle{
    width: 95.0667vw;
    margin: 0 auto;
    margin-top: 14.5333vw;
}
.message_middle video{
    width: 100%;
}
.last{
    width: 100%;
    height: 7.7333vw;
    border: 0.1333vw solid #ca0606;
    text-align: center;
    line-height: 7.7333vw;
    font-size: 3.2vw;
    margin-top: 14.6667vw;
}
.last a{
    color: #4c4c4c;
}
.next{
    width: 100%;
    height: 7.7333vw;
    border: 0.1333vw solid #ca0606;
    text-align: center;
    line-height: 7.7333vw;
    font-size: 3.2vw;
    margin-top: 5.3333vw;
}
.next a{
    color: #4c4c4c;
}