
div, input, li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.center {
    color: #fff;
    margin: 0 auto;
    width: 70%;
}

.hidden {
    display: none;
}


/*Search*/
.search {
    margin-top: 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.input-group {
    height: 40px;
    position: relative;
    display: table;
    border-collapse: separate;
    white-space: nowrap;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group > .input-group-addon {
    color: #fff;
    text-align: center;
    background-color: #EE7600;
    padding: 4px 8px;
    font-size: 16px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-weight: bold;
}
.input-group > .input-group-addon:hover {
    color: #fff;
}
.input-group > .search-title {
    border-right: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .search-button {
    border-left: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .form-control {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    border: 1px solid #EE7600;
    padding: 1px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search > .form > .input-group > .form-control {
    background-color: #fff;
}
.search-title {
    cursor: default;
}
.search-button {
    cursor: pointer;
}

/*导航条下侧*/

.submit {
    width: auto;
    height: 0;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    cursor: default;
}
.submit > input {
    color: #000;    
    font-size: 16px;
    padding: 4px 8px;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
}
