
*{
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
}
html,body {-webkit-user-select: none;-moz-user-select: none; user-select: none;}
body{
    font-size: 12px;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
img{
    display: block;
}
a:link, a:visited, a:hover, a:active{
    color: #333;
    text-decoration: none;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clear{
    display: block;
    clear: both;
}
em{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.container{
    width:1100px;
    margin: 0 auto;
}
/*顶部开始*/
/*顶部开始*/
.header{width:100%;height: 95px;;box-shadow: 0px 1px 10px 0px
rgba(33, 22, 19, 0.36);background: #fff}
.header>.container>.a{overflow:hidden}
.logo{float:left;}
.logo img{width:100%;height:100%}
.nav{
    float: right;
}
.nav a{
    display: block;
    float: left;
}
.navList{
    width: 170px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 22px;

}
.navList.active{
    background-color: #ff6666;
    color: #ffffff;
}
/*顶部结束*/