* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  font-style: normal !important;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Microsoft YaHei", "Helvetica", sans-serif;
  -webkit-overflow-scrolling: touch;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
th,
td,
img,
button,
footer,
header,
nav {
  margin: 0;
  padding: 0;
}
input,
button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
  border-radius: 0;
}
ul,
ol,
li {
  list-style: none;
}
li {
  text-decoration: none;
}
a {
  color: #454545;
  text-decoration: none;
}
a:hover {
  color: #13559f;
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  border: 0;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.bmjz-xct {
  width: 100%;
  height: 108px;
  position: relative;
  overflow: hidden;
}
.ft-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ft-carousel .carousel-inner {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ft-carousel .carousel-inner .carousel-item {
  float: left;
  height: 100%;
}
.ft-carousel .carousel-inner .carousel-item img {
  width: 100%;
}
.ft-carousel .carousel-indicators {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.ft-carousel .carousel-indicators span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}
.ft-carousel .carousel-indicators span.active {
  background-color: #de3a3a;
}
.ft-carousel .carousel-btn {
  width: 50px;
  height: 45px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
