﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  /*border:0;
	*/
  /*outline:0;
	*/
  /*font-size:100%;
	vertical-align:baseline;
	background:transparent;
	*/
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none !important;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none !important;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none !important;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none !important;
}

.l {
  float: left;
}

.r {
  float: right;
}

.sxz_width {
  width: 1180px;
}

.sxz_content_width564 {
  width: 564px;
}

.sxz_content_width380 {
  width: 380px;
}

.sxz_content_width924 {
  width: 924px;
}

.sxz_content_width1030 {
  width: 1030px;
}

.sxz_content_width300 {
  width: 300px;
}

.sxz_content_width428 {
  width: 428px;
}

.sxz_content_width403 {
  width: 403px;
}

.sxz_border_bottom {
  border-bottom: 1px solid #e6e6e6;
}

.sxz_vertical_bar::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 25px;
  border-radius: 3px;
  background: #d12716;
  bottom: 3px;
  left: 0;
  display: block;
}

.sxz_circle::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d12716;
  bottom: 45%;
  left: 0;
  display: block;
}

.sxz_circle1::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999999;
  bottom: 61%;
  left: 140px;
  display: block;
}

.sxz_margin_top54 {
  margin-top: 54px;
}

.sxz_margin_top40 {
  margin-top: 40px;
}

.sxz_margin_bottom14 {
  margin-bottom: 14px;
}

.sxz_margin_bottom50 {
  margin-bottom: 50px !important;
}

.sxz_margin_bottom11 {
  margin-bottom: 11px;
}

.sxz_margin_bottom24 {
  margin-bottom: 24px;
}

.sxz_margin_bottom27 {
  margin-bottom: 27px;
}

.sxz_clear_padding {
  padding-left: 0 !important;
}

.shenglueone {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 外边距塌陷 */
.clearmargin {
  display: block;
}

.clearmargin:before {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 清除浮动 */
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.sxz_content {
  margin: 0 auto;
}
