@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 625%;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  height: 100%;
  max-width:750px;margin:0 auto
}
body {
  font-size: 0.18rem;
  color: #2f2f2f;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #2f2f2f;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 0.18rem;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
.clearfix,
.clear:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-top: 1rem;
}
/* header */
header {
  padding: 0 0.2rem;
  overflow: hidden;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: fixed; 
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  z-index: 999;
}
header .logo img {
  height: 0.77rem;
  width: auto;
}
header .kefu img {
  height: 0.64rem;
  width: auto;
}
/* bj */
.bj {
  background: url(/images/bgone.png);
  overflow: hidden;
}
/* inpic */
.inpic {
  overflow: hidden;
}
.inpic img {
  width: 100%;
  height: auto;
}
/* down */
.down {
  padding: 0 0.2rem;
}
.down li {
  padding: 0.2rem 0 0 0;
  float: left;
}
.down li img {
  height: 0.86rem;
  width: auto;
}
.down li:nth-child(2) {
  float: right;
}
.down li:last-child img {
  width: 100%;
  height: auto;
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination-bullets {
  bottom: 0.15rem;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0.04rem;
  background: #fff;
  opacity: 1;
  transition: all 0.3s;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #2073be;
}
/* wzgg */
.wzgg {
  
  overflow: hidden;
  padding: 0 0.2rem;
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  width: 100%;
max-width: 32rem;
margin: 0 auto;
overflow: hidden;
padding:1px;
font-size: 1.4em;
}


.wzgg .tit {
  background: url(../images/icon_gg.png) left center no-repeat;
  background-size: auto 0.24rem;
  color: #0e0e0e;
  padding: 0 0.1rem 0 0.3rem;
}

.wzgg marquee {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .logo {float: left; margin-top:10px;}
header .kefu {float: right; margin-top:10px;}
