@charset "UTF-8";
.content {
  overflow: hidden;
  width: 100%; }
  .content .banner {
    width: 100%;
    height: 580px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/banner_01.jpg); }
    .content .banner .m {
      width: 1400px;
      margin: 0 auto;
      padding-top: 25px; }
      .content .banner .m img {
        display: block; }
  .content .main_beautiful {
    overflow: hidden;
    width: 100%;
    padding: 60px 0;
    padding-bottom: 50px;
    background: #F9F9F9; }
    .content .main_beautiful .m {
      width: 1400px;
      margin: 0 auto; }
    .content .main_beautiful .box {
      width: 100%;
      margin-top: 64px;
      position: relative; }
      .content .main_beautiful .box .mySwiper2 {
        overflow: hidden;
        width: 100%;
        padding-bottom: 60px; }
        .content .main_beautiful .box .mySwiper2 .swiper-slide {
          width: 650px; }
          .content .main_beautiful .box .mySwiper2 .swiper-slide img {
            width: 100%; }
      .content .main_beautiful .box .swiper-pagination {
        bottom: 0; }
      .content .main_beautiful .box .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        margin: 0 5px;
        background: #C5C5C5; }
      .content .main_beautiful .box .swiper-pagination-bullet-active {
        background: #0B57A4; }
  .content .main_cultural {
    overflow: hidden;
    padding: 60px 0; }
    .content .main_cultural .m {
      width: 1400px;
      margin: 0 auto;
      margin-top: 10px; }
      .content .main_cultural .m ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .content .main_cultural .m ul li {
          overflow: hidden;
          width: 680px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          margin-top: 40px;
          position: relative; }
          .content .main_cultural .m ul li:hover a > img {
            transform: scale(1.03); }
          .content .main_cultural .m ul li a {
            display: block;
            width: 100%; }
            .content .main_cultural .m ul li a > img {
              display: block;
              transition: all .5s;
              width: 100%; }
          .content .main_cultural .m ul li div {
            display: inline-flex;
            height: 52px;
            background: #1E5EA7;
            position: absolute;
            left: 0;
            bottom: 0;
            display: flex;
            min-width: 270px;
            align-items: center;
            justify-content: space-between;
            padding: 0 16px;
            border-radius: 0 20px 0 0; }
            .content .main_cultural .m ul li div span {
              font-size: 20px;
              color: #fff; }
            .content .main_cultural .m ul li div img {
              display: block; }
  .content .main_activity {
    overflow: hidden;
    background: #F9F9F9;
    padding: 60px 0 50px 0; }
    .content .main_activity .m {
      width: 1400px;
      margin: 0 auto; }
      .content .main_activity .m .box {
        width: 100%;
        position: relative;
        margin-top: 50px;
        padding-bottom: 45px; }
        .content .main_activity .m .box .mySwiper1 {
          overflow: hidden;
          width: 100%; }
          .content .main_activity .m .box .mySwiper1 .swiper-slide {
            width: 320px;
            margin-right: 38px; }
        .content .main_activity .m .box .swiper-pagination {
          bottom: 0; }
        .content .main_activity .m .box .swiper-pagination-bullet {
          width: 11px;
          height: 11px;
          margin: 0 5px;
          background: #C5C5C5; }
        .content .main_activity .m .box .swiper-pagination-bullet-active {
          background: #0B57A4; }
        .content .main_activity .m .box .label {
          overflow: hidden;
          border-bottom: 3px solid #0B57A4;
          background: #fff;
          width: 100%;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
          .content .main_activity .m .box .label .pic {
            overflow: hidden;
            width: 100%; }
            .content .main_activity .m .box .label .pic img {
              display: block;
              width: 100%;
              transition: all .5s; }
          .content .main_activity .m .box .label:hover .pic img {
            transform: scale(1.03); }
          .content .main_activity .m .box .label .info {
            overflow: hidden;
            width: 100%;
            padding: 20px 30px 15px 30px; }
            .content .main_activity .m .box .label .info p {
              text-align: center;
              font-size: 20px;
              color: #0b57a4;
              line-height: 30px;
              margin-bottom: 30px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              position: relative;
              position: relative; }
              .content .main_activity .m .box .label .info p::after {
                content: '';
                width: 50px;
                height: 3px;
                background: #C9C9C9;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -14px; }
            .content .main_activity .m .box .label .info span {
              display: block;
              font-size: 17px;
              color: #333333;
              line-height: 30px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              overflow: hidden; }
  .content .main_tourism {
    overflow: hidden;
    padding: 58px 0 62px 0; }
    .content .main_tourism ul {
      display: flex;
      justify-content: center; }
      .content .main_tourism ul li {
        overflow: hidden;
        width: 2.6rem;
        background: #fff;
        margin: 0 .2rem;
        position: relative;
        margin-top: .9rem; }
        .content .main_tourism ul li:nth-child(even) {
          transform: translateY(-40px); }
        .content .main_tourism ul li a {
          display: block; }
          .content .main_tourism ul li a > img {
            display: block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: .8rem;
            width: 1.03rem; }
        .content .main_tourism ul li:hover .pic img {
          transform: scale(1.03); }
        .content .main_tourism ul li .pic {
          width: 100%;
          overflow: hidden; }
          .content .main_tourism ul li .pic img {
            display: block;
            transition: all .4s;
            width: 100%; }
        .content .main_tourism ul li .font {
          width: 100%;
          font-size: .3rem;
          color: #000000;
          text-align: center;
          padding: .65rem 0 .3rem 0;
          background: #F0F0F0; }
  .content .main_news {
    width: 100%;
    padding: 65px 0 70px 0;
    background-image: url(../images/icons_02.jpg);
    background-size: cover;
    background-position: center center; }
    .content .main_news .m {
      width: 1400px;
      margin: 0 auto; }
      .content .main_news .m .box {
        width: 100%;
        margin-top: 55px;
        position: relative; }
        .content .main_news .m .box .mySwiper {
          width: 100%;
          overflow: hidden; }
        .content .main_news .m .box .swiper-pagination {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          bottom: 16px;
          padding-left: 900px; }
        .content .main_news .m .box .swiper-pagination-bullet {
          width: 11px;
          height: 11px;
          margin: 0 5px;
          background: #C5C5C5; }
        .content .main_news .m .box .swiper-pagination-bullet-active {
          background: #E40000; }
        .content .main_news .m .box .label {
          width: 100%;
          display: flex;
          background: #fff; }
          .content .main_news .m .box .label .pic {
            overflow: hidden;
            width: 900px;
            display: block; }
            .content .main_news .m .box .label .pic img {
              width: 100%;
              display: block;
max-height: 480px;
 }
          .content .main_news .m .box .label .grow {
            overflow: hidden;
            flex: 1;
            background: #fff;
            padding: 15px 28px 0 28px; }
            .content .main_news .m .box .label .grow .more {
              overflow: hidden; }
              .content .main_news .m .box .label .grow .more a {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #0B57A4;
                font-size: .18rem;
                color: #fff;
                width: 150px;
                transition: all .1s;
                height: 50px;
                margin: 0 auto;
                margin-top: 20px; }
                .content .main_news .m .box .label .grow .more a:hover {
                  opacity: 0.8; }
                .content .main_news .m .box .label .grow .more a img {
                  margin-left: 8px; }
            .content .main_news .m .box .label .grow p {
              font-size: .27rem;
              font-weight: bold;
              line-height: 1.6;
              position: relative;
              color: #333333; }
              .content .main_news .m .box .label .grow p::after {
                content: '';
                width: 60px;
                height: 3px;
                background: #0B57A4;
                position: absolute;
                left: 0;
                bottom: -25px; }
            .content .main_news .m .box .label .grow span {
              display: block;
              font-size: 16px;
              color: #333333;
              line-height: 35px;
              margin-top: 50px;
              text-indent: 34px; }
  .content .tong_title {
    width: 421px;
    height: 82px;
    background-image: url(../images/title.png);
    background-size: 100% 100%;
    margin: 0 auto;
    padding-left: 35px; }
    .content .tong_title.on {
      background-image: url(../images/title1.png);
      width: 518px; }
    .content .tong_title p {
      font-size: 50px;
      line-height: 1;
      margin-bottom: 5px;
      font-family: "宋体";
      font-weight: bold;
      letter-spacing: 3px;
      color: #000000; }
    .content .tong_title span {
      display: block;
      font-size: 17px;
      letter-spacing: 2px;
      color: #0b57a4;
      text-transform: uppercase; }

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