<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

button {
  font-family: "PingFangSC", "SimHei", "Arial", "Open Sans", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", "SimSun"; }

input {
  font-family: "PingFangSC", "SimHei", "Arial", "Open Sans", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", "SimSun"; }

html {
  background-color: #7D00D7;
  font-size: 6.25%; }

body {
  font-family: "PingFangSC", "SimHei", "Arial", "Open Sans", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", "SimSun";
  font-size: 14rem; }
  body.hidden {
    overflow: hidden; }

html, body {
  width: 100%;
  height: 100%; }

li {
  list-style: none; }

.tc {
  text-align: center; }

.ct {
  margin: 0 auto; }

.hide {
  display: none; }

.fn-hide {
  display: none !important; }

.inner {
  width: 1220px;
  margin: 0 auto;
  overflow: hidden; }

.part {
  padding: 60px 0; }
  .part .mobile {
    display: none; }
  .part .head {
    margin-bottom: 60px; }
    .part .head.white .title {
      color: #FFFFFF; }
      .part .head.white .title:after {
        background-color: #fff;
        opacity: 0.5; }
    .part .head.white .intro {
      color: #FFFFFF; }
    .part .head.dark .title {
      color: #7D00D7; }
      .part .head.dark .title:after {
        background-color: #7D00D7; }
    .part .head.dark .intro {
      color: #4D4D4D; }
    .part .head .title {
      margin-top: 10px;
      margin-bottom: 40px;
      line-height: 30px;
      font-size: 20px;
      font-size: 20rem; }
      .part .head .title:after {
        content: "";
        display: block;
        width: 204px;
        height: 2px;
        margin: 20px auto 0 auto; }
    .part .head .intro {
      text-align: left;
      line-height: 34px;
      font-size: 20px;
      font-size: 20rem; }
  .part .news {
    font-size: 0;
    width: 1140px;
    margin-left: 20px;
    padding-top: 80px;
    text-align: center;
    overflow: hidden; }
    .part .news.white .article .post {
      background-color: #fff; }
      .part .news.white .article .post .title {
        color: #7D00D7;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .part .news.white .article .post .gap-line {
        background-color: #7D00D7; }
      .part .news.white .article .post .summary {
        color: #7D00D7; }
      .part .news.white .article .post .infor {
        color: #7D00D7; }
        .part .news.white .article .post .infor .author {
          color: #7D00D7; }
          .part .news.white .article .post .infor .author a {
            color: #7D00D7; }
    .part .news.white .img {
      border: 6px solid #fff; }
    .part .news.white .slick-dots li button:before {
      background-color: #FFFFFF; }
    .part .news.purple .article .post {
      background-color: #7D00D7; }
      .part .news.purple .article .post .title {
        color: #fff;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .part .news.purple .article .post .gap-line {
        background-color: #fff; }
      .part .news.purple .article .post .summary {
        color: #fff; }
      .part .news.purple .article .post .infor {
        color: #fff; }
        .part .news.purple .article .post .infor .author {
          color: #fff; }
          .part .news.purple .article .post .infor .author a {
            color: #fff; }
    .part .news.purple .img {
      border: 6px solid #7D00D7; }
    .part .news.purple .slick-dots li button:before {
      background-color: #7D00D7; }
    .part .news .slick-list {
      padding-bottom: 40px;
      overflow: visible; }
    .part .news .article {
      display: inline-block;
      width: 372px;
      height: 336px;
      margin-right: 8px;
      vertical-align: top;
      text-decoration: none;
      perspective: 500;
      -webkit-perspective: 500; }
      .part .news .article .img {
        position: relative; }
        .part .news .article .img p {
          position: absolute;
          bottom: 0;
          padding: 20px;
          text-align: left;
          line-height: 24px;
          font-size: 18px;
          font-size: 18rem;
          color: #fff; }
      .part .news .article .post {
        position: relative;
        top: 6px;
        left: 6px;
        width: 360px;
        height: 324px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        padding: 40px 50px 29px; }
        .part .news .article .post .title {
          margin-bottom: 14px;
          padding: 0 30px;
          line-height: 32px;
          font-size: 20px;
          font-size: 20rem;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .part .news .article .post .gap-line {
          display: block;
          width: 100px;
          height: 2px;
          margin: 0 auto;
          margin-bottom: 29px;
          opacity: 0.4; }
        .part .news .article .post .summary {
          text-align: left;
          line-height: 24px;
          font-size: 14px;
          font-size: 14rem;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
        .part .news .article .post .infor {
          position: absolute;
          bottom: 29px;
          left: 50%;
          transform: translateX(-50%);
          font-size: 14px;
          line-height: 16px;
          color: #666666;
          width: 72.2%;
          text-align: center; }
          .part .news .article .post .infor .author {
            color: #B2D234;
            text-decoration: none; }
            .part .news .article .post .infor .author a {
              color: #B2D234; }
    .part .news img {
      display: inline-block; }

header {
  display: none;
  position: fixed;
  top: 50px;
  right: 35px;
  z-index: 999; }
  header .nav li {
    width: 193px;
    height: 63px;
    background-image: url("img/nav_bg.png");
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -15px;
    text-align: center;
    line-height: 63px; }
    header .nav li:nth-child(1) {
      margin-left: -10px; }
    header .nav li:nth-child(3) {
      margin-left: -13px; }
    header .nav li:nth-child(4) {
      margin-left: -2px; }
    header .nav li.current {
      background-image: url("img/nav_bg_on.png"); }
      header .nav li.current a {
        color: #fff;
        opacity: 1; }
    header .nav li a {
      display: block;
      transform: rotate(-6deg);
      font-size: 24px;
      font-size: 24rem;
      color: #7D00D7;
      font-weight: bold;
      opacity: 0.8; }
  header .mobile-nav-btn {
    display: none; }

.main {
  position: relative; }
  .main img.mobile {
    display: none !important; }
  .main .main_bg {
    width: 100%;
    height: 100%; }
  .main .logo {
    position: absolute;
    top: 40px;
    left: 60px;
    width: 118px;
    height: 62px; }
    .main .logo a {
      display: block;
      width: 100%;
      height: 100%; }
  .main .figure {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%); }

.guest {
  background-image: url("img/guest_bg.png");
  background-position: center 300px;
  background-repeat: no-repeat; }
  .guest .head {
    margin-bottom: 0; }
    .guest .head img {
      margin-left: -50px; }
    .guest .head .intro {
      text-align: center; }
  .guest .list {
    padding-left: 10px;
    padding-top: 90px;
    overflow: hidden; }
    .guest .list .slick-body-guest {
      font-size: 0; }
      .guest .list .slick-body-guest .slick-list {
        padding-bottom: 90px;
        overflow: visible; }
      .guest .list .slick-body-guest .item {
        position: relative;
        display: inline-block;
        width: 236px;
        height: 360px;
        background-color: #fff;
        margin-right: 10px;
        -webkit-transition: opacity 1s, -webkit-transform 0.5s;
        transition: opacity 1s, transform 0.5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden; }
        .guest .list .slick-body-guest .item:last-of-type {
          margin-right: 0; }
        .guest .list .slick-body-guest .item:hover {
          transform: scale3d(1.2, 1.2, 1);
          -o-transform: scale3d(1.2, 1.2, 1);
          -ms-transform: scale3d(1.2, 1.2, 1);
          -moz-transform: scale3d(1.2, 1.2, 1);
          -webkit-transform: scale3d(1.2, 1.2, 1);
          z-index: 2; }
          .guest .list .slick-body-guest .item:hover .desc {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.85);
            padding: 30px 20px; }
            .guest .list .slick-body-guest .item:hover .desc p:nth-child(3) {
              display: block;
              text-align: left;
              line-height: 24px;
              font-size: 14px;
              font-size: 14rem;
              color: #7D00D7;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 9;
              overflow: hidden; }
            .guest .list .slick-body-guest .item:hover .desc a {
              position: absolute;
              right: 20px;
              bottom: 20px;
              font-size: 14px;
              color: #3A2C63; }
        .guest .list .slick-body-guest .item .desc {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 106px;
          background-color: #fff;
          padding: 15px; }
          .guest .list .slick-body-guest .item .desc p {
            font-size: 20px;
            font-size: 20rem;
            color: #2F2F2F;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden; }
            .guest .list .slick-body-guest .item .desc p:nth-child(2) {
              margin-top: 5px;
              margin-bottom: 12px;
              font-size: 16px;
              font-size: 16rem;
              color: #8F8F8F;
              -webkit-line-clamp: 2; }
            .guest .list .slick-body-guest .item .desc p:nth-child(3) {
              display: none;
              font-size: 14px;
              font-size: 14rem;
              color: #7D00D7; }
      .guest .list .slick-body-guest .slick-dots li button:before {
        background-color: #FFFFFF; }

.ai {
  background-color: #fff;
  background-image: url("img/ai_bg.png");
  background-position: right 100px;
  background-repeat: no-repeat; }
  .ai .inner {
    width: 1410px; }
  .ai .head {
    width: 1220px;
    margin: 0 auto 60px auto; }
  .ai .list ul .slick-dots {
    padding-top: 60px; }
    .ai .list ul .slick-dots li button:before {
      background-color: #7D00D7; }
  .ai .list ul .item {
    position: relative;
    padding-left: 95px; }
    .ai .list ul .item .cont {
      min-height: 440px; }
    .ai .list ul .item .agenda {
      display: inline-block;
      width: 485px;
      margin-right: 80px; }
      .ai .list ul .item .agenda .lead {
        margin-bottom: 20px;
        line-height: 38px;
        font-size: 24px;
        font-size: 24rem;
        color: #7D00D7;
        font-weight: bold; }
      .ai .list ul .item .agenda .staff {
        position: relative;
        padding-left: 30px;
        border-left: 2px solid #7D00D7; }
        .ai .list ul .item .agenda .staff .face p {
          margin-top: 10px;
          line-height: 26px;
          font-size: 16px;
          font-size: 16rem;
          color: #949494;
          font-weight: normal; }
        .ai .list ul .item .agenda .staff .face ul li {
          position: relative;
          margin-top: 30px;
          font-size: 18px;
          font-size: 18rem;
          color: #333333;
          font-weight: bold; }
          .ai .list ul .item .agenda .staff .face ul li:first-of-type {
            margin-top: 0; }
          .ai .list ul .item .agenda .staff .face ul li span {
            line-height: 36px;
            color: #4D4D4D; }
          .ai .list ul .item .agenda .staff .face ul li .point {
            position: absolute;
            top: 5px;
            left: -36px;
            width: 10px;
            height: 10px;
            background-color: #FBFBFB;
            border: 1px solid #7D00D7;
            border-radius: 50%;
            box-shadow: 0 0 4px 0 rgba(125, 0, 215, 0.4); }
    .ai .list ul .item .speakers {
      position: absolute;
      top: 20px;
      display: inline-block; }
      .ai .list ul .item .speakers ul {
        font-size: 0;
        width: 740px;
        height: 320px;
        margin-bottom: 50px; }
        .ai .list ul .item .speakers ul li {
          display: inline-block;
          width: 140px;
          height: 320px;
          background-color: #fff;
          box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.14);
          margin-right: 10px;
          vertical-align: top; }
          .ai .list ul .item .speakers ul li:nth-child(5) {
            margin-right: 0; }
          .ai .list ul .item .speakers ul li .img {
            position: relative;
            width: 140px;
            height: 193px;
            overflow: hidden; }
            .ai .list ul .item .speakers ul li .img img {
              min-width: 140px;
              max-height: 193px;
              position: absolute;
              top: 0;
              left: 50%;
              transform: translateX(-50%); }
          .ai .list ul .item .speakers ul li .desc {
            height: 127px;
            padding: 20px 15px 15px 15px; }
            .ai .list ul .item .speakers ul li .desc p {
              font-size: 18px;
              font-size: 18rem;
              color: #2F2F2F;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 4;
              overflow: hidden; }
              .ai .list ul .item .speakers ul li .desc p:last-of-type {
                margin-top: 8px;
                font-size: 14px;
                font-size: 14rem;
                color: #8F8F8F; }
      .ai .list ul .item .speakers .tag:after {
        content: "";
        display: block;
        width: 764px;
        height: 2px;
        background-color: #E8E8E8;
        margin-top: -17px; }
      .ai .list ul .item .speakers .tag p {
        display: inline-block;
        background-color: #fff;
        box-shadow: 0 0 6px 0 rgba(125, 0, 215, 0.15);
        margin-left: 50px;
        padding: 8px 24px;
        border-radius: 60px;
        font-size: 16px;
        font-size: 16rem;
        color: #7D00D7; }
    .ai .list ul .item .apply {
      margin-top: 80px;
      margin-left: -95px;
      text-align: center; }
      .ai .list ul .item .apply a {
        display: inline-block;
        padding: 9px 45px;
        border: 2px solid #7D00D7;
        border-radius: 100px;
        font-size: 20px;
        font-size: 20rem; }
      .ai .list ul .item .apply .apply_btn {
        background-color: #7D00D7;
        color: #fff; }
      .ai .list ul .item .apply .more_btn {
        background-color: #fff;
        color: #7D00D7; }

.t-edge, .itvalue {
  background-image: url("img/t-edge_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat; }
  .t-edge .merit, .itvalue .merit {
    font-size: 0;
    display: block;
    text-align: center; }
    .t-edge .merit .item, .itvalue .merit .item {
      position: relative;
      display: inline-block;
      width: 220px;
      height: 320px;
      background: rgba(255, 255, 255, 0.85);
      margin-right: 20px;
      padding: 20px;
      vertical-align: top; }
      .t-edge .merit .item:nth-child(2), .itvalue .merit .item:nth-child(2) {
        margin-top: 60px; }
      .t-edge .merit .item:nth-child(3), .itvalue .merit .item:nth-child(3) {
        margin-top: 120px; }
      .t-edge .merit .item:nth-child(4), .itvalue .merit .item:nth-child(4) {
        margin-top: 90px; }
      .t-edge .merit .item .mask, .itvalue .merit .item .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.85); }
      .t-edge .merit .item p, .itvalue .merit .item p {
        position: relative;
        margin-bottom: 12px;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        font-size: 18rem;
        color: #7D00D7;
        font-weight: bold;
        z-index: 1; }
      .t-edge .merit .item ul, .itvalue .merit .item ul {
        position: relative;
        padding-left: 30px;
        z-index: 1; }
        .t-edge .merit .item ul li, .itvalue .merit .item ul li {
          list-style-type: disc;
          text-align: left;
          line-height: 26px;
          font-size: 16px;
          font-size: 16rem;
          color: #7D00D7; }
    .t-edge .merit .apply, .itvalue .merit .apply {
      margin-top: 60px; }
      .t-edge .merit .apply .apply_btn, .itvalue .merit .apply .apply_btn {
        background-color: #fff;
        padding: 9px 50px;
        border: 1px solid #7D00D7;
        border-radius: 100px;
        font-size: 20px;
        font-size: 20rem;
        color: #7D00D7; }

.t-edge .merit .item:nth-child(1) {
  background-image: url("img/t-edge_1.jpg"); }
.t-edge .merit .item:nth-child(2) {
  background-image: url("img/t-edge_2.jpg"); }
.t-edge .merit .item:nth-child(3) {
  background-image: url("img/t-edge_3.jpg"); }
.t-edge .merit .item:nth-child(4) {
  background-image: url("img/t-edge_4.jpg"); }

.itvalue .merit .item:nth-child(1) {
  background-image: url("img/itvalue_1.jpg"); }
.itvalue .merit .item:nth-child(2) {
  background-image: url("img/itvalue_2.jpg"); }
.itvalue .merit .item:nth-child(3) {
  background-image: url("img/itvalue_3.jpg"); }
.itvalue .merit .item:nth-child(4) {
  background-image: url("img/itvalue_4.jpg"); }

.tk {
  background-color: #fff;
  background-image: url("img/tk_bg.png");
  background-position: top center;
  background-repeat: no-repeat; }
  .tk .inner {
    width: 100%; }
  .tk .head {
    margin-bottom: 80px; }
  .tk .list {
    text-align: center; }
    .tk .list .infor {
      display: inline-block;
      position: relative;
      width: 470px;
      height: 320px;
      background-image: url("img/tk_1.jpg");
      margin-right: 60px;
      padding: 40px 60px 20px 40px; }
      .tk .list .infor .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(125, 0, 215, 0.6); }
      .tk .list .infor .title {
        position: relative;
        margin-bottom: 20px;
        text-align: left;
        font-size: 24px;
        font-size: 24rem;
        color: #FBFBFB;
        z-index: 1; }
      .tk .list .infor .summary {
        position: relative;
        text-align: left;
        line-height: 30px;
        font-size: 20px;
        font-size: 20rem;
        color: #FBFBFB;
        z-index: 1; }
      .tk .list .infor .date {
        text-align: right;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 260px;
        height: 50px;
        background-color: #fff;
        padding: 0 40px;
        line-height: 50px; }
        .tk .list .infor .date i {
          margin-right: 10px;
          font-size: 20px;
          font-size: 20rem;
          color: #7D00D7; }
        .tk .list .infor .date span {
          line-height: 24px;
          font-size: 20px;
          font-size: 20rem;
          color: #7D00D7; }
    .tk .list .area {
      display: inline-block;
      width: 750px;
      font-size: 0; }
      .tk .list .area .item {
        position: relative;
        display: inline-block;
        width: 300px;
        height: 224px;
        background-color: #fff;
        box-shadow: 2px 2px 8px 0 rgba(79, 0, 136, 0.2);
        padding: 20px 30px 30px 30px;
        vertical-align: top; }
        .tk .list .area .item:nth-child(1) {
          background-image: url("img/1.png");
          background-repeat: no-repeat;
          background-position: 240px 188px;
          margin-right: 45px;
          z-index: 4; }
        .tk .list .area .item:nth-child(2) {
          background-image: url("img/2.png");
          background-repeat: no-repeat;
          background-position: 273px 120px;
          margin-top: 10px;
          margin-right: 105px;
          z-index: 2; }
        .tk .list .area .item:nth-child(3) {
          background-image: url("img/3.png");
          background-repeat: no-repeat;
          background-position: 235px 185px;
          margin-top: -20px;
          margin-left: 85px;
          margin-right: 65px;
          z-index: 3; }
        .tk .list .area .item:nth-child(4) {
          background-image: url("img/4.png");
          background-repeat: no-repeat;
          background-position: 235px 185px;
          margin-top: -10px; }
        .tk .list .area .item .title {
          margin-bottom: 30px;
          text-align: left;
          font-size: 20px;
          font-size: 20rem;
          color: #7D00D7; }
        .tk .list .area .item ul {
          padding-left: 20px;
          text-align: left; }
          .tk .list .area .item ul li {
            list-style-type: disc;
            line-height: 30px;
            font-size: 18px;
            font-size: 18rem;
            color: #7D00D7; }
        .tk .list .area .item .date {
          position: absolute;
          bottom: 30px; }
          .tk .list .area .item .date i {
            margin-right: 10px;
            font-size: 20px;
            font-size: 20rem;
            color: #7D00D7; }
          .tk .list .area .item .date span {
            line-height: 24px;
            font-size: 20px;
            font-size: 20rem;
            color: #7D00D7; }
  .tk .news {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 20px; }

.itvalue {
  background-image: url("img/itvalue_bg.png");
  background-position: right -300px; }

footer {
  background-color: #340058;
  padding: 40px 30px; }
  footer p {
    line-height: 23px;
    font-size: 20px;
    font-size: 20rem;
    color: #FFFFFF; }

.back {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: 2px solid #7A00D2;
  border-radius: 50%;
  transition: all 0.4s ease;
  opacity: 0; }
  .back:hover {
    background-color: #7A00D2;
    border-color: #fff; }
    .back:hover:after {
      border-color: transparent transparent #fff transparent; }
  .back:after {
    content: "";
    display: block;
    border: 8px solid;
    border-color: transparent transparent #7A00D2 transparent;
    width: 0;
    position: relative;
    top: 22%;
    left: 34%; }

.slick-dots li button:before {
  content: "";
  opacity: 0.4; }

@media (max-width: 1450px) {
  .main .figure .pc {
    height: 509.4px; }

  .ai .inner {
    width: 100%; }
  .ai .list ul .item .speakers ul {
    width: 660px;
    height: auto; }
    .ai .list ul .item .speakers ul li {
      margin-top: 10px; }
      .ai .list ul .item .speakers ul li:nth-child(5) {
        margin-right: 10px; } }
@media (max-width: 1300px) {
  .main .figure .pc {
    height: 452.8px; } }
@media (max-width: 1250px) {
  .ai {
    background-image: url("img/ai_bg_m.png");
    background-position: right top; }
    .ai .inner {
      width: 100%;
      overflow: hidden; }
    .ai .head {
      width: 100%;
      margin: 0 auto 40px auto; }
    .ai .list ul .item {
      padding-left: 0; }
      .ai .list ul .item .agenda {
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin: 0 auto; }
        .ai .list ul .item .agenda .lead {
          padding-bottom: 10px;
          border-bottom: 1px dashed #4D4D4D;
          text-align: center; }
        .ai .list ul .item .agenda .staff {
          padding-left: 35px;
          border-left: none; }
          .ai .list ul .item .agenda .staff .face ul li .point {
            left: -28px;
            background-color: #7D00D7;
            opacity: 0.9; }
      .ai .list ul .item .speakers {
        display: none; }
      .ai .list ul .item .apply {
        margin-top: 50px;
        margin-left: 0; }
        .ai .list ul .item .apply a {
          display: block;
          width: 172px;
          height: 46px;
          margin: 0 auto;
          padding: 0;
          line-height: 42px; }
        .ai .list ul .item .apply .apply_btn {
          margin-right: auto;
          margin-bottom: 30px; }
          .ai .list ul .item .apply .apply_btn a {
            padding: 0; } }
@media (max-width: 1200px) {
  .main .figure .pc {
    height: 396.2px; } }
@media (max-width: 1050px) {
  .main .figure .pc {
    height: 339.6px; } }
@media (max-width: 760px) {
  .inner {
    width: 100%; }

  .part {
    padding: 40px 10px;
    overflow: hidden; }
    .part .pc {
      display: none; }
    .part .mobile {
      display: block;
      margin: 0 auto; }
    .part .head {
      margin-bottom: 40px; }
      .part .head img {
        margin: 0 auto; }
      .part .head .title {
        margin-bottom: 20px;
        font-size: 18px;
        font-size: 18rem; }
        .part .head .title:after {
          content: "";
          display: block;
          width: 160px;
          height: 1px;
          margin: 10px auto 0 auto; }
      .part .head .intro {
        line-height: 24px;
        font-size: 16px;
        font-size: 16rem; }
    .part .news {
      width: 100%;
      margin-left: 0;
      padding-top: 0;
      text-align: center;
      overflow: hidden; }
      .part .news.white .article .post {
        background-color: #fff; }
        .part .news.white .article .post .title {
          color: #7D00D7; }
        .part .news.white .article .post .gap-line {
          background-color: #7D00D7; }
        .part .news.white .article .post .summary {
          color: #7D00D7; }
      .part .news.white .img {
        border: 6px solid #fff; }
      .part .news.purple .article .post {
        background-color: #7D00D7; }
        .part .news.purple .article .post .title {
          color: #fff; }
        .part .news.purple .article .post .gap-line {
          background-color: #fff; }
        .part .news.purple .article .post .summary {
          color: #fff; }
      .part .news.purple .img {
        border: 6px solid #7D00D7; }
      .part .news .article {
        height: 280px;
        margin-right: auto;
        padding: 30px 20px; }
        .part .news .article .post {
          position: relative;
          top: 6px;
          left: 6px;
          width: auto;
          height: 280px;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
          padding: 30px 20px; }
          .part .news .article .post .title {
            margin-bottom: 14px;
            padding: 0;
            line-height: 32px;
            font-size: 20px;
            font-size: 20rem; }
          .part .news .article .post .gap-line {
            display: block;
            width: 100px;
            height: 2px;
            margin: 0 auto;
            margin-bottom: 29px;
            opacity: 0.4; }
          .part .news .article .post .summary {
            text-align: left;
            line-height: 24px;
            font-size: 14px;
            font-size: 14rem; }
      .part .news .img {
        display: none; }
      .part .news img {
        display: inline-block; }
      .part .news .slick-list {
        padding-bottom: 70px; }

  header {
    position: relative;
    display: block; }
    header nav ul {
      display: none; }
      header nav ul.show {
        display: block !important;
        background-color: white;
        border-radius: 4px;
        width: 150px;
        position: absolute;
        right: -35px;
        top: 0;
        z-index: 20;
        border: 1px solid #ccc;
        text-align: center; }
        header nav ul.show li {
          display: block;
          text-align: center;
          width: auto;
          height: auto;
          background-image: none;
          margin-top: 0; }
          header nav ul.show li a {
            display: block;
            padding: 15px 0;
            line-height: 19px;
            color: #000;
            transform: none;
            font-size: 14px;
            font-size: 14rem; }
          header nav ul.show li.current {
            position: static;
            background-image: none; }
            header nav ul.show li.current:after {
              background: none; }
            header nav ul.show li.current a {
              color: #7D00D7; }
    header .mobile-nav-btn {
      position: absolute;
      top: -30px;
      right: -15px;
      display: block; }
      header .mobile-nav-btn i {
        font-size: 20px;
        font-size: 20rem;
        color: #fff;
        opacity: 0.5; }

  .main {
    padding-bottom: 45px; }
    .main img.pc {
      display: none !important; }
    .main img.mobile {
      display: block !important;
      margin: 0 auto; }
    .main .logo {
      top: 15px;
      left: 30px;
      width: 50px;
      height: 26px; }
    .main .figure {
      padding-top: 16px;
      padding-bottom: 20px; }

  .guest {
    background-image: url("img/guest_bg_m.png");
    background-position: center top;
    padding-top: 0; }
    .guest .head {
      margin-bottom: 0; }
      .guest .head .intro {
        text-align: left; }
    .guest .list {
      padding-top: 40px; }
      .guest .list .slick-body-guest {
        font-size: 0; }
        .guest .list .slick-body-guest .slick-list {
          padding-bottom: 30px; }
        .guest .list .slick-body-guest .slick-dots {
          padding-top: 0; }
        .guest .list .slick-body-guest .item {
          position: relative;
          display: inline-block;
          width: 146px;
          height: 224px;
          background-color: #fff;
          margin-right: 10px;
          -webkit-transition: opacity 1s, -webkit-transform 0.5s;
          transition: opacity 1s, transform 0.5s;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          overflow: hidden; }
          .guest .list .slick-body-guest .item:last-of-type {
            margin-right: 0; }
          .guest .list .slick-body-guest .item:hover {
            transform: scale3d(1.2, 1.2, 1);
            -o-transform: scale3d(1.2, 1.2, 1);
            -ms-transform: scale3d(1.2, 1.2, 1);
            -moz-transform: scale3d(1.2, 1.2, 1);
            -webkit-transform: scale3d(1.2, 1.2, 1);
            z-index: 2; }
            .guest .list .slick-body-guest .item:hover .desc {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(255, 255, 255, 0.85);
              padding: 20px 8px 10px 8px; }
              .guest .list .slick-body-guest .item:hover .desc p:nth-child(3) {
                display: block;
                text-align: left;
                line-height: 15px;
                font-size: 10px;
                font-size: 10rem;
                color: #7D00D7;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 7;
                overflow: hidden; }
              .guest .list .slick-body-guest .item:hover .desc a {
                font-size: 10px;
                font-size: 10rem; }
          .guest .list .slick-body-guest .item .desc {
            height: 75px;
            padding: 8px 15px; }
            .guest .list .slick-body-guest .item .desc p {
              line-height: 15px;
              font-size: 13px;
              font-size: 13rem;
              color: #2F2F2F;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1;
              overflow: hidden; }
              .guest .list .slick-body-guest .item .desc p:nth-child(2) {
                margin-bottom: 9px;
                line-height: 15px;
                font-size: 12px;
                font-size: 12rem;
                -webkit-line-clamp: 2; }
              .guest .list .slick-body-guest .item .desc p:nth-child(3) {
                display: none;
                font-size: 14px;
                font-size: 14rem;
                color: #7D00D7; }
          .guest .list .slick-body-guest .item img {
            width: 100%;
            height: 100%; }

  .t-edge, .itvalue {
    background-image: url("img/itvalue_bg_m.png"); }
    .t-edge .merit, .itvalue .merit {
      margin-bottom: 40px; }
      .t-edge .merit .item, .itvalue .merit .item {
        width: 146px;
        height: 224px;
        margin-right: 8px;
        margin-bottom: 20px;
        padding: 10px 8px; }
        .t-edge .merit .item:nth-child(2), .itvalue .merit .item:nth-child(2) {
          margin-top: 0;
          margin-right: 0; }
        .t-edge .merit .item:nth-child(3), .itvalue .merit .item:nth-child(3) {
          margin-top: 0; }
        .t-edge .merit .item:nth-child(4), .itvalue .merit .item:nth-child(4) {
          margin-top: 0;
          margin-right: 0; }
        .t-edge .merit .item p, .itvalue .merit .item p {
          margin-bottom: 10px;
          line-height: 18px;
          font-size: 13px;
          font-size: 13rem; }
        .t-edge .merit .item ul, .itvalue .merit .item ul {
          padding-left: 20px; }
          .t-edge .merit .item ul li, .itvalue .merit .item ul li {
            line-height: 20px;
            font-size: 12px;
            font-size: 12rem; }
      .t-edge .merit .apply, .itvalue .merit .apply {
        margin-top: 20px; }
        .t-edge .merit .apply .apply_btn, .itvalue .merit .apply .apply_btn {
          font-size: 16px;
          font-size: 16rem; }

  .tk {
    background-image: url("img/tk_bg_m.png");
    background-position: right top; }
    .tk .list .infor {
      width: 300px;
      height: 308px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 40px 30px; }
      .tk .list .infor .title {
        margin-bottom: 30px;
        text-align: center;
        font-size: 20px;
        font-size: 20rem; }
      .tk .list .infor .summary {
        font-size: 16px;
        font-size: 16rem; }
      .tk .list .infor .date {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 240px;
        height: 40px;
        line-height: 40px;
        opacity: 0.86; }
        .tk .list .infor .date span {
          font-size: 18px;
          font-size: 18rem; }
    .tk .list .area {
      display: block;
      width: 100%;
      margin: 0 auto; }
      .tk .list .area .item {
        display: block; }
        .tk .list .area .item:nth-child(1) {
          margin: 0 auto;
          z-index: auto; }
        .tk .list .area .item:nth-child(2) {
          margin: 0 auto;
          margin-top: 20px;
          z-index: auto; }
        .tk .list .area .item:nth-child(3) {
          margin: 0 auto;
          margin-top: 20px;
          z-index: auto; }
        .tk .list .area .item:nth-child(4) {
          margin: 0 auto;
          margin-top: 20px; } }
@media (max-width: 350px) {
  .main .figure .mobile {
    height: 201.6px; } }

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

</pre></body></html>