html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  padding: 0;
  margin: 0;
  zoom: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
table {
  width: 100%;
  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;
}
.sxz_shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sxz_padding {
  padding: 50px 60px !important;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #dd2525;
  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: 1280px;
  margin: 0 auto;
}
.container {
  width: 1280px;
  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);
}
/*通用头部、尾部、检索等公用代码*/
body,
html {
  min-width: 1280px;
}

.shenglue {
  white-space: nowrap; /*规定文本是否折行*/
  overflow: hidden; /*规定超出内容的元素隐藏*/
  text-overflow: ellipsis; /* 规定超出的内容文本省略号显示，通常跟上面的属性连用，因为没有上面的属性不会触发超出规定的内容 */
}
