@charset "UTF-8";
body {
  word-break: break-all;
  background-color: #EBF9FA; }

.wrap {
  transform: translateY(0px);
  will-change: transform; }

.banner > .container {
  width: 100%;
  margin: 0;
  padding: 0; }
  @media (min-width: 1400px) {
    .banner > .container {
      display: block;
      max-width: 1400px;
      margin: 0 auto;
      position: relative; } }

.banner img.mov_display {
  display: block;
  width: 100%;
  height: auto; }

@media (min-width: 1400px) {
  .banner {
    display: block;
    background: url(../images/banner-pc.jpg) transparent center top no-repeat;
    max-width: 2560px;
    height: 1426px;
    margin: 0 auto; }
    .banner img.mov_display {
      display: none; } }

.zf_logo {
  position: absolute;
  top: 0;
  width: 30%;
  margin-top: 10px;
  margin-left: 10px; }
  @media (min-width: 440px) {
    .zf_logo {
      width: 25%;
      margin-top: 20px;
      margin-left: 20px; } }
  @media (min-width: 1400px) {
    .zf_logo {
      margin-left: 2%;
      width: 440px;
      margin-top: 56px; } }

#mouse_next {
  width: 100%;
  display: none;
  text-align: center; }
  @media (min-width: 1400px) {
    #mouse_next {
      display: flex;
      justify-content: center; } }
  #mouse_next > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute; }
    @media (min-width: 1400px) {
      #mouse_next > a {
        top: 740px; } }
    #mouse_next > a > img {
      height: auto; }
      #mouse_next > a > img:nth-of-type(1) {
        width: 40px; }
      #mouse_next > a > img:nth-of-type(2) {
        width: 102px; }

.scale-img {
  animation: scaleAnim 1.5s ease-in-out infinite alternate; }

@keyframes scaleAnim {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }

.move-img {
  animation: upDown 1.5s ease-in-out infinite alternate; }

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(10px); } }

.c_title {
  text-align: center; }
  .c_title > img {
    width: 100%;
    max-width: 250px;
    height: auto; }
    @media (min-width: 1400px) {
      .c_title > img {
        max-width: 954px; } }

.hbgov-swiper {
  position: relative; }

.hbgov-swiper img {
  width: 100%;
  height: auto; }

.hbgov-swiper-pic-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.hbgov-swiper-pic-item > span,
.hbgov-swiper-pic-item > i {
  display: block;
  position: absolute;
  padding: 0px 10px;
  height: 60px;
  line-height: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 998;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  text-align: left; }

.hbgov-swiper-pic-item > span {
  background: #000;
  z-index: 997;
  opacity: .3;
  filter: alpha(opacity=30); }

.hbgov-swiper .swiper-pagination-bullets {
  bottom: 20px !important;
  text-align: right !important;
  width: 100%; }

.hbgov-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px; }

.swiper-slide {
  overflow: hidden; }

.swiper-container {
  width: 100%; }

.swiper-container img {
  width: 100%;
  height: 100%; }

.pic_item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 996; }

.pic_item span,
.pic_item i {
  display: block;
  position: absolute;
  padding: 0px 10px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 998;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  text-align: left; }

.pic_item span {
  background: #000;
  z-index: 997;
  opacity: .3;
  filter: alpha(opacity=30); }

.pagination_swiper {
  position: absolute;
  left: 0;
  text-align: right;
  bottom: 15px;
  width: 100%;
  z-index: 999; }

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
  opacity: .7;
  filter: alpha(opacity=70); }

.swiper-pagination {
  text-align: right !important; }

.swiper-active-switch {
  background: #FE0000;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background: #FE0000 !important; }

.swiper-button-next,
.swiper-button-prev {
  display: none; }

.content {
  background: url(../images/banner-content.jpg) transparent center top no-repeat; }
  .content > .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0 2%;
    padding-top: 1em; }
    @media (min-width: 1400px) {
      .content > .container {
        width: 1400px;
        padding: 0 30px; } }
  @media (min-width: 1400px) {
    .content {
      display: block;
      max-width: 2560px;
      margin: 0 auto; } }

.c {
  margin-bottom: 1em; }
  @media (min-width: 1400px) {
    .c {
      margin-bottom: 60px; } }

.c1 > .c_content {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1400px) {
    .c1 > .c_content {
      flex-wrap: nowrap;
      justify-content: space-around; }
      .c1 > .c_content .hbgov-swiper-pic-item > img {
        max-width: 675px;
        max-height: 436px; } }
  @media (min-width: 1400px) {
    .c1 > .c_content > div:nth-of-type(1) {
      width: 670px;
      flex: 0 0 670px; } }
  .c1 > .c_content > div:nth-of-type(2) {
    color: #535353; }
    @media (min-width: 1400px) {
      .c1 > .c_content > div:nth-of-type(2) {
        padding-left: 30px;
        flex: 0 1 auto; } }
    .c1 > .c_content > div:nth-of-type(2) h1 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1em;
      margin-top: 1.444em; }
      @media (min-width: 1400px) {
        .c1 > .c_content > div:nth-of-type(2) h1 {
          font-size: 24px;
          margin-top: 0; } }
    .c1 > .c_content > div:nth-of-type(2) p {
      text-indent: 2em;
      line-height: 1.944; }
      .c1 > .c_content > div:nth-of-type(2) p a {
        text-indent: 0;
        display: inline-block;
        color: #0f68c7; }
        .c1 > .c_content > div:nth-of-type(2) p a:hover {
          color: black; }
    .c1 > .c_content > div:nth-of-type(2) .more {
      display: flex;
      align-items: center;
      margin: 1em 0; }
      .c1 > .c_content > div:nth-of-type(2) .more::before {
        content: "";
        display: block;
        flex: 0 1 auto;
        width: 88%;
        width: calc(100% - 2em);
        border-bottom: 1px dashed black; }
      .c1 > .c_content > div:nth-of-type(2) .more > a {
        display: block;
        flex: 0 0 2em; }
    @media (min-width: 1400px) {
      .c1 > .c_content > div:nth-of-type(2) ul li {
        line-height: 2.25; } }
    .c1 > .c_content > div:nth-of-type(2) ul li > a {
      display: block;
      margin-bottom: 0.7em; }
      @media (min-width: 1400px) {
        .c1 > .c_content > div:nth-of-type(2) ul li > a {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 640px; } }

@media (min-width: 1400px) {
  .c2 {
    height: 800px; }
    .c2 .swiper-container {
      width: 670px; } }

.c2 > .c_content .c_content_title {
  text-align: center; }
  .c2 > .c_content .c_content_title img {
    width: 100%;
    height: auto;
    margin: 1em auto;
    max-width: 600px; }
    @media (min-width: 1400px) {
      .c2 > .c_content .c_content_title img {
        max-width: 1095px; } }
    .c2 > .c_content .c_content_title img:hover {
      opacity: 0.6; }

@media (min-width: 1400px) {
  .c2 .c_content_box {
    position: relative;
    margin-top: 40px; } }

@media (min-width: 1400px) {
  .c2 .c_content_box > div:nth-of-type(1)::before {
    content: "";
    display: block;
    width: 350px;
    border-bottom: 3px solid #2592C8;
    border-radius: 3px;
    position: absolute;
    left: 70px;
    top: 10px; }
  .c2 .c_content_box > div:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 360px;
    border-bottom: 6px solid #007EBF;
    border-radius: 6px;
    position: absolute;
    left: 200px;
    top: 40px; } }

.c2 .c_content_box > div:nth-of-type(1) > div {
  background: #60AEF4; }
  @media (max-width: 1400px) {
    .c2 .c_content_box > div:nth-of-type(1) > div {
      border-top-left-radius: 1em;
      border-top-right-radius: 1em; } }
  @media (min-width: 1400px) {
    .c2 .c_content_box > div:nth-of-type(1) > div {
      margin-left: 560px;
      border-radius: 30px; } }

@media (max-width: 1400px) {
  .c2 .c_content_box > div:nth-of-type(1) #c2_tabs {
    display: flex;
    flex-wrap: wrap;
    padding: 1em; }
    .c2 .c_content_box > div:nth-of-type(1) #c2_tabs > span {
      display: inline-block;
      padding: 0 1em;
      margin-bottom: 1em; } }

@media (max-width: 992px) {
  .c2 .c_content_box > div:nth-of-type(1) #c2_tabs {
    justify-content: space-around; } }

@media (min-width: 1400px) {
  .c2 .c_content_box > div:nth-of-type(1) #c2_tabs {
    padding-left: 300px;
    column-count: 2;
    column-gap: 20px;
    padding-top: 36px;
    padding-bottom: 36px; }
    .c2 .c_content_box > div:nth-of-type(1) #c2_tabs > span {
      display: block;
      text-align: center;
      line-height: 60px;
      height: 60px;
      font-size: 24px;
      width: 200px; } }

.c2 .c_content_box > div:nth-of-type(1) #c2_tabs > span {
  cursor: pointer;
  color: #ECF2F6; }

.c2 .c_content_box > div:nth-of-type(2) #c2_tab_content > div {
  display: none; }

.c2 .c_content_box > div:nth-of-type(2) .c2_tab_item {
  background: white;
  padding: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em; }
  @media (min-width: 1400px) {
    .c2 .c_content_box > div:nth-of-type(2) .c2_tab_item {
      position: absolute;
      top: 60px;
      width: 830px;
      font-size: 20px !important;
      padding: 40px 60px;
      border-radius: 30px;
      height: 430px;
      overflow: hidden; } }

.c2 .c_content_box > div .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2A74AF !important; }

.c2_tab_hover {
  background: white !important;
  color: #2E5485 !important;
  font-weight: bold;
  border-radius: 0.6em; }
  @media (min-width: 1400px) {
    .c2_tab_hover {
      border-radius: 30px; } }

.c2_tab_show_item {
  display: block !important; }

.c3 .c_content h1 {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0.444em; }
  .c3 .c_content h1 > a {
    font-size: 18px;
    font-weight: bold; }
    .c3 .c_content h1 > a:hover {
      color: #0F68C7; }
    @media (min-width: 1400px) {
      .c3 .c_content h1 > a {
        font-size: 33.6px; } }
  @media (min-width: 1400px) {
    .c3 .c_content h1 {
      margin-bottom: 20px; } }

.c3 .c_content p {
  text-indent: 2em;
  line-height: 1.944; }
  .c3 .c_content p a {
    text-indent: 0;
    display: inline-block;
    background: #0F68C7;
    color: white;
    padding: 0 0.5em;
    border-radius: 0.5em; }
    .c3 .c_content p a:hover {
      opacity: 0.6; }
  @media (min-width: 1400px) {
    .c3 .c_content p {
      font-size: 20px;
      line-height: 2.25; } }

@media (min-width: 1400px) {
  .c3 .c_content ul {
    font-size: 20px; } }

.c3 .c_content ul li a::before {
  content: '·';
  font-weight: bold; }

.press-img {
  width: 100%;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse at center, black 75%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(ellipse at center, black 75%, rgba(0, 0, 0, 0) 100%);
  margin: 10px 0; }

.c4-swiper-button-next,
.c4-swiper-button-prev {
  width: 30px;
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1400px) {
    .c4-swiper-button-next,
    .c4-swiper-button-prev {
      width: 50px; } }
  .c4-swiper-button-next img,
  .c4-swiper-button-prev img {
    width: 100%;
    height: auto; }

.c4-swiper-button-next {
  left: 2%; }
  @media (min-width: 1400px) {
    .c4-swiper-button-next {
      left: 34%; } }

.c4-swiper-button-prev {
  right: 2%; }
  @media (min-width: 1400px) {
    .c4-swiper-button-prev {
      right: 34%; } }

.c4 .c_content {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .c4 .c_content > div {
    flex: 0 0 100%; }
    @media (min-width: 600px) and (max-width: 1400px) {
      .c4 .c_content > div {
        flex: 0 0 48%; } }
    @media (min-width: 1400px) {
      .c4 .c_content > div {
        flex: 0 0 436px; } }
    .c4 .c_content > div > div:nth-of-type(1) {
      background: linear-gradient(90deg, #59B4F6 2%, #2292E7 50%, #007CDE);
      color: white;
      font-size: 18px;
      text-align: center;
      height: 3em;
      line-height: 3em;
      border-radius: 1.5em; }
      @media (min-width: 1400px) {
        .c4 .c_content > div > div:nth-of-type(1) {
          font-size: 24px;
          height: 72px;
          line-height: 72px;
          border-radius: 36px; } }
    .c4 .c_content > div > div:nth-of-type(2) {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin: 2em 0; }
      @media (min-width: 1400px) {
        .c4 .c_content > div > div:nth-of-type(2) {
          margin: 45px 0; } }
      .c4 .c_content > div > div:nth-of-type(2) > a {
        background: white;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(89, 180, 246, 0.41);
        -moz-box-shadow: 0px 0px 4px 1px rgba(89, 180, 246, 0.41);
        box-shadow: 0px 0px 4px 1px rgba(89, 180, 246, 0.41);
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
        flex: 0 0 48%;
        padding-bottom: 1em; }
        @media (min-width: 600px) and (max-width: 1400px) {
          .c4 .c_content > div > div:nth-of-type(2) > a {
            flex: 0 0 46%; } }
        @media (min-width: 1400px) {
          .c4 .c_content > div > div:nth-of-type(2) > a {
            flex: 0 0 210px; } }
        .c4 .c_content > div > div:nth-of-type(2) > a > img {
          width: 100%;
          height: auto; }
          @media (min-width: 1400px) {
            .c4 .c_content > div > div:nth-of-type(2) > a > img {
              width: 210px;
              height: 155px; } }
        .c4 .c_content > div > div:nth-of-type(2) > a > span {
          font-size: 16px;
          display: block;
          color: black;
          background: white;
          padding: 1em 1em 0 1em;
          border-bottom-right-radius: 1em;
          border-bottom-left-radius: 1em;
          display: -webkit-box;
          /* 限制行数：2行 */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          /* 超出盒子垂直方向裁剪 */
          overflow: hidden;
          /* 文字超出用省略号 ... */
          text-overflow: ellipsis; }

@media (min-width: 1400px) {
  .c4 .swiper-container {
    width: 200%;
    margin-left: -50%; } }

.c4 .swiper-container .hbgov-swiper-pic-item em {
  display: block;
  background: #0F68C7;
  color: white;
  text-align: center;
  overflow: hidden;
  line-height: 3em;
  height: 3em;
  padding: 0 0.5em; }
  @media (min-width: 1400px) {
    .c4 .swiper-container .hbgov-swiper-pic-item em {
      font-size: 20px;
      line-height: 60px;
      height: 60px;
      display: none; } }

.c4 .swiper-container .swiper-slide-active .hbgov-swiper-pic-item em {
  display: block; }

#c2_content_html {
  background: white;
  padding: 2%;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  height: 300px; }
  @media (min-width: 1400px) {
    #c2_content_html {
      position: absolute;
      width: 830px;
      height: 430px;
      top: 60px;
      padding: 40px 60px;
      border-radius: 30px; } }

.c4_more > a {
  float: right; }

/*# sourceMappingURL=../map/index.css.map */