* {
  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;
  min-width: 1200px;
  margin: 0 auto;
  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;
  position: relative;
  text-align: center;
}
.g-wrap .m-title a {
  position: absolute;
  width: 41px;
  height: 12px;
  right: 242px;
  bottom: 0;
  background: url("../images/icon-more.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 987px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 581px;
  height: 417px;
  top: 137px;
  left: 272px;
  animation: zoomIn 1.2s 0.3s backwards;
  -webkit-animation: zoomIn 1.2s 0.3s backwards;
}
.g-wrap .g-header .u-host {
  position: absolute;
  width: 637px;
  height: 185px;
  top: 616px;
  left: 287px;
  animation: fadeInUp 1s 1s backwards;
  -webkit-animation: fadeInUp 1s 1s 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: 210px;
  padding: 0px 54px 0 146px;
  overflow: hidden;
  box-sizing: border-box;
  background: url("../images/headline.png") center center no-repeat;
}
.g-wrap .g-headerline div {
  height: 170px;
  font-size: 18px;
  line-height: 36px;
  color: #4c2b28;
  margin-top: 20px;
  text-align: justify;
  display: flex;
  align-items: center;
}
.g-wrap .g-container {
  overflow: hidden;
  padding-bottom: 100px;
  background: #fff9f1 url("../images/big-bg.jpg") center top no-repeat;
}
.g-wrap .g-video {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.g-wrap .g-video .m-main {
  width: 1200px;
  height: 517px;
  margin: 32px auto 0;
  position: relative;
  background: url("../images/video-bg.png") center top no-repeat;
  zoom: 1;
}
.g-wrap .g-video .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-video .m-main #video-prev,
.g-wrap .g-video .m-main #video-next {
  position: absolute;
  width: 58px;
  height: 58px;
  left: -86px;
  top: 230px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background: url("../images/prev1.png") center center no-repeat;
}
.g-wrap .g-video .m-main #video-prev:hover,
.g-wrap .g-video .m-main #video-next:hover {
  background: url("../images/prev1-on.png") center center no-repeat;
}
.g-wrap .g-video .m-main #video-prev#video-next,
.g-wrap .g-video .m-main #video-next#video-next {
  left: auto;
  right: -86px;
  background: url("../images/next1.png") center center no-repeat;
}
.g-wrap .g-video .m-main #video-prev#video-next:hover,
.g-wrap .g-video .m-main #video-next#video-next:hover {
  background: url("../images/next1-on.png") center center no-repeat;
}
.g-wrap .g-video .m-main .m-video {
  float: left;
  width: 780px;
  height: 440px;
  overflow: hidden;
  margin: 39px 0 0 20px;
}
.g-wrap .g-video .m-main #m-video-info {
  float: right;
  position: relative;
  width: 380px;
  height: 517px;
  box-sizing: border-box;
  padding: 60px 40px 0;
}
.g-wrap .g-video .m-main #m-video-info dl dt {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.g-wrap .g-video .m-main #m-video-info dl dt a {
  color: #582724;
}
.g-wrap .g-video .m-main #m-video-info dl dd {
  font-size: 16px;
  line-height: 32px;
  color: #4c2b28;
  text-indent: 2em;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.g-wrap .g-video .m-main #m-video-info .video-more {
  position: absolute;
  right: 43px;
  bottom: 46px;
  width: 70px;
  height: 28px;
  background: url("../images/icon-detailed.png") center center no-repeat;
}
.g-wrap .g-video .m-main .m-video-list {
  display: none;
}
.g-wrap .g-photo {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 204px;
}
.g-wrap .g-photo .m-main {
  margin-top: 50px;
  position: relative;
}
.g-wrap .g-photo .m-main .swiper1 {
  cursor: grab;
}
.g-wrap .g-photo .m-main .swiper1 .swiper-slide {
  float: left;
  width: 380px;
  height: 710px;
  overflow: hidden;
  text-align: center;
  background: url("../images/pic-bg1.png") center center no-repeat;
  background-size: cover;
}
.g-wrap .g-photo .m-main .swiper1 .swiper-slide img {
  width: 360px;
  margin-top: 10px;
}
.g-wrap .g-photo .m-main .swiper1 .swiper-slide p {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #452a2b;
}
.g-wrap .g-photo .m-main .swiper1 .swiper-slide p a {
  color: #452a2b;
}
.g-wrap .g-photo .m-main .swiper-button-prev,
.g-wrap .g-photo .m-main .swiper-button-next {
  width: 58px;
  height: 58px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  top: 330px;
  left: -86px;
  margin: 0;
  background: url("../images/prev2.png") center center no-repeat;
}
.g-wrap .g-photo .m-main .swiper-button-prev:hover,
.g-wrap .g-photo .m-main .swiper-button-next:hover {
  background: url("../images/prev2-on.png") center center no-repeat;
}
.g-wrap .g-photo .m-main .swiper-button-prev.swiper-button-next,
.g-wrap .g-photo .m-main .swiper-button-next.swiper-button-next {
  left: auto;
  right: -86px;
  background: url("../images/next2.png") center center no-repeat;
}
.g-wrap .g-photo .m-main .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-photo .m-main .swiper-button-next.swiper-button-next:hover {
  background: url("../images/next2-on.png") center center no-repeat;
}
.g-wrap .g-viewpoint {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}
.g-wrap .g-viewpoint .m-main {
  position: relative;
  margin-top: 50px;
}
.g-wrap .g-viewpoint .m-main .swiper2 {
  height: 281px;
  z-index: 2;
}
.g-wrap .g-viewpoint .m-main .swiper2 .swiper-slide {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 50px 75px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-wrap .g-viewpoint .m-main .swiper2 .swiper-slide .m-pic {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.g-wrap .g-viewpoint .m-main .swiper2 .swiper-slide .m-pic img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.g-wrap .g-viewpoint .m-main .swiper2 .swiper-slide.swiper-slide-active {
  transform: scale(1.56);
}
.g-wrap .g-viewpoint .m-main .swiper2 .swiper-slide.swiper-slide-active .m-pic {
  background: url("../images/pic-bg2.png") center center no-repeat;
  background-size: 100% 100%;
}
.g-wrap .g-viewpoint .m-main .swiper2 .swiper-slide.swiper-slide-active .m-pic img {
  width: 180px;
  height: 180px;
  transform: scale(0.8);
}
.g-wrap .g-viewpoint .m-main .swiper2 .swiper-slide.swiper-slide-active .m-txt {
  display: block;
}
.g-wrap .g-viewpoint .m-main .swiper-button-prev,
.g-wrap .g-viewpoint .m-main .swiper-button-next {
  width: 58px;
  height: 58px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  top: 114px;
  left: -86px;
  margin: 0;
  background: url("../images/prev2.png") center center no-repeat;
}
.g-wrap .g-viewpoint .m-main .swiper-button-prev:hover,
.g-wrap .g-viewpoint .m-main .swiper-button-next:hover {
  background: url("../images/prev2-on.png") center center no-repeat;
}
.g-wrap .g-viewpoint .m-main .swiper-button-prev.swiper-button-next,
.g-wrap .g-viewpoint .m-main .swiper-button-next.swiper-button-next {
  left: auto;
  right: -86px;
  background: url("../images/next2.png") center center no-repeat;
}
.g-wrap .g-viewpoint .m-main .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-viewpoint .m-main .swiper-button-next.swiper-button-next:hover {
  background: url("../images/next2-on.png") center center no-repeat;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt {
  z-index: 1;
  height: 280px;
  margin-top: -40px;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt {
  display: none;
  width: 1200px;
  height: 280px;
  box-sizing: border-box;
  padding: 50px 50px 0;
  background: url("../images/txt-bg.png") center center no-repeat;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt .u-person {
  text-align: center;
  overflow: hidden;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt .u-person span {
  color: #582724;
  vertical-align: bottom;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt .u-person span:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt .u-person span:nth-child(2) {
  font-size: 16px;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt dl dt {
  font-size: 16px;
  color: #582724;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 22px 0 8px 0;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt dl dt a {
  color: #582724;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt dl dd {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  color: #4c2b28;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-viewpoint .m-main #swiper2-txt .m-txt dl dd a {
  color: #c53820;
}
.g-wrap .g-previous {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
}
.g-wrap .g-previous .m-main {
  height: 370px;
  overflow: hidden;
  margin-top: 40px;
  background: url("../images/photo-bg.png") center center no-repeat;
}
.g-wrap .g-previous .m-main .swiper3 {
  width: 1040px;
  height: 280px;
  margin: 56px auto 0;
}
.g-wrap .g-previous .m-main .swiper3 .swiper-slide {
  width: 320px;
  margin-right: 40px;
}
.g-wrap .g-previous .m-main .swiper3 .swiper-slide img {
  width: 320px;
  height: 200px;
  border: 5px solid #f5e9db;
  box-sizing: border-box;
}
.g-wrap .g-previous .m-main .swiper3 .swiper-slide p {
  font-size: 16px;
  line-height: 36px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-previous .m-main .swiper3 .swiper-slide p a {
  color: #582724;
}
.g-wrap .g-previous .m-main .swiper3 .swiper-pagination {
  height: 16px;
  bottom: 0;
}
.g-wrap .g-previous .m-main .swiper3 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 16px;
  background: #e4c5a4;
  margin: 0 10px;
  vertical-align: top;
}
.g-wrap .g-previous .m-main .swiper3 .swiper-pagination .swiper-pagination-bullet-active {
  background: url("../images/icon-point.png") center center no-repeat;
}
