@charset "utf-8";
*{box-sizing: border-box;}
/*sng*/
.sng-wrap{
    width: 100%;
    height: 60px;
    line-height: 30px;
}
.sng{
    width: 1400px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}
.sng ul{
    position: absolute;
    left: 0;
    color: #000;
    margin: 10px;
    width: 1400px;
    height: 20px;
    font-size: 20px;
    font-family: texgyreadventor-bold;
}
.sng ul li{
    color: #000;
    display: inline-block;
    height: 20px;
}
.sng ul li:first-child{
    font-size: 20px;
    display: inline-block;
}
/*section;*/
section{
    text-align: center;
}
section div{
    width: 1400px;
    margin: 10px auto;
    text-align: center;
}
section div a{
    margin: 10px auto;
    display: block;
    width: 700px;
    height: 60px;
    background-color: #000;
    font-size: 25px;
    line-height: 60px;
    border-radius: 10px;
    margin-bottom: 50px;
}






