* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

a {
    color: black;
}
.section{
    width: 1200px;
    margin: auto;
}
/* 头部 */
.header{
    height: 530px;
    background: url(../images/head_bg.jpg) no-repeat center/cover;
}

.nav{
    width: 100%;
    height: 70px;
    background-color: #bc181f;
}
.nav ul{
    text-align-last: justify;
}
.nav ul>li{
    line-height: 70px;
    display: inline-block;
    width: 20%;
    text-align: center;
    text-align-last: center;
}
.nav ul>li a{
    color: #f3ae8d;
    font-size: 28px;
}

/* 脚部 */
.footer {
    width: 100%;
    background: #fff;
    border-top: 2px solid #ce0b00;
}

.footer_center {
    width: 1120px;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    position: relative;
}

.footer_nav {
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #ce0b00;
}
.footer_center table{
  width:80%;
  margin:0 auto;margin-top: 10px;
}
.footer_nav a {
    font-size: 14px;
    color: #ce0b00;
}

.footer_center p {
    text-align: center;
    line-height: 28px;
}


.iconbox {
    position: absolute;
    left: 0;
    top: 25px;
}


/*分页*/
.pagebox{
  display:flex;
  justify-content:center;
  align-items:center;
  height:60px;
}
.pagination {
    clear: both;
    text-align: center;
    margin: 5px 0;
    padding: 3px 0;
    line-height: 26px;
    font-size: 14px;
}

.pagination .currentStep {
    background: #ce0b00;
    border: 1px solid #ce0b00;
    color: #ffffff;
}

.pagination a, .pagination span {
    border: 1px solid #d9d9d9;
    color: #666;
    font-family: Arial;
    margin: 2px;
    padding: 0px 9px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
}

.pagination a:hover {
    background: #ce0b00;
    border: 1px solid #ce0b00;
    color: #ffffff !important;
}

.pagination a.active {
    border: 1px solid #ce0b00;
    color: #fff;
}

.pagination span.current, .pagination span.current:hover {
    background: #ce0b00;
    border: 1px solid #ce0b00;
    color: #fff;
}

.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #d9d9d9;
    color: #666;
    background: #eee;
}

.pagination a.text, .pagination a.text:hover {
    color: #fff;
    background: #ce0b00;
    border: #ce0b00 1px solid;
    cursor: text;
}

.pagination a.pagemore, .pagination a.pagemore:hover {
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    cursor: text;
    padding: 0px 3px;
}

.pagination .inputBar {
    border: 0px;
    height: 28px;
    line-height: 28px;
}

.pagination .inputBar input {
    width: 30px;
    height: 20px;
    padding: 3px 5px;
    border: #ccc 1px solid;
    *vertical-align: middle;
    _vertical-align: middle;
    margin: 0 3px;
}
.d20d{
    position: relative;
    width: 500px;
    margin: auto;
    height: 50px;
}
.sbl{

    width: 1000px;
    margin: 0 auto;
    margin-top: 16px;
    height: 80px;
}
.sbl a,.d20d a{
 outline-offset: 0;
  outline: none;
      display: block;
    width: 100%;
    height: 100%;
}