*{
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
}
@font-face {
    font-family: 'MyFont';
    src: url('FZDYSJW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
body{
    background: #eff1f5;
}
.m1200{
    width:1200px;
    margin:0 auto;
    display: table;
}
.top{
    background:url(bbgg.png) no-repeat;
    background-size:100% 100%;
    width:100%;
    height:640px;
}
.tab {
    height: 392px;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}
.top img{
    width:100%;
}
.daohang {
    display: table;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    
}
.daohang ul li {
    float: left;
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    align-self: stretch;
    height: 68px;
    width: 125px;
}

.daohang ul li a {
    text-align: center;
    font-family: "MyFont", sans-serif;  
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(180deg, #FFF 0%, #FFDC97 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}

.daohang ul li:hover {
    background:url(zd.png) no-repeat;
    background-size:100% 100%;
}

.daohang ul li:hover a {
    font-size: 22px;
}

.zhengwen{
    width: 100%;
    background: #fff;
    padding: 40px 60px;
    box-sizing: border-box;
    margin-top:50px
}