*{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    text-decoration: none;

}
body{
    font-family: 微软雅黑;
}
ul,li{
    list-style: none;
}
.box{
    width: 100%;
    background: black;
}
.nav{
    width: 100%;
    height: 40px;
    background-color: #ffb600;
}
.layout{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
    position: relative;
}
#title{
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    height: 40px;
    width: 550px;
    margin-left: 265px;
}
#title span{
    float: left;
    width: 58px;
    text-align: center;
    margin-right: 20px;
}
#title span:hover{
    /*color: black;*/
    cursor: pointer;
}
#title a{
    color: #000;
}
.nav-search{
    position: absolute;
    top: 17%;
    right: 3.75%;
}
.nav-search input{
    width: 135px;
    height: 26px;
    border: none;
    background: #bf8800;
    text-indent: 10px;
}
.nav-search input::-webkit-input-placeholder{ /* WebKit browsers*/
    color:#000;
}
.nav-search input:-moz-placeholder{  /* Mozilla Firefox 4 to 18*/
    color:#000;
}
.nav-search input::-moz-placeholder{  /* Mozilla Firefox 19+*/
    color:#000;
}
.nav-search input:-ms-input-placeholder{ /* Internet Explorer 10+*/
    color:#000;
}
.nav-search button{
    width: 59px;
    height: 26px;
    border: none;
    background: #212121;
    color: #eaa703;
    vertical-align: middle;
}
.select{
    background: #212121;
    color: #fff;
}