@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: 100px;
}

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-size: 16px;
  font-family: "Microsoft Yahei";
  color: #666;
  background: #fff;
  height: 100%;
}

.wrapper {
  margin: 0 auto;
  width: 1412px;
}

@media screen and (max-width: 1420px) {
  .wrapper {
    width: 1000px;
  }

  .edupf-header {
    width: 100% !important;
    min-width: auto !important;
  }
}

.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%;
}

.activity-banner {
  margin-top: 10px;
}

.activity-banner img {
  display: block;
  width: 100%;
}

.index-wrapper {
  margin-top: 45px;
}

.activity-section {
  color: #333;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.04);
}

.common-title {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.common-title h2 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

.common-title h2:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 3px;
  background: #47b3fe;
}

.common-title h3 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #47b3fe;
  margin-left: 15px;
  text-align: left;
}

.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: 0px 150px 20px;
  margin-bottom: 25px;
  font-size: 20px;
  font-family: "宋体";
}

.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);
}

.activity-entry-container a.disabled {
  background: #CCC;
}

.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;
}

.footer-ymHL- {
  font-size: 18px;
  color: #999;
  background-color: #333;
  padding: 36px 20px;
  text-align: center;
}

.item-list {
  clear: both;
  text-align: center;
}

.item-list .item {
  position: relative;
  display: inline-block;
  color: #333;
  margin-right: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.item-list .item:last-child {
  margin-right: 0px;
}

.item-list .item .item-video {
  width: 320px;
  height: 210px;
}

.item-list .item.last {
  margin-right: 0;
}

.item-list .item:hover {
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
}

.item-list .item:hover img {
  transform: scale(1.01);
}

.item-list .item:hover.no-data::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  border-radius: 10px;
}

.item-list .item:hover.no-data::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: inline-block;
  content: '内容在持续建设中...';
  color: #fff;
  text-align: center;
  line-height: 200px;
  z-index: 1001;
}

.item-list dl {
  float: left;
}

.item-list dl img {
  width: 320px;
  height: 210px;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s;
}



.item-list dl dt {
  overflow: hidden;
  height: 210px;
  border-radius: 10px 10px 0 0;
}

.item-list dl dd {
  padding: 5px 0 10px 0;
  text-align: center;
}

.item-list1 {
  text-align: left;
  padding-left: 30px;
}

.item-list1 .item {
  float: left;
  margin-right: 20px;
}

/* .item-list-1 {
  display: flex;
  justify-self: start;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 300px;
  overflow: hidden;
} */

.item-list-1 {
  text-align: left;
  padding: 0 20px;
}

.item-list-1 dl {
  max-width: 300px;
  overflow: hidden;
  position: relative;
}

.item-list-1 dl dd {
  padding: 5px 10px 10px 10px;
}

.item-list-1 dl img {
  width: 300px;
  height: 200px;
}

.item-list-1 dl dd.ab {
  position: absolute;
  padding: 5px 10px;
  border-radius: 5px;
}

.item-list-1 dl dd.time {
  background-color: #ea9731;
  color: #FFF;
  top: 10px;
  left: 10px;
  font-size: 14px;
  z-index: 1000;
}

.item-list-1 dl dd.status {
  background-color: #07a11e;
  color: #FFF;
  bottom: 55px;
  right: 10px;
  font-size: 14px;
  z-index: 1000;
}

.item-list-1 dl dd.status-no {
  background-color: #999;
}

@media screen and (max-width: 1450px) {

  /*.wrapper {
    width: 1160px; }*/
  .item-list .item {
    margin-right: 20px;
  }

  .item-list .item dl img {
    width: 275px;
    height: 180px;
  }

  .item-list .item dl dt {
    height: 180px;
  }

  .item-list1 {
    text-align: left;
    padding-left: 95px;
  }

  .item-list1 item {
    float: left;
    margin-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  #header {
    display: none;
  }

  #js-fjedu-footer {
    display: none;
  }

  .sidebar {
    display: none !important;
  }

  .wrapper {
    width: calc(100% - 30px);
  }

  .index-course-list {
    height: auto;
  }

  .activity-course-list li {
    width: calc(100% - 40px);
    height: auto;
  }

  .content-right {
    padding: 20px 20px 40px 20px;
  }

  .main {
    padding-bottom: 0;
  }

  .index-wrapper {
    margin-top: 30px;
  }

  .common-title h2 {
    font-size: 20px;
  }



  .course-intro {
    font-size: 16px;
  }
}

.activity-section-content p {
  padding: 0 10px 10px;
  line-height: 1.5;
}

.content-pack {
  height: 280px;
  overflow: hidden;
  padding-bottom: 30px;
}

.activity-menus {
  text-align: center;
  padding-top: 40px;
}

.activity-menus a {
  display: inline-block;
  width: 150px;
  height: 50px;
  margin: 0 20px;
  line-height: 50px;
  background: #47b3fe;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
}

.activity-menus a:hover {
  opacity: 0.8;
}

.item-list-des {
  padding: 30px 30px 30px 0;
}

.item-list-des p {
  line-height: 1.8;
  text-indent: 32px;
  font-size: 18px;
}

.office-list {
  padding: 0 30px 30px 0;
}

.office-list li {
  height: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}

.office-list li a {
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
}

.office-list li a:hover {
  color: #000;
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: underline;
}

.office-list li a span {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  overflow: hidden;
  float: left;
}

.office-list li a span.word-icon {
  background: url(http://hbeducloud.com/act/2022/act_ldjy/img/word_icon.png);
  background-size: cover;
}

.office-list li a span.ppt-icon {
  background: url(http://hbeducloud.com/act/2022/act_ldjy/img/ppt_icon.png);
  background-size: cover;
}

.item-video-box {
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  margin: 20px;
  padding: 20px;
  text-align: left;
}

.item-video-box li {
  line-height: 50px;
  margin-top: 10px;
}

.item-video-box li a {
  color: #000;
  font-size: 16px;
}

.item-video-box li a:hover {
  text-decoration: underline;
}

.item-video-box li img.icon {
  width: 50px;
}

.participate {
  position: fixed;
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #04b728;
  text-align: center;
  color: #FFF;
  display: block;
  font-size: 20px;
  cursor: pointer;
  top: 450px;
  right: 170px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
}

.participate:hover {
  background-color: #09b42b;
}

.activity-box {
  margin-top: -80px;
}

.box-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.box-content {
  text-align: center;
  margin-right: 40px;
  font-size: 40px;
  background-color: #3d9f70;
  border-radius: 10px;
  padding: 40px 0;
  cursor: pointer;
  color: #FFF;
}

.box-content:hover {
  background-color: #48ad7c;
}

.box1 {
  width: 100%;
  background: linear-gradient(134.8deg, #abe1ff 0%, #74c4fe 100%);
}

.box2 {
  width: 32%;
  background: linear-gradient(135deg, #4fa2ef 0%, #7cd4fa 100%);
}

.box3 {
  width: 49%;
  background: linear-gradient(135deg, #5438ff 0%, #87a1ff 100%);
}

.box4 {
  width: 100%;
  background: linear-gradient(135deg, #6225e5 0%, #ab40e2 100%);
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
