.menu {
  display: none; }

.mobile_navbar {
  display: none; }

.content {
  overflow: hidden;
  width: 100%; }
  .content .head {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F0F3F5;
    border-bottom: 1px solid #D3DCE6; }
    .content .head .more {
      height: 100%;
      display: flex;
      align-items: stretch;
      padding: 0 10.5px;
      opacity: .4;
      align-items: center;
      font-size: 16px;
      transition: all .1s;
      color: #015293; }
      .content .head .more:hover {
        opacity: 1; }
    .content .head ul {
      height: 100%;
      display: flex;
      align-items: center; }
      .content .head ul li {
        font-size: 21px;
        opacity: 0.6;
        padding: 0 20px;
        color: #015293;
        font-weight: bold;
        height: 100%;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .content .head ul li.on {
          background: #fff;
          color: #015293;
          opacity: 1;
          z-index: 9;
          border-right: 1px solid #D3DCE6;
          border-left: 1px solid #D3DCE6;
          height: calc(100% - 1px);
          top: 2px; }
          .content .head ul li.on::after {
            content: '';
            width: 100%;
            height: 3px;
            position: absolute;
            left: 0;
            top: -2px;
            background: #015293; }
  .content .tong_news {
    overflow: hidden;
    width: 100%; }
    .content .tong_news .fadein {
      overflow: hidden;
      width: 100%;
      margin-top: 20px; }
      .content .tong_news .fadein ul {
        overflow: hidden; }
        .content .tong_news .fadein ul li {
          overflow: hidden;
          width: 100%;
          height: 37px; }
          .content .tong_news .fadein ul li:hover a p {
            color: #015293; }
          .content .tong_news .fadein ul li:hover a span {
            color: #015293; }
          .content .tong_news .fadein ul li a {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .content .tong_news .fadein ul li a p {
              font-size: 16px;
              color: #383838;
              padding-left: 20px;
              width: 80%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              box-sizing: border-box;
              position: relative; }
              .content .tong_news .fadein ul li a p::after {
                content: '';
                width: 5px;
                height: 5px;
                background: #015293;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); }
            .content .tong_news .fadein ul li a span {
              font-size: 16px;
              color: #888888;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
  .content .main_content {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/bgs_03.png);
    padding-bottom: 32px; }
    .content .main_content .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto;
      background: #fff;
      padding: 32px 32px 37px 32px; }
      .content .main_content .m .main_news_list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .content .main_content .m .main_news_list .tong_news {
          width: 48.59154929577465%;
          margin-top: 30px; }
          .content .main_content .m .main_news_list .tong_news.on {
            width: 31.60211267605634%; }
          .content .main_content .m .main_news_list .tong_news.on1 {
            width: 31.69014084507042%; }
          .content .main_content .m .main_news_list .tong_news .list {
            overflow: hidden;
            width: 100%; }
            .content .main_content .m .main_news_list .tong_news .list .label {
              overflow: hidden;
              width: 100%;
              height: 60px;
              background: #F0F3F5;
              margin-top: 14px;
              border-left: 2px solid #1C73BA;
              position: relative; }
              .content .main_content .m .main_news_list .tong_news .list .label:hover {
                background: #E6EFF5; }
                .content .main_content .m .main_news_list .tong_news .list .label:hover::after {
                  background-image: url(../images/right1.png); }
                .content .main_content .m .main_news_list .tong_news .list .label:hover a span {
                  color: #015293; }
              .content .main_content .m .main_news_list .tong_news .list .label::after {
                content: '';
                width: 10px;
                height: 17px;
                background-size: 100% 100%;
                background-image: url(../images/right.png);
                position: absolute;
                right: 45px;
                top: 50%;
                transform: translateY(-50%); }
              .content .main_content .m .main_news_list .tong_news .list .label a {
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                padding-left: 60px; }
                .content .main_content .m .main_news_list .tong_news .list .label a img {
                  display: block;
                  width: 30px; }
                .content .main_content .m .main_news_list .tong_news .list .label a span {
                  font-size: 18px;
                  color: #000000;
                  margin-left: 12px; }
      .content .main_content .m .main_Art {
        overflow: hidden;
        width: 100%;
        margin-top: 54px; }
        .content .main_content .m .main_Art .fadein {
          overflow: hidden;
          width: 100%;
          margin-top: 34px; }
          .content .main_content .m .main_Art .fadein .box {
            width: 100%;
            position: relative; }
            .content .main_content .m .main_Art .fadein .box .btn {
              width: 27px;
              height: 46px;
              background: rgba(0, 0, 0, 0.5);
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              z-index: 9999;
              position: absolute;
              top: 50%;
              transform: translateY(-50%); }
              .content .main_content .m .main_Art .fadein .box .btn img {
                display: block;
                width: 10px; }
              .content .main_content .m .main_Art .fadein .box .btn.prev {
                left: 0; }
              .content .main_content .m .main_Art .fadein .box .btn.next {
                right: 0; }
            .content .main_content .m .main_Art .fadein .box .mySwiper1 {
              width: 100%;
              position: relative; }
              .content .main_content .m .main_Art .fadein .box .mySwiper1 .swiper-slide {
                width: 23.15140845070423%;
                height: 100%;
                position: relative;
                margin-right: 2.5%; }
            .content .main_content .m .main_Art .fadein .box .label {
              overflow: hidden;
              width: 100%; }
              .content .main_content .m .main_Art .fadein .box .label:hover img {
                transform: scale(1.05); }
              .content .main_content .m .main_Art .fadein .box .label img {
                display: block;
                width: 100%;
                transition: all .6s;
height:166px }
      .content .main_content .m .link_btn {
        overflow: hidden;
        width: 100%; }
        .content .main_content .m .link_btn.on ul li {
          width: 23.15140845070423%; }
        .content .main_content .m .link_btn ul {
          display: flex;
          overflow: hidden;
          flex-wrap: wrap;
          justify-content: space-between; }
          .content .main_content .m .link_btn ul li {
            overflow: hidden;
            width: 31.69014084507042%;
            margin-top: 30px; }
            .content .main_content .m .link_btn ul li img {
              display: block;
              width: 100%; }
      .content .main_content .m .des_banner {
        width: 100%;
        margin-top: 26px; }
        .content .main_content .m .des_banner img {
          display: block;
          width: 100%; }
      .content .main_content .m .top_news {
        display: flex;
        justify-content: space-between; }
        .content .main_content .m .top_news .tong_news {
          overflow: hidden;
          width: 43.57394366197183%; }
        .content .main_content .m .top_news .slide {
          overflow: hidden;
          width: 54.57746478873239%;
          height: 373px;
          position: relative; }
          .content .main_content .m .top_news .slide .swiper-pagination {
            font-size: 12px;
            bottom: 47px; }
          .content .main_content .m .top_news .slide .mySwiper {
            width: 100%;
            height: 100%;
            position: relative; }
            .content .main_content .m .top_news .slide .mySwiper .swiper-slide {
              width: 100%;
              height: 100%;
              position: relative; }
          .content .main_content .m .top_news .slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .content .main_content .m .top_news .slide .font {
            overflow: hidden;
            width: 100%;
            padding: 27px 0 11px 0;
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5); }
            .content .main_content .m .top_news .slide .font p {
              font-size: 16px;
              color: #fff;
              width: 64.83870967741935%;
              line-height: 32px;
              margin: 0 auto;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
  .content .navbar {
    width: 100%;
    height: 50px;
    background: #015293; }
    .content .navbar .m {
      display: flex;
      align-items: center;
      margin: 0 auto;
      width: 1200px;
      height: 100%; }
      .content .navbar .m li {
        height: 100%;
        position: relative; }
        .content .navbar .m li.on a {
          color: #fff; }
        .content .navbar .m li a {
          height: 100%;
          display: flex;
          align-items: center;
          font-size: 21px;
          color: #D0E4F5;
          font-weight: bold;
          padding: 0 25px; }

@media (max-width: 1400px) {
  .m {
    width: 95% !important; }

  .content .navbar .m li a {
    font-size: 18px; } }
@media (max-width: 1200px) {
  .m {
    width: 95% !important; }

  .content .head ul li {
    font-size: 18px; }

  .content .head .more {
    font-size: 14px; }

  .footer .t .m li a {
    font-size: 16px; }

  .content .navbar .m li a {
    font-size: 16px;
    padding: 0 18px; }

  .content .tong_news .fadein ul li a p {
    width: 75%; } }
@media (max-width: 1000px) {
  .m {
    width: 100% !important;
    padding: 0 .3rem; }

  .content .main_content {
    padding-bottom: .3rem; }

  .content .main_content .m {
    padding: .3rem; }

  .content .main_content .m .top_news {
    display: block;
    width: 100%; }

  .content .main_content .m .top_news .slide {
    width: 100%;
    height: 5rem; }

  .content .head {
    height: .85rem; }

  .content .head .more {
    font-size: .26rem; }

  .content .tong_news .fadein ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .content .tong_news .fadein {
    margin-top: .2rem; }

  .content .main_content .m .des_banner {
    margin-top: .3rem; }

  .content .main_content .m .link_btn ul li {
    margin-top: .3rem;
    width: 32%; }

  .content .main_content .m .main_news_list .tong_news {
    width: 100%;
    margin-top: .3rem; }

  .content .main_content .m .main_news_list .tong_news.on {
    width: 100%; }

  .content .main_content .m .main_news_list .tong_news.on1 {
    width: 100%; }

  .content .main_content .m .main_news_list .tong_news .list .label {
    height: .88rem; }

  .content .main_content .m .main_news_list .tong_news .list .label a {
    padding-left: .5rem; }

  .content .main_content .m .main_news_list .tong_news .list .label a img {
    width: .5rem; }

  .content .main_content .m .main_news_list .tong_news .list .label a span {
    font-size: .28rem; }

  .content .main_content .m .main_news_list .tong_news .list .label::after {
    width: .14rem;
    height: .2rem;
    right: .3rem; }

  .content .main_content .m .link_btn.on ul li {
    width: 48.5%;
    margin-top: .2rem; }

  .content .main_content .m .main_Art {
    margin-top: .3rem; }

  .content .main_content .m .main_Art .fadein {
    margin-top: .3rem; }

  .content .main_content .m .main_Art .fadein .box .mySwiper1 .swiper-slide {
    width: 48%;
    margin-right: 4%; }

  .content .main_content .m .main_Art .fadein .box .mySwiper1 .swiper-slide:nth-child(4n) {
    margin-right: 4%; }

  .content .main_content .m .link_btn.on ul {
    justify-content: space-between; }

  .content .tong_news .fadein ul li a p {
    font-size: .26rem; }

  .content .tong_news .fadein ul li a span {
    font-size: .26rem; }

  .content .main_content .m .top_news .tong_news {
    width: 100%;
    margin-top: .3rem; }

  .content .head ul li {
    font-size: .28rem;
    padding: 0 .3rem; }

  .content .main_content .m .top_news .slide .font p {
    font-size: .26rem;
    width: 80%; }

  .content .navbar {
    display: none; } }

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