*{
    font-family: 微软雅黑;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}
li{
    list-style: none;}
a{
    text-decoration: none;}
img{
    vertical-align: middle;}

.header{
    overflow: hidden;
    padding: 5px 0;
    width: 1200px;
    margin: 0 auto;}
.header .logo{
    float: left;
    height: 52px;
    margin-top: 17px;}
.header .logo img{
    height: 100%;}
.header .head{
    float: right;
    overflow: hidden;}
.top{
    overflow: hidden;}
.top ul{
    overflow: hidden;
    float: right;}
.top ul li{
    float: left;
    color: #666666;
    font-size: 16px;}
.top ul li a{
    color: #666666;
    font-size: 16px;}


.sb-search {
    position: relative;
    min-width: 30px;
    height:30px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    margin: 0 10px;}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 30px;
    border: none;
    outline: none;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 0 5px 0 5px;
    font-family: inherit;
    font-size: 14px;
    color: #666;
    background: #f5f5f5;}



.sb-icon-search,
.sb-search-submit  {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 30px;
    text-align: center;
    cursor: pointer;}

.sb-search-submit {
    background: url(../images/header/ss.png);
    border: none;
    outline: none;
    z-index: -1;}

.sb-icon-search {
    color: #666;
    z-index: 90;
    font-size: 22px;
   background: url(../images/header/ss.png);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 200px;}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #666;
    z-index: 11;}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;}



.nav{
    margin-top: 12px;}
.nav ul{
    overflow: hidden;}
.nav ul li{
    float: left;}
.nav ul li a{
    display: block;
    padding: 0 14px;
    height: 48px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #eaeaea;}
.nav ul li .last{
    border: 0;}
.nav ul li a p,.nav ul li a span{
    line-height: 24px;}
.nav ul li a:hover{
    background: #b8433f;
    color: #fff;}
.nav ul li .crv{
    background: #b8433f;
    color: #fff;}
.nav ul .lis a span {
    letter-spacing: -3px;}

.footer{
    width: 1200px;
    margin: 0 auto;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 100px;}
.footer p{
    /*background: #b8433f;*/
    color: #ffffff;
    line-height: 24px;
    padding: 0 5px;
    display: table;}
.footer img{
    height: 44px;}