* {
  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 {
  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;
  font-family: "microsoft yahei";
  background: url("../images/header.jpg") center top no-repeat;
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.g-wrap .m-title img {
  margin-left: 234px;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .m-title {
  position: absolute;
  width: 780px;
  height: 76px;
  top: 118px;
  left: 210px;
  animation: fadeInDown 1s 0.2s backwards;
  -webkit-animation: fadeInDown 1s 0.2s backwards;
}
.g-wrap .g-header .m-subtitle {
  position: absolute;
  width: 1198px;
  height: 368px;
  top: 354px;
  left: 0;
  animation: zoomIn 2s 0.6s backwards;
  -webkit-animation: zoomIn 1s 0.6s backwards;
}
.g-wrap .g-header .m-host {
  position: absolute;
  width: 1200px;
  height: 42px;
  top: 874px;
  left: 0;
  animation: fadeIn 1s 1.2s backwards;
  -webkit-animation: fadeIn 1s 1.2s backwards;
}
@-webkit-keyframes fadeInDown {
  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 fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-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 fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.g-wrap .g-container {
  overflow: hidden;
  padding-bottom: 99px;
  background: url("../images/big-bg.jpg") center top no-repeat;
}
.g-wrap .g-video {
  width: 1194;
  height: 674px;
  margin: 158px auto 0;
  overflow: hidden;
  background: url("../images/video-bg.png") center top no-repeat;
}
.g-wrap .g-video .m-video {
  width: 976px;
  height: 549px;
  margin: 62px auto 0;
  position: relative;
}
.g-wrap .g-video .m-video #MultiAttachPh {
  display: none;
}
.g-wrap .g-headerline {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 692px;
  margin: 100px auto 0;
  overflow: hidden;
}
.g-wrap .g-headerline .m-headerline {
  font-size: 22px;
  line-height: 50px;
  text-indent: 2rem;
  color: #000;
  margin-top: 180px;
}
.g-wrap .g-guests {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 1340px;
  box-sizing: border-box;
  padding-top: 62px;
}
.g-wrap .g-guests .m-guests {
  width: 1193px;
  margin: 114px auto 0;
}
.g-wrap .g-photo {
  width: 100%;
  margin-top: 82px;
  overflow: hidden;
}
.g-wrap .g-photo .m-photo {
  margin-top: 104px;
}
.g-wrap .g-photo .m-photo:before,
.g-wrap .g-photo .m-photo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc((100% - 980px) / 2);
  height: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.6);
}
.g-wrap .g-photo .m-photo:after {
  left: auto;
  right: 0;
}
.g-wrap .g-photo .m-photo .swiper-wrapper .swiper-slide {
  width: 950px;
  height: 500px;
  position: relative;
}
.g-wrap .g-photo .m-photo .swiper-wrapper .swiper-slide img {
  width: 950px;
  height: 500px;
}
.g-wrap .g-photo .m-photo .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 40px;
  width: 950px;
  height: 45px;
  line-height: 45px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 33, 65, 0.5);
  text-align: left;
  color: #fff;
}
.g-wrap .g-photo .swiper-button-prev,
.g-wrap .g-photo .swiper-button-next {
  position: absolute;
  width: 24px;
  height: 59px;
  background: url("../images/arrow-prev.png") 0 0 no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -465px;
  z-index: 99;
}
.g-wrap .g-photo .swiper-button-next {
  left: auto;
  right: 50%;
  margin: -41px -465px 0 0;
  background: url("../images/arrow-next.png") 0 0 no-repeat;
}
