/* 中间模块 */
.main {
    width: 100%;
    height: 100%;
 
}
.imgsty {
    width: 100%;
    height: 100%;
    /* margin-bottom: 10px; */
    position: relative;
}
img {
    width: 100%;
    height: 100%;
}
.imgtext {
    width: 100%;
    text-align: center;
    position:absolute;
    top: 50px;
    /* left: 50px; */
    color: #fff;
    font-size: 16px;

}
.imgtext h1 {
    font-size: 45PX; 
    margin-top: 30PX;
}
.imgtext p {
    font-size: 20PX;
    /* margin-top: 10px; */
}


