/* css reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video,input {margin: 0;padding: 0;}
body,td,div{font-size:12px;}
form{ margin:0px; padding:0px;}
a:hover{ color:#48B148; }
img{ border:none}
ol,ul {list-style: none;}
button {cursor: pointer}
input{outline: none;background-color: rgba(0, 0, 0, 0);border: 0;}

a {color: #2A95DE;text-decoration:none}

html,body,a,div,ul,ol,li,dl,dt,dd,form,select,textarea,table,h1,h2,h3,h4,p,span,img,em,i { margin: 0px; padding: 0px;}
/*body {background: #f5f5f5;  }*/
ul,ol {list-style: none;}
em,i{font-style:normal}
img {border: none;}
a {text-decoration: none;cursor: pointer;}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}
.header-container{width: 1200px;margin: 0 auto;}
.header-container .header{padding: 22px 0 16px;}
.header .logo{width: 147px;height: auto;float: left;}
.header .search{float: right;height: 34px;}
.search .search-in {
    width: 200px;
    height: 32px;
    border: 1px solid rgba(151,151,151,0.2);
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    margin-right: 40px;
}
.search .search-in input {
    width: 165px;
    height: 32px;
    display: inline-block;
    float: left;
    padding: 5px 8px;
    box-sizing: border-box;
    background: none;
    border: none;
    font-size: 14px;
    color: #333;
}
.logon-btn{
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.logon-btn img{
    margin-left: 6px;
}
.nav ul{
    display: flex;
    background: #3171d8;
    /*height: 40px;*/
    line-height: 40px;
}
.nav ul li{flex: 1;text-align: center;font-size: 16px;}
.nav ul li a{color: #fff;}