* {
  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;
  position: relative;
  text-align: center;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 593px;
  height: 562px;
  top: 141px;
  left: 35px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: zoomIn 1s 0.2s backwards;
  -webkit-animation: zoomIn 1s 0.2s 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;
  }
}
.g-wrap .g-container {
  overflow: hidden;
  background: url("../images/container.jpg") center top no-repeat;
}
.g-wrap #MultiAttachPh {
  display: none;
}
.g-wrap .g-live {
  width: 1275px;
  height: 751px;
  margin: 76px auto 0;
  overflow: hidden;
  background: url("../images/video-bg.png") center top no-repeat;
}
.g-wrap .g-live .m-live {
  width: 1200px;
  height: 675px;
  margin: 38px auto 0;
  position: relative;
  /*img{
                width: 1200px;
                height: 675px;
            }*/
}
.g-wrap .g-live .m-live #MultiAttachPh {
  display: none;
}
.g-wrap .g-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: 94px;
  position: relative;
}
.g-wrap .g-news:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-news-swiper {
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 9;
  width: 660px;
  height: 470px;
}
.g-wrap .g-news .m-news-swiper .swiper-slide {
  position: relative;
  width: 660px;
  height: 470px;
}
.g-wrap .g-news .m-news-swiper .swiper-slide img {
  width: 660px;
  height: 470px;
}
.g-wrap .g-news .m-news-swiper .swiper-slide p {
  position: absolute;
  width: 100%;
  height: 90px;
  padding: 0 120px 0 20px;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  line-height: 134px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.g-wrap .g-news .m-news-swiper .swiper-slide p a {
  font-size: 18px;
  color: #FFF;
}
.g-wrap .g-news .m-news-swiper .swiper-pagination {
  position: absolute;
  width: auto;
  height: 8px;
  left: auto;
  bottom: 18px;
  right: 18px;
  overflow: hidden;
}
.g-wrap .g-news .m-news-swiper .swiper-pagination .swiper-pagination-bullet {
  float: left;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #FFF;
  vertical-align: top;
}
.g-wrap .g-news .m-news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #1fa1ff;
}
.g-wrap .g-news .m-news-right {
  float: right;
  width: 580px;
  border: 1px solid #cecece;
}
.g-wrap .g-news .m-news-right dl {
  min-height: 205px;
  box-sizing: border-box;
  padding: 25px 50px 20px 80px;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.g-wrap .g-news .m-news-right dl:after {
  position: absolute;
  content: "";
  transition: .4s;
  -webkit-transition: .4s;
  left: 0;
  bottom: -1.5px;
  width: 0;
  height: 3px;
  background: #936cfc;
}
.g-wrap .g-news .m-news-right dl:hover::after {
  width: 100%;
}
.g-wrap .g-news .m-news-right dl dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-news .m-news-right dl dt a {
  color: #333;
}
.g-wrap .g-news .m-news-right dl dd {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  text-align: justify;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-news .m-news-right dl:last-child {
  border-bottom: 0;
}
.g-wrap .g-news .m-news-right .u-more {
  position: absolute;
  width: 103px;
  height: 38px;
  right: 14px;
  bottom: -33px;
  background: url("../images/icon-more1.png") center center no-repeat;
}
.g-wrap .g-info {
  width: 1221px;
  margin: 110px auto 0;
  padding-bottom: 177px;
}
.g-wrap .g-info .m-hot {
  margin-top: 58px;
}
.g-wrap .g-info .m-hot dl {
  width: 1221px;
  height: 215px;
  box-sizing: border-box;
  padding: 40px 46px 0 66px;
  margin: 0 auto 0;
  background: url("../images/txtx-bg.png") center center no-repeat;
}
.g-wrap .g-info .m-hot dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.g-wrap .g-info .m-hot dl dt a {
  color: #333;
}
.g-wrap .g-info .m-hot dl dd {
  font-size: 16p;
  line-height: 32px;
  color: #666;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-info .m-hot dl:last-child {
  margin-top: 35px;
}
.g-wrap .g-info .m-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  margin-top: 48px;
}
.g-wrap .g-info .m-list:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-info .m-list li {
  float: left;
  width: 580px;
  height: 120px;
  background: #FFF;
  margin: 0 40px 25px 0;
}
.g-wrap .g-info .m-list li dl {
  box-sizing: border-box;
  padding: 18px 20px 0;
}
.g-wrap .g-info .m-list li dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-info .m-list li dl dt a {
  color: #333;
}
.g-wrap .g-info .m-list li dl dd {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
}
.g-wrap .g-info .m-list li dl dd a {
  color: #4573fd;
}
.g-wrap .g-info .m-list li:nth-child(even) {
  margin: 0 0 0 0;
}
.g-wrap .g-info .m-list li:nth-child(3),
.g-wrap .g-info .m-list li:nth-child(4) {
  margin-bottom: 0;
}
.g-wrap .g-info .m-more {
  margin-top: 50px;
  text-align: center;
}
.g-wrap .g-info .m-more a {
  display: inline-block;
  width: 103px;
  height: 38px;
  background: url("../images/icon-more2.png") center center no-repeat;
}
.g-wrap .g-photo {
  margin-top: 60px;
  padding-bottom: 120px;
}
.g-wrap .g-photo .m-photo {
  margin-top: 70px;
}
.g-wrap .g-photo .m-photo:before,
.g-wrap .g-photo .m-photo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc((100% - 1200px) / 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: 1200px;
  height: 700px;
  position: relative;
}
.g-wrap .g-photo .m-photo .swiper-wrapper .swiper-slide img {
  width: 1200px;
  height: 700px;
}
.g-wrap .g-photo .m-photo .swiper-wrapper .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 150px;
  font-size: 24px;
  width: 1200px;
  height: 160px;
  line-height: 204px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  color: #fff;
}
.g-wrap .g-photo .m-photo .swiper-wrapper .swiper-slide p a {
  color: #FFF;
}
.g-wrap .g-photo .swiper-button-prev,
.g-wrap .g-photo .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  left: auto;
  background: url("../images/icon-prev.jpg") 0 0 no-repeat;
  top: 620px;
  right: 50%;
  margin: 0 -505px 0 0;
  z-index: 99;
}
.g-wrap .g-photo .swiper-button-prev:hover,
.g-wrap .g-photo .swiper-button-next:hover {
  background: url("../images/icon-prev-on.jpg") 0 0 no-repeat;
}
.g-wrap .g-photo .swiper-button-next {
  right: 50%;
  margin: 0 -580px 0 0;
  background: url("../images/icon-next.jpg") 0 0 no-repeat;
}
.g-wrap .g-photo .swiper-button-next:hover {
  background: url("../images/icon-next-on.jpg") 0 0 no-repeat;
}
.g-mobile .g-wrap {
  background: url("../images/mob-header.jpg") center top no-repeat;
}
.g-mobile .g-wrap .g-header {
  height: 578px;
}
.g-mobile .g-wrap .g-header img {
  display: none;
}
