a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
option,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
}

html {
  max-width: 750px;
  margin: 0 auto;
}

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

body {
  line-height: 1;
  letter-spacing: 1px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input,
select,
textarea,
button {
  outline: none;
  border: none;
  -webkit-appearance: none;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  height: 100%;
}

body {
  font-family: "微软雅黑", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333;
}

a:active,
.news-list a:active span {
  color: #e83232;
  opacity: 0.9;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}

.header {
  width: 94%;
  padding: 2rem 0;
  margin: 0 auto;
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logo {
  display: inline-block;
}

.logo img {
  width: 5.6rem;
  position: relative;
  top: 0.3rem;
  margin-right: 1rem;
}

.logo p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e83232;
  line-height: 1.2em;
}

.logo p span {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}

.head-search {
  display: inline-block;
  width: 7.5rem;
  float: right;
  height: 2.6rem;
  border: 1px solid #e83232;
  border-radius: 1.8rem;
  position: relative;
  margin-top: 1rem;
}

.head-search input {
  width: 6rem;
  height: 2rem;
  display: inline-block;
  margin: 0.3rem;
  border-radius: 1rem;
}

.head-search a {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
}

.head-search a img {
  width: 100%;
}

.nav {
  display: flex;
  width: 100%;
  color: #e83232;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #e83232;
  height: 7rem;
  white-space: nowrap;
  overflow-x: auto;
}

.nav a {
  flex: 1;
  height: 7rem;
  display: inline-block;
  text-align: center;
}

.nav a img {
  width: 2.2rem;
  height: 2.2rem;
  margin-bottom: 0.8rem;
  margin-top: 1.5rem;
}

.nav a p {
  font-size: 1.2rem;
}

.nav .nav-active {
  display: none;
}

.nav a.active,
.nav a:active {
  background-color: #e83232;
  color: #fff;
}

.nav a.active img,
.nav a:active img {
  display: none;
  width: 2.2rem;
  height: 2.2rem;
}

.nav a.active .nav-active,
.nav a:active .nav-active {
  display: inline-block;
}

.swiper-title {
  width: 94% !important;
  margin: 2rem auto;
  height: 3rem !important;
  border-bottom: 2px solid #f2f2f2;

  box-sizing: border-box;
}

.swiper-title .swiper-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 3rem;
  padding-bottom: 0.2rem;
  position: relative;
  top: -2px;
}

.swiper-title .swiper-slide {
  width: auto !important;
  font-size: 1.4rem;
  color: #999;
  padding: 0 1rem;
  display: inline-block;
}

.swiper-title .swiper-slide.active {
  color: #e83232;
  border-bottom: 2px solid #e83232;
}

.swiper-list {
  width: 100%;
  height: 26.5rem !important;
  overflow: hidden;
}

.news-list {
  width: 94% !important;
  padding: 0 3%;
}

.news-list a {
  display: block;
  margin-bottom: 2rem;
}

.news-list a .dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #b7b6b6;
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  top: -3px;
}

.news-list a .ell {
  width: 75%;
  font-size: 1.5rem;
  color: #555555;
  display: inline-block;
}

.news-list a .list-time {
  font-size: 1.2rem;
  color: #999;
  float: right;
}

.read-more {
  width: 100%;
  height: 3.7rem;
  background-color: #ededed;
  text-align: center;
  line-height: 3.7rem;
  font-size: 1.3rem;
  display: block;
  border-radius: 0.2rem;
}

.read-more span {
  color: #e83232;
}

.line {
  width: 100%;
  height: 0.5rem;
  background-color: #eeeeee;
}

.n-title {
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 0.3rem solid #e83232;
  margin: 1.5rem 0;
  padding-left: 0.5rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: url(zw-title.png) no-repeat center;
  background-size: 70% auto;
}

.w-img,
.w-img img {
  width: 100%;
  display: block;
  margin-top: 2rem;
}

.fr {
  float: right;
}

.footer {
  text-align: center;
  width: 94%;
  padding: 2rem 3%;
  background-color: #282e34;
  font-size: 1.1rem;
  clear: both;
}

.footer .footer-link {
  color: #fff;
  opacity: 0.6;
  text-align: center;
  border-bottom: 1px solid #a9abae;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}

.footer .footer-link a {
  margin: 0 2rem;
}

.footer p {
  color: #fff;
  opacity: 0.6;
  line-height: 2rem;
  letter-spacing: 0;
}

.footer div img {
  width: 1.2rem;
  margin-right: 0.5rem;
}

.arrow-top {
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  right: 3%;
  bottom: 15%;
  z-index: 11;
  display: none;
}

.arrow-top img {
  width: 100%;
}

.mrt {
  margin-top: 2rem;
}

.mrb {
  margin-bottom: 2rem;
}

.index-icon a {
  width: 24%;
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  margin: 3rem 0;
}

.index-icon a img {
  width: 50%;
  margin-bottom: 1rem;
}

.position {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}

.position img {
  width: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.3rem;
}

.position p {
  color: #e83232;
}

.in-title {
  width: 94%;
  margin: 2rem auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.8rem;
}

.in-title span {
  font-size: 1.5rem;
  border-bottom: 1px solid #e83232;
  padding-bottom: 0.6rem;
}

@media screen and (max-width: 320px) {
  .nav a {
    width: 23.9%;
  }

  .index-icon a {
    width: 23.8%;
  }
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

.altar a {
  color: #fff;
  opacity: 0.6;
}

.position a {
	line-height: 2rem;
}