body{
    padding: 0;
    margin: 0;
}
html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 1rem;
    font-family: "Microsoft YaHei",Verdana,sans-serif;
    line-height: 1.5;
    outline: 0;
    background: #fffefe
}

a {
    text-decoration: none;
    transition: all .35s ease 0s
}
.clearfix::after{
    display:table;
    content:" ";
    clear:both
}
.container{
    width: 1100px;
}
.ma0{
    margin: 0 auto;
}
.bg-green{
    background: #018B42;
    background-color: #009b4d;
}