html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
}

table,
td {
  margin: 0;
  padding: 0;
}

b {
  text-decoration: none;
  font-weight: normal;
}

body {
  padding: 0;
  margin: 0;
  zoom: 100%;
  font-size: 16px;
  background-color: #ffffff;
  line-height: 1;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}

table {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

table td {
  word-break: break-all;
  word-wrap: break-word;
  font: 500 14px Arial;
}

ul,
dl,
dt,
dd,
ol {
  list-style-type: none;
}

select,
input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: none;
}

textarea {
  resize: none;
  outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
  cursor: pointer;
  -webkit-appearance: none;
}


a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}

* html .clear {
  zoom: 1;
}

*+html .clear {
  zoom: 1;
}

* {
  margin: auto;
  padding: auto;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}

.Clear {
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.r {
  float: right;
}

.l {
  float: left;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

.tong_VisualArea {
  margin-top: 80px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 30px;
  min-height: 300px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*通用头部、尾部、检索等公用代码*/

html,
body {
  min-width: 1280px;
}