@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 625%;
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  width: 100%;
  height: 100%;
}
body {
  font-size: 0.24rem;
  line-height: 1.4;
  color: #9b9b9b;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
}
a {
  color: #9b9b9b;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.clear:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
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;
}
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"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.button {
  border-radius: 0;
}
section {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
header {
  padding: 0.15rem 0.2rem;
  overflow: hidden;
}
header img {
  height: 0.8rem;
  width: auto;
}
header .logo {
  float: left;
}
header .kefu {
  float: right;
}
.down {
  background: #f3f3f3;
  overflow: hidden;
  padding: 0 0.2rem;
}
.down img {
  width: 100%;
  height: auto;
}
.down dd {
  width: 48%;
}
.down dt {
  width: 100%;
  padding: 0.25rem 0 0.3rem 0;
  overflow: hidden;
}
footer {
  text-align: center;
  overflow: hidden;
  padding: 0.3rem 0.1rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #2073be;
}
@media screen and (max-width: 450px) {
  html {
    font-size: 360%;
  }
}

.banner {
	background: #F6F7F6 url(../images/bg01.png) no-repeat center top;
}
.banner .slick-dots {
	text-align: center;
	margin: -25px 0 0 0;
	position: relative;
	z-index: 99;
}
.banner .slick-dots li {
	display: inline;
	margin: 0 5px;
}
.banner img {
	width: 100%;
}
.banner .slick-dots li button {
	border: none;
	background: #FEBE1F;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	border-radius: 25px;
	cursor: pointer;
}
.banner .slick-dots li.slick-active button {
	background: #000;
}

