* {
  padding: 0;
  margin: 0;
  outline: none;
}
html,
body {
  visibility: hidden;
  height: 100%;
}
html {
  font-size: 14px;
}
html,
input,
button,
textarea {
  font-family: "Microsoft YaHei";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  font-size: 14px;
}
img {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: '';
  display: table;
  font-size: 0;
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.full {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
i.middle {
  vertical-align: middle;
  font-size: 0;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;/* 新版本语法: Opera 12.1, Firefox 22+ */
}
.flexAlignCenter {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexJustifyBetween {
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexJustifyCenter {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexJustifyAround {
  -webkit-box-pack: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
  border: 1px solid transparent;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
}
.cm-title {
  padding-top: 60px;
  color: #f08519;
  font-size: 40px;
  text-align: center;
  margin-bottom: 18px;
}
.cm-p {
  font-size: 20px;
  color: #686868;
  text-align: center;
}
/*# sourceMappingURL=global.css.map */
