* {
    margin: 0;
    padding: 0
}
em,
i {
    font-style: normal
}
ul,li {
    list-style: none
}
li{
    list-style-type: none;
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle
}
button {
    cursor: pointer
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #ff9100
}
button,input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    background: 0 0;
    border: none;
    border-radius: 0;
}
button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666
}
body, button, dd, dl, dt, h1, h2, h3, h4, h5, h6, hr, input, li, ol, option, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0 none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




/* footer */
.hot-link > li {
    margin-right: 38px;
    position: relative;
    right: 50%;
}
.bottom-bar {
    padding-top: 31px;
    background-color: #484846;
    text-align: center;
    height: 95px;
}
.hot-link {
    float: left;
    position: relative;
    left: 50%;
    top: -40px;
}
.color-black {
    color: #fff;
}
.bottom-bar > p {
    margin-bottom: 10px;
}


.ad-column {
    width: 100%;
    height: 145px;
    background: #FFFFFF;
    box-shadow: 0px -11px 15px 0px rgb(0 0 0 / 8%);
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 2100;
}


/* 分页 */
.pagination {
    margin: 64px 0;
    overflow: hidden;
}
.right {
    float: right;
}
.pagination li {
    float: left;
    margin-left: 6px;
}
.pagination li a {
    color: #696e74;
    display: block;
    width: auto;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    padding: 0 15px !important;
}
.selectpage {
    background: #9d7af6 !important;
    color: #fff !important;
}

