* {
  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-cover {
  object-fit: cover;
  background-size: cover;
}
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;
}
.g-wrap .m-title img {
  margin-left: 284px;
}
.g-wrap .m-title a {
  position: absolute;
  width: 44px;
  height: 12px;
  right: 315px;
  bottom: 25px;
  background: url("../images/more2.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1050px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 1034px;
  height: 369px;
  top: 202px;
  left: 83px;
  animation: zoomIn 1.5s 0.8s backwards;
  -webkit-animation: zoomIn 1.5s 0.8s 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-headerline {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 160px;
  box-sizing: border-box;
  padding: 20px 30px 0 108px;
  overflow: hidden;
  background: url("../images/headline.png") center center no-repeat;
}
.g-wrap .g-headerline dt {
  font-size: 32px;
  font-weight: bold;
}
.g-wrap .g-headerline dt a {
  color: #000000;
}
.g-wrap .g-headerline dd {
  font-size: 16px;
  text-indent: 2rem;
  line-height: 30px;
  color: #555;
  margin-top: 10px;
}
.g-wrap .g-headerline dd a {
  color: #287bcf;
}
.g-wrap .g-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  position: relative;
  margin: 60px auto 100px;
}
.g-wrap .g-news:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-swiper-news {
  position: absolute;
  top: 30px;
  left: 0;
  width: 658px;
  height: 428px;
  border: 1px solid #d0e5f5;
  border-radius: 10px;
  background: #FFF;
  z-index: 1;
}
.g-wrap .g-news .m-swiper-news .swiper-wrapper .swiper-slide {
  width: 570px;
  height: 428px;
}
.g-wrap .g-news .m-swiper-news .swiper-wrapper .swiper-slide .u-pic {
  display: block;
  width: 640px;
  height: 360px;
  margin: 10px auto;
}
.g-wrap .g-news .m-swiper-news .swiper-wrapper .swiper-slide img {
  width: 640px;
  height: 360px;
  border-radius: 10px;
}
.g-wrap .g-news .m-swiper-news .swiper-wrapper .swiper-slide p {
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px;
  background: #618fc0;
  background: linear-gradient(90deg, #935caa 0%, #29c8d8 100%);
}
.g-wrap .g-news .m-swiper-news .swiper-wrapper .swiper-slide p a {
  color: #fff;
}
.g-wrap .g-news .m-swiper-news .swiper-button-prev,
.g-wrap .g-news .m-swiper-news .swiper-button-next {
  width: 30px;
  height: 50px;
  margin: 0;
  top: auto;
  bottom: 0;
  background: url("../images/arrow-prev.png") center center no-repeat;
}
.g-wrap .g-news .m-swiper-news .swiper-button-prev.swiper-button-next,
.g-wrap .g-news .m-swiper-news .swiper-button-next.swiper-button-next {
  background: url("../images/arrow-next.png") center center no-repeat;
}
.g-wrap .g-news .m-news-right {
  float: right;
  width: 620px;
  height: 500px;
  padding: 48px 50px 0 118px;
  overflow: hidden;
  box-sizing: border-box;
  background: url("../images/list-bg.png") center center no-repeat;
}
.g-wrap .g-news .m-news-right dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.g-wrap .g-news .m-news-right dl dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-news .m-news-right dl dt a {
  color: #000;
}
.g-wrap .g-news .m-news-right dl dd {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 6px;
}
.g-wrap .g-news .m-news-right dl dd a {
  color: #287bcf;
}
.g-wrap .g-news .m-news-right ul {
  overflow: hidden;
  margin-top: 4px;
}
.g-wrap .g-news .m-news-right ul li {
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px;
  padding-left: 10px;
  background: url("../images/txt-bg1.png") left center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-news .m-news-right ul li a {
  color: #333;
}
.g-wrap .g-news .u-more {
  margin-top: 40px;
  text-align: right;
}
.g-wrap .g-news .u-more a {
  display: inline-block;
  width: 90px;
  height: 26px;
  background: url("../images/more1.png") center center no-repeat;
}
.g-wrap .g-express {
  background: #cafff7;
  padding: 57px 0 100px 0;
  border-radius: 200px 0 0 0;
}
.g-wrap .g-express .m-express {
  margin-top: 47px;
}
.g-wrap .g-express .m-express .u-line-top {
  height: 26px;
  background: url("../images/line-top.png") center center no-repeat;
}
.g-wrap .g-express .m-express .u-line-bottom {
  height: 26px;
  background: url("../images/line-bottom.png") center center no-repeat;
}
.g-wrap .g-express .m-express .m-express-top {
  width: 1080px;
  margin: 0px auto 0;
  zoom: 1;
}
.g-wrap .g-express .m-express .m-express-top:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-express .m-express .m-express-top dl {
  float: left;
  width: 500px;
  padding: 24px 0;
  border-bottom: 1px dashed #9ccdff;
}
.g-wrap .g-express .m-express .m-express-top dl dt {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-express .m-express .m-express-top dl dt a {
  color: #000;
}
.g-wrap .g-express .m-express .m-express-top dl dd {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-express .m-express .m-express-top dl dd a {
  color: #287bcf;
}
.g-wrap .g-express .m-express .m-express-top dl:nth-child(even) {
  float: right;
}
.g-wrap .g-express .m-express .m-express-list {
  width: 1080px;
  margin: 12px auto 22px;
  zoom: 1;
}
.g-wrap .g-express .m-express .m-express-list:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-express .m-express .m-express-list li {
  float: left;
  width: 500px;
  font-size: 18px;
  line-height: 50px;
  text-indent: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/icon-list.png") 0 center no-repeat;
}
.g-wrap .g-express .m-express .m-express-list li a {
  color: #000;
}
.g-wrap .g-express .m-express .m-express-list li:nth-child(even) {
  float: right;
}
.g-wrap .g-photo-wrap {
  background: #2fbdc9;
}
.g-wrap .g-photo-wrap .g-photo {
  background: #cafff7;
  padding-bottom: 103px;
  border-radius: 0 0 200px 0;
}
.g-wrap .g-photo-wrap .g-photo .m-photo {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
  padding-bottom: 60px;
  background: url("../images/photo-bg.png") center bottom no-repeat;
}
.g-wrap .g-photo-wrap .g-photo .m-photo .m-swiper-photo {
  width: 1010px;
  height: 530px;
}
.g-wrap .g-photo-wrap .g-photo .m-photo .m-swiper-photo .swiper-wrapper .swiper-slide {
  width: 310px;
  height: 530px;
  margin-right: 40px;
  box-sizing: border-box;
  border: 5px solid #FFF;
  border-radius: 10px;
}
.g-wrap .g-photo-wrap .g-photo .m-photo .m-swiper-photo .swiper-wrapper .swiper-slide img {
  width: 300px;
  height: 520px;
  border-radius: 10px;
}
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-prev,
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-next {
  width: 60px;
  height: 60px;
  margin: 0;
  top: auto;
  bottom: 294px;
  background: url("../images/icon-prev.png") center center no-repeat;
}
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-prev:hover,
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-next:hover {
  background: url("../images/icon-prev-on.png") center center no-repeat;
}
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-prev.swiper-button-next,
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-next.swiper-button-next {
  background: url("../images/icon-next.png") center center no-repeat;
}
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-photo-wrap .g-photo .m-photo .swiper-button-next.swiper-button-next:hover {
  background: url("../images/icon-next-on.png") center center no-repeat;
}
.g-wrap .g-live {
  padding: 60px 0 111px 0;
  background: #2fbdc9;
}
.g-wrap .g-live .m-title a {
  background: url("../images/more3.png") 0 0 no-repeat;
}
.g-wrap .g-live .m-live {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  margin-top: 60px;
  position: relative;
  zoom: 1;
  background: url("../images/part-bg.png") center top no-repeat;
}
.g-wrap .g-live .m-live:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-live .m-live .m-show {
  float: left;
  width: 840px;
  margin-left: 38px;
}
.g-wrap .g-live .m-live .m-show .m-show-pic {
  width: 840px;
  height: 500px;
  box-sizing: border-box;
  overflow: hidden;
  border: 10px solid #FFF;
  border-radius: 10px;
}
.g-wrap .g-live .m-live .m-show .m-show-txt {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  padding: 0 100px 0 110px;
  margin-top: 30px;
}
.g-wrap .g-live .m-live .m-show .m-show-txt a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.g-wrap .g-live .m-live .m-list {
  float: right;
  width: 206px;
  height: 600px;
  margin-right: 60px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-live .m-live .m-list .m-swiper-live {
  width: 206px;
  height: 460px;
  margin-top: 60px;
}
.g-wrap .g-live .m-live .m-list .m-swiper-live .swiper-wrapper .swiper-slide {
  width: 206px;
  height: 140px;
  padding: 0 0 0 6px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.g-wrap .g-live .m-live .m-list .m-swiper-live .swiper-wrapper .swiper-slide img {
  width: 200px;
  height: 140px;
  border-radius: 10px;
}
.g-wrap .g-live .m-live .m-list .m-swiper-live .swiper-wrapper .swiper-slide .list-txt {
  display: none;
}
.g-wrap .g-live .m-live .m-list .m-swiper-live .swiper-wrapper .swiper-slide.swiper-slide-active {
  background: url("../images/pic-on.png") center center no-repeat;
}
.g-wrap .g-live .m-live .m-list .m-swiper-live .swiper-wrapper .swiper-slide.swiper-slide-active img {
  width: 190px;
  height: 130px;
  margin-top: 5px;
}
.g-wrap .g-live .m-live .m-list .swiper-button-prev,
.g-wrap .g-live .m-live .m-list .swiper-button-next {
  width: 30px;
  height: 18px;
  margin: 0;
  top: 22px;
  left: 88px;
  background: url("../images/icon-prev1.png") center center no-repeat;
}
.g-wrap .g-live .m-live .m-list .swiper-button-prev:hover,
.g-wrap .g-live .m-live .m-list .swiper-button-next:hover {
  background: url("../images/icon-prev1-on.png") center center no-repeat;
}
.g-wrap .g-live .m-live .m-list .swiper-button-prev.swiper-button-next,
.g-wrap .g-live .m-live .m-list .swiper-button-next.swiper-button-next {
  top: auto;
  bottom: 41px;
  background: url("../images/icon-next1.png") center center no-repeat;
}
.g-wrap .g-live .m-live .m-list .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-live .m-live .m-list .swiper-button-next.swiper-button-next:hover {
  background: url("../images/icon-next1-on.png") center center no-repeat;
}
.g-wrap .g-kepu {
  padding-bottom: 95px;
  background: #2fbdc9 url("../images/bottom-bg.png") center bottom no-repeat;
}
.g-wrap .g-kepu .m-title a {
  right: 298px;
  background: url("../images/more3.png") 0 0 no-repeat;
}
.g-wrap .g-kepu .m-kepu {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  height: 430px;
  zoom: 1;
}
.g-wrap .g-kepu .m-kepu:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-kepu .m-kepu .m-swiper-kepu {
  float: left;
  width: 560px;
  height: 428px;
  margin-left: 63px;
}
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-wrapper .swiper-slide {
  width: 560px;
  height: 428px;
}
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-wrapper .swiper-slide img {
  width: 560px;
  height: 320px;
  border-radius: 20px;
}
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-wrapper .swiper-slide p {
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 80px;
  line-height: 80px;
  margin-top: 30px;
  text-align: center;
  padding: 0 50px;
}
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-wrapper .swiper-slide p a {
  color: #fff;
}
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-button-prev,
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-button-next {
  width: 30px;
  height: 80px;
  margin: 0;
  top: auto;
  bottom: 0;
  background: url("../images/icon-prev2.png") center center no-repeat;
}
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-button-prev.swiper-button-next,
.g-wrap .g-kepu .m-kepu .m-swiper-kepu .swiper-button-next.swiper-button-next {
  background: url("../images/icon-next2.png") center center no-repeat;
}
.g-wrap .g-kepu .m-kepu .m-list {
  float: right;
  width: 470px;
  margin-top: 66px;
}
.g-wrap .g-kepu .m-kepu .m-list li {
  font-size: 18px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 14px;
  background: url("../images/icon-list2.png") 0 center no-repeat;
}
.g-wrap .g-kepu .m-kepu .m-list li a {
  color: #000;
}
