* {
  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;
  }
}
.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;
  min-width: 1360px;
  margin: 0 auto;
  font-family: "microsoft yahei";
  background: url("https://imgtopics.gmw.cn/46937.files/images/header.png") center top no-repeat;
}
.g-wrap .m-title {
  position: relative;
  overflow: hidden;
}
.g-wrap .m-title img {
  margin-left: 50%;
  transform: translateX(-50%);
}
.g-wrap #g-window {
  display: none;
  position: fixed;
  left: 50%;
  top: 268px;
  width: 135px;
  height: 358px;
  margin-left: 640px;
  z-index: 99;
  background: url("../images/window.png") center center no-repeat;
  background-size: 100%;
}
.g-wrap .g-header {
  overflow: hidden;
  height: 1452px;
  background: url("../images/header.jpg") center top no-repeat;
}
.g-wrap .g-header .m-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.g-wrap .g-header .m-header .u-title {
  position: absolute;
  width: 1057px;
  height: 882px;
  top: 143px;
  left: 93px;
  z-index: 2;
  animation: bounceIn 1.2s 0.3s backwards;
  -webkit-animation: bounceIn 1.2s 0.3s backwards;
}
.g-wrap .g-header .m-header #u-girl {
  position: absolute;
  width: 367px;
  height: 400px;
  top: 126px;
  left: -281px;
  z-index: 2;
  animation: fadeInLeft 1s 0.6s backwards;
  -webkit-animation: fadeInLeft 1s 0.6s backwards;
}
.g-wrap .g-header .m-header #u-boy {
  position: absolute;
  width: 385px;
  height: 558px;
  top: 622px;
  left: 1111px;
  z-index: 2;
  animation: fadeInRight 1s 0.6s backwards;
  -webkit-animation: fadeInRight 1s 0.6s backwards;
}
.g-wrap .g-header .g-introduce {
  width: 100%;
  height: 335px;
  margin-top: 1069px;
  background: url("../images/introduce-bg.png") center center no-repeat;
}
.g-wrap .g-header .g-introduce .m-introduce {
  box-sizing: border-box;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-indent: 2em;
  line-height: 38px;
  color: #474747;
  text-align: justify;
  padding: 104px 50px 0 232px;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.g-wrap .g-content {
  height: 4048px;
  background: url("../images/big-bg.jpg") center top no-repeat;
}
.g-wrap .g-content .g-barrage {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 423px;
  overflow: hidden;
  background: url("../images/barrage-wrap.png") center center no-repeat;
}
.g-wrap .g-content .g-barrage .m-barrage {
  width: 1160px;
  height: 286px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 80px auto 0;
  padding: 35px 3px 0 1px;
  background: url("../images/barrage-bg.png") center center no-repeat;
}
.g-wrap .g-content .g-barrage .m-barrage .swiper1 {
  width: 1920px;
  will-change: transform;
}
.g-wrap .g-content .g-barrage .m-barrage .swiper1 .swiper-wrapper {
  will-change: transform;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.g-wrap .g-content .g-disclosures {
  margin-top: 8px;
}
.g-wrap .g-content .g-disclosures .m-wrap {
  height: 997px;
  margin-top: 42px;
  background: url("../images/bg1.png") center top no-repeat;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li:nth-child(1) {
  width: 371px;
  height: 260px;
  left: 71px;
  top: 150px;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li:nth-child(2) {
  width: 301px;
  height: 370px;
  left: 517px;
  top: 173px;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li:nth-child(3) {
  width: 301px;
  height: 214px;
  left: 887px;
  top: 127px;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li:nth-child(4) {
  width: 301px;
  height: 214px;
  left: 140px;
  top: 499px;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li:nth-child(5) {
  width: 301px;
  height: 214px;
  left: 517px;
  top: 615px;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li:nth-child(6) {
  width: 241px;
  height: 170px;
  left: 887px;
  top: 423px;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li img {
  width: 100%;
  height: 100%;
  transition: .3s;
  -webkit-transition: .3s;
}
.g-wrap .g-content .g-disclosures .m-wrap .m-main ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.g-wrap .g-content .g-hot-search {
  margin-top: 35px;
}
.g-wrap .g-content .g-hot-search .m-wrap {
  height: 1016px;
  margin-top: 34px;
  background: url("../images/bg2.png") center top no-repeat;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li:nth-child(1) {
  width: 300px;
  height: 369px;
  left: 10px;
  top: 145px;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li:nth-child(2) {
  width: 371px;
  height: 260px;
  left: 375px;
  top: 248px;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li:nth-child(3) {
  width: 301px;
  height: 214px;
  left: 809px;
  top: 136px;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li:nth-child(4) {
  width: 241px;
  height: 170px;
  left: 73px;
  top: 586px;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li:nth-child(5) {
  width: 371px;
  height: 260px;
  left: 375px;
  top: 586px;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li:nth-child(6) {
  width: 300px;
  height: 370px;
  left: 811px;
  top: 427px;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li img {
  width: 100%;
  height: 100%;
  transition: .3s;
  -webkit-transition: .3s;
}
.g-wrap .g-content .g-hot-search .m-wrap .m-main ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.g-wrap .g-content .m-blog {
  margin-top: 41px;
}
.g-wrap .g-content .m-blog .m-wrap {
  height: 793px;
  margin-top: 61px;
  background: url("../images/bg3.png") center top no-repeat;
}
.g-wrap .g-content .m-blog .m-wrap .m-main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  zoom: 1;
}
.g-wrap .g-content .m-blog .m-wrap .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-content .m-blog .m-wrap .m-main .m-left {
  float: left;
  width: 680px;
  margin: 56px 0 0 80px;
}
.g-wrap .g-content .m-blog .m-wrap .m-main .m-right {
  float: right;
  width: 330px;
  margin: 56px 80px 0 0;
}
