html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,javascript:void(0);
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
.division-row {
  height: 1px;
  background-color: #d6d6d6;
}
.cursorPointer {
  cursor: pointer;
}
.div_hidden {
  display: none;
}
/**面包屑 开始******************/
.common-breadcrumb {
  position: relative;
  top: 24px;
  z-index: 2;
  height: 0;
  font-weight:400;
}
.common-breadcrumb .SkinObject {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Rubik Regular';
  color: #002e6c;
  font-weight:400;
}
.common-breadcrumb .segregate {
  font-family: 'Rubik Bolder';
  padding: 0 5px;
}
.common-breadcrumb > span {
  display: none;
}
.common-breadcrumb .common-breadcrumb-back {
  color: #002e6c;
  display: none;
  cursor: pointer;
}
/**面包屑 结束******************/

/* 版心 */
.banxin {
  width: 78%;
  margin: 0 auto;
}



/* 控制显示行数加...(注意：只适用于中文文本，英文截取请调用substringEnTextOverflow方法) */
.clamp-lines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

.clamp-lines-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}


.truncEnText {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

/* 文本换行处显示完整 */
.textEnterNosplitShow {
  overflow-wrap: break-word;
}
/* 清除浮动 */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
/* 兼容IE6-7 */
.clearfix {
  *zoom: 1;
}





/* li标签带左侧圆点----添加在ul标签上即可 */
.ulLiwithLeftPoint li {
  font-family: 'Rubik Regular';
  list-style: disc;
  color: #333;
  margin-left: 20px;
  font-size: 16px;
}

.ulLiwithLeftPoint li::marker {
  font-size: 14px;
  color: #666;
}
/* 文章图片处理 */
.articl_content_div_img p img {
width: 100%
}
.articl_content_div_img50 p img {
width: 50%
}
p.articl_content_div_img img {
width: 100%
}
p.articl_content_div_img50 img {
width: 50%
}


/* 表單提交成功提示 */
.successTipContain {
    padding: 78px 0 80px 0;
    display: none;
    text-align: center;
  }
  .successTipContain .tip-title {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #333333;
    vertical-align: middle;
    padding: 40px 0 24px 0;
  }
  .successTipContain .tip-des {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #666666;
    vertical-align: middle;
  }








@media (max-width: 953px) {
  .banxin {
    width: 92%;
  }
  .common-breadcrumb .common-breadcrumb-back {
    display: block;
  }
  .common-breadcrumb .SkinObject {
    display: none;
  }
.successTipContain img {
 width: auto;
 height: 50px;
}
.successTipContain .tip-title {
    font-size: 20px;
    line-height: 30px;
    padding: 32px 0 16px 0;
  }
  .successTipContain .tip-des {
    font-size: 16px;
    line-height: 24px;
  }
}