*{margin: 0;padding: 0;text-decoration:none;list-style: none; font-family: "Microsoft YaHei";}
img{border: none;}
input{outline:medium;}
textarea{outline:medium;}
button{outline:medium;}
select{outline:medium;border: none}
li{list-style-type: none}
a{text-decoration: none;cursor: pointer;color: #333333}
i{font-style:normal}
.clearfix:after {content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.clearBoth:after{
    content: '';
    display: block;
    clear: both;
}
html, body{
    width: 100%;
}
body{
    position: relative;
    min-width: 1200px;
    /*background: #ffffff;*/
}
/*top-img*/
.topImg{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/*banner*/
.banner{
    width: 100%;
    height: 60px;
    background: #0078ff;
}
.banner ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner ul li{
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.banner ul li.on{
    background: #0048de;
}
.banner ul li a{
    color: #ffffff;
}
.clear{clear:both;}