* {
  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: 1360px;
  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: 43px;
  height: 12px;
  right: 350px;
  top: 75px;
  background: url("../images/more.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  height: 988px;
}
.g-wrap .g-header .m-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 950px;
  position: relative;
}
.g-wrap .g-header .m-header .u-title {
  position: absolute;
  width: 740px;
  height: 331px;
  top: 191px;
  left: 220px;
  animation: zoomIn 0.8s 0.3s backwards;
  -webkit-animation: zoomIn 0.8s 0.3s backwards;
}
.g-wrap .g-header .m-header .u-wrj {
  position: absolute;
  width: 236px;
  height: 154px;
  top: 250px;
  left: -117px;
  animation: fadeIn 1s 0.6s backwards;
  -webkit-animation: fadeIn 1s 0.6s backwards;
}
.g-wrap .g-header .m-header .u-ymq {
  position: absolute;
  width: 148px;
  height: 134px;
  top: 184px;
  right: -83px;
  animation: fadeIn 1s 0.6s backwards;
  -webkit-animation: fadeIn 1s 0.6s 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 fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.g-wrap .g-headerline {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  height: 200px;
  padding: 44px 50px 0 140px;
  overflow: hidden;
  background: url("../images/headline.png") center center no-repeat;
}
.g-wrap .g-headerline div {
  text-align: justify;
  font-size: 18px;
  line-height: 40px;
  text-indent: 2rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.g-wrap .g-news .m-main {
  width: 1210px;
  margin-top: 60px;
  zoom: 1;
}
.g-wrap .g-news .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-big-pic {
  float: left;
  width: 800px;
  height: 540px;
}
.g-wrap .g-news .m-big-pic img {
  width: 800px;
  height: 540px;
}
.g-wrap .g-news .m-news-list {
  float: right;
  width: 400px;
  height: 540px;
  padding-left: 10px;
  background: url("../images/txt-bg1.png") left center no-repeat;
}
.g-wrap .g-news .m-news-list li {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 45px 10px 30px;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}
.g-wrap .g-news .m-news-list li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.g-wrap .g-news .m-news-list li img {
  display: none;
}
.g-wrap .g-news .m-news-list li.current {
  font-weight: bold;
  background: url("../images/txt-bg2.png") center center no-repeat;
}
.g-wrap .g-news .m-news-list li.current a {
  color: #FFF;
}
.g-wrap .g-photo {
  height: 1000px;
  margin-top: 100px;
  background: url("../images/part-bg1.png") center center no-repeat;
  overflow: hidden;
}
.g-wrap .g-photo .m-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap {
  margin-top: 80px;
  position: relative;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-photo {
  width: 1200px;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-photo .swiper-slide {
  max-width: 400px;
  overflow: hidden;
  box-sizing: border-box;
  border: 4px solid #FFF;
  box-shadow: 0px 3px 5px 3px #e5eff2;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-photo .swiper-slide img {
  width: 100%;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-prev-photo,
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-next-photo {
  width: 40px;
  height: 50px;
  margin: 0;
  left: -60px;
  top: 320px;
  background: url("../images/arrow-prev.png") center center no-repeat;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-prev-photo:hover,
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-next-photo:hover {
  background: url("../images/arrow-prev-on.png") center center no-repeat;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-prev-photo.swiper-button-next-photo,
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-next-photo.swiper-button-next-photo {
  left: auto;
  right: -60px;
  background: url("../images/arrow-next.png") center center no-repeat;
}
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-prev-photo.swiper-button-next-photo:hover,
.g-wrap .g-photo .m-wrap .m-photo-wrap .swiper-button-next-photo.swiper-button-next-photo:hover {
  background: url("../images/arrow-next-on.png") center center no-repeat;
}
.g-wrap .g-poster {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.g-wrap .g-poster .m-wrap {
  margin-top: 60px;
  height: 635px;
  overflow: hidden;
  position: relative;
  background: url("../images/part-bg2.png") center center no-repeat;
}
.g-wrap .g-poster .m-wrap .swiper-poster {
  width: 1020px;
  margin-top: 46px;
}
.g-wrap .g-poster .m-wrap .swiper-poster .swiper-slide {
  float: left;
  width: 320px;
  height: 540px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 30px;
  background: #FFF;
}
.g-wrap .g-poster .m-wrap .swiper-poster .swiper-slide img {
  display: block;
  width: 300px;
  height: 480px;
  margin: 10px auto 0;
}
.g-wrap .g-poster .m-wrap .swiper-poster .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #000;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
}
.g-wrap .g-poster .m-wrap .swiper-poster .swiper-slide p a {
  color: #000;
}
.g-wrap .g-poster .m-wrap .swiper-button-prev-poster,
.g-wrap .g-poster .m-wrap .swiper-button-next-poster {
  width: 40px;
  height: 50px;
  margin: 0;
  left: 30px;
  top: 290px;
  background: url("../images/arrow-prev.png") center center no-repeat;
}
.g-wrap .g-poster .m-wrap .swiper-button-prev-poster:hover,
.g-wrap .g-poster .m-wrap .swiper-button-next-poster:hover {
  background: url("../images/arrow-prev-on.png") center center no-repeat;
}
.g-wrap .g-poster .m-wrap .swiper-button-prev-poster.swiper-button-next-poster,
.g-wrap .g-poster .m-wrap .swiper-button-next-poster.swiper-button-next-poster {
  left: auto;
  right: 30px;
  background: url("../images/arrow-next.png") center center no-repeat;
}
.g-wrap .g-poster .m-wrap .swiper-button-prev-poster.swiper-button-next-poster:hover,
.g-wrap .g-poster .m-wrap .swiper-button-next-poster.swiper-button-next-poster:hover {
  background: url("../images/arrow-next-on.png") center center no-repeat;
}
.g-wrap .g-list {
  margin: 100px auto 0;
  padding-bottom: 130px;
  background: url("../images/botttom-bg.jpg") center bottom no-repeat;
}
.g-wrap .g-list .m-main {
  width: 1208px;
  margin: 0 auto;
  margin-top: 60px;
  height: 764px;
  background: url("../images/part-bg3.png") center center no-repeat;
}
.g-wrap .g-list .m-main ul {
  padding: 80px 44px 0;
  zoom: 1;
}
.g-wrap .g-list .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-list .m-main li {
  float: left;
  width: 530px;
  padding: 10px 0 20px 14px;
  border-bottom: 1px dashed #c2c2c2;
  background: url("../images/icon-list.png") 0 29px no-repeat;
}
.g-wrap .g-list .m-main li:nth-child(even) {
  float: right;
}
.g-wrap .g-list .m-main li:nth-child(11),
.g-wrap .g-list .m-main li:nth-child(12) {
  border: none;
}
.g-wrap .g-list .m-main li .u-title {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.g-wrap .g-list .m-main li .u-title a {
  color: #333;
}
.g-wrap .g-list .m-main li .u-abs {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
