* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
@font-face {
  font-family: sysimsun_m;
  src: url("https://topics.gmw.cn/font/sysimsun_m.otf");
}
@font-face {
  font-family: sysimsun_b;
  src: url("https://photo.gmw.cn/font/sysimsun_b.otf");
}
.img-cover {
  object-fit: cover;
  background-size: cover;
}
img {
  vertical-align: top;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  font-family: "sysimsun_m", SimSun, "microsoft yahei", sans-serif;
  background: #fbf5ec url("../images/header.jpg") center top no-repeat;
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1020px;
  overflow: hidden;
  position: relative;
  z-index:9999;
}
.g-wrap .g-header .u-logo {
  position: absolute;
  width: 181px;
  top: 85px;
  left: 510px;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 676px;
  top: 234px;
  left: 242px;
}
.g-wrap .g-poster {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}
.g-wrap .g-poster .m-main ul {
  zoom: 1;
}
.g-wrap .g-poster .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-poster .m-main ul li {
  float: left;
  width: 270px;
  height: 480px;
  overflow: hidden;
  zoom: 1;
  margin-top: 50px;
  margin-right: 40px;
}
.g-wrap .g-poster .m-main ul li:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-poster .m-main ul li img {
  width: 270px;
  height: 480px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.g-wrap .g-poster .m-main ul li:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.g-wrap .g-poster .m-main ul li:nth-child(4),
.g-wrap .g-poster .m-main ul li:nth-child(8) {
  margin-right: 0;
}
