@charset "UTF-8";
/* 三角形 */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInLeft {
  animation: fadeInLeft 0.8s forwards; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInRight {
  animation: fadeInRight 0.8s forwards; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    transform: none; } }
.fadeInUp {
  animation: fadeInUp 0.8s forwards; }

@keyframes slideTo {
  to {
    transform: none; } }
@keyframes slideRight {
  to {
    transform: translate(30%, 0); } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate(30%, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes scaleFrom0 {
  from {
    transform: scale(0); }
  to {
    transform: none; } }
@keyframes shining {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  20%, 80% {
    opacity: 1;
    transform: none;
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  60% {
    opacity: 0.5;
    transform: scale(1.4);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); } }
@keyframes scaleInfinite {
  from,
    to {
    transform: none; }
  33% {
    transform: scale(0.9); }
  67% {
    transform: scale(1.1); } }
@keyframes arrDownload {
  from {
    transform: translate(0, -100%); }
  to {
    transform: translate(0, 100%); } }
/* CSS Reset */
body, div, span, object, iframe, input, h1, h2, h3, h4, h5, h6, p, pre, a, acronym, address, code, del, em, font, img, ins, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0; }
.main{
  padding-bottom: 200px;
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

input, select {
  vertical-align: middle; }

input, textarea, select {
  font: 12px/1.5 "microsoft yahei", Arial, sans-serif; }

fieldset, img {
  border: 0; }

address, code, th, em {
  font-style: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

button {
  border: 0;
  outline: none;
  background: none; }

/* bass css */
html {
  height: 100%; }
  html body {
    padding-bottom: 0 !important; }

body {
  position: relative;
  margin: 0 auto;
  font: 14px/1.5 "microsoft yahei", Arial, sans-serif;
  color: #666;
  background: #fff;
  height: 100%; }

.wrapper {
  margin: 0 auto;
  width: 1412px; }

.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

a {
  text-decoration: none;
  outline: none;
  cursor: pointer; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.center {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.transparent {
  opacity: 0; }

.hide {
  display: none !important; }

.oh {
  overflow: hidden; }

@media screen and (max-width: 1450px) {
  .wrapper {
    width: 1160px; } }
footer, .footer {
  height: 170px; }

.sidebar {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 140px;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 90px;
  z-index: 100;
  background: #fff;
  transition: right 0.5s; }
  .sidebar.on {
    display: block; }
  .sidebar li {
    height: 93px; }
  .sidebar a {
    display: block;
    height: 92px;
    padding-top: 1px; }
    .sidebar a:hover {
      background: #39a9ec; }
      .sidebar a:hover p {
        color: #fff; }
      .sidebar a:hover .contact {
        background-position: 0 -120px; }
      .sidebar a:hover .mobile {
        background-position: -344px 0; }
      .sidebar a:hover .ico-totop {
        background-position: -316px 0; }
    .sidebar a p {
      font-size: 12px;
      color: #999;
      text-align: center;
      margin-top: 8px; }
  .sidebar .first {
    position: relative; }
    .sidebar .first:hover .dl-qr {
      display: block; }
    .sidebar .first a {
      border-radius: 4px 4px 0 0; }
  .sidebar .dl-qr {
    display: none;
    position: absolute;
    left: -108px;
    top: 0;
    background: #fff;
    width: 94px;
    height: 107px;
    padding-top: 8px;
    border: 1px solid #ddd; }
    .sidebar .dl-qr:after {
      background: url(../img/spr.png) -78px -220px;
      position: absolute;
      right: -7px;
      top: 50%;
      height: 12px;
      width: 7px;
      margin-top: -6px;
      content: ''; }
    .sidebar .dl-qr img {
      width: 80px;
      height: 80px;
      margin: 0 8px; }
    .sidebar .dl-qr p {
      text-align: center;
      font-size: 12px;
      color: #666; }
  .sidebar i {
    display: block;
    background: url(../img/spr.png);
    margin: 0 auto; }
  .sidebar .mobile {
    height: 26px;
    width: 19px;
    background-position: 0 -16px;
    margin-top: 25px;
    position: relative; }
  .sidebar .contact {
    margin-top: 25px;
    height: 18px;
    width: 24px;
    background-position: 0 -138px; }
  .sidebar .ico-totop {
    margin-top: 25px;
    height: 20px;
    width: 22px;
    background-position: 0 -76px; }
  .sidebar .totop {
    border-radius: 0 0 4px 4px; }
  .sidebar .dl-arrow {
    position: absolute;
    overflow: hidden;
    height: 8px;
    width: 7px;
    top: 6px;
    left: 6px; }
    .sidebar .dl-arrow:before {
      background: url(../img/spr.png) -60px -208px;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      animation: arrDownload 1.5s linear infinite; }

.edupf-footer {
  height: 160px !important; }

/*主色调*/
.page-wrap {
  min-height: 100%;
  padding-bottom: 20px; }

.activity-banner {
  margin-top: 10px; }
  .activity-banner img {
    display: block;
    width: 100%; }

.index-wrapper {
  margin-top: 60px; }

.activity-section {
  color: #333;
  margin-bottom: 30px; }

.common-title {
  position: relative;
  padding-bottom: 30px; }
  .common-title h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #333; }
    .common-title h2:after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      right: 0;
      margin: auto;
      width: 24px;
      height: 3px;
      background: #47b3fe; }
  .common-title .more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #666;
    margin-top: 12px; }
    .common-title .more:hover {
      color: #47b3fe; }

.activity-section-content {
  position: relative;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.04); }

.container-title {
  margin: 20px 0 30px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 500; }

.activity-text {
  margin-bottom: 20px;
  text-indent: 2em;
  font-size: 15px;
  color: #666; }
  .activity-text.summary {
    font-size: 15px;
    text-indent: 2em;
    color: #333; }
  .activity-text.bt {
    text-indent: 0; }

.activity-text-em {
  font-weight: 700;
  color: #333;
  font-size: 14px; }

.no-padding {
  padding: 0; }

.index-course-list {
  margin-left: -13px;
  margin-top: 16px;
  height: 292px; }
  .index-course-list li {
    position: relative;
    float: left;
    width: 270px;
    height: 290px;
    margin-left: 13px;
    background: #fff;
    border: 1px solid #fff; }
    .index-course-list li:hover {
      border: 1px solid #ececec; }
  .index-course-list .img-container {
    display: block;
    width: 250px;
    height: 166.66667px;
    margin: 10px auto;
    overflow: hidden; }
    .index-course-list .img-container img {
      display: block;
      width: 100%;
      height: 100%;
      transition: all 0.4s; }
    .index-course-list .img-container:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .index-course-list h3 {
    padding: 0 12px;
    height: 22px;
    line-height: 22px;
    font-weight: 400; }
    .index-course-list h3 a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      max-width: 100%;
      font-size: 13px;
      -webkit-transition: all .2s;
      transition: all .2s;
      color: #333; }
  .index-course-list .time {
    padding: 10px;
    font-size: 12px;
    color: #999; }
  .index-course-list .info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px; }
  .index-course-list .icon-people {
    float: left;
    width: 24px;
    height: 24px;
    background: url(../img/spr.png) no-repeat 0 -156px;
    margin: 12px 10px 0 0; }
  .index-course-list .count {
    font-size: 12px; }
  .index-course-list .cost {
    float: right;
    margin-right: 5px;
    color: #999; }

.activity-course-list {
  float: left;
  height: auto;
  margin: 0; }
  .activity-course-list li {
    position: relative;
    float: left;
    width: 360px;
    padding: 20px;
    height: 240px;
    margin: 0;
    background: #fff;
    border: 0; }
    .activity-course-list li:hover {
      border: 0; }
  .activity-course-list .img-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    overflow: hidden; }
    .activity-course-list .img-container img {
      display: block;
      width: 100%;
      height: 100%;
      transition: all 0.4s; }
    .activity-course-list .img-container:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

.content-right {
  height: 240px;
  padding: 20px;
  background: #f5f5f5;
  overflow: hidden; }

.course-intro {
  margin-bottom: 10px;
  font-size: 20px; }

.course-intro-content {
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666; }

.activity-entry-btn.primary {
  display: inline-block;
  padding: 0 27px;
  height: 40px;
  line-height: 40px;
  background: #47b3fe;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .activity-entry-btn.primary:hover {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80); }

.more-recommend-list {
  padding: 20px 0;
  margin-left: -37px; }
  .more-recommend-list .more-recommend-item {
    display: inline-block;
    width: 322px;
    margin-left: 37px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .more-recommend-list .more-recommend-item:hover {
      box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2); }
    .more-recommend-list .more-recommend-item img {
      width: 100%; }

.act-layer .top-layer {
  padding: 30px 0;
  width: 100%;
  background: url(../img/bg-xlw.jpg) center center no-repeat; }
.act-layer .layer-title {
  font-size: 28px;
  color: #333;
  text-align: center; }
.act-layer .web-tit {
  text-align: center; }
.act-layer .participate-btn {
  display: block;
  margin: 25px auto 0;
  width: 295px;
  height: 50px;
  background: #47b3fe;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50px; }
  .act-layer .participate-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80); }
.act-layer .has-tit .web-tit {
  margin: 10px auto; }
.act-layer .has-tit .participate-btn {
  margin: 10px auto 0; }
.act-layer .mid-layer {
  width: 100%;
  margin-top: 50px; }
  .act-layer .mid-layer .mid-txt {
    font-size: 16px;
    color: #000;
    line-height: 35px;
    text-align: center; }
    .act-layer .mid-layer .mid-txt strong {
      font-size: 18px; }
  .act-layer .mid-layer .mid-img {
    margin: 20px auto;
    text-align: center;
    font-size: 16px; }

.tab-layer {
  margin-top: 60px; }
  .tab-layer .tab-item {
    text-align: center;
    height: 50px; }
    .tab-layer .tab-item a {
      position: relative;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 20px;
      line-height: 50px;
      color: #333;
      margin: 0 42px; }
      .tab-layer .tab-item a.active, .tab-layer .tab-item a:hover {
        color: #47b3fe; }
        .tab-layer .tab-item a.active:after, .tab-layer .tab-item a:hover:after {
          content: '';
          position: absolute;
          bottom: 0;
          background-color: #47b3fe;
          width: 48px;
          height: 2px;
          left: 50%;
          margin-left: -24px; }
  .tab-layer .tab-content {
    width: 100%;
    background-color: #f5f5f5;
    padding: 50px 0; }
    .tab-layer .tab-content .wrapper {
      width: 750px; }
    .tab-layer .tab-content .mid-txt {
      font-size: 16px;
      color: #333;
      line-height: 40px; }
      .tab-layer .tab-content .mid-txt.tc {
        text-align: center; }
      .tab-layer .tab-content .mid-txt .tit {
        color: #47b3fe; }
    .tab-layer .tab-content .mid-img {
      text-align: center;
      line-height: 35px;
      font-size: 16px; }
      .tab-layer .tab-content .mid-img img {
        display: block;
        margin: 20px auto; }
  .tab-layer .content-item {
    display: none;
    position: relative; }
    .tab-layer .content-item.active {
      display: block; }
    .tab-layer .content-item p {
      font-size: 14px;
      color: #000; }
  .tab-layer .act-btn {
    text-align: center;
    margin-top: 100px; }
    .tab-layer .act-btn a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 311px;
      height: 100px;
      margin: 0 50px; }
      .tab-layer .act-btn a img {
        width: 100%;
        height: 100%; }

table {
  margin: 20px auto;
  border: 1px solid #333;
  width: 100%; }
  table tr, table td, table th {
    border: 1px solid #333;
    height: 50px;
    line-height: 50px;
    text-align: center;
    min-width: 80px; }

@media screen and (max-width: 1450px) {
  .wrapper {
    width: 1160px; }

  .index-course-list {
    height: 261px; }
    .index-course-list li {
      width: 219px;
      height: 259px; }
    .index-course-list .img-container {
      width: 203px;
      height: 135px; }

  .activity-course-list li {
    width: 360px;
    height: 240px; }
  .activity-course-list .img-container {
    width: 100%;
    height: auto; }

  .more-recommend-list .more-recommend-item {
    width: 259px; } }

  .footer-ymHL- {
    font-size: 18px;
    color: #999;
    background-color: #333;
    padding: 36px 20px;
    text-align: center;
  }
