/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  background: #eee;
  color: black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font: 12px \5b8b\4f53, arial, sans-serif;
  font-family: '微软雅黑';
}
/* ie bug：th 不继承 text-align */
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  color: black;
  text-decoration: none;
}
/* 选中去掉下划线 */
a:hover {
  text-decoration: none;
}
/* 去掉列表前的·，li 会继承 */
ol,
ul {
  list-style: none;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none;
}
input {
  outline: none;
  border: none;
}
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
  display: none;
}
.block {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
button {
  border: none;
}
button:hover {
  cursor: pointer;
}
.w {
  margin: 0 auto;
  width: 1396px;
}
#message {
  margin-top: 80px !important;
  padding-bottom: 50px;
}
#message h3 {
  padding-top: 0;
  text-align: center !important;
  font-weight: bold;
  background: url(../imgs/index/title.png) no-repeat center 55px !important;
  background-size: 350px !important;
  font-size: 48px !important;
  color: #2c2c2c !important;
  margin-bottom: 17px !important;
}
#message h4 {
  text-align: center;
  font-size: 30px;
  color: #434343;
}
#message ul {
  margin-top: 30px;
  text-align: center;
}
#message ul li {
  line-height: 60px;
  font-size: 18px;
  height: 60px;
}
#message ul .message_btn {
  margin-top: 30px;
}
#message ul .message_btn a {
  margin: 50px auto 78px;
  display: block;
  width: 362px;
  height: 56px;
  background: #e8302e;
  border-radius: 26px;
  line-height: 56px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}



.trends {
  min-width: 1490px;
  background-repeat: no-repeat;
  background-position: 1062px 746px, -28px 738px;
}
.trends h3,
.trends h4 {
  text-align: center;
  color: #333;
}
.trends h3 {
  font-weight: bold;
  background: url(../imgs/index/title.png) no-repeat center 52px;
  font-size: 48px;
  padding-top: 0;
}
.trends h4 {
  font-size: 30px;
}
.trends .trends_box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.trends .con {
  padding: 20px 70px 25px 40px;
  background-color: #fff;
  width: 1000px;
}
.trends .con h6 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.trends .con a {
  margin-top: 17px;
  vertical-align: unset;
}
.trends .con ol {
  margin-top: 34px;
}
.trends .con ol li {
  background: url(../imgs/index/trends_sj_bg.png) no-repeat 0 8px;
  padding-left: 28px;
  font-size: 18px;
  height: 40px;
  color: #333;
}
.trends .con ol li a {
  vertical-align: bottom;
  margin-top: 0;
  display: inline-block;
  width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trends .tel {
  margin: 49px auto 0;
  width: 1396px;
}