@charset "UTF-8";
/* Scss Document */
@import url(base.jpg.css);
.header {
  position: relative;}
  .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;
    border-top: #6141b6 solid 6px;
}
    .header .navwrapper .nav {
      float: right;
      padding-right: 34px;
      padding-top: 15px;
}
      @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: 21px;
        right: 58px;}
        @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: 43px 0px 0px 0px;
}
        @media screen and (max-width: 1400px) {
          .header .navwrapper .nav .mainnav {
            padding-top: 35px;} }
        .header .navwrapper .nav .mainnav li {
          float: left;
          font-size: 16px;
          position: relative;
          line-height: 34px;}
          @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 16px;
}
            @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: #418CFF;
              background: #fff;
              border-top: 5px solid #418CFF;
              line-height: 44px;}
          .header .navwrapper .nav .mainnav li ul {
            background: #fff;
            position: absolute;
            top: 46px;
            width: 183px;
            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: 43px;
                font-size: 16px;
                color: #000;
                padding: 0 0 0 21px;}
                @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: 30%;
      left: 34px;
      top: 15px;}
      @media screen and (max-width: 1280px) {
        .header .navwrapper .logowrapper {
          width: 17%;
          left: 25px;} }
      @media screen and (max-width: 1000px) {
        .header .navwrapper .logowrapper {
          width: 34%;
          left: 15px;
          top: 10px;} }
      .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: 36px;
        color: #fff;
        position: absolute;
        bottom: 83px;
        left: 134px;
        line-height: 1.5em;
        text-shadow: 2px 2px 0px #000;
        text-align: left;
        max-width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
        @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: left;
            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: 35px;} }
      .header .topimg .slick-list li a {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../imgs/bgrad_1.jpg) left -1px repeat-x, url(../imgs/bgrad_2.jpg) repeat-x bottom left;
        }
        @media screen and (max-width: 1000px) {
          .header .topimg .slick-list li a {
            background: url(../imgs/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: 58px;
      width: 58px;
      margin-top: -35px;
      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: 54px;}
      .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: 100px;
      left: 70px;
      text-align: right;}
      @media screen and (max-width: 1400px) {
        .header .topimg .slick-dots {
          bottom: 200px;
          left: 25px;
          text-align: right;
          bottom: 100px;} }
      @media screen and (max-width: 1000px) {
        .header .topimg .slick-dots {
          bottom: 30px;} }
      @media screen and (max-width: 700px) {
        .header .topimg .slick-dots {
          text-align: right;
          bottom: 15px;
          left: 0;
} }
      .header .topimg .slick-dots li button {
        font-size: 16px;
        color: #fff;
        background: none;
        height: 34px;
        width: 60px;
        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: #424ae4;
        font-weight: bold;
        border-radius: 21px;
}
      .header .topimg .slick-dots .moreimg {
        display: inline-block;
        background: #424ae4;
        color: #fff;
        padding: 0 21px;
        height: 34px;
        line-height: 34px;
        border-radius: 21px;
        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: #2972cc;}

.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: #9f8027;
        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: #6416a6;
    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: #6416a6;
    text-align: center;
    line-height: 1em;
    margin-bottom: 40px;}
    .content .section_3 h2 b {
      height: 1px;
      width: 60px;
      background: #6416a6;
      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: #6416a6;
        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;} }

.footer {
  position: relative;
  background: url(../imgs/footer.jpg) no-repeat bottom center;
  background-size: cover;}
  .footer .ulink {
    padding-top: 43px;
}
    @media screen and (max-width: 1920px) {
      .footer .ulink {
        /*! padding-top: 200px; */
        /*! padding-bottom: 100px; */} }
    @media screen and (max-width: 1280px) {
      .footer .ulink {
        /*! padding-top: 150px; */
        /*! padding-bottom: 80px; */} }
    @media screen and (max-width: 1000px) {
      .footer .ulink {
        /*! padding-top: 40px; */
        /*! padding-bottom: 50px; */} }
    .footer .ulink .plink {
      margin-right: 14%;
      margin-left: 0px;}
      @media screen and (max-width: 1280px) {
        .footer .ulink .plink {
          /*! margin-left: -20px; */} }
      @media screen and (max-width: 1000px) {
        .footer .ulink .plink {
          margin-right: 0;
          /*! margin-top: 30px; */} }
      .footer .ulink .plink li {
        float: left;
}
        @media screen and (max-width: 700px) {
          .footer .ulink .plink li {
            width: 100%;} }
        .footer .ulink .plink li a {
          display: block;
          /*! margin-left: 44px; */}
          @media screen and (max-width: 1280px) {
            .footer .ulink .plink li a {
              margin-left: 20px;} }
          .footer .ulink .plink li a img {
            width: 100%;}
    .footer .ulink .tlink {
      float: right;
      width: 10%;
      color: #fff;}
      @media screen and (max-width: 1000px) {
        .footer .ulink .tlink {
          float: none;
          width: auto;} }
      .footer .ulink .tlink .txtwrapper {
        margin-left: 60px;
        padding-left: 40px;
        /*! border-left: 1px solid rgba(255, 255, 255, 0.3); */
        color: beige;
}
        @media screen and (max-width: 1280px) {
          .footer .ulink .tlink .txtwrapper {
            margin-left: 40px;
            padding-left: 20px;} }
        @media screen and (max-width: 1000px) {
          .footer .ulink .tlink .txtwrapper {
            margin-left: 0;
            padding-left: 0;
            border-left: 0;} }
        .footer .ulink .tlink .txtwrapper h2 {
          font-size: 20px;
          line-height: 1em;
          padding-bottom: 20px;
          color: #fff;
}
          @media screen and (max-width: 1000px) {
            .footer .ulink .tlink .txtwrapper h2 {
              padding-bottom: 10px;} }
        .footer .ulink .tlink .txtwrapper a {
          color: #fff;
          font-size: 14px;
          line-height: 38px;}
          .footer .ulink .tlink .txtwrapper a:hover {
            color: #d18e59;}
        .footer .ulink .tlink .txtwrapper li {
          float: left;
          width: 50%;}
          @media screen and (max-width: 1000px) {
            .footer .ulink .tlink .txtwrapper li {
              width: 16.66%;} }
          @media screen and (max-width: 700px) {
            .footer .ulink .tlink .txtwrapper li {
              width: 33.33%;} }
  .footer .copy {
    padding: 10px 0px 0px 0px;
    /*! background: #2d4b9a; */
}
    .footer .copy .en {
      float: right;
      font-size: 14px;
      width: 83px;
      text-align: center;
}
      @media screen and (max-width: 400px) {
        .footer .copy .en {
          float: none;
          margin-bottom: 30px;} }
      .footer .copy .en a {
        display: block;
        color: #fff;
        padding: 5px 5px 5px 5px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background: rgba(255, 255, 255, 0.1);
        letter-spacing: 3px;
}
        .footer .copy .en a:hover {
          background: none;}
    .footer .copy .contact {
      padding-bottom: 0px;}
      .footer .copy .contact img {
        width: 315px;}
        @media screen and (max-width: 1000px) {
          .footer .copy .contact img {
            width: 60%;
            display: block;
            margin: auto;} }
        @media screen and (max-width: 400px) {
          .footer .copy .contact img {
            width: 80%;
            display: block;
            margin: auto;} }
      .footer .copy .contact .txtwrapper {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        line-height: 2.2em;
        padding-left: 40px;
}
        @media screen and (max-width: 1000px) {
          .footer .copy .contact .txtwrapper {
            font-size: 12px;
            padding-left: 20px;} }
        @media screen and (max-width: 700px) {
          .footer .copy .contact .txtwrapper {
            padding-left: 0px;
            display: block;
            padding-top: 20px;
            text-align: center;
} }
        @media screen and (max-width: 300px) {
          .footer .copy .contact .txtwrapper {
            text-align: center;}
            .footer .copy .contact .txtwrapper br {
              display: none;}
            .footer .copy .contact .txtwrapper span {
              display: block;} }
    .footer .copy .copyrights {
      color: #fff;
      /*! border-top: 1px solid rgba(255, 255, 255, 0.4); */
      /*! padding-top: 15px; */
}
      @media screen and (max-width: 560px) {
        .footer .copy .copyrights {
          text-align: left;}
 .footer .copy .copyrights p{text-align: center;float: initial !important;}
}
      .footer .copy .copyrights span {
        opacity: 0.5;
        padding: 0 20px;}
        @media screen and (max-width: 480px) {
          .footer .copy .copyrights span {
            display: block;
            padding: 0;} }

.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;} }
/*****/
/*
@media screen and (max-width:1400px)
{
	.header
	{

		.navwrapper
		{
			.nav
			{
				padding-right: 25px;

				.mainnav
				{
					padding-top:15px;

					li
					{
						font-size: 16px;
						a
						{
							padding-left: 40px;
						}

					}
				}
			}

			.logowrapper
			{
				width: 200px;
				left: 25px;
				top:30px;
			}


		}

		.topimg
		{
			.slick-list li
			{
				h3
				{
					font-size: 30px;
					right: 50px;
				}

			}

			.slick-dots
			{
				bottom: 200px;
				left: 25px;
				text-align: left;

			}

		}
	}


}


@media screen and (max-width:1280px)
{

	.header
	{


		.navwrapper
		{
			.nav
			{
				.subnav
				{

					li
					{
						font-size: 12px;
					}
				}
				.mainnav
				{
					li
					{
						font-size: 14px;
						a
						{
							padding-left: 30px;
						}

					}
				}
			}

			.logowrapper
			{
				width: 150px;
				.logo
				{
					padding: 20px 27px 20px 20px;


				}
			}
		}

		.topimg
		{
			.arrow
			{
				display: none !important;
			}

			.slick-list li
			{
				h3
				{
					font-size: 24px;
					right: 40px;
					max-width: 60%;
				}

			}
		}

	}
}

@media screen and (max-width:1000px)
{
	.header
	{
		.smenu
		{
			display: block;
			position: absolute;
			right: 25px;
			top: 40px;
			z-index: 1001;
			cursor: pointer;
			i
			{
				background: $purplecolor;
				color: #fff;
				padding: 8px;
				font-size: 20px;

			}
			&.active
			{
				i
				{
					background: none;
					font-size: 30px;
					margin-right: -30px;
				}
				.icon-menu:before
				{
					content: '\ea1f';

				}
			}
		}

		.navwrapper
		{
			.nav
			{
				display: none;
			}
		}
	}


}
*/