body{
    font-family: 'SUIT';
    overflow-x: hidden;
    width: 100%;
    height: auto;
    word-break: keep-all;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
button{
    outline: none;
}
ul,li{
    text-decoration: none;
    list-style: none;
}
.inner{
    width:1400px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: "";
    clear: both;
}

a{
    text-decoration: none;
    color:#fff;
}
.title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.title p {
    font-size: 20px;
    position: relative;
}
.title p span{
    position: relative;
}
.title .tit-bg::after {
    content: "";
    background-image: url('../images/common/wave.png');
    width:30px;
    height: 20px;
    position: absolute;
    right: -15px;
}

.title h1 {
    font-size: 40px;
}

.header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
}

.header .logo {
    font-family: 'SBAggro';
    font-size: 20px;
    color: #fff;
    float:left;
}
.header .all-menu{
    display: none;
}
.main-menu {
    display: flex;
    justify-content: center;
}
.main-menu a{
    display: block;
    margin:0 30px;
}
.main-menu li{
    float: left;
}

.fixed{
    background-color: #fff;
    box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.1);
}
.fixed.header .logo{
    color:#000;
}
.fixed.header a{
    color:#000;
}
@media screen and (max-width: 1400px){
    .inner{
        width: 100%;
        padding: 0 20px;
        margin: 0 auto ;
    }
}
@media screen and (max-width: 1140px){
    .main-menu a {
            margin: 0 15px;
        }
}
@media screen and (max-width: 768px){
    .main-menu{
        display: none;
        position: fixed;
        flex-direction: column;
        top: 60px;
    }
    .main-menu.on{
        display: flex;
    }
    .header{
        height: 60px;
    }
    .header .all-menu{
        display: block;
        width:30px;
        height: 30px;;
        margin-right: 10px;
        position: absolute;
        right: 0;
    }
    .header .all-menu img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        right: 30px;
    }
    .B-all-menu{
        display: none;
    }
    .fixed.header .W-all-menu{
        display: none;
    }
    .fixed.header .B-all-menu{
        display: block;
    }

    .title{
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .title h1{
        font-size: 30px;
    }
    .main-menu{
        width: 100%;
        flex-wrap: wrap;
        position: fixed;
        left: 0;
        top: 59px;
        background-color: #fff;
        line-height: 60px;
    }
    .header .inner{
        width:100%;
    }
    .main-menu li{
        width:100%;
    }
    .main-menu a{
        text-align: center;
        color:#000;
    }
}
@media screen and (max-width: 390px){
    
}