

/* 初始化*/
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
}

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

em,
i,
u,
s,
b,
strong {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: 12px Helvetica Regular, Microsoft YaHei, sans-serif, Tahoma;
  color: #434343;
}

input {
  outline: none;
}

em,
i {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #969696;
  font-family: STHeiti, 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  width: 100%;
  height: auto;
  width: auto\9;
  -ms-interpolation-mode: bicubic;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.text-overflow-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

#content {
  min-width: 320px;
  max-width: 768px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray
}

.header {
  background: #f7f7f8;
  min-height: 93px;
  position: relative;
}

.header .top {
  padding: 0 12px;
  height: 52px;
  border-bottom: 1px solid #e5e5e5;
}

.header .top .logo {
  width: 160px;
  height: 35px;
  background: url(../image/logo.png) no-repeat;
  background-size: auto 35px;
  display: block;
  float: left;
  margin: 10px 0 0 0;
}

.header .top .slogan {
  width: 170px;
  height: 30px;
  background: url(../image/slogan.png) no-repeat;
  background-size: auto 30px;
  display: block;
  float: right;
  margin: 10px 0 0 0;
}

.header .nav {
  line-height: 35px;
}

.header .nav {
  width: 100%;
  display: flex;
  border-bottom: 1px dashed transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: nowrap;
}

.header .nav a {
  text-align: center;
  flex: 1 1 auto;
  font-size: 16px;
  color: #858585;
  display: block;
  float: left;
}

.header .nav a span {
  display: inline-block;
  margin-bottom: -1px;
  white-space: nowrap;
  height: 32px;
}

.header .nav a.on span {
  border-bottom: 2px solid #313131;
  color: #313131;
  font-weight: bold;
}

.header .box_b {
  position: relative;
  z-index: 10;
  background: #f7f7f8;
}

.header .box_b .nav ul {
  height: 40px;
}

.header .box_b .nav a span {
  height: 38px;
  line-height: 38px;
}

footer {
  background: #f7f7f8;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
}

footer p {
  margin: 20px 0;
}

.page>span {
  background: #1aad19 !important;
  border: 1px solid #1aad19 !important;
}