body {
    font: 12px/1.5 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
    color: #333;
    margin:0;
    padding:0;
    background-color:rgba(255,255,255,0.1);
}
body, div, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}
ul{
    list-style:none;
}
a{
    text-align:center;
    text-decoration:none;
    color:white;
    display:inline-block;
}
/*网页头部*/
.header{width:100%;height:85px;color:white;background: rgba(255,255,255,0.5);position: fixed;top:0;z-index: 999;}
.header .headerMain{
    width:1200px;
    height:85px;
    margin:0 auto;
    position: relative;
}
.header .headerMain img{
    position:absolute;
    left:0;
    bottom:20px;

}
.header .headerMain ul{
    display:inline-block;
    width:800px;
    height:85px;
    position:absolute;
    right:0;
    bottom:0;
}
.header .headerMain ul li{
    width:85px;
    height:85px;
    float:left;
}
.header .headerMain ul li a{
    width:80%;
    height:80%;
    line-height:68px;
    font-size:15px;
    color:black;
    text-align: center;
    vertical-align: middle;
}
.header .headerMain ul li.active a{
    border-bottom:2px solid rgb(199,132,64);
    color:rgb(199,132,64);
}
.header .headerMain ul li:hover a{
    border-bottom:2px solid rgb(199,132,64);
    color:rgb(199,132,64);
}
.header .headerMain .search{
    display:inline-block;
    width:150px;
    height:40px;
    vertical-align: middle;
    border:1px solid white;
    margin-bottom:80px;
    margin-left:20px;
    border-radius:4px;
}
.header .headerMain .search input{
    width:100px;
    height:40px;
    border:none;
    outline: none;
    background:rgba(255,255,255,0);
}
.header .headerMain .search img{
    vertical-align: middle;
    margin-left:20px;
}
/*网页底部*/
.footer{
    width:100%;
    height:90px;
    background:white;
    font-size:14px;
}
.footer .center{
    width:1200px;
    height:90px;
    line-height: 90px;
    margin:0 auto;
    background:white;
    text-align: center;
}

