﻿@charset "UTF-8";
    
section {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75px; }
  section .content {
    display: block;
    position: relative;
    width: 1100px;
    margin: 0 auto; }
    section .content .title {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 15px; }
      section .content .title .en {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 32px;
        color:#337ef5;
        font-weight: 400;
        line-height: 1em; }
        section .content .title .en:after {
          content: '';
          display: block;
          position: relative;
          margin: 10px auto;
          width: 60px;
          height: 2px;
          border-top: 2px solid #474747; }
      section .content .title .zh {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1em; }


.intro p {
  display: block;
  position: relative;
  width: 100%;
  font-size: 18px;
  line-height: 1.8em;
  color: #c8c8c8;
  margin: 0;
  padding: 0; }

.speakers{
  background: rgba(0, 0, 0, 0.04);
}
.speakers ul {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center; }
  .speakers ul li {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 330px;
    padding-top: 30px;
    letter-spacing: -1px;
    margin-right: 25px;
    overflow: hidden; }
    .speakers ul li img {
      display: block;
      position: relative;
      width: 190px;
      height: 190px;
      /* border: 3px solid #757678; */
      border-radius: 50%;
      margin: 0 auto 20px; }
    .speakers ul li .name {
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
      color: #337ef5;
      line-height: 1em;
      margin-bottom: 15px; }
    .speakers ul li .company {
      display: block;
      position: relative;
      width: 100%;
      text-align: center;
      font-size: 14px;
      color: #757678;
      letter-spacing: 1px;
      font-weight: 300; }
    .speakers ul li .intro {
      display: block;
      position: absolute;
      width: 250px;
      height: 330px;
      background-color: rgba(22, 21, 36, 0.9);
      color: #c8c8c8;
      top: -330px;
      padding: 20px 25px;
      border-top: 3px solid #0078fa;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.8em;
      text-align: left;
      transition: 0.5s; 
      letter-spacing: 1px;
    }
    .speakers ul li:focus .intro,
    .speakers ul li:hover .intro {
      top: 0; }

.reviews {
  background-color: #000000;
  background-image: url("../Images/58c8bd2eda987.png");
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 75px; }
  .reviews ul {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    text-align: center; }
    .reviews ul li {
      display: inline-block;
      position: relative;
      width: 350px;
      border-top: 3px solid #000000;
      vertical-align: top;
      background-color: #181728; }
      .reviews ul li .conf {
        display: block;
        width: 100%; }
      .reviews ul li > .name {
        display: block;
        position: relative;
        width: 100%;
        font-size: 19px;
        font-weight: 400;
        line-height: 1em;
        color: #337ef5;
        text-align: left;
        text-decoration: none;
        padding: 20px 15px 15px;
        background-color: #181728; }
      .reviews ul li > .intro {
        display: block;
        position: relative;
        width: 100%;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.8em;
        text-align: left;
        padding-bottom: 30px;
        color: #c8c8c8;
        background-color: #181728; }
      .reviews ul li .speaker {
        display: block;
        position: relative;
        width: 100%;
        background-color: #337ef5;
        color: #000000;
        /*padding: 20px 15px;*/
        text-align: left; }

        .reviews ul li .speaker .name {
          font-size: 16px;
          background-color: #2967c9;
          height: 36px;
          line-height: 36px;
          padding-left: 14px;
          margin-bottom: 20px; }
        .reviews ul li .speaker .name1 {
          font-size: 16px;
          color: #fff;
          margin-left: 10px;}
        .reviews ul li .speaker .intro {
          font-size: 14px;
          color: #fff;
          padding-left: 16px;
          padding-right: 16px;
          line-height: 1.8em; }
  .reviews .content > a {
    display: block;
    position: relative;
    width: 200px;
    height: 50px;
    background-color: #337ef5;
    text-align: center;
    color: #fff;
    margin: 100px auto 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    border-radius: 5px;
    /*box-shadow: 0 3px 3px #a3abb5;*/ }
    .reviews .content > a:focus,
    .reviews .content > a:hover {
      color: #337ef5;
      background-color: #fff; }

#schedule{
  /*background-image: url("../Images/58ae819dcf43a.png");*/
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
 /*  background-color:#000; */
  color:#bebebe;
  padding-bottom: 200px;
}
.schedule .days {
  display: block;
  position: relative;
  border-top: 1px solid #313131;
  width: 100%; }
  .schedule .days > div {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    border-top: 1px solid #313131;
    background-color: #000;
    cursor: pointer;
    margin-right: -5px;
   /* border-top: 1px solid #bebebe;*/
    line-height: 60px; }
    .schedule .days > div.active {
      background-color: #2967c9;
      color: #fff; }
#schedule{
  background-size: 100% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
 /*  background-color:#000; */
  color:#bebebe;
  padding-bottom: 75px;
}
.schedule table {
  position: relative;
 /*  background-color: rgba(0,0,0,.85); */
  width: 100%;
  border-collapse: collapse; }
  .schedule table th:first-child, .schedule table td:first-child {
    width: 180px; }
  .schedule table th:nth-child(2), .schedule table td:nth-child(2) {
    width: 460px; }
  .schedule table th:last-child, .schedule table td:last-child {
    width: 460px; }
  .schedule table thead {
    border-top: 1px solid #313131;
    /*border-bottom: 1px solid #fff;*/ }
    .schedule table thead tr {
      border: none; }
    .schedule table thead th {
      /* background-color: #000; */
      border-right: 1px solid #313131;
      font-size: 20px;
      font-weight: 300;
      text-align: center;
      height: 50px;
      line-height: 50px; }
      .schedule table thead th:last-child {
        border-right: none; }
  .schedule table tbody {
    display: none; }
    .schedule table tbody.active {
      display: table-row-group; }
    .schedule table tbody tr td {
      position: relative;
      height: 40px;
      text-align: center;
      font-size: 14px;
      font-weight: 300;
      padding: 0 25px;
      text-align: left; }
      .schedule table tbody tr td.time {
        text-align: center; }
      .schedule table tbody tr td.name {
        color: #337ef5;
        height: 30px;
        vertical-align: bottom; }
      .schedule table tbody tr td.title_ .d-i-i,
      .schedule table tbody tr td.title__ .d-i-i {
        display: none;
        position: absolute;
        width: 95%;
        padding: 10px;
        background-color: #181728;
        border:1px solid #434343;
        color: #fff;
        z-index: 10;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.6em;
        /*border: 1px solid #18989b;*/ }
      .schedule table tbody tr td.title_ .d-i,
      .schedule table tbody tr td.title__ .d-i {
        display: inline-block;
        position: relative;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-right: 3px solid transparent;
        border-left: 3px solid #434343;
        border-bottom: 3px solid #434343; }
        .schedule table tbody tr td.title_ .d-i:hover + .d-i-i,
        .schedule table tbody tr td.title__ .d-i:hover + .d-i-i {
          display: block; }
      .schedule table tbody tr td.title_ .link:hover + .d-i + .d-i-i,
      .schedule table tbody tr td.title_ span:hover + .d-i + .d-i-i,
      .schedule table tbody tr td.title__ .link:hover + .d-i + .d-i-i,
      .schedule table tbody tr td.title__ span:hover + .d-i + .d-i-i {
        display: block; }
      .schedule table tbody tr td.title_ .link,
      .schedule table tbody tr td.title__ .link {
        color: #000; }
      .schedule table tbody tr td.title_ a.ppt:before,
      .schedule table tbody tr td.title__ a.ppt:before {
        content: url("img/download.png");
        display: inline-block;
        position: relative;
        margin-right: 0.25em;
        margin-left: 0.5em;
        vertical-align: middle; }
      .schedule table tbody tr td.title_ a.ppt:after,
      .schedule table tbody tr td.title__ a.ppt:after {
        content: '查看讲义';
        display: inline-block;
        position: relative;
        font-size: 12px;
        font-weight: 300;
        line-height: 1em;
        color: #dcdbdb; }
      .schedule table tbody tr td.title_ a.ppt:focus:before,
      .schedule table tbody tr td.title_ a.ppt:hover:before,
      .schedule table tbody tr td.title__ a.ppt:focus:before,
      .schedule table tbody tr td.title__ a.ppt:hover:before {
        content: url("img/download-g.png"); }
      .schedule table tbody tr td.title_ a.ppt:focus:after,
      .schedule table tbody tr td.title_ a.ppt:hover:after,
      .schedule table tbody tr td.title__ a.ppt:focus:after,
      .schedule table tbody tr td.title__ a.ppt:hover:after {
        color: #18989b; }
      .schedule table tbody tr td.time,
      .schedule table tbody tr td.title_ {
        border-right: 1px solid #313131;
        border-bottom: 1px solid #313131; 
        color: #000;
      }

      .schedule table tbody tr td.title_r {
       /*  border-right: 1px solid #313131; */
        border-bottom: 1px solid #313131; }

      .schedule table tbody tr td.position,
      .schedule table tbody tr td.title__ {
        border-bottom: 1px solid #313131; }
      .schedule table tbody tr td.title__ {
        text-align: center; }
    .schedule table tbody tr.ap {
      border: none; }
      .schedule table tbody tr.ap td {
        width: 100%;
        background-color: #6D7DCB;
        color: #fff;
        text-align: center;
        font-size: 20px;
        border-top: 1px solid #000;
        height: 50px;
        border-top: 1px solid #000;
        line-height: 50px;
        font-weight: 300;
        font-family: 微软雅黑;
         }
        .topics{
         border-top: 1px solid #000;
        }
.ticket{
  background-color: #fff;
}

.ticket .content > ul {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between; }
  .ticket .content > ul > li {
    display: inline-block;
    position: relative;
    width: 530px;
    height: 340px; }
    .ticket .content > ul > li:first-child {
      background-color: #0b2f8d;
      padding-top: 60px; }
      .ticket .content > ul > li:first-child .price {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 40px;
        font-weight: 400;
        line-height: 1em;
        color: #fff;
        margin-bottom: 20px; }
      .ticket .content > ul > li:first-child .extra {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        line-height: 1em;
        color: #e5fd36;
        margin: 30px 0; }
      .ticket .content > ul > li:first-child .buy {
        display: block;
        position: relative;
        width: 225px;
        height: 50px;
        margin: 0 auto 25px;
        background-color: #9ed8f5;
        text-align: center;
        text-decoration: none;
        line-height: 50px;
        font-size: 30px;
        font-weight: 400;
        color: #0b2f8d; }
        .ticket .content > ul > li:first-child .buy i {
          display: inline-block;
          position: relative;
          width: 30px;
          height: 30px;
          border: 1px solid #0b2f8d;
          border-radius: 50%;
          margin-right: 10px;
          vertical-align: text-bottom; }
          .ticket .content > ul > li:first-child .buy i:before {
            content: '';
            display: inline-block;
            position: absolute;
            left: 8px;
            top: 5px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #0b2f8d; }
          .ticket .content > ul > li:first-child .buy i:after {
            content: '';
            display: inline-block;
            position: absolute;
            left: 8px;
            top: 5px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 5px solid #9ed8f5; }
      .ticket .content > ul > li:first-child .end {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 40px;
        line-height: 1em; }
      .ticket .content > ul > li:first-child .where {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        color: #e5fd36;
        font-size: 18px;
        font-weight: 400;
        line-height: 1em;
        text-shadow: 1px 1px 2px #000; }
        .ticket .content > ul > li:first-child .where a {
          color: #fff;
          text-decoration: none; }
    .ticket .content > ul > li:last-child {
      background-color: #18989b;
      padding-top: 30px; }
      .ticket .content > ul > li:last-child .name {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 40px;
        font-weight: 400;
        line-height: 1em;
        margin-bottom: 30px; }
      .ticket .content > ul > li:last-child > ul {
        display: block;
        position: relative;
        width: 100%;
        padding: 0 30px;
        margin: 0;
        list-style: none; }
        .ticket .content > ul > li:last-child > ul li {
          display: block;
          position: relative;
          width: 100%;
          padding-left: 25px;
          color: #fff;
          font-size: 16px;
          font-weight: 300;
          line-height: 2em;
          margin-bottom: 20px; }
          .ticket .content > ul > li:last-child > ul li:before {
            content: '-';
            display: inline-block;
            position: absolute;
            left: 0;
            font-size: 21px;
            font-weight: 400;
            line-height: 1em;
            color: #fff; }
.partners .content > ul {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .partners .content > ul > li {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 40px; }
    .partners .content > ul > li .name {
      display: block;
      position: relative;
      width: 100%;
      color: #bebebe;
      font-size: 24px;
      line-height: 1em;
      padding-bottom: 15px;
      border-bottom: 1px solid #dcdbdb;
      margin-bottom: 30px; }
      .host_pic{
        background-color: #fff;
        display: inline-block;
        padding: 18px;
      }
    .partners .content > ul > li .hoster {
      width: 283px;
      height: 42px; }
    .partners .content > ul > li > ul {
      display: flex;
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch; }
      .partners .content > ul > li > ul > li {
        display: block;
        position: relative;
        width: 160px;
        height: 80px;
        background-color: #fff;
     /*   margin-bottom: 30px;*/
        margin-right: 28px; }
      .partners .content > ul > li > ul > li:nth-child(1){
    /*     margin-bottom: 55px;*/
        }
        .partners .content > ul > li > ul > li:nth-child(6n) {
          margin-right: 0; }
        .partners .content > ul > li > ul > li a {
          display: block;
          position: relative;
          width: 160px;
          height: 80px; }
          .partners .content > ul > li > ul > li a img {
            width: 160px;
            height: 80px;
            border: 1px solid #e5e5e7;
          }

.oppor{
    display: block;
    width: 291px;
    font-size: 24px;
    text-align: center;
    padding: 26px 0;
    margin: 0 auto;
    background-color: #337ef5;
    border-radius: 4px;
}

.d-i-i p{
  font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
    text-align: left;
    transition: 0.5s;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #bbb3b3;
}
.d-i-i p strong{
  color: #bbb3b3;
}
.title_ span{
    font-family: 微软雅黑;
    font-size: 14px;
}
.title_r span{
    font-family: 微软雅黑;
    font-size: 14px;
}