/* css reset Navon qq：64861423*/
@charset "utf-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: Source Han Sans CN;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  position: relative;
  background: #fff;
  line-height: 1.8;
  color: #3a3a3a;
  font-size: 14px;
  font-family: "SourceHanSansSC", "SourceHanSansSC" "Microsoft Yahei",
    "微软雅黑", "Arial", "Helvetica", sans-serif;
}

a {
  color: #2a2c2e;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: normal;
}

h3 {
  font-size: 16px;
}

strong {
  color: #000;
}

li {
  list-style: none;
}

blockquote {
  border-left: 4px solid #000;
  color: #000;
  margin: 1em 0;
  padding-left: 1em;
}

pre {
  padding: 10px;
  margin: 10px 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  color: #aaa;
}

img {
  height: auto;
  /* width: 100%; */
  max-width: 100%;
  display: block;
  border: 0;
}

hr {
  margin: 10px 0 0 0;
  height: 1px;
  border: none;
  background: #ddd;
}

input,
select,
textarea {
  border: 1px solid #bbb;
  background: #fff;
  outline: none;
  width: 100%;
  color: #464646;
  padding: 8px;
  -webkit-appearance: none;
  font-size: 14px;
  font-family: "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", sans-serif;
}

select {
  -webkit-appearance: menulist;
}

textarea {
  resize: none;
  overflow-y: auto;
  display: block;
  -webkit-appearance: none;
}

input[type="radio"] {
  width: auto;
  height: auto;
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  -webkit-appearance: checkbox;
}

table td {
  /* border: 1px solid #ddd; */
  padding: 5px 2px;
  vertical-align: middle;
}

.clear:after,
.clear:before {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.fl {
  float: left;
  position: relative;
}

.fr {
  float: right;
  position: relative;
}

.hide {
  display: none;
}

.show {
  display: block;
}
.disflex {
  display: flex;
}

.imgs {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* animate */
.op0 {
  opacity: 0;
}

#footer .op0 {
  opacity: 1;
}

.op1 {
  opacity: 1;
}

.am {
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
}

.animate-2 {
  animation: fadeInUp 0.5s 0.2s ease both;
  -webkit-animation: fadeInUp 0.5s 0.2s ease both;
  -moz-animation: fadeInUp 0.5s 0.2s ease both;
  -ms-animation: fadeInUp 0.5s 0.2s ease both;
}

/* col public */
.public {
  width: 1200px;
  margin: 0 auto;
}

ul.col-2,
ul.col-3,
ul.col-4,
ul.col-5,
ul.col-6,
ul.col-7 {
  overflow: hidden;
}

ul.col-2 li,
ul.col-3 li,
ul.col-4 li,
ul.col-5 li,
ul.col-6 li {
  margin-right: 2%;
}

ul.col-2 li {
  width: 49%;
}

ul.col-3 li {
  width: 32%;
}

ul.col-4 li {
  width: 23.5%;
}

ul.col-5 li {
  width: 18.4%;
}

ul.col-6 li {
  width: 15%;
}

ul.col-7 li {
  width: 13%;
  margin-right: 1.5%;
}

ul.col-2 li:nth-child(2n + 2),
ul.col-3 li:nth-child(3n + 3),
ul.col-4 li:nth-child(4n + 4),
ul.col-5 li:nth-child(5n + 5),
ul.col-6 li:nth-child(6n + 6),
ul.col-7 li:nth-child(7n + 7) {
  margin-right: 0;
}

ul.col-2 li.nomargin,
ul.col-3 li.nomargin,
ul.col-4 li.nomargin,
ul.col-5 li.nomargin,
ul.col-6 li.nomargin,
ul.col-7 li.nomargin {
  margin-right: 0;
}

/*分页样式*/
.page {
 overflow: auto;
 clear: both;
}
.page a,
.page span {
 float: left;
 display: flex;
 border: 1px solid #d3d1d1;
 padding: 2px 5px;
 margin-left: 4px;
 line-height: 22px;
}

.page .active span {
 background: #FF7B03;
 color: #fff;
 border: 1px solid #FF7B03;
}
.page a:link,
.page a:visited {
 text-decoration: none;
}
.page a:hover {
 background: #FF7B03;
 color: #fff;
}
.page .current {
 background: #FF7B03;
 color: #fff;
}
.page #total {
 color: red;
}
