* {
  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;
}
.vertical-video {
  object-fit: fill;
}
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: 1200px;
  padding-bottom: 220px;
  margin: 0 auto;
  font-family: "microsoft yahei";
  background: url("../images/big-bg2.jpg") center top no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 727px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-keyword {
  position: absolute;
  width: 532px;
  height: 126px;
  top: 159px;
  left: 334px;
  animation: fadeInUp 0.8s .2s backwards;
  -webkit-animation: fadeInUp 0.8s .2s backwards;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 1026px;
  height: 172px;
  top: 320px;
  left: 87px;
  animation: zoomIn 1.2s 0.6s backwards;
  -webkit-animation: zoomIn 1.2s 0.6s backwards;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.g-wrap .g-headerline {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 170px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 70px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  background: url("../images/txt-bg1-1.png") center center no-repeat;
}
.g-wrap .g-headerline div {
  font-size: 18px;
  line-height: 40px;
  color: #FFF;
}
.g-wrap .g-headerline div a {
  color: #6DD6FA;
}
.g-wrap .g-keywords {
  overflow: hidden;
  background: url("../images/key-bg.jpg") center 474px no-repeat;
}
.g-wrap .m-keywords {
  width: 1200px;
  margin: 30px auto 0;
}
.g-wrap .g-keywords .m-tagcloud {
  height: 700px;
  min-height: 700px!important;
  min-width: 1200px!important;
  position: relative;
  overflow: hidden;
}
.g-wrap .g-keywords .m-tagcloud span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 20px!important;
  font-weight: bold;
  width: 134px;
  height: 136px;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: url("../images/key-bg.png") center top no-repeat;
}
.g-wrap .g-keywords .m-tagcloud span:hover {
  background: url("../images/key-bg-on.png") center top no-repeat;
}
.g-wrap .g-keywords .m-keywords-details {
  width: 1200px;
  margin: 10px auto 0;
  height: 260px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  align-items: center;
  background: url("../images/txt-bg2.png") center center no-repeat;
}
.g-wrap .g-keywords .m-keywords-details p {
  font-size: 18px;
  color: #FFF;
  line-height: 40px;
  text-align: justify;
  display: none;
}
.g-wrap .g-keywords .m-keywords-details p.on {
  display: block;
}
.g-wrap .g-poster {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  position: relative;
}
.g-wrap .g-poster .m-poster .swiper-slide {
  float: left;
  text-align: center;
  width: 360px;
  height: 563px;
  margin-right: 60px;
  background: url("../images/pic-bg.png") center center no-repeat;
}
.g-wrap .g-poster .m-poster .swiper-slide img {
  width: 320px;
  height: 480px;
  margin-top: 20px;
}
.g-wrap .g-poster .m-poster .swiper-slide p {
  width: 320px;
  font-size: 18px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px auto 0;
}
.g-wrap .g-poster .swiper-button-prev,
.g-wrap .g-poster .swiper-button-next {
  position: absolute;
  left: -50px;
  top: 269px;
  width: 24px;
  height: 46px;
  margin: 0;
  background: url("../images/arrow-prev.png") center center no-repeat;
}
.g-wrap .g-poster .swiper-button-prev:hover,
.g-wrap .g-poster .swiper-button-next:hover {
  background: url("../images/arrow-prev-on.png") center center no-repeat;
}
.g-wrap .g-poster .swiper-button-next {
  left: auto;
  right: -50px;
  background: url("../images/arrow-next.png") center center no-repeat;
}
.g-wrap .g-poster .swiper-button-next:hover {
  background: url("../images/arrow-next-on.png") center center no-repeat;
}
.g-wrap .g-video {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 681px;
  margin-top: 60px;
  overflow: hidden;
  background: url("../images/video-bg.png") center top no-repeat;
}
.g-wrap .g-video .m-video {
  width: 1136px;
  height: 639px;
  margin: 20px auto 0;
  position: relative;
}
.g-wrap .g-video .m-video #MultiAttachPh {
  display: none;
}
