* {
  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: 212px;
  position: absolute;
  top: 0;
  right: 0;
}
.g-wrap .m-title img {
  position: absolute;
  top: 0;
  right: -6px;
}
.g-wrap .m-title a {
  position: absolute;
  width: 60px;
  height: 26px;
  right: 72px;
  top: 320px;
  background: url("../images/more.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1068px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 803px;
  height: 402px;
  top: 188px;
  left: 199px;
  animation: zoomIn 1s 0.3s backwards;
  -webkit-animation: zoomIn 1s 0.3s backwards;
}
.g-wrap .g-header .m-introduce {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 260px;
  box-sizing: border-box;
  padding: 80px 56px 0 164px;
  margin-top: 808px;
  overflow: hidden;
  text-align: justify;
  background: url("../images/introduce-bg.png") center center no-repeat;
}
.g-wrap .g-header .m-introduce p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2rem;
  color: #FFF;
  margin-bottom: 8px;
}
.g-wrap .g-header .m-introduce p a {
  color: #ffe896;
}
@-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;
  }
}
.g-wrap .g-content {
  overflow: hidden;
  padding: 120px 0 100px;
  background: url("../images/big-bg.jpg") center top no-repeat;
}
.g-wrap .g-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
}
.g-wrap .g-news:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .swiper-news {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 520px;
  height: 420px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.g-wrap .g-news .swiper-news .swiper-slide img {
  width: 100%;
  height: 360px;
}
.g-wrap .g-news .swiper-news .swiper-slide p {
  padding: 0 50px;
  text-align: center;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  background: #ffe7c9;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-news .swiper-news .swiper-slide p a {
  color: #000;
}
.g-wrap .g-news .swiper-news .swiper-button-prev,
.g-wrap .g-news .swiper-news .swiper-button-next {
  width: 14px;
  height: 26px;
  margin: 0;
  left: 20px;
  top: 377px;
  background: url("../images/arrow-prev.png") center center no-repeat;
}
.g-wrap .g-news .swiper-news .swiper-button-prev:hover,
.g-wrap .g-news .swiper-news .swiper-button-next:hover {
  background: url("../images/arrow-prev-on.png") center center no-repeat;
}
.g-wrap .g-news .swiper-news .swiper-button-prev.swiper-button-next,
.g-wrap .g-news .swiper-news .swiper-button-next.swiper-button-next {
  left: auto;
  right: 20px;
  background: url("../images/arrow-next.png") center center no-repeat;
}
.g-wrap .g-news .swiper-news .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-news .swiper-news .swiper-button-next.swiper-button-next:hover {
  background: url("../images/arrow-next-on.png") center center no-repeat;
}
.g-wrap .g-news .m-news-right {
  float: right;
  width: 560px;
  height: 430px;
  margin-top: 40px;
  margin: 35px 200px 0 0;
  padding: 0 45px 0 100px;
  box-sizing: border-box;
  background: url("../images/news-bg.png") center center no-repeat;
}
.g-wrap .g-news .m-news-right dl {
  margin-left: 10px;
  padding-bottom: 20px;
  padding-right: 26px;
  border-bottom: 1px dotted #da7e83;
}
.g-wrap .g-news .m-news-right dl dt {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #222;
  margin: 28px 0 8px 0;
}
.g-wrap .g-news .m-news-right dl dt a {
  color: #222;
}
.g-wrap .g-news .m-news-right dl dd {
  font-size: 16px;
  text-indent: 2em;
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-news .m-news-right dl dd a {
  color: #f27937;
}
.g-wrap .g-news .m-news-right ul {
  margin-top: 30px;
}
.g-wrap .g-news .m-news-right ul li {
  font-size: 18px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 30px;
  border-radius: 18px;
  margin-top: 10px;
  padding-right: 10px;
  color: #000;
  background: url("../images/icon-list.png") 10px center no-repeat;
}
.g-wrap .g-news .m-news-right ul li a {
  color: #000;
}
.g-wrap .g-news .m-news-right ul li:hover {
  text-indent: 40px;
  color: #fff;
  background: #fc5254 url("../images/icon-list-on.png") 20px center no-repeat;
}
.g-wrap .g-news .m-news-right ul li:hover a {
  color: #fff;
}
.g-wrap .g-video {
  width: 1200px;
  height: 930px;
  margin: 100px auto 0;
  overflow: hidden;
  position: relative;
  background: url("../images/live-bg.png") center center no-repeat;
}
.g-wrap .g-video .m-title {
  top: 50px;
  right: auto;
  left: 6px;
}
.g-wrap .g-video .m-title img {
  right: 0;
}
.g-wrap .g-video .m-video {
  width: 878px;
  height: 493px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #ffe7c9;
  border-radius: 10px;
  position: relative;
  margin: 43px 0 0 240px;
}
.g-wrap .g-video #playLists {
  margin: 93px auto 0;
  position: relative;
}
.g-wrap .g-video #playLists .swiper-button-prev,
.g-wrap .g-video #playLists .swiper-button-next {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 90px;
  left: 40px;
  cursor: pointer;
  margin-top: 0;
  background: url("../images/arrow-prev1.png") 0 0 no-repeat;
}
.g-wrap .g-video #playLists .swiper-button-prev:hover,
.g-wrap .g-video #playLists .swiper-button-next:hover {
  background: url("../images/arrow-prev1-on.png") 0 0 no-repeat;
}
.g-wrap .g-video #playLists .swiper-button-prev.swiper-button-next,
.g-wrap .g-video #playLists .swiper-button-next.swiper-button-next {
  left: auto;
  right: 40px;
  background: url("../images/arrow-next1.png") 0 0 no-repeat;
}
.g-wrap .g-video #playLists .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-video #playLists .swiper-button-next.swiper-button-next:hover {
  background: url("../images/arrow-next1-on.png") 0 0 no-repeat;
}
.g-wrap .g-video #playLists .swiper-video {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
}
.g-wrap .g-video #playLists .swiper-video .swiper-slide {
  float: left;
  width: 320px;
  position: relative;
  text-align: center;
  margin-right: 30px;
}
.g-wrap .g-video #playLists .swiper-video .swiper-slide .u-pic {
  width: 320px;
  height: 210px;
  background: #FFF;
  border-radius: 5px;
}
.g-wrap .g-video #playLists .swiper-video .swiper-slide .u-pic img {
  box-sizing: border-box;
  width: 310px;
  height: 200px;
  cursor: pointer;
  margin: 5px auto 0;
  border-radius: 5px;
}
.g-wrap .g-video #playLists .swiper-video .swiper-slide .u-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 80px;
  right: 0;
  margin: auto;
  transition: .3s;
  -webkit-transition: .3s;
  opacity: 0;
  cursor: pointer;
  border: none;
}
.g-wrap .g-video #playLists .swiper-video .swiper-slide.current .u-icon {
  opacity: 1;
}
.g-wrap .g-video #playLists .swiper-video .swiper-slide:hover .u-icon {
  opacity: 1;
}
.g-wrap .g-video #playLists .swiper-video .swiper-slide .playlist-title {
  font-size: 18px;
  color: #000;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-video #playLists .videoUrl {
  display: none;
}
.g-wrap .g-poster {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  position: relative;
}
.g-wrap .g-poster .m-title {
  top: 28px;
}
.g-wrap .g-poster .m-title img {
  right: -4px;
}
.g-wrap .g-poster .m-title a {
  right: 68px;
  top: 303px;
}
.g-wrap .g-poster .m-main {
  zoom: 1;
}
.g-wrap .g-poster .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-poster .m-main ul {
  zoom: 1;
  float: left;
}
.g-wrap .g-poster .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-poster .m-main ul li {
  float: left;
  width: 300px;
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 40px 0 0;
}
.g-wrap .g-poster .m-main ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
.g-wrap .g-poster .m-main ul li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.g-wrap .g-poster .m-main ul:last-child {
  float: right;
  margin-top: 40px;
}
.g-wrap .g-poster .m-main ul:last-child li {
  margin: 0 0 0 40px;
}
.g-wrap .g-photo {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  position: relative;
}
.g-wrap .g-photo .m-title {
  right: auto;
  left: 0;
}
.g-wrap .g-photo .m-title img {
  left: -8px;
}
.g-wrap .g-photo .m-title a {
  top: 425px;
  right: 90px;
}
.g-wrap .g-photo .m-main {
  width: 980px;
  margin-left: 220px;
}
.g-wrap .g-photo .m-main ul {
  zoom: 1;
}
.g-wrap .g-photo .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-photo .m-main ul li {
  float: left;
  width: 300px;
  height: 270px;
  overflow: hidden;
  margin: 0 40px 40px 0;
  border-radius: 10px;
}
.g-wrap .g-photo .m-main ul li .u-pic {
  width: 300px;
  height: 220px;
  overflow: hidden;
}
.g-wrap .g-photo .m-main ul li .u-pic img {
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
.g-wrap .g-photo .m-main ul li p {
  font-size: 18px;
  color: #4b342c;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background: #FFF;
}
.g-wrap .g-photo .m-main ul li p a {
  color: #4b342c;
}
.g-wrap .g-photo .m-main ul li:nth-child(3n) {
  margin-right: 0;
}
.g-wrap .g-photo .m-main ul li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
