@charset "UTF-8";
@import url(../css/public.css);
@import url(../css/footer01a.css);
@import url(../css/header01a.css);
@import url(../css/Navlist01a.css);
.main{
    width: 100%;
    position: relative;
}
.mainTop:hover{
    cursor: pointer;
}
.banner{
    width: 100%;
    height: 100%;
}
.mainTop-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_top_text{
    position: absolute;
    top: 179px;
    left:118px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.main_top_text h1{
    font-size: 47px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom:15px;
}
.main_top_text span{
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ffffffe3;
    margin-bottom:69px;
}
.main_top_text .fazx{
    width: 170px;
    height: 50px;
    background: #2469F3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.fazx:hover{
    opacity: 0.5;
}