* {
  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;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
img {
  vertical-align: top;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#bgm {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 40px;
  right: 60px;
  cursor: pointer;
  z-index: 9;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  animation: rotate 2s linear infinite;
  -webkit-animation: rotate 2s linear infinite;
}
#bgm .mob-icon {
  display: none;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.g-wrap {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  min-width: 1580px;
  margin: 0 auto;
  font-family: "microsoft yahei";
}
.g-wrap .m-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-wrap .m-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.g-wrap .m-swiper .swiper-slide .m-item {
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  width: 960px;
  height: 760px;
  padding: 30px 30px 0;
  margin: 9vh auto 0;
  background: url("../images/item-bg.png") center center no-repeat;
  background-size: cover;
}
.g-wrap .m-swiper .swiper-slide .m-item .m-pic {
  width: 900px;
  height: 510px;
}
.g-wrap .m-swiper .swiper-slide .m-item .m-pic img {
  width: 100%;
  height: 100%;
}
.g-wrap .m-swiper .swiper-slide .m-item dl {
  padding: 20px 40px 0 0;
}
.g-wrap .m-swiper .swiper-slide .m-item dl dt {
  font-size: 20px;
  font-weight: bold;
  padding-left: 58px;
  line-height: 30px;
  min-height: 42px;
  color: #354179;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: url("../images/icon-title.png") 0 center no-repeat;
}
.g-wrap .m-swiper .swiper-slide .m-item dl dt a {
  color: #354179;
}
.g-wrap .m-swiper .swiper-slide .m-item dl dd {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  padding-left: 58px;
  color: #101010;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 8px;
}
.g-wrap .m-swiper .swiper-slide .g-tips {
  position: absolute;
  width: 249px;
  height: 67px;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 40px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  animation: fadeIn 1s 2s backwards;
  -webkit-animation: fadeIn 1s 2s backwards;
}
.g-wrap .m-swiper .swiper-slide .g-tips .icon-tips-left {
  position: absolute;
  left: 65px;
  top: 16px;
  animation: fadeInRight 1.5s backwards infinite;
  -webkit-animation: fadeInRight 1.5s backwards infinite;
}
.g-wrap .m-swiper .swiper-slide .g-tips .icon-tips-right {
  position: absolute;
  right: 65px;
  top: 16px;
  animation: fadeInLeft 1.5s backwards infinite;
  -webkit-animation: fadeInLeft 1.5s backwards infinite;
}
.g-wrap .m-swiper .swiper-slide .m-logo {
  position: absolute;
  width: 148px;
  height: 58px;
  left: 78px;
  top: 54px;
  z-index: 2;
}
.g-wrap .m-swiper .swiper-slide .container-title {
  position: absolute;
  right: 30px;
  bottom: 50px;
  width: 280px;
  height: auto;
  z-index: 2;
}
.g-wrap .m-swiper .swiper-home {
  background: url("../images/home-bg.jpg") center center no-repeat;
  background-size: cover;
}
.g-wrap .m-swiper .swiper-home .m-tip {
  position: absolute;
  width: 242px;
  height: 72px;
  right: 73px;
  top: 50px;
}
.g-wrap .m-swiper .swiper-home .m-title {
  position: absolute;
  width: 930px;
  height: auto;
  left: 50%;
  margin-left: -465px;
  top: 244px;
  z-index: 9;
  animation: zoomIn 1.4s 1.1s backwards;
  -webkit-animation: zoomIn 1.4s 1.1s backwards;
}
.g-wrap .m-swiper .swiper-home .m-person-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  animation: slideInLeft 1.6s 0.3s backwards;
  -webkit-animation: slideInLeft 1.6s 0.3s backwards;
}
.g-wrap .m-swiper .swiper-home .m-person-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: slideInRight 1.6s 0.3s backwards;
  -webkit-animation: slideInRight 1.6s 0.3s backwards;
}
.g-wrap .m-swiper .swiper-home .m-links {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  bottom: 160px;
  z-index: 9;
  overflow: hidden;
  border-radius: 5px;
  background: #FFF;
  animation: fadeIn 1s 2s backwards;
  -webkit-animation: fadeIn 1s 2s backwards;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.g-wrap .m-swiper .swiper-home .m-links a {
  float: left;
  width: 100px;
}
.g-wrap .m-swiper .swiper-home .m-links a:first-child {
  color: #446ca8;
}
.g-wrap .m-swiper .swiper-home .m-links a:last-child {
  color: #FFF;
  background: #446ca8;
}
.g-wrap .m-swiper .swiper-items:nth-child(even) {
  background: url("../images/item-bg1.jpg") center center no-repeat;
  background-size: cover;
}
.g-wrap .m-swiper .swiper-items:nth-child(odd) {
  background: url("../images/item-bg2.jpg") center center no-repeat;
  background-size: cover;
}
.g-wrap .m-swiper .swiper-items:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/ribbon.png") center center no-repeat;
}
.g-wrap .m-swiper .swiper-end {
  background: url("../images/home-bg.jpg") center center no-repeat;
  background-size: cover;
}
.g-wrap .m-swiper .swiper-end .m-author-bg {
  height: 270px;
  margin-top: 278px;
  padding-top: 175px;
  background: url("../images/author-bg.png") center center no-repeat;
}
.g-wrap .m-swiper .swiper-end .m-author-bg p {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #122c54;
}
.mob {
  height: auto;
}
.mob #bgm {
  top: 60px;
  position: absolute;
  display: block;
}
.mob #bgm img {
  display: none;
}
.mob #bgm .mob-icon {
  display: block;
}
.mob .g-wrap {
  min-width: 1460px;
  height: auto;
}
.mob .g-wrap .m-swiper {
  height: auto;
}
.mob .g-wrap .m-swiper .swiper-wrapper {
  height: auto;
  display: block;
}
.mob .g-wrap .m-swiper .swiper-slide {
  height: 832px;
}
.mob .g-wrap .m-swiper .swiper-slide .g-tips {
  display: none;
}
.mob .g-wrap .m-swiper .swiper-slide .m-logo {
  left: 70px;
  top: 40px;
}
.mob .g-wrap .m-swiper .swiper-slide .container-title {
  transform-origin: right bottom;
  transform: scale(0.7);
  right: 50px;
  bottom: 40px;
}
.mob .g-wrap .m-swiper .swiper-home .m-tip {
  right: 160px;
}
.mob .g-wrap .m-swiper .swiper-home .m-person-left {
  transform-origin: left bottom;
  transform: scale(0.77);
  animation: none;
  -webkit-animation: none;
}
.mob .g-wrap .m-swiper .swiper-home .m-person-right {
  transform-origin: right bottom;
  transform: scale(0.77);
  animation: none;
  -webkit-animation: none;
}
.mob .g-wrap .m-swiper .swiper-home .m-title {
  transform: scale(0.77);
  top: 114px;
}
.mob .g-wrap .m-swiper .swiper-items .m-item {
  margin-top: 48px;
  transform: scale(0.9);
}
.mob .g-wrap .m-swiper .swiper-items:after {
  background: url("../images/ribbon.png") center center no-repeat;
  background-size: 110%;
}
.mob .g-wrap .m-swiper .swiper-end .m-author-bg {
  margin-top: 124px;
  transform: scale(1.2);
}
