* {
  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-indent: 6px;
}
.g-wrap .m-title a {
  position: absolute;
  width: 43px;
  height: 12px;
  right: 315px;
  top: 89px;
  background: url("../images/more1.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 959px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 633px;
  height: 439px;
  top: 168px;
  left: 250px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: zoomIn 1.2s 0.3s backwards;
  -webkit-animation: zoomIn 1.2s 0.3s 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-preface {
  overflow: hidden;
  background: url("../images/preface.jpg") center center no-repeat;
}
.g-wrap .g-preface .m-preface {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 220px;
  padding: 0 0 0 140px;
  box-sizing: border-box;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: justify;
  line-height: 40px;
  color: #000;
}
.g-wrap .g-preface .m-preface div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-content {
  overflow: hidden;
  height: 4671px;
  background: url("../images/big-bg.jpg") center top no-repeat;
}
.g-wrap .g-swiper {
  width: 1236px;
  height: 482px;
  margin: 100px auto 0;
  position: relative;
  background: url("../images/swiper-bg.png") center bottom no-repeat;
}
.g-wrap .g-swiper .swiper1 {
  width: 1100px;
  margin: 96px auto 0;
  box-sizing: border-box;
}
.g-wrap .g-swiper .swiper1 .swiper-slide {
  width: 340px;
  height: 200px;
  overflow: hidden;
  background: #FFF;
  margin-right: 40px;
}
.g-wrap .g-swiper .swiper1 .swiper-slide img {
  display: block;
  width: 320px;
  height: 180px;
  margin: 10px auto 0;
}
.g-wrap .g-swiper .swiper-button-prev,
.g-wrap .g-swiper .swiper-button-next {
  width: 49px;
  height: 81px;
  top: 270px;
  margin: 0;
  left: -60px;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  background: url("../images/prev.png") center center no-repeat;
}
.g-wrap .g-swiper .swiper-button-prev:hover,
.g-wrap .g-swiper .swiper-button-next:hover {
  background: url("../images/prev-on.png") center center no-repeat;
}
.g-wrap .g-swiper .swiper-button-prev.swiper-button-next,
.g-wrap .g-swiper .swiper-button-next.swiper-button-next {
  left: auto;
  right: -60px;
  background: url("../images/next.png") center center no-repeat;
}
.g-wrap .g-swiper .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-swiper .swiper-button-next.swiper-button-next:hover {
  background: url("../images/next-on.png") center center no-repeat;
}
.g-wrap .g-accordion {
  margin-top: 82px;
}
.g-wrap .g-accordion .m-accordion {
  width: 1208px;
  height: 568px;
  overflow: hidden;
  margin: 47px auto 0;
}
.g-wrap .g-accordion .m-accordion ul {
  zoom: 1;
}
.g-wrap .g-accordion .m-accordion ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-accordion .m-accordion ul li {
  float: left;
  width: 108px;
  height: 568px;
  overflow: hidden;
  margin: 0 3px 0 0;
  background: url("../images/txt-bg.png") center center no-repeat;
}
.g-wrap .g-accordion .m-accordion ul li .u-title {
  width: 108px;
  height: 568px;
  padding-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 18px;
  color: #1a3766;
  line-height: 108px;
  text-indent: 77px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.g-wrap .g-accordion .m-accordion ul li .u-details {
  display: none;
  position: relative;
}
.g-wrap .g-accordion .m-accordion ul li .u-details img {
  width: 320px;
  height: 560px;
}
.g-wrap .g-accordion .m-accordion ul li .u-details dl {
  position: absolute;
  width: 260px;
  bottom: 0;
  left: 0;
  padding: 120px 30px 18px;
  text-align: justify;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.g-wrap .g-accordion .m-accordion ul li .u-details dl dt {
  font-size: 18px;
  line-height: 30px;
  color: #FFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-accordion .m-accordion ul li .u-details dl dt a {
  color: #FFF;
}
.g-wrap .g-accordion .m-accordion ul li .u-details dl dd {
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.g-wrap .g-accordion .m-accordion ul li.on {
  width: 320px;
  height: 560px;
  border-radius: 5px;
  overflow: hidden;
  margin: 4px 2px 0 0;
}
.g-wrap .g-accordion .m-accordion ul li.on .u-title {
  display: none;
}
.g-wrap .g-accordion .m-accordion ul li.on .u-details {
  display: block;
}
.g-wrap .g-accordion .m-accordion ul li:last-child {
  margin-right: 0;
}
.g-wrap .g-list {
  margin-top: 100px;
}
.g-wrap .g-list .m-list {
  width: 1208px;
  margin: 58px auto 0;
}
.g-wrap .g-list .m-list ul {
  position: relative;
}
.g-wrap .g-list .m-list ul:after {
  position: absolute;
  content: "";
  width: 0;
  height: 89%;
  left: 272px;
  top: 5.6%;
  border: 2px dashed #cde2ff;
}
.g-wrap .g-list .m-list ul li {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 47px;
}
.g-wrap .g-list .m-list ul li:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-list .m-list ul li:last-child {
  margin-bottom: 0;
}
.g-wrap .g-list .m-list ul li .u-pic {
  float: left;
  position: relative;
  width: 256px;
  height: 274px;
}
.g-wrap .g-list .m-list ul li .u-pic:after {
  position: absolute;
  width: 18px;
  height: 33px;
  content: "";
  left: 265px;
  top: 123px;
  z-index: 9;
  background: url("../images/icon-point.jpg") center center no-repeat;
}
.g-wrap .g-list .m-list ul li .u-pic img {
  width: 100%;
  height: 100%;
}
.g-wrap .g-list .m-list ul li .u-txt {
  float: right;
  width: 916px;
  height: 269px;
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 4px 4px 4px 12px;
  background: url("../images/item-bg.png") center center no-repeat;
}
.g-wrap .g-list .m-list ul li .u-txt .u-name:hover {
  text-decoration: underline;
}
.g-wrap .g-list .m-list ul li .u-txt .u-person {
  height: 50px;
  line-height: 50px;
  padding-left: 56px;
}
.g-wrap .g-list .m-list ul li .u-txt .u-person .u-name {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  min-width: 95px;
}
.g-wrap .g-list .m-list ul li .u-txt .u-person .u-job {
  padding-left: 15px;
  font-size: 16px;
  color: #000;
}
.g-wrap .g-list .m-list ul li .u-txt dl {
  padding: 25px 48px 0 72px;
}
.g-wrap .g-list .m-list ul li .u-txt dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-wrap .g-list .m-list ul li .u-txt dl dt:hover {
  text-decoration: underline;
}
.g-wrap .g-list .m-list ul li .u-txt dl dt a {
  color: #000;
}
.g-wrap .g-list .m-list ul li .u-txt dl dd {
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
  color: #333;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g-wrap .g-list .m-list ul li .u-txt .u-more {
  position: absolute;
  left: 62px;
  top: 197px;
  width: 160px;
  height: 36px;
  background: url("../images/more2.png") center center no-repeat;
}
