body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
[v-cloak],
.ms-controller {
  visibility: hidden;
}
.cleardiv {
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: " ";
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.ps {
  position: static;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.fn {
  float: none;
}
.ovh {
  overflow: hidden;
}
.vh {
  visibility: hidden;
}
.bCt {
  background: transparent;
}
.none0 {
  display: none;
}
.ovh_dan {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pubbox01_box {
  overflow: hidden;
  position: relative;
  height: 800px;
}
.pubbox01_box .pubbox01_slide {
  width: 2600px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0.001s;
  -moz-transition: all 0.5s ease 0.001s;
  -ms-transition: all 0.5s ease 0.001s;
  -o-transition: all 0.5s ease 0.001s;
  transition: all 0.5s ease 0.001s;
}
.pubbox01_box .pubbox01_slide[data-ref="0"] {
  left: 0;
}
.pubbox01_box .pubbox01_slide[data-ref="1"] {
  left: -1300px;
}
.pubbox01_box .pubbox01_item {
  width: 1300px;
  height: 800px;
  position: absolute;
}
.pubbox01_box .pubbox01_item[data-ref="0"] {
  left: 0;
}
.pubbox01_box .pubbox01_item[data-ref="1"] {
  left: 50%;
}
