@charset "UTF-8";
*{
    padding:0;
    margin:0;
}
h3{
    text-align:center;
    line-height:60px;
    margin:0!important;
}
p{
    margin-bottom:0!important;
}
body {
    font-family:Arial,"微软雅黑";
    font-size: 14px;
    color: #333;
    background-color: #fbfbfb;
}
ul{
    list-style:none;
    margin:0!important;
}
a{
    display:block;
    text-decoration: none;
    color: #333;
    background: transparent;
}
a:hover{
    text-decoration: none;
    color: #333;
}

.mains{
    max-width:1200px;
    margin:0 auto;
}
.mainsVw{
    max-width:100%;
}
.container{
    padding:0;
    margin:0;
    width:100%;
}
@media(max-width:1023px){
    .container{
        width:90%;
        margin:0 auto;
    }
}