@charset "UTF-8";
/* Scss Document */
@import url(base.jpg.css);
@import url(stylesheet.jpg.css);
@import url(font.jpg.css);
.header {
  position: relative; padding-top: 20px;}
  .header .topline {
    background: #6510ad;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#6510ad', endColorstr='#4627AD');
    background: linear-gradient(90deg, #6510ad 60%, #104fad);
    height: 6px;}
  .header .navwrapper {
    position: absolute;
    width: 100%;
    z-index: 10;}
    .header .navwrapper .nav {
      float: right;
      padding-right: 35px;
      padding-top: 30px;
      padding-bottom: 30px;}
      @media screen and (max-width: 1400px) {
        .header .navwrapper .nav {
          padding-right: 10px;} }
      @media screen and (max-width: 1000px) {
        .header .navwrapper .nav {
          display: none;} }
      .header .navwrapper .nav .subnav ul {
        float: right;
        position: absolute;
        top: 40px;
        right: 60px;}
        @media screen and (max-width: 1400px) {
          .header .navwrapper .nav .subnav ul {
            right: 25px;} }
      .header .navwrapper .nav .subnav li {
        float: left;
        font-size: 14px;
        color: #fff;}
        @media screen and (max-width: 1280px) {
          .header .navwrapper .nav .subnav li {
            font-size: 12px;} }
        .header .navwrapper .nav .subnav li a {
          color: #fff;
          opacity: 0.75;
          display: block;
          padding-left: 25px;}
          .header .navwrapper .nav .subnav li a:hover {
            color: #d18e59;}
        .header .navwrapper .nav .subnav li.en {
          border-left: 1px solid rgba(255, 255, 255, 0.3);
          margin-left: 15px;}
          .header .navwrapper .nav .subnav li.en a {
            padding-left: 10px;}
        .header .navwrapper .nav .subnav li.search {
          padding-left: 50px;
          font-size: 16px;
          cursor: pointer;
          position: relative;}
          .header .navwrapper .nav .subnav li.search input {
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: rgba(255, 255, 255, 0.1);
            height: 28px;
            line-height: 28px;
            color: #fff;
            border-radius: 14px;
            margin-top: -20px;
            width: 0px;
            text-indent: 10px;
            opacity: 0;}
          .header .navwrapper .nav .subnav li.search i.active {
            position: absolute;
            right: 0px;
            top: 0px;}
          .header .navwrapper .nav .subnav li.search button {
            display: none;}
          .header .navwrapper .nav .subnav li.search.active input {
            width: 150px;
            opacity: 1;}
          .header .navwrapper .nav .subnav li.search.active i.active {
            position: absolute;
            right: 10px;
            top: 0px;}
            .header .navwrapper .nav .subnav li.search.active i.active:before {
              content: '\ea1f';}
      .header .navwrapper .nav .mainnav {
        padding: 39px 0 16px 0;}
        @media screen and (max-width: 1400px) {
          .header .navwrapper .nav .mainnav {
            padding-top: 35px;} }
        .header .navwrapper .nav .mainnav li {
          float: left;
          font-size: 18px;
          position: relative;
          line-height: 46px;}
          @media screen and (max-width: 1400px) {
            .header .navwrapper .nav .mainnav li {
              font-size: 16px;} }
          @media screen and (max-width: 1280px) {
            .header .navwrapper .nav .mainnav li {
              font-size: 14px;} }
          .header .navwrapper .nav .mainnav li a {
            color: #fff;
            display: block;
            padding: 0 25px;}
            @media screen and (max-width: 1400px) {
              .header .navwrapper .nav .mainnav li a {
                padding: 0 20px;} }
            @media screen and (max-width: 1280px) {
              .header .navwrapper .nav .mainnav li a {
                padding: 0 15px;} }
            .header .navwrapper .nav .mainnav li a.hover {
              color: #5e068c;
              background: #fff;
              border-top: 2px solid #d18e59;
              line-height: 44px;}
          .header .navwrapper .nav .mainnav li ul {
            background: #fff;
            position: absolute;
            top: 46px;
            width: 220px;
            z-index: 2;
            padding: 5px 0;
            display: none;
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);}
            .header .navwrapper .nav .mainnav li ul.last {
              right: 0;}
            .header .navwrapper .nav .mainnav li ul li {
              float: none;
              display: block;
              padding: 0;
              margin: 0;}
              .header .navwrapper .nav .mainnav li ul li a {
                line-height: 44px;
                font-size: 16px;
                color: #000;
                padding: 0 0 0 25px;}
                @media screen and (max-width: 1400px) {
                  .header .navwrapper .nav .mainnav li ul li a {
                    font-size: 14px;
                    padding-left: 20px;} }
                .header .navwrapper .nav .mainnav li ul li a:hover {
                  background: #eee;}
    .header .navwrapper .logowrapper {
      position: absolute;
      width: 180px;
      left: 60px;
      top: 40px;}
      @media screen and (max-width: 1280px) {
        .header .navwrapper .logowrapper {
          width: 150px;
          left: 25px;} }
      @media screen and (max-width: 1000px) {
        .header .navwrapper .logowrapper {
          width: 90px;
          left: 12px;
          top: -37px;} }
      .header .navwrapper .logowrapper .logo {
        display: block;}
      .header .navwrapper .logowrapper img {
        width: 100%;}
  .header .topimg {
    position: relative;
    z-index: 0;}
    .header .topimg .slick-list li {
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
     
      position: relative;}
      @media screen and (max-width: 1000px) {
        }
      @media screen and (max-width: 400px) {
        .header .topimg .slick-list li {
        } 


}
      .header .topimg .slick-list li h3 {
        font-size: 40px;
        color: #fff;
        position: absolute;
        bottom: 220px;
        right: 100px;
        line-height: 1.5em;
        text-shadow: 2px 2px 0px #000;
        text-align: right;
        max-width: 70%;}
        @media screen and (max-width: 1400px) {
          .header .topimg .slick-list li h3 {
            font-size: 30px;
            right: 50px;
            bottom: 140px;} }
        @media screen and (max-width: 1280px) {
          .header .topimg .slick-list li h3 {
            font-size: 24px;
            right: 40px;
            max-width: 50%;} }
        @media screen and (max-width: 1000px) {
          .header .topimg .slick-list li h3 {
            bottom: 40px;} }
        @media screen and (max-width: 700px) {
          .header .topimg .slick-list li h3 {
            max-width: 100%;
            text-align: center;
            width: auto;
            right: 25px;
            left: 25px;
            font-size: 18px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            bottom: 15px;
            text-shadow: 1px 1px 0px #000;} }
        @media screen and (max-width: 700px) {
          .header .topimg .slick-list li h3 {
            bottom: 10px;} }
      .header .topimg .slick-list li a {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
  background: url(../images/bgrad_1.jpg) left -1px repeat-x, url(../images/bgrad_2.png) repeat-x bottom left;
        }
        @media screen and (max-width: 1000px) {
          .header .topimg .slick-list li a {
            background: url(../images/bgrad_2.jpg) repeat-x bottom left;
            background-size: 7%;} }
    .header .topimg .arrow {
      position: absolute;
      top: 50%;
      background: #000;
      color: #fff;
      font-size: 40px;
      height: 70px;
      width: 70px;
      margin-top: -35px;
      border-radius: 50%;
      opacity: 0.5;
      filter: alpha(opacity=50);
      text-align: center;
      cursor: pointer;
      z-index: 1000;
      border: 1px solid rgba(255, 255, 255, 0.5);}
      @media screen and (max-width: 1280px) {
        .header .topimg .arrow {
          display: none !important;} }
      .header .topimg .arrow i {
        line-height: 65px;}
      .header .topimg .arrow.pre {
        left: 30px;}
      .header .topimg .arrow.next {
        right: 30px;}
      .header .topimg .arrow:hover {
        opacity: 0.4;
        filter: alpha(opacity=40);}
    .header .topimg .slick-dots {
      position: absolute;
      bottom: -40px;
    width: 94%;
      text-align: center;
      z-index: 1000;}
    .header .topimg .slick-dots li {
      display: inline-block;
      width: auto;
      float: none;
      vertical-align: middle;}
    .header .topimg .slick-dots li button {
      background: #A8B3C6;
      border: 0 none;
      border-radius: 7px;
      cursor: pointer;
      display: block;
      font-size: 0;
      height: 12px;
      line-height: 0;
      margin: 0 8px;
      outline: medium none;
      padding: 0;
      width: 12px;}
    .header .topimg .slick-dots li.slick-active button {
      background: #5e068c;}
    .header .topimg .slick-dots {
      bottom: 220px;
      left: 70px;
      text-align: left;}
      @media screen and (max-width: 1400px) {
        .header .topimg .slick-dots {
          bottom: 200px;
          left: 25px;
          text-align: left;
          bottom: 130px;} }
      @media screen and (max-width: 1000px) {
        .header .topimg .slick-dots {
          bottom: 30px;} }
      @media screen and (max-width: 700px) {
        .header .topimg .slick-dots {
          text-align: center;
          bottom: 45px;
          left: 0;} }
      .header .topimg .slick-dots li button {
        font-size: 16px;
        color: #fff;
        background: none;
        height: 50px;
        width: 34px;
        border-radius: 0;
        font-family: 'Raleway';}
        @media screen and (max-width: 700px) {
          .header .topimg .slick-dots li button {
            font-size: 0;
            border-radius: 6px;
            height: 10px;
            width: 10px;
            background: #fff;} }
      .header .topimg .slick-dots li.slick-active button {
        background: #0774b9;
        font-weight: bold;}
      .header .topimg .slick-dots .moreimg {
        display: inline-block;
        background: #0774b9;
        color: #fff;
        padding: 0 15px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        margin-left: 30px;}
        @media screen and (max-width: 700px) {
          .header .topimg .slick-dots .moreimg {
            margin-left: 10px;
            font-size: 9px;
            line-height: 20px;
            height: 20px;
            border-radius: 10px;
            padding: 0 8px;} }
        .header .topimg .slick-dots .moreimg:hover {
          background: #461C8E;}

.content .section_1 {
  position: relative;
  z-index: 0;
  padding-bottom: 280px;}
  @media screen and (max-width: 1000px) {
    .content .section_1 {
      padding-bottom: 50px;} }
  .content .section_1 .news0 {
    top: -160px;
    position: relative;}
    @media screen and (max-width: 1400px) {
      .content .section_1 .news0 {
        top: -100px;} }
    @media screen and (max-width: 1000px) {
      .content .section_1 .news0 {
        top: 0;
        padding-top: 30px;} }
    .content .section_1 .news0 ul {
      display: table;}
      @media screen and (max-width: 1000px) {
        .content .section_1 .news0 ul {
          display: block;} }
    .content .section_1 .news0 li {
      display: table-cell;
      width: 26%;
      vertical-align: top;
      position: relative;
      background: #fff;
      border-left: 1px solid #5e068c;}
      @media screen and (max-width: 1000px) {
        .content .section_1 .news0 li {
          display: block;
          width: 100%;} }
      .content .section_1 .news0 li a {
        display: block;
        background: #fff;}
        @media screen and (max-width: 1000px) {
          .content .section_1 .news0 li a {
            position: relative;
            margin-left: 0;} }
      .content .section_1 .news0 li .txtwrapper p {
        font-size: 18px;
        padding: 35px 40px;
        line-height: 1.5em;}
        @media screen and (max-width: 1400px) {
          .content .section_1 .news0 li .txtwrapper p {
            font-size: 14px;
            padding: 15px 25px 30px;} }
        @media screen and (max-width: 1000px) {
          .content .section_1 .news0 li .txtwrapper p {
            font-size: 16px;
            padding-top: 0;
            padding-bottom: 40px;} }
      .content .section_1 .news0 li .time {
        position: absolute;
        bottom: 8px;
        color: #0774b9;
        left: 38px;}
        @media screen and (max-width: 1400px) {
          .content .section_1 .news0 li .time {
            left: 23px;} }
        @media screen and (max-width: 1280px) {
          .content .section_1 .news0 li .time {
            bottom: 15px;} }
        @media screen and (max-width: 1000px) {
          .content .section_1 .news0 li .time {
            position: static;
            margin-top: 15px;
            margin-bottom: 10px;
            margin-left: 23px;} }
      .content .section_1 .news0 li.fi {
        width: 48%;}
        @media screen and (max-width: 1000px) {
          .content .section_1 .news0 li.fi {
            width: 100%;} }
        .content .section_1 .news0 li.fi a {
          position: relative;
          display: block;}
        .content .section_1 .news0 li.fi .txtwrapper {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 50%;
          background: #fff;
          height: 45.83%;
          padding-bottom: 0;
          margin-bottom: 0;}
          @media screen and (max-width: 1000px) {
            .content .section_1 .news0 li.fi .txtwrapper {
              position: static;
              width: auto;} }
      .content .section_1 .news0 li img {
        width: 100%;}
  .content .section_1 .events {
    margin-top: -80px;}
    @media screen and (max-width: 1400px) {
      .content .section_1 .events {
        margin-top: -40px;} }
    @media screen and (max-width: 1000px) {
      .content .section_1 .events {
        margin-top: 40px;} }
    .content .section_1 .events h2 {
      font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
      font-size: 36px;
      color: #fff;
      text-align: center;
      line-height: 1em;
      margin-bottom: 40px;}
      @media screen and (max-width: 1000px) {
        .content .section_1 .events h2 {
          font-size: 30px;} }
      .content .section_1 .events h2 b {
        height: 1px;
        width: 60px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        opacity: 0.5;
        margin: 0 20px;}
        @media screen and (max-width: 400px) {
          .content .section_1 .events h2 b {
            width: 30px;} }
    .content .section_1 .events ul {
      margin-left: -50px;}
      .content .section_1 .events ul li {
        float: left;
        width: 33.33%;}
        @media screen and (max-width: 1000px) {
          .content .section_1 .events ul li {
            width: 100%;} }
        .content .section_1 .events ul li a {
          display: block;
          color: #fff;
          border-left: 1px solid rgba(255, 255, 255, 0.3);
          padding-left: 20px;
          margin-left: 50px;}
          @media screen and (max-width: 1000px) {
            .content .section_1 .events ul li a {
              padding-bottom: 30px;} }
          @media screen and (max-width: 400px) {
            .content .section_1 .events ul li a {
              padding-left: 0;} }
          .content .section_1 .events ul li a:hover h3, .content .section_1 .events ul li a:hover .time {
            color: #d18e59;}
        .content .section_1 .events ul li .time {
          font-family: 'EB Garamond', serif;
          width: 80px;
          text-align: center;
          float: left;}
          .content .section_1 .events ul li .time span {
            display: block;
            font-size: 36px;
            line-height: 1em;}
          @media screen and (max-width: 400px) {
            .content .section_1 .events ul li .time {
              width: 70px;} }
        .content .section_1 .events ul li .txtwrapper {
          margin-left: 100px;}
          @media screen and (max-width: 400px) {
            .content .section_1 .events ul li .txtwrapper {
              margin-left: 75px;} }
          .content .section_1 .events ul li .txtwrapper h3 {
            font-size: 16px;
            line-height: 1.5em;}
          .content .section_1 .events ul li .txtwrapper p {
            opacity: 0.7;
            padding-top: 10px;}
  .content .section_1 .newsmore {
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border: 1px solid #fff;
    padding: 0 20px;
    display: block;
    margin: 60px auto 0px auto;
    width: 150px;
    color: #fff;
    text-align: center;
    opacity: 0.5;}
    @media screen and (max-width: 1000px) {
      .content .section_1 .newsmore {
        margin-top: 30px;} }
    .content .section_1 .newsmore:hover {
      opacity: 0.8;}
  .content .section_1 .advpic {
    display: block;
    margin: 80px auto 20px auto;}
    .content .section_1 .advpic img {
      max-width: 100%;}
    @media screen and (max-width: 1000px) {
      .content .section_1 .advpic {
        margin: 40px auto 0 auto;} }
.content .section_2 {
  margin-top: -150px;}
  @media screen and (max-width: 1000px) {
    .content .section_2 {
      margin-top: 30px;} }
  .content .section_2 h2 {
    font-size: 40px;
    /*writing-mode: tb-rl;
    writing-mode:vertical-lr;*/
    color: #0774b9;
    width: 110px;
    top: 0px;
    line-height: 40px;
    background: #e7eaea;
    font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
    padding-top: 60px;
    float: left;
    position: relative;}
    @media screen and (max-width: 1000px) {
      .content .section_2 h2 {
        font-size: 30px;
        position: static;
        line-height: 2em;
        padding-bottom: 20px;
        background: none;
        float: none;
        padding-top: 0;
        width: auto;} }
    .content .section_2 h2 span {
      width: 40px;
      display: block;
      padding-left: 36px;}
      @media screen and (max-width: 1000px) {
        .content .section_2 h2 span {
          width: auto;
          padding: 0;
          display: inline;} }
    .content .section_2 h2 a.more {
      position: absolute;
      bottom: -80px;
      font-size: 14px;
      color: #777;
      width: 1em;
      line-height: 14px;
      left: 50%;
      margin-left: -7px;
      writing-mode: tb-rl;
      writing-mode: vertical-lr;}
      @media screen and (max-width: 1000px) {
        .content .section_2 h2 a.more {
          position: static;
          float: right;
          width: auto;
          line-height: inherit;
          writing-mode: lr-tb;
          writing-mode: horizontal-tb;} }
  .content .section_2 .focus {
    margin-left: 160px;
    position: relative;}
    @media screen and (max-width: 1000px) {
      .content .section_2 .focus {
        margin-left: 0;} }
    .content .section_2 .focus .bigpic {
      width: 70%;}
      @media screen and (max-width: 1000px) {
        .content .section_2 .focus .bigpic {
          width: auto;} }
      .content .section_2 .focus .bigpic a {
        display: block;}
        .content .section_2 .focus .bigpic a .txtwrapper {
          margin-top: -80px;
          background: #fff;
          width: 85%;
          z-index: 1;
          padding: 40px 50px;
          position: relative;
          box-sizing: border-box;}
          @media screen and (max-width: 1000px) {
            .content .section_2 .focus .bigpic a .txtwrapper {
              width: 90%;} }
          @media screen and (max-width: 400px) {
            .content .section_2 .focus .bigpic a .txtwrapper {
              width: auto;
              margin-top: 0;
              padding: 30px 40px;} }
          .content .section_2 .focus .bigpic a .txtwrapper .cata {
            background: #5e068c;
            color: #fff;
            padding: 8px 20px;
            display: inline-block;
            margin-bottom: 10px;}
          .content .section_2 .focus .bigpic a .txtwrapper h3 {
            font-size: 22px;
            line-height: 1.5em;}
            @media screen and (max-width: 1280px) {
              .content .section_2 .focus .bigpic a .txtwrapper h3 {
                font-size: 16px;} }
          .content .section_2 .focus .bigpic a .txtwrapper p {
            color: #777;
            padding-top: 10px;
            display: block;}
        .content .section_2 .focus .bigpic a img {
          width: 100%;}
      .content .section_2 .focus .bigpic .slick-dots {
        position: absolute;
        bottom: -40px;
        width: 100%;
        text-align: center;
        z-index: 1000;}
      .content .section_2 .focus .bigpic .slick-dots li {
        display: inline-block;
        width: auto;
        float: none;
        vertical-align: middle;}
      .content .section_2 .focus .bigpic .slick-dots li button {
        background: #A8B3C6;
        border: 0 none;
        border-radius: 7px;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 12px;
        line-height: 0;
        margin: 0 8px;
        outline: medium none;
        padding: 0;
        width: 12px;}
      .content .section_2 .focus .bigpic .slick-dots li.slick-active button {
        background: #5e068c;}
      .content .section_2 .focus .bigpic .slick-dots {
        z-index: 100;
        bottom: -60px;
        width: 126%;}
        @media screen and (max-width: 1000px) {
          .content .section_2 .focus .bigpic .slick-dots {
            width: 100%;} }
    .content .section_2 .focus .smallpic {
      position: absolute;
      right: 0;
      width: 37%;
      top: 50%;
      margin-top: -240px;}
      @media screen and (max-width: 1280px) {
        .content .section_2 .focus .smallpic {
          margin-top: -190px;} }
      @media screen and (max-width: 1000px) {
        .content .section_2 .focus .smallpic {
          display: none;} }
      .content .section_2 .focus .smallpic a .txtwrapper {
        margin-top: -40px;
        background: #fff;
        width: 90%;
        z-index: 1;
        padding: 0 40px 25px 40px;
        position: relative;
        box-sizing: border-box;}
        .content .section_2 .focus .smallpic a .txtwrapper p {
          display: none;}
        .content .section_2 .focus .smallpic a .txtwrapper h3 {
          font-size: 18px;
          line-height: 1.5em;}
          @media screen and (max-width: 1280px) {
            .content .section_2 .focus .smallpic a .txtwrapper h3 {
              font-size: 14px;} }
      .content .section_2 .focus .smallpic a img {
        width: 100%;}
      .content .section_2 .focus .smallpic a .cata {
        background: #5e068c;
        color: #fff;
        padding: 8px 20px;
        display: inline-block;
        margin-bottom: 0px;
        top: -16px;
        position: relative;}
.content .section_3 {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;}
  @media screen and (max-width: 1000px) {
    .content .section_3 {
      padding-bottom: 90px;} }
  .content .section_3 h2 {
    margin-top: 150px;
    margin-bottom: 40px;
    font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
    font-size: 36px;
    color: #0774b9;
    text-align: center;
    line-height: 1em;
    margin-bottom: 40px;}
    .content .section_3 h2 b {
      height: 1px;
      width: 60px;
      background: #0774b9;
      display: inline-block;
      vertical-align: middle;
      opacity: 0.5;
      margin: 0 20px;}
      @media screen and (max-width: 400px) {
        .content .section_3 h2 b {
          width: 20px;} }
    @media screen and (max-width: 1000px) {
      .content .section_3 h2 {
        font-size: 30px;} }
  .content .section_3 .dataitem ul {
    display: flex;
    flex-wrap: wrap;}
  .content .section_3 .dataitem li {
    width: 100%;
    padding: 20px 0;}
    .content .section_3 .dataitem li img {
      width: 80px;
      float: left;}
    .content .section_3 .dataitem li .wrapper {
      margin: 0 20px;}
    .content .section_3 .dataitem li .txtwrapper {
      margin-left: 100px;}
      .content .section_3 .dataitem li .txtwrapper h4 {
        font-size: 36px;
        color: #0774b9;
        line-height: 1em;
        font-family: Raleway;}
      .content .section_3 .dataitem li .txtwrapper p {
        font-size: 14px;
        color: #666;
        padding-top: 5px;}
  .content .section_3 .slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    z-index: 1000;}
  .content .section_3 .slick-dots li {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: middle;}
  .content .section_3 .slick-dots li button {
    background: #A8B3C6;
    border: 0 none;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 0 8px;
    outline: medium none;
    padding: 0;
    width: 12px;}
  .content .section_3 .slick-dots li.slick-active button {
    background: #5e068c;}
  .content .section_3 .tbg {
    position: absolute;
    width: 100%;
    top: -100px;
    z-index: -1;
    overflow: hidden;}
    .content .section_3 .tbg img {
      width: 100%;
      min-width: 1920px;}
      @media screen and (max-width: 1920px) {
        .content .section_3 .tbg img {
          padding-left: 50%;
          margin-left: -800px;} }
  .content .section_3 .tcbg {
    position: absolute;
    background: #e7eaea;
    transform: rotate(-3deg);
    transform-origin: right bottom;
    -ms-transform: rotate(-3deg);
    -ms-transform-origin: right bottom;
    height: 200px;
    width: 200%;
    right: -205px;
    bottom: 0px;
    z-index: -2;}
    @media screen and (max-width: 1024px) {
      .content .section_3 .tcbg {
        display: none;} }
.content .cbg {
background: url(../images/tbg.jpg);
  position: absolute;
  z-index: -1;
  /*transform: rotate(-3deg);*/
  transform-origin: center top;
  /*-ms-transform: rotate(-3deg);*/
  -ms-transform-origin: center top;
  height: 100%;
  width: 200%;
  right: -5px;
  top: 0;

}
  @media screen and (max-width: 1024px) {
    .content .cbg {
      transform: none;
      -ms-transform: none;
      right: 0;} }

/*底部*/
.web_info{clear:both; background-color:#0081d2; padding-bottom:1.4rem; padding-top: 20px;}
.web_info:after{content:"."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}
.web_info .head_b{background-image:url(../images/index_img01.png); width:6.4rem; height:0.91rem; margin:0 auto; background-size:cover; margin-bottom:0.76rem;}
.web_info .item{clear:both; width:5.8rem; margin:0 auto; padding-bottom:0.25rem; height:0.38rem;}
.web_info .item .icon_tel{float:left; width:0.4rem; height:0.38rem;}
.web_info .item .icon_tel img{width:0.31rem; height:0.34rem; display:block; margin-top:0.02rem;}
.web_info .item .icon_email{float:left; width:0.4rem; height:0.38rem;}
.web_info .item .icon_email img{width:0.34rem; height:0.23rem; display:block; margin-top:0.08rem;}
.web_info .item .icon_addr{float:left; width:0.4rem; height:0.38rem;}
.web_info .item .icon_addr img{width:0.31rem; height:0.29rem; display:block; margin-top:0.04rem;}
.web_info .item .msg{width:5.3rem; /* height:0.38rem; */ background-color:#fff; border-radius:0.1rem; float:left; font-size:0.24rem; line-height:0.38rem; color:#353535; text-align:center;}
/*尾部*/
.footer{width:100%; height:1.04rem; position:fixed; bottom:0; background-color:#0081d2; z-index:999; display:-webkit-flex; display:flex; border-top: 1px solid #fff;}
.footer a{flex-grow:1; text-align:center; font-size:0.2rem; color:#fff; background-repeat:no-repeat; background-position:center 0.16rem;}
.footer a+a{border-left:0.02rem solid #fff;}
.footer a span{display:block; padding-top:0.6rem;}

.anniv107 .anniv107pic {
  display: block;
  margin: 80px auto 20px auto;}
  .anniv107 .anniv107pic img {
    max-width: 100%;}
  @media screen and (max-width: 1000px) {
    .anniv107 .anniv107pic {
      margin: 40px auto 0 auto;} }
.anniv107 .header .topline {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#e71616', endColorstr='#4627AD');
  background: linear-gradient(90deg, #e71616 60%, #104fad);}
.anniv107 .content .cbg {
  background-image: url(../images/tbg107.jpg);}
.anniv107 .content .section_3 .dataitem li .txtwrapper h4 {
  color: #e71616;}
.anniv107 .content .section_3 h2 {
  color: #e71616;}
.anniv107 .footer {
  background-image: url(../images/footer107.jpg);}

@media screen and (max-width: 1000px) {
  .header .topline {
    height: 48px;}
  .header .smenu {
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 1001;
    cursor: pointer;}
    .header .smenu i {
      color: #fff;
      padding: 6px;
      font-size: 20px;}
  .header.active .smenu i {
    background: none;
    font-size: 30px;
    margin-right: -30px;}
  .header.active .smenu .icon-menu:before {
    content: '\ea1f';}
  .header.active .navwrapper {
    z-index: 1000;}
    .header.active .navwrapper .nav {
      display: block;
      padding-right: 0;
      width: 100%;
      padding-top: 0px;}
      .header.active .navwrapper .nav li {
        float: none;}
        .header.active .navwrapper .nav li a {
          color: #fff;
          display: block;
          text-align: center;
          margin: 0;
          padding: 0;
          line-height: 3em !important;
          font-size: 18px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
        .header.active .navwrapper .nav li.current a {
          background: #5e068c;
          border: 0;}
      .header.active .navwrapper .nav .mainnav {
        padding-top: 0px;}
        .header.active .navwrapper .nav .mainnav ul ul {
          display: none !important;}
      .header.active .navwrapper .nav .subnav ul {
        position: static;
        width: 100%;}
        .header.active .navwrapper .nav .subnav ul li {
          float: none;}
          .header.active .navwrapper .nav .subnav ul li a {
            font-size: 14px;
            font-weight: bold;
            padding: 0;
            border-bottom: 0;
            color: #e4d8b5;}
          .header.active .navwrapper .nav .subnav ul li.en {
            padding: 0;
            margin: 0;
            border: 0;}
            .header.active .navwrapper .nav .subnav ul li.en a {
              padding-left: 0;}
          .header.active .navwrapper .nav .subnav ul li.search {
            padding: 25px;}
            .header.active .navwrapper .nav .subnav ul li.search input {
              width: 100%;
              opacity: 1;
              height: 30px;
              line-height: 30px;
              border-radius: 15px;}
            .header.active .navwrapper .nav .subnav ul li.search i.active {
              right: 35px;
              top: 25px;
              display: none;}
            .header.active .navwrapper .nav .subnav ul li.search button {
              display: block;
              position: absolute;
              color: #fff;
              font-size: 16px;
              background: none;
              right: 35px;
              top: 25px;} }
.major_box {
 /* padding: 56px 0 0; */
}
.major_box .tit {
  color: #fff;
}
.major_box .tit h3 {
  color: #fff;
}
.major_box .tit h3::before {
  background: #fff;
}
.major_box .tips {
  color: #fff;
}
.major {
  margin: 30px 0 0;
}
.major li {
  width: 100%;
  height: 50px;
  background-color: #0774b9;
  position: relative;
}
.major a{width: 90%; margin: 0 auto; height: 50px; display: block;}
.major li img {
	float: left;
   transition: all 0.8s;
   -webkit-transition: all 0.8s;
   -moz-transition: all 0.8s;
}
.major span{font-size: 21px; color: #fff; line-height: 50px; display: block; text-align: center; /*letter-spacing:2px;*/}
.major li:hover img{
	  transform: scale(1.05,1.05);
	  -webkit-transform: scale(1.05,1.05);
	  -moz-transform: scale(1.05,1.05);
	
}

.major .swiper-pagination-bullets {
  bottom: 60px;
}
.major .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
.major .swiper-pagination-bullet-active {
  background: #bfbfbf;
}
.major_con {
  width: 286px;
  background: #fff;
  height: 124px;
  padding: 0 15px;
  transition: all 0.6s;
  display: none;
  border-radius: 0 0 20px 0;
}
.major_con h4 {
  color: #434343;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  background: url(../images/bor1.jpg) no-repeat center bottom;
}
.major_con .major_con_txt {
  color: #898888;
  line-height: 22px;
 /* height: 44px;*/
  overflow: hidden;
  margin: 10px 0 0;
}
.major li:hover .major_con {
  display: block;
}
.major li:hover img {
  border-radius: 20px 0 0 0;
}
.major li:hover h3 {
  opacity: 0;
}
 @media screen and (max-width: 1000px) {
    .content .section_1 .event h2 {
      font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
      font-size: 36px;
      color: #fff;
      text-align: center;
      line-height: 1em;
      margin-bottom: 40px;}
      @media screen and (max-width: 1000px) {
        .content .section_1 .event h2 {
          font-size: 30px;} }
      .content .section_1 .event h2 b {
        height: 1px;
        width: 60px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        opacity: 0.5;
        margin: 0 20px;}