body {
  font-size: 20px;
  line-height: 1.4;
  font-family: 'Microsoft Yahei'; }

.wrapper {
  margin: 0 auto;
  width: 1600px; }

.img {
  font-size: 0; }

.shade {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6); }

* {
  box-sizing: border-box; }

.page-head {
  padding-top: 2vw;
  background: url(../images/bg_01.jpg) no-repeat center;
  background-size: cover; }

.gh {
  display: none; }

.header .header-top {
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 60px;
  background: #1f458b;
  color: #fff; }
  .header .header-top .search {
    margin-left: auto;
    margin-right: 20px;
    display: flex; }
    .header .header-top .search input {
      margin-right: 19px;
      padding: 0 5px;
      display: block;
      background: #fff;
      width: 150px;
      height: 25px;
      border: none; }
    .header .header-top .search button {
      display: block;
      width: 60px;
      height: 25px;
      font-size: 14px;
      color: #214d9b;
      border: none; }
  .header .header-top .language {
    font-size: 18px; }

.header .header-fiexd {
  padding: 0 5%;
  display: flex;
  align-items: center;
  height: 127px;
  background: #fff; }
  .header .header-fiexd .logo a {
    display: block;
    width: 427px;
    height: 100px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover; }
  .header .header-fiexd .nav {
    flex: 1;
    min-width: 0;
    padding-left: 10vw; }
    .header .header-fiexd .nav ul {
      display: flex;
      flex-wrap: wrap; }
    .header .header-fiexd .nav li {
      width: 20%;
      margin-bottom: 5px; }
      .header .header-fiexd .nav li:hover {
        color: #1f458b; }

.banner .swiper-container {
  height: 550px; }

.banner li {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.banner .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 4vw;
  padding-bottom: 3.4vw;
  color: #fff; }
  .banner .txt h4 {
    margin-bottom: 10px;
    font-size: 2vw; }
  .banner .txt p {
    font-size: 1vw; }

.banner .swiper-button-prev, .banner .swiper-button-next {
  margin-top: -32px;
  width: 30px;
  height: 64px;
  background-size: cover; }

.banner .swiper-button-prev {
  left: 1vw;
  background-image: url(../images/prev_01.png); }

.banner .swiper-button-next {
  right: 1vw;
  background-image: url(../images/next_01.png); }

.g-title {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc; }
  .g-title .txt {
    display: flex;
    align-items: flex-end;
    padding-bottom: 13px;
    line-height: 1; }
    .g-title .txt h4 {
      position: relative;
      font-size: 28px;
      color: #00468d;
      font-weight: 500; }
      .g-title .txt h4::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -16px;
        width: 100%;
        height: 5px;
        background: #00468d; }
    .g-title .txt span {
      font-size: 18px;
      color: #888888; }
  .g-title .more {
    margin-left: auto;
    margin-right: 10px;
    width: 54px;
    height: 21px;
    background: url(../images/more.png) no-repeat;
    background-size: cover; }

.g-list li {
  padding: 25px 0;
  border-bottom: 1px solid #cccccc; }
  .g-list li:hover .date, .g-list li:hover .txt {
    color: #1f458b; }

.g-list a {
  display: flex;
  align-items: center; }

.g-list .date {
  margin-bottom: 2px;
  width: 90px;
  text-align: center;
  color: #878787;
  font-size: 20px;
  line-height: 1; }
  .g-list .date span {
    font-size: 12px; }

.g-list .txt {
  padding-left: 5%;
  padding-right: 10px;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  color: #000; }

.list-section {
  padding: 3vw 0; }
  .list-section .wrapper {
    display: flex;
    justify-content: space-between; }
  .list-section .news-list {
    width: 65.6%; }
    .list-section .news-list .bd {
      display: flex;
      justify-content: space-between; }
      .list-section .news-list .bd .left {
        width: 42.5%; }
        .list-section .news-list .bd .left .img {
          margin-bottom: 15px; }
        .list-section .news-list .bd .left img {
          display: block;
          width: 100%;
          height: 17.4vw; }
        .list-section .news-list .bd .left .txt {
          color: #333; }
          .list-section .news-list .bd .left .txt:hover {
            color: #1f458b; }
            .list-section .news-list .bd .left .txt:hover .desc {
              text-decoration: underline; }
          .list-section .news-list .bd .left .txt .tit {
            margin-bottom: 5px;
            font-size: 18px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-weight: bold; }
          .list-section .news-list .bd .left .txt .desc {
            font-size: 16px;
            font-weight: 300; }
      .list-section .news-list .bd .list {
        width: 51.4%; }
  .list-section .notice-list {
    width: 29.88%; }

.wonderful-wrap {
  padding-bottom: 50px;
  background: url(../images/bg_02.jpg) no-repeat center;
  background-size: cover; }
  .wonderful-wrap .hd {
    padding: 20px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .wonderful-wrap .hd .line {
      position: relative;
      display: block;
      width: 30%;
      height: 1px;
      background: #cccccc; }
      .wonderful-wrap .hd .line::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 118px;
        height: 5px;
        background: #1f458b; }
    .wonderful-wrap .hd .line-right::after {
      right: auto;
      left: 0; }
    .wonderful-wrap .hd .txt {
      padding: 0 40px;
      text-align: center; }
      .wonderful-wrap .hd .txt h4 {
        font-size: 24px;
        color: #00468d; }
      .wonderful-wrap .hd .txt p {
        font-size: 13px;
        color: #979797; }
  .wonderful-wrap .bd {
    position: relative; }
  .wonderful-wrap li:hover img {
    transform: scale(1.2); }
  .wonderful-wrap .img {
    overflow: hidden; }
  .wonderful-wrap img {
    display: block;
    transition: all .8s;
    width: 100%;
    height: 260px; }
  .wonderful-wrap .swiper-button-prev {
    left: -6%; }
  .wonderful-wrap .swiper-button-next {
    right: -6%; }

.navbar-wrap {
  padding: 60px 0;
  background: url(../images/bg_03.jpg) no-repeat;
  background-size: cover; }
  .navbar-wrap ul {
    display: flex;
    justify-content: space-between; }
  .navbar-wrap li {
    width: 100px;
    text-align: center; }
    .navbar-wrap li .img {
      margin-bottom: 20px; }
    .navbar-wrap li img {
      display: block;
      width: 100%;
      height: 100px; }
    .navbar-wrap li p {
      font-size: 18px; }

.link-wrap {
  padding-bottom: 75px;
  background: url(../images/bg_04.jpg) no-repeat;
  background-size: cover; }
  .link-wrap .hd {
    padding: 35px 0 45px;
    text-align: center;
    color: #fff;
    font-size: 22px; }
    .link-wrap .hd h4 {
      position: relative;
      padding-bottom: 10px;
      border-bottom: 3px solid #fff; }
      .link-wrap .hd h4::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        width: 25px;
        height: 19px;
        background: url(../images/icon_01.png) no-repeat;
        background-size: cover; }
  .link-wrap .bd ul {
    padding-left: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .link-wrap .bd li {
    margin-bottom: 15px;
    width: 22%;
    color: #fff; }

.footer {
  padding: 45px 0 35px;
  background: #353c47;
  color: #fff; }
  .footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer .left {
    font-size: 14px;
    flex: 1;
    min-width: 0; }
    .footer .left p {
      margin-bottom: 15px; }
      .footer .left p:last-child {
        margin-bottom: 0; }
  .footer .right {
    display: flex; }
    .footer .right .img {
      margin-right: 50px; }
      .footer .right .img:last-child {
        margin-right: 0; }
    .footer .right img {
      display: block;
      width: 86px;
      height: 86px; }

.small-banner {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover; }

.main-wrap .wrapper {
  display: flex; }

.main-wrap .navbar {
  margin-top: -60px;
  width: 350px;
  text-align: center; }
  .main-wrap .navbar .title {
    background: #1f458b;
    color: #fff;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    height: 60px;
    width: 100%;
    display: table; }
    .main-wrap .navbar .title h4 {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .main-wrap .navbar .list {
    padding: 30px 50px;
    background: #e8eaf2;
    font-size: 16px;
    color: #000;
    font-weight: 300; }
    .main-wrap .navbar .list li {
      margin-bottom: 10px;
      border-bottom: 1px solid #9cb5e9;
      color: #000; }
      .main-wrap .navbar .list li.active, .main-wrap .navbar .list li:hover {
        color: #1f458b;
        font-weight: bold; }
      .main-wrap .navbar .list li:last-child {
        margin-bottom: 0; }
      .main-wrap .navbar .list li a {
        display: block;
        padding: 14px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

.main-wrap .right {
  padding-left: 7%;
  padding-bottom: 5%;
  padding-right: 5%;
  flex: 1;
  min-width: 0; }
  .main-wrap .right .title {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 24px;
    color: #1f458b;
    border-bottom: 1px solid #9cb5e9; }
    .main-wrap .right .title h4 {
      position: relative;
      display: inline-block; }
      .main-wrap .right .title h4::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 3px;
        background: #1f458b; }

.main-wrap .news-list {
  padding-bottom: 55px; }
  .main-wrap .news-list li {
    border-bottom: 1px dashed #9cb5e9; }
    .main-wrap .news-list li:hover .tit p {
      color: #1f458b;
      text-decoration: underline; }
    .main-wrap .news-list li a {
      display: block;
      padding: 10px 0; }
    .main-wrap .news-list li .tit {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
      .main-wrap .news-list li .tit span {
        margin-right: 10px;
        display: block;
        line-height: 22px;
        padding: 0 10px;
        background: #3b5da7;
        color: #fff;
        font-size: 14px; }
      .main-wrap .news-list li .tit p {
        font-size: 15px;
        color: #7b6b6b;
        flex: 1;
        min-width: 0; }
    .main-wrap .news-list li .read {
      font-size: 15px;
      color: #7b6b6b; }


.main-wrap .news-list-1 {
  padding-bottom: 55px; }
  .main-wrap .news-list-1 li {
    border-bottom: 1px dashed #9cb5e9; }
    .main-wrap .news-list-1 li:hover .tit p {
      color: #1f458b;
      text-decoration: underline; }
    .main-wrap .news-list-1 li a {
      display: block;
      padding: 10px 0; }
    .main-wrap .news-list-1 li .tit {
      margin-bottom: 10px;
      display: flex;
      align-items: center; }
     
      .main-wrap .news-list-1 li .tit p {
        font-size: 15px;
        color: #7b6b6b;
        flex: 1;
        min-width: 0; }
    .main-wrap .news-list-1 li .read {
      font-size: 15px;
      color: #7b6b6b; }


.pages {
  display: flex; }
  .pages span, .pages a {
    border: 1px solid #e1e1e1;
    font-size: 13px;
    padding: 0 12px;
    line-height: 30px; }
  .pages a.current, .pages .item:hover {
    border-color: #00569f;
    background: #00569f;
    color: #fff; }

.breadcrumbs {
  padding: 30px 0 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9c9999; }
  .breadcrumbs ul {
    flex: 1;
    display: flex; }
  .breadcrumbs li:hover {
    color: #1f458b; }
  .breadcrumbs li::after {
    content: '>';
    display: inline-block;
    margin: 0 5px; }
  .breadcrumbs li:last-child::after {
    display: none; }

.detail-wrap .hd {
  padding: 35px 0 15px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6; }
  .detail-wrap .hd h4 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1.4;
    font-weight: 400;
    color: #1f458b; }
  .detail-wrap .hd .info {
    text-align: center; }
    .detail-wrap .hd .info span {
      margin-right: 30px;
      display: inline-block;
      font-size: 14px;
      color: #999999; }
      .detail-wrap .hd .info span:last-child {
        margin-right: 0; }

.detail-wrap .bd {
  padding: 5% 0;
  text-indent: 2em;
  font-size: 15px;
  line-height: 2.2; }
/*# sourceMappingURL=style.css.map */