* {
  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: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none;
}
html,
body {
  height: 100%;
  overflow: hidden;
  font-family: "microsoft yahei";
}
.g-wrap {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  min-width: 1460px;
  margin: 0 auto;
}
.g-wrap .g-part {
  overflow: hidden;
  background: url("../images/slide-bg.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-part .slide-tips {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 6vh;
  z-index: 9;
  display: none;
  cursor: pointer;
  -webkit-animation: fadeInDown 2s infinite;
  animation: fadeInDown 2s infinite;
}
.g-wrap .g-cover {
  background: url("../images/cover.jpg") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-cover .m-main {
  width: 1400px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  visibility: hidden;
}
.g-wrap .g-cover .m-main .u-title {
  position: absolute;
  top: 29vh;
  left: -100px;
  width: 835px;
  height: 462px;
  z-index: 8;
}
.g-wrap .g-cover .m-main .u-wrap {
  position: absolute;
  width: 952px;
  height: 820px;
  top: 4vh;
  left: 584px;
}
.g-wrap .g-cover .m-main .u-wrap .u-person {
  position: absolute;
  top: 20px;
  left: 0;
  width: 952px;
  height: 760px;
  z-index: 1;
  overflow: hidden;
}
.g-wrap .g-cover .m-main .u-wrap .u-host {
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 897px;
  height: 161px;
  z-index: 9;
}
.g-wrap .g-cover .m-main .u-loudspeaker {
  position: absolute;
  bottom: 5px;
  left: -105px;
  width: 321px;
  height: 340px;
  z-index: 1;
}
@-webkit-keyframes titleMove {
  0% {
    opacity: 0;
    transform: translate3d(60%, 15%, 0) scale(0);
    z-index: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    z-index: 8;
  }
}
@keyframes titleMove {
  0% {
    opacity: 0;
    transform: translate3d(60%, 15%, 0) scale(0);
    z-index: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    z-index: 8;
  }
}
@-webkit-keyframes loudspeakerMove {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0);
  }
}
@keyframes loudspeakerMove {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.g-wrap .g-cover .m-main .ani-title {
  animation: titleMove 0.8s 1.1s both;
  -webkit-animation: titleMove 0.8s 1.1s both;
}
.g-wrap .g-cover .m-main .ani-host {
  animation: bounceInUp 1s 0.2s both;
  -webkit-animation: bounceInUp 1s 0.2s both;
}
.g-wrap .g-cover .m-main .ani-person {
  animation: bounceInUp 1s 0.6s both;
  -webkit-animation: bounceInUp 1s 0.6s both;
}
.g-wrap .g-cover .m-main .ani-loudspeaker {
  animation: loudspeakerMove 0.8s 1.1s both;
  -webkit-animation: loudspeakerMove 0.8s 1.1s both;
}
.g-wrap .g-video .m-main {
  width: 1141px;
  height: 100%;
  margin: 0 auto 0;
  position: relative;
}
.g-wrap .g-video .m-main .m-nav {
  position: absolute;
  padding-left: 30px;
  height: 658px;
  left: -200px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/line.png") 10px center no-repeat;
}
.g-wrap .g-video .m-main .m-nav ol {
  padding-top: 32px;
}
.g-wrap .g-video .m-main .m-nav ol li {
  font-size: 18px;
  color: #222;
  cursor: pointer;
  position: relative;
  margin-top: 96px;
}
.g-wrap .g-video .m-main .m-nav ol li:before {
  content: "";
  position: absolute;
  left: -29px;
  width: 22px;
  height: 22px;
  background: url("../images/icon-circle.png") center center no-repeat;
}
.g-wrap .g-video .m-main .m-nav ol li.current:before {
  background: url("../images/icon-circle-on.png") center center no-repeat;
}
.g-wrap .g-video .m-main ul {
  zoom: 1;
  height: 654px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.g-wrap .g-video .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-video .m-main ul.current {
  display: block;
}
.g-wrap .g-video .m-main ul li {
  float: left;
  width: 347px;
  height: 297px;
  transition: .3s;
  margin: 0 50px 60px 0;
  -webkit-transition: .3s;
  overflow: hidden;
  background: url("../images/pic-bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-video .m-main ul li:nth-child(3n) {
  margin-right: 0;
}
.g-wrap .g-video .m-main ul li:nth-child(4),
.g-wrap .g-video .m-main ul li:nth-child(5),
.g-wrap .g-video .m-main ul li:nth-child(6) {
  margin-bottom: 0;
}
.g-wrap .g-video .m-main ul li .m-pic {
  width: 300px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 19px auto 0;
}
.g-wrap .g-video .m-main ul li .m-pic .u-pic {
  width: 300px;
  height: 200px;
}
.g-wrap .g-video .m-main ul li .m-pic .u-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .3s;
  -webkit-transition: .3s;
}
.g-wrap .g-video .m-main ul li p {
  padding: 22px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  transition: .3s;
  -webkit-transition: .3s;
}
.g-wrap .g-video .m-main ul li p a {
  color: #222;
  transition: .3s;
  -webkit-transition: .3s;
}
.g-wrap .g-video .m-main ul li:hover {
  background: url("../images/pic-bg-on.png") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-video .m-main ul li:hover .u-icon {
  opacity: 1;
}
.g-wrap .g-video .m-main ul li:hover p {
  color: #fff;
}
.g-wrap .g-video .m-main ul li:hover p a {
  color: #fff;
}
.g-wrap .g-photo .m-main {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.g-wrap .g-photo .m-main .u-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 5vh;
  -webkit-transform:translateX(20px);
  transform:translateX(20px);
  margin: auto;
  width: 413px;
  height: auto;
}
.g-wrap .g-photo .m-main .m-slide-wrap {
  position: absolute;
  width: 100%;
  height: 635px;
  top: 24vh;
  overflow: hidden;
  margin: auto;
}
.g-wrap .g-photo .m-main .m-slide-wrap:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 635px;
  left: 40px;
  top: 0;
  background: url("../images/line-left.png") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-photo .m-main .m-slide-wrap:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 635px;
  right: 40px;
  top: 0;
  background: url("../images/line-right.png") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-photo {
  width: 1150px;
  margin: 8px auto 0;
}
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-photo .swiper-slide img {
  width: 330px;
  height: 560px;
}
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-photo .swiper-slide p {
  height: 60px;
  line-height: 60px;
  background: #613d26;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-prev,
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-next {
  width: 50px;
  height: 50px;
  margin: 0;
  top: 278px;
  left: 16px;
  transition: .3s;
  -webkit-transition: .3s;
  background: url("../images/arrow-prev.jpg") center center no-repeat;
}
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-prev:hover,
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-next:hover {
  background: url("../images/arrow-prev-on.jpg") center center no-repeat;
}
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-prev.swiper-button-next,
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-next.swiper-button-next {
  left: auto;
  right: 16px;
  background: url("../images/arrow-next.jpg") center center no-repeat;
}
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-photo .m-main .m-slide-wrap .swiper-button-next.swiper-button-next:hover {
  background: url("../images/arrow-next-on.jpg") center center no-repeat;
}
