/* css 初始化 */
* {
  -webkit-tap-highlight-color: transparent;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
@font-face {
  font-family: 'pingfangsc';
  src: url('../fonts/PingFangSC-Medium.ttf');
}
body,
html {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: 'pingfangsc';
  -webkit-overflow-scrolling: touch;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  color: #454544;
}
img {
  padding: 0;
  border: 0;
  margin: 0;
  /* display: block; */
}
.top {
  height: 70px;
  line-height: 50px;
  font-size: 16px;
}
.top .s_list {
  overflow: hidden;
}
.top .s_list li {
  margin-right: 108px;
  margin-top: 20px;
  float: left;
}
.top .s_list li a:hover {
  color: #d7494a;
}
.top .s_logo {
  padding-top: 20px;
  margin-right: 108px;
  float: left;
}
.shop {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat top;
  background-position: center;
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
}
.shop .center {
  height: 100%;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.shop .center .s_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  margin-left: -320px;
  margin-top: -125px;
}
.shop .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background-color: #d53d3e;
}
.shop .footer p {
  color: #fff;
  text-align: center;
  line-height: 50px;
}
/* 新闻页 */
.news {
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #333;
  min-width: 1200px;
  max-width: 1920px;
  background-color: #f5f7f9;
}
.news .n_center {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 1200px;
  margin: 0 auto;
}
.news .n_center .n_module {
  width: 1160px;
  margin: 0 auto;
  margin-top: 270px;
  background-color: #fff;
}
.news .n_center .n_module .n_list {
  width: 970px;
  min-height: 500px;
  margin: 24px auto 0;
  background-color: #fff;
}
.news .n_center .n_module .n_list li {
  height: 156px;
  background-color: #fff;
  padding: 35px 0 35px 0;
  border-bottom: 1px solid #ededed;
}
.news .n_center .n_module .n_list li img {
  float: left;
}
.news .n_center .n_module .n_list li .n_list_right {
  width: 616px;
  float: left;
  margin-left: 48px;
}
.news .n_center .n_module .n_list li .n_list_right .start {
  font-size: 30px;
  color: #333;
  font-weight: 1;
  margin-top: 64px;
}
.news .n_center .n_module .n_list li .n_list_right .n_headline {
  line-height: 30px;
  font-size: 18px;
}
.news .n_center .n_module .n_list li .n_list_right .c_content {
  font-size: 12px;
  line-height: 24px;
  margin-top: 18px;
}
.news .n_center .n_module .n_list li .n_list_right .time {
  font-size: 12px;
  margin-top: 18px;
  line-height: 16px;
}
.news .n_banner {
  width: 100%;
  height: 309px;
  position: absolute;
  top: 88px;
}
.news .n_banner .n_media_center {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  position: absolute;
  left: 43.5%;
  top: 30%;
  z-index: 100;
}
