.top{
    width: 1920px;
    height: 724px;
}
.logo{
    width: 1920px;
    height: 158px;
    background-color: #8ecaa9;
    padding-top: 30px;
}
.logo_11{
    width: 388px;
    height: 125px;
    margin-left: 3.125%;
}
.banner{
    width: 1920px;
    height: 670px;
}
.main{
    width: 1920px;
    height: 2030px;
    background-image: url(../img/fist_dadi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.main_main{
    margin: 0 auto;
    width: 1484px;
    height: 2027px;
    margin-top: 135px;
}
.main_second{
    position: absolute;
    top:100px;
    left: 22%;
}
.title{
    font-size: 100px;
    font-family: "华文行楷";
    color: #1d582f;
    margin-bottom: 110px;
}
.cont_main{
    font-size: 43px;
    font-family:"华文新魏";
    border-bottom: 5px dashed black;
    width: 1067px;
    display: flex;
    justify-content:space-between;
}
.p1{
    margin-top: 25px;
    margin-bottom: 25px;
}
.time{
    margin-top: 25px;
    margin-bottom: 25px;
}
.main_footer{
    font-family: "华文行楷";
    font-size: 48px;
    color: #1c572e;
    margin-top: 280px;
}