/*++++++++++++++++++++++++++++++++++++++++++++++++++//
//+++++desc:++++++++++++++++//
//+++++Website:www.暂无+++++++++++++++++++++++//
//+++++Created By 智慧云擎+++++++++++++++++++++++++++//
/*rest css*/
@charset "utf-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
img {
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style-type: none;
}
body {
  width: 100%;
  font: 12px/1.5 "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
    helvetica, arial, sans-serif;
  width: expression(
    document.body.clientWidth <= 1200? "1200px": "auto"
  ); /*解决浏览器窗口缩小时网页存在的问题*/
  min-width: 1200px; /*解决浏览器窗口缩小时网页存在的问题*/
  overflow-x: hidden;
}
*:focus {
  outline: none;
}
textarea {
  resize: none;
}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
input::-ms-clear {
  display: none;
}
a:focus,
*:focus {
  nofocusline: expression(this.onFocus=this.blur());
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
.clear {
  clear: both;
}
a,
object {
  outline: none;
}
a {
  cursor: pointer;
  color: #333;
}
a:link {
  text-decoration: none;
}
a:hover {
  color: #333;
}
*:hover {
  transition: all 0.35s ease;
}
li {
  vertical-align: top;
}
li {
  vertical-align: bottom;
}
i {
  font-style: normal;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *+height: 1%;
}
.blockbox {
  width: 1200px;
  *+height: 1%;
  margin: 0 auto;
}
.blockbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.oe {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
