@charset "utf-8";

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-family: "PingFangSC-Regular","PingFang SC","Microsoft Yahei","Helvetica Neue",Helvetica,sans-serif;
  font-size: 12px;
  list-style: none;
  color: #2b2b2b;
}

input {
  outline: none;
}

img {
  border: 0;
}

table {
  border-collapse: 0;
}

.clearb::after {
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

i {
  font-style: normal;
}

.clearb {
  zoom: 1;
}

.clear {
  clear: both;
}

a {
  outline: 0;
  color: #222;
}

a:focus {
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a em {
  font-style: normal;
}

.hide {
  display: none;
}

td {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.no_text {
  text-indent: -9999em;
}

.no_border {
  border: none;
}

img,
input,
select,
label {
  vertical-align: middle;
}

form,
input,
select {
  margin: 0;
  padding: 0;
}

/* 明确元素定义样式属性
 * 目前没有全部定义出来元素，可在页面开发时增加规定全局元素样式，
 * 主要目的是提高 * 定义带来的全局全部元素样式定义问题 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

a img:hover {
  opacity: 1;
}

input[type='text']::-ms-clear {
  display: none;
}

/* IE下text框不要叉号 */

/* IPD按钮样式问题 */
input[type='button'],
input[type='submit'],
input[type='reset'] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* IPD按钮样式问题 */
input[type='button'],
input[type='submit'],
input[type='reset'] {
  -webkit-appearance: none;
  border-radius: 0;
}

:focus {
  outline: 0;
}

/* 全站hover样式 */
a:hover{
  color: #419FFF;
}

/* 头部 */

.top {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  line-height: 50px;
  background: #fff;
}

/* footer */
.footer.footIndex.footerPoI {
  padding-bottom: 57px;
}

.footer {
  margin-top: 32px;
  z-index: 8;
  text-align: center;
  padding-top: 46px;
  width: 100%;
  background: #474747;
  color: #fff;
  clear: both;
  font-size: 13px;
  min-width: 1200px;
}

.footer p {
  line-height: 14px;
  display: inline;
}

.footer p a {
  color: #fff;
}

.footer p span {
  padding: 0 13px;
}

.footerBot {
  margin-top: 24px;
  margin-bottom: 50px;
}

.footerBot span {
  padding: 0 8px;
  color: #aaa;
}

/* 分页样式 */

.listpage {
  margin: 40px 0 !important;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
}

.listpage a {
  display: inline-block;
  margin: 0 5px;
  color: #999;
  height: 28px;
  border-radius:3px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 18px;
  border: 1px solid #ECECEC;
  font-size: 14px;
}

.listpage a.on {
  color: #419FFF !important;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  cursor: no-drop;
  border: 1px solid #419FFF;
}

.listpage a.listnext {
  color: #999;
}

.navitems {
  float: right;
}

.listpage .listprev {
  margin: 0 5px;
  color: #999;
  padding: 0 10px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}

.listPage-box .total {
  padding: 40px 30px 40px 0;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.fixed-bottom {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.gotop{
  position: fixed; 
  right: 20px;
  bottom: 100px;
  width: 48px;
  height: 48px;
  background-image: url(../image/up-normal.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10001;
  display: none;
}

.gotop:hover{
  background-image: url(../image/up-hover.png);
}

@media screen and (min-width: 1330px) {
  .gotop{
    left: 50%;
    margin-left: 615px;
  }
}

