@charset "utf-8";
/*
@name:画框展Public.css
@time:2018-3-29
@author:创源-zzc
*/
/*reset*/
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
body {
  font-size: 14px;
  color: #333333;
  /*font-family: "Microsoft YaHei", "微软雅黑", "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;*/
  font-family: Arial;
}
input {
  font-size: 14px;
  font-family: inherit;
  outline: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
a:active,
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
:focus {
  outline: 0;
}
:link,
:visited {
  text-decoration: none;
}
.clearfix:after {
  display: block;
  clear: both;
  font-size: 0;
  content: '';
}
button,
input {
  font-family: inherit;
}
/*页面共用样式*/
.hkz-wrap {
  min-width: 1350px;
}
.w1350 {
  width: 1350px;
  margin: auto;
  position: relative;
  height: 100%;
}
