.container{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}


.header-box{
    height: 69px;
    padding: 30px 0;
    overflow: hidden;
}
.header-box .logo{
    display: inline;
    float: left;
    width: 356px;
    height: 69px;
    background: url("../images/logo.png") no-repeat;
}
.header-box .search-box{
    float: right;
    position: relative;
    width: 275px;
    height: 39px;
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid #eae9e9;
    border-radius:3px ;
}
.header-box .search-box input{
    position: absolute;
    left: 0;
    top:0;
    width: 270px;
    padding-left: 5px;
    height: 37px;
    line-height: 35px;
    border:0;
    background: #fff;
}
.header-box .search-box .search-sure{
    position: absolute;
    right: 0px;
    top:0px;
    display: inline-block;
    width: 39px;
    height: 39px;
    height: 100%;
    background: url("../images/icon-search.png") center #848484 no-repeat;
}
.header-box .search-box .search-sure:hover{
    background: url("../images/icon-search.png") center #6e6d6d no-repeat;
}

.nav-box{
    height: 42px;
    background: #848484;
}
.nav-box .nav{
    height: 100%;
}
.nav-box .nav li{
    position: relative;
    display: inline;
    float: left;
    height: 42px;
}
.nav-box .nav li a{
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
}
.nav-box .nav li a:hover,.nav-box .nav li.active a{
    background: #787878;
    text-decoration: none;
}

.footer-box{
    background: #383a3c;
    height: 210px;
}

.footer-box  .copyright{
    color: #7e7e7e;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}
.footer-box  .copyright a{
    color: #7e7e7e;
}
.footer-box .footer-title{
   color: #a6a6a6;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 15px 0;
}


.footer-search{
    float: left;
    display: inline-block;
    width: 550px;
    margin-left: 45px;
}
.footer-search .search-box{
    position: relative;
    width: 480px;
}
.footer-search .search-box input{
    background: #595959;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    width: 470px;
    color: #adadad;
}
.footer-search .search-box .search-sure{
    position: absolute;
    right: 0;
    top:0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 86px;
    text-align: center;
    line-height: 40px;
    background: #414447;
}
.footer-search .search-box .search-sure:hover{
    background: #535558;
    text-decoration: none;
}

.footer-box .search-meat{
    color: #adadad;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
}
.footer-box .search-meat a{
    color: #adadad;
}
.footer-box .search-meat a:hover{
    text-decoration:underline;
    color: #fff;
}
.footer-box .search-meat span{
    padding: 0 15px;
}
.footer-contact{
    float: left;
    display: inline;
    margin-left: 100px;
}
.footer-contact p.p1{
    color: #a5a5a5;
    font-size: 12px;
    height: 20px;
    margin-bottom: 10px;
}
i.icon-contact-phone,i.icon-contact-address,i.icon-contact-email{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
i.icon-contact-phone{
    background: url("../images/icon-contact-phone.png");
}
i.icon-contact-address{
    background: url("../images/icon-contact-address.png");
}
i.icon-contact-email{
    background: url("../images/icon-contact-email.png");
}


.footer-box  .copyright{
    margin-top: 15px;
}
.footer-box  .copyright span{
    padding: 0 15px;
}


/*分页*/
.page-box{
    margin-top:30px;
    text-align:right;
    color:#666;
    margin-bottom: 20px;
}
.page-box .page-a{
    border:1px solid #e8e8e8;
    background:#f8f8f8;
    padding:3px 10px;
    color:#666;
    margin-left:5px;
}
.page-box .page-a:hover, .page-box .page-a.active{
    background:#e8e8e8;
    text-decoration:none;
    border:1px solid #e3e3e3;
}
.page-box .span-text{
    padding:0 0 0 5px;
}
.page-box .span-text input{
    margin:0 5px;
    width:60px;
    text-align:center;
    border:1px solid #e8e8e8;
    background:#fff;
}
