﻿body{
    margin: 0 auto;
    font-family:"微软雅黑",Raleway,sans-serif ;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #818181;
    background: #f6f6f6;
    /*background: #fff;*/
}
::-moz-selection{background:#666666; color:#FfF;}
::selection {background:#666666; color:#FfF;}
a{
    text-decoration: none;
}
img{
    border: none;
    vertical-align: bottom;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
p{
    margin: 0;
    padding: 0;
}
h3{
    font-size: 17px;
}
h2{
    font-size: 24px;
}
h5{
    font-size: 15px;
}
.container{
    width: 1100px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff;
}
.header>a{
    float: left;
    margin-left: 8px;
}
.header>a>img{
    max-width: 100%;
    height: 80px;
}
.header .navBtn{
    float: right;
    max-width: 100%;
    /*margin-top: 2px;*/
    margin-right: 30px;
}
.header .container{
    width: 80%;
    margin: 0 auto;
}
.header .container ul{
    margin-top: 0;
    font-size: 20px;
    float: right;
}
.header .nav{
    width: 400px;
}
.header .container ul a{
    color: #000;
}
.header .container ul li{
    float: left;
    padding: 10px 20px;
}
.header .container ul:before{
    display: table;
    content: '';
}
.header .container ul:after{
    display: block;
    content: '';
    clear: both;
}