@charset "utf-8";
/* ^1 --------------------------- global constants -------------------------*/
div,
section,
article,
aside,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
time,
span,
em,
strong,
img,
ol,
ul,
li,
dl,
dt,
dd,
figure,
canvas,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 12px "Microsoft YaHei", "宋体";
  list-style: none;
}
a:link,
a:visited {
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}

.clearBoth {
  clear: both;
}
.clearBoth15 {
  clear: both;
  height: 15px;
}
.clearBoth12 {
  clear: both;
  height: 12px;
}
.clearBoth20 {
  clear: both;
  height: 20px;
}
.clearBoth30 {
  clear: both;
  height: 30px;
}
.clearBoth10 {
  clear: both;
  height: 10px;
}
.clearBoth80 {
  clear: both;
  height: 80px;
}
.clearBoth5 {
  clear: both;
  height: 5px;
}
.clearBoth2 {
  clear: both;
  height: 2px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.red {
  color: #c50805;
}
/*-----------------page------------------*/
.pagination {
  float: right;
}
.pagination > i {
  margin-right: 5px;
  font-size: 12px;
  color: #666;
  font-style: normal;
}
.pagination > span {
  font-size: 0;
}
.pagination > span > span {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #dedede;
  color: #666;
  font-size: 14px;
  height: 25px;
  padding: 0 10px;
  line-height: 25px;
  text-decoration: none;
}
.pagination > span > span a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
}
.pagination > span > span.p_no_d > a {
  color: #ffffff;
}
.pagination > span > span:hover {
  border: 1px solid #c50805;
  color: #fff;
  background: #c50805;
  font-size: 14px;
}
.pagination > span > span:hover a {
  color: #fff;
}
.pagination .p_no_d,
.pagination > span[name] > span:not([style]) {
  border: 1px solid #c50805;
  color: #fff;
  background: #c50805;
  padding: 0 10px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.footer-ewm {
  width: 115px;
}
.footer-ewm h2 {
  font-size: 14px;
  color: #955317;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .clearBoth15 {
    height: 0.15rem;
  }
  .clearBoth12 {
    height: 0.12rem;
  }
  .clearBoth20 {
    height: 0.2rem;
  }
  .clearBoth30 {
    height: 0.3rem;
  }
  .clearBoth10 {
    height: 0.1rem;
  }
  .clearBoth80 {
    height: 0.8rem;
  }
  .clearBoth5 {
    height: 0.05rem;
  }
  .clearBoth2 {
    height: 0.02rem;
  }
}
