* {
  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;
  padding-bottom: 145px;
  font-family: "microsoft yahei";
  background: url("../images/bottom-bg.jpg") center bottom no-repeat;
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.g-wrap .g-header {
  background: url("../images/header.jpg") center top no-repeat;
}
.g-wrap .g-header .m-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1320px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .m-header .u-title {
  display: block;
  margin: 0 auto;
  padding-top: 140px;
  animation: zoomIn 1.4s 0.3s backwards;
  -webkit-animation: zoomIn 1.4s 0.3s backwards;
}
.g-wrap .g-header .m-header .u-host {
  display: block;
  margin: 0 auto;
  padding-top: 105px;
  animation: fadeIn 1s 1s backwards;
  -webkit-animation: fadeIn 1s 1s backwards;
}
.g-wrap .g-header .m-header .m-headerline {
  height: 210px;
  box-sizing: border-box;
  padding: 46px 66px 0;
  overflow: hidden;
  margin-top: 110px;
  position: relative;
  background: url("../images/headline-bg.png?v=001") top center no-repeat;
}
.g-wrap .g-header .m-header .m-headerline div {
  font-size: 20px;
  line-height: 36px;
  text-indent: 2rem;
  text-align: justify;
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-header .m-header .m-headerline .u-link {
  position: absolute;
  width: 330px;
  height: 80px;
  right: 60px;
  bottom: 18px;
  z-index: 9;
}
@-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-news {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g-wrap .g-news .m-subtitle {
  width: 1108px;
  height: 54px;
  margin: 70px 0 0 -85px;
}
.g-wrap .g-news .m-main {
  zoom: 1;
  margin-top: 38px;
}
.g-wrap .g-news .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-news .m-main .m-wrap {
  float: left;
  position: relative;
  width: 360px;
  height: 580px;
  margin-right: 57px;
  border: 1px solid #fac798;
  background: url("../images/txt-bg.png") center center no-repeat;
}
.g-wrap .g-news .m-main .m-wrap:last-child {
  margin-right: 0;
}
.g-wrap .g-news .m-main .m-wrap li {
  display: flex;
  align-items: center;
  height: 80px;
  font-size: 18px;
  line-height: 30px;
  padding: 0 40px;
  position: relative;
  border-bottom: 1px solid #fac798;
}
.g-wrap .g-news .m-main .m-wrap li a {
  color: #222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-news .m-main .m-wrap li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 18px;
  top: 34px;
  background: #fac798;
}
.g-wrap .g-news .m-main .m-wrap .u-more {
  position: absolute;
  font-size: 14px;
  color: #fff;
  width: 90px;
  height: 30px;
  line-height: 30px;
  left: 136px;
  bottom: 32px;
  text-align: center;
  border-radius: 15px;
  background: #f39362;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(2) {
  border: 1px solid #939ffb;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(2) li {
  border-bottom: 1px solid #939ffb;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(2) li:after {
  background: #939ffb;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(2) .u-more {
  background: #939ffb;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(3) {
  border: 1px solid #91dfd4;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(3) li {
  border-bottom: 1px solid #91dfd4;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(3) li:after {
  background: #91dfd4;
}
.g-wrap .g-news .m-main .m-wrap:nth-child(3) .u-more {
  background: #91dfd4;
}
.g-wrap .g-video {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  height: 350px;
  overflow: hidden;
  background: url("../images/video-bg.png") center top no-repeat;
}
.g-wrap .g-video .m-video {
  width: 1200px;
  height: 300px;
  overflow: hidden;
  margin: 25px auto 0;
  position: relative;
}
.g-wrap .g-video #MultiAttachPh {
  display: none;
}
.g-wrap .g-works {
  width: 1204px;
  margin: 90px auto 0;
}
.g-wrap .g-works .m-main {
  margin-top: 85px;
  width: 1204px;
  height: 568px;
  box-sizing: border-box;
  padding: 4px 4px 0 2px;
  background: url("../images/part-bg1.png") center center no-repeat;
  zoom: 1;
}
.g-wrap .g-works .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-works .m-main .m-swiper-works {
  float: left;
  width: 600px;
  margin: 45px 0 0 46px;
  padding-bottom: 40px;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-slide .u-pic {
  width: 600px;
  height: 337px;
  position: relative;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-slide .u-pic img {
  width: 600px;
  height: 337px;
  box-sizing: border-box;
  border: 2px solid #FFF;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-slide .u-pic .u-icon {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-slide .u-pic:hover .u-icon {
  opacity: 1;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-slide .u-txt {
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  margin-top: 28px;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-slide .u-txt a {
  color: #FFF;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-pagination {
  bottom: 0;
  height: 10px;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-pagination .swiper-pagination-bullet {
  vertical-align: top;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #FFF;
  border-radius: 10px;
}
.g-wrap .g-works .m-main .m-swiper-works .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #dbb279;
}
.g-wrap .g-works .m-main .m-list {
  float: right;
  width: 522px;
  height: 480px;
  margin-top: 46px;
  position: relative;
}
.g-wrap .g-works .m-main .m-list li {
  display: flex;
  align-items: center;
  width: 522px;
  box-sizing: border-box;
  height: 100px;
  font-size: 20px;
  line-height: 36px;
  padding: 0 120px 0 50px;
  margin-bottom: 10px;
  background: url("../images/txt-bg1.png") center center no-repeat;
}
.g-wrap .g-works .m-main .m-list li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #FFF;
}
.g-wrap .g-works .m-main .m-list .u-more {
  position: absolute;
  width: 90px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #da1026;
  background: #fcebde;
  right: 50px;
  bottom: 0;
}
.g-wrap .g-topics {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 97px;
}
.g-wrap .g-topics .m-main {
  margin-top: 80px;
  zoom: 1;
}
.g-wrap .g-topics .m-main:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-topics .m-main .m-items {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 550px;
  border: 1px solid #d91329;
  padding: 83px 0 47px 0;
  background: #FFF;
}
.g-wrap .g-topics .m-main .m-items .m-subtitle {
  position: absolute;
  left: -32px;
  top: 16px;
}
.g-wrap .g-topics .m-main .m-items:last-child {
  float: right;
}
.g-wrap .g-topics .m-main .m-items ul li {
  zoom: 1;
  overflow: hidden;
  padding: 26px 37px 26px 33px;
  border-bottom: 1px solid #d91329;
}
.g-wrap .g-topics .m-main .m-items ul li:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-topics .m-main .m-items ul li .u-pic {
  float: left;
  width: 140px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.g-wrap .g-topics .m-main .m-items ul li .u-pic img {
  width: 140px;
  height: 100px;
}
.g-wrap .g-topics .m-main .m-items ul li .u-txt {
  float: right;
  width: 310px;
  height: 100px;
  font-size: 20px;
  line-height: 36px;
  color: #222;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: -4px;
}
.g-wrap .g-topics .m-main .m-items ul li .u-txt a {
  color: #222;
}
.g-wrap .g-topics .m-main .m-items ul li:last-child {
  border: none;
}
.g-wrap .g-topics .m-main .m-items .u-more {
  position: absolute;
  width: 90px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #da1026;
  right: 38px;
  bottom: 20px;
}
.g-wrap .g-banner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 106px;
}
