html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
em,
i {
  font-style: normal;
}
img {
  display: block;
  width: 100%;
}
html {
  font-size: 62.5%;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 55.5556%;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 65.1042%;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 66.6667%;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 71.875%;
  }
}
@media screen and (min-width: 448px) {
  html {
    font-size: 77.7778%;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 83.3333%;
  }
}
@media screen and (min-width: 512px) {
  html {
    font-size: 88.8889%;
  }
}
@media screen and (min-width: 544px) {
  html {
    font-size: 94.4444%;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 608px) {
  html {
    font-size: 105.556%;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 111.111%;
  }
}
body {
  max-width: 640px;
  min-width: 320px;
  margin: 0px auto;
  color: #333;
  font-size: 1.3rem;
}
.zynav {
  position: relative;
  background: #f3f3f3;
  padding-bottom: 1.4rem;
  top: 0;
  z-index: 999;
}
.zynav .zynav-wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 0 3.125% 0.9rem;
}
.zynav .zynav-wrap .zynav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.zynav .zynav-wrap .zynav-item a {
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  position: relative;
  font-size: 1.125rem;
}
.zynav .zynav-wrap .zynav-item.active {
  background: #fa9505;
  color: #fff;
}
.zynav.active {
  position: fixed;
  max-width: 640px;
  min-width: 320px;
  background: #fff;
  width: 100%;
  padding-bottom: 0;
}
.zynav.active .zynav-wrap {
  padding-bottom: 0;
}
.zymain-wrap {
  padding: 0.9rem 3.125% 0;
}
.zymain-wrap .zyitem-wrap .zyitem-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  background: #efefef;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zymain-wrap .zyitem-wrap .zyitem-tit strong {
  font-size: 1.5rem;
}
.zymain-wrap .zyitem-wrap .zyitem-tit b {
  color: #7f7f7f;
  font-size: 1.3rem;
}
.jgzy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 1.5rem;
}
.jgzy-list .jgzyxq-item {
  width: 48.5%;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem #ccc;
  box-shadow: 0 0 0.5rem #ccc;
  position: relative;
  margin-bottom: 3%;
}
.jgzy-list .jgzyxq-item .jgzyxq-thumb {
  position: relative;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
}
.jgzy-list .jgzyxq-item .jgzyxq-thumb .jgzy-tips {
  display: none;
  padding: 1% 0;
  width: 100%;
  background: #f14f00;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  top: 5%;
  left: -41%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.jgzy-list .jgzyxq-item .jgzyxq-desc {
  text-align: center;
  padding: 0.8rem 0 1.2rem;
}
.jgzy-list .jgzyxq-item .jgzyxq-desc h3 {
  line-height: 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.6rem;
}
.jgzy-list .jgzyxq-item .jgzyxq-desc p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000;
  margin-bottom: 1rem;
}
.jgzy-list .jgzyxq-item .jgzyxq-desc .jgzyxq-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.jgzy-list .jgzyxq-item .jgzyxq-desc .jgzyxq-btn a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2.6rem;
  text-align: center;
  font-size: 1.3rem;
}
.jgzy-list .jgzyxq-item .jgzyxq-desc .jgzyxq-btn a:first-child {
  border: 1px solid #f60;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.4rem;
  color: #f60;
}
.jgzy-list .jgzyxq-item .jgzyxq-desc .jgzyxq-btn a:last-child {
  background: #f60;
  color: #fff;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.jgzy-list .jgzyxq-item:nth-child(2n) {
  margin-left: 3%;
}
.jgzyxq-item.nosh {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.jgzyxq-item.nosh .jgzytips-item {
  position: relative;
  width: 48.5%;
  padding-top: 48.5%;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #ff8586;
}
.jgzyxq-item.nosh .jgzytips-item p {
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jgzyxq-item.nosh .jgzytips-item:nth-child(2n) {
  margin-left: 3%;
}
.jgzyxq-item.nosh .jgzytips-item:nth-child(2),
.jgzyxq-item.nosh .jgzytips-item:nth-child(3) {
  background-color: #2bc3da;
}
.jgzyxq-item.nosh .jgzytips-item:nth-last-child(n+3) {
  margin-bottom: 3%;
}
.jgzyxq-item.org {
  position: relative;
  background-color: #ff7b3a;
}
.jgzyxq-item.org .jywrap-desc {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.jgzyxq-item.org .jywrap-desc .jywrap-tit {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.jgzyxq-item.org .jywrap-desc .jywrap-tit h3 {
  font-weight: bold;
}
.jgzyxq-item.org .jywrap-desc .jywrap-btn {
  width: 80%;
  line-height: 2.8rem;
  border-radius: 1.4rem;
  background: #fff;
  color: #ff7b3a;
  margin: 1.5rem auto;
}
.jgzyxq-item.org .jywrap-desc .jywrap-ys {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.vbanner{position:relative;overflow:hidden}.vbanner .banner_top{position:absolute;top:0;left:0;width:100%;background:rgba(0,0,0,.6)}