@charset "UTF-8";
/*$defaultSize:0.875em;
$size24:1.5em;
$size20:1.25em;
$size18:1.125em;
$size17:1.0625em;
$size16:1em;
$size15:0.9375em;
$size14:0.875em;
$size12:0.75em;
$size5:0.3125em;
$size1:0.0625em;*/
/*脱离文档浮动*/
html{height:100%}
input::-webkit-input-placeholder{font-size:14px}
input, select{outline: none}

.fl {
  float: left; }

.fr {
  float: right; }

/*清除浮动*/
.clear {
  clear: both; }

/*渐入效果*/
/*body{height:100%}*/

@keyframes fade-in {
  0% {
    opacity: 0;
    margin-top: -94px; }
  /*初始状态 透明度为0*/
  100% {
    opacity: 0.4;
    margin-top: 0; }
  /*结束状态 透明度为0.4*/ }
@-webkit-keyframes fade-in {
  /*针对webkit内核*/
  0% {
    opacity: 0;
    margin-top: -94px; }
  /*初始状态 透明度为0*/
  100% {
    opacity: 0.4;
    margin-top: 0; }
  /*结束状态 透明度为0.4*/ }
/*header块*/
  .Carousel > .container {
    background-color: #E55927;
    /*    opacity: $opacity95;*/ }
    .Carousel > .container > .head-wrap {
      max-width: 1200px; }
        .Carousel > .container > .head-wrap #navbar li {
          width: 16%; }
          .Carousel > .container > .head-wrap #navbar li a {
            color: #ffffff; }
/*  .Carousel #login {
    width: 90px; }*/
/*    .Carousel #login a {
      background-size: 13px 15px;
      width: 13px;
      height: 15px; }*/
  .Carousel #register {
    width: 110px; }
    .Carousel #register a {
      background-size: 15px 15px;
      width: 15px;
      height: 15px; }
  .Carousel > .dddemo {
    width: 100%; }
    .Carousel > .dddemo section.imgList {
      z-index: 8;
      margin: 0;
      padding: 0; }
      .Carousel > .dddemo section.imgList div.iteam {
        height: 450px;
        width: 100%;
        position: relative;
        /*>div{
          !*图片上的悬浮内容*!
          position: absolute;//定位跟随父级div
          height: $imgFDivHeight;
          top: ($headHeight + 1px);
          z-index: 8;//保持悬浮在img上
        }*/ }
        .Carousel > .dddemo section.imgList div.iteam > img {
          width: 100%;
          height: 450px;
          position: absolute;
          z-index: 7; }
    .Carousel > .dddemo .forImgFInput{
        position: absolute;
        width:1200px;
        height: 325px;
         top: 80px;
         z-index: 8;
         left:50%;
         margin-left:-600px;
    }

    .Carousel > .dddemo .imgFInput {
      /*图片上的悬浮内容*/
      background-color: rgba(0, 0, 0, 0.3);
      color: #ffffff;
      height: 310px;
      width: 450px; 
      float:right;
    }
      .Carousel > .dddemo .imgFInput > div {
        padding-left: 22px;
        margin-bottom: 15px; }
        .Carousel > .dddemo .imgFInput > div font {
          display: inline-block;
          font-size: 16px;
          margin-bottom: 8px; }
        .Carousel > .dddemo .imgFInput > div select, .Carousel > .dddemo .imgFInput > div input {
          background-color: rgba(0, 0, 0, 0.1);
          border: 1px solid rgba(233, 233, 233, 0.43);
          border-radius: 5px;
          color: #FFFFFF;
          display: inline-block;
          height: 38px;
          padding-left: 20px;
          width: 95%; }
        .Carousel > .dddemo .imgFInput > div option {
          color: #ffffff;
          background-color: rgba(0, 0, 0, 0.4);
          filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000, endcolorstr=#66000000) !important;
          /*
            rgba_opacity   IEFilter
            0.1             19
            0.2             33
            0.3             4c
            0.4             66
            0.5             7f
            0.6             99
            0.7             b2
            0.8             c8
            0.9             e5
            */ }
        .Carousel > .dddemo .imgFInput > div input {
          width: 95%; }
          .Carousel > .dddemo .imgFInput > div input::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #ffffff; }
          .Carousel > .dddemo .imgFInput > div input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #ffffff; }
          .Carousel > .dddemo .imgFInput > div input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #ffffff; }
          .Carousel > .dddemo .imgFInput > div input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #ffffff; }
        .Carousel > .dddemo .imgFInput > div button {
          background-color: #E55927;
          border-radius: 5px;
          border: none;
          cursor: pointer;
          color: #FFFFFF;
          display: inline-block;
          margin-top: 5px;
          padding: 0 16px;
          line-height: 30px;
          text-align: center;
          font-size: 14px;
          height: 38px;
          width: 30%;

          letter-spacing: 5px; }
        .Carousel > .dddemo .imgFInput > div button:hover{
          background-color:#fff;color:#E55927
        }
      .Carousel > .dddemo .imgFInput > div button span{font-size:16px}

      .Carousel > .dddemo .imgFInput > div:nth-child(1) {
        background-color: rgba(0, 0, 0, 0.4); }
        .Carousel > .dddemo .imgFInput > div:nth-child(1) h5 {
          font-size: 18px;
          padding-top: 10px; }
        .Carousel > .dddemo .imgFInput > div:nth-child(1) p {
          font-size: 12px;
          color: #ffffff;
          opacity: 0.5;
          padding-bottom: 10px; }
  .Carousel > .subtitle {
    height: 60px;
    top: -60px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    position: relative;
    text-align: center;
    z-index: 8; }
    .Carousel > .subtitle:after{
        position:absolute;left:0;top:0;content:"";display:block;width:100%;height:100%;background-color: #E55927;opacity:0.8;
    }
    .Carousel > .subtitle #subNavBtitle {
      display: inline-block;
      cursor: pointer;
      list-style: none;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 0;
      height: 60px;
      text-align: center;
      color: #ffffff;
      max-width: 1200px;
      width: 100%; }
      .Carousel > .subtitle #subNavBtitle > div {
        z-index: 9;
        position: relative; }
        .Carousel > .subtitle #subNavBtitle > div > li {
          position: initial;
          display: inline-block;
          float: left;
          width: 24.8%;
          height: 60px;
          font-size: 14px;
          line-height: 60px;
          transition:all 0.5s;
          border-left: 1px solid rgba(255, 255, 255, 0.2);
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
          .Carousel > .subtitle #subNavBtitle > div > li:hover > a{
            background:#0075cf;
            position:relative;top:-1px;
            line-height:62px;
          }

          .Carousel > .subtitle #subNavBtitle > div > li > a {
            transition: opacity 0.5s;
            font-size: 14px;
            display: block;
            height:60px;
          }
            .Carousel > .subtitle #subNavBtitle > div > li > a > dfn {
              padding:6px;
              margin-right:10px;
              background-color: white;
              font-size: 16px;
              border-radius: 6px;
              color: #E55927; }
            .Carousel > .subtitle #subNavBtitle > div > li > a > div {
              background: url("../img/index/nav_up-arrow.png") no-repeat center center;
              width: 30px;
              height: 30px;
              margin: 15px 0;
              margin-right: 34px;
              opacity:0.5;
              float: right; }
          .Carousel > .subtitle #subNavBtitle > div > li > ul {
            position: absolute;
            max-width: 1200px;
            width: 100%;
            bottom: 61px;
            display: none;
            background-color: #0075cf;
            left: 0;
            margin: 0 auto;
            list-style: none;
            animation: mymove 0.5s;
            z-index: 8;
            text-align: left; }
            .Carousel > .subtitle #subNavBtitle > div > li > ul li {
              position: relative;
              width: 15%;
              float: left;
              font-size: 14px;
              cursor: pointer;
              transition: 0.5s ease all;
              outline: none;
              text-align: center;
              color: #ffffff; }
              .Carousel > .subtitle #subNavBtitle > div > li > ul li:hover {
                background-color: #ffffff;
                color: #E55927; }
                .Carousel > .subtitle #subNavBtitle > div > li > ul li:hover > a {
                  color: #E55927; }
              .Carousel > .subtitle #subNavBtitle > div > li > ul li > a {
                color: #ffffff; }
              .Carousel > .subtitle #subNavBtitle > div > li > ul li:before, .Carousel > .subtitle #subNavBtitle > div > li > ul li:after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                height: 2px;
                width: 0;
                background: #1AAB8A;
                transition: 400ms ease all; }
              .Carousel > .subtitle #subNavBtitle > div > li > ul li:after {
                right: inherit;
                top: inherit;
                left: 0;
                bottom: 0; }
          .Carousel > .subtitle #subNavBtitle > div > li:hover > a > div {
            background: url("../img/index/nav_down-arrow.png") no-repeat center center !important; opacity:1 }

/*主题内容区域*/
.contentBody {
  top: 0;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .contentBody .hotCourse {
    background: url("../img/index/bg.png");
    min-height: 160px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-size: cover; }
    .contentBody .hotCourse .hotCourseTitle {
      font-size: 26px;
      margin: 0 auto;
      color: #222222;
      width: 100%;
      font-weight: bold;
      letter-spacing: 4px; }
      .contentBody .hotCourse .hotCourseTitle > p {
        font-family:黑体;
        padding: 45px 0 20px 0; }

    .contentBody .hotCourse .forHotCourseCoutent{
       width:1200px;
       margin: 0 auto; 
    }
    .contentBody .hotCourse .hotCourseCoutent {
        width: 1220px;
      }
      .contentBody .hotCourse .hotCourseCoutent > div {
        width: 283px;
        margin:0 20px 20px 0;
        border:1px solid #f3f3f3;
        height: 238px;
        overflow: hidden;
        border-radius: 5px;
        position: relative;
        float: left;
        background-color: #ffffff; }
        .contentBody .hotCourse .hotCourseCoutent > div > img {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          z-index: 7;
          width: 100%;
        }
        .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro {
          z-index: 8;
          position: absolute;
          top: 0;
          width: 100%; }
          .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails {
            cursor: pointer;
            visibility: hidden;
            height: 140px;
            position:relative;
            color: #FFFFFF;
            font-size: 12px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px; }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails:after{
              content:"";display:block;width:100%;height:100%;top:0;left:0;background:#000;opacity:0.4;position:absolute
            }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails ul {
              position:relative;z-index:10;
              padding-top: 30px; }
              .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails ul li {
                list-style: none;
                text-align: left;
                margin-bottom: 18px; }
                .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails ul li i {
                  margin: 0 8px 0 24px; position:relative;top:2px;}
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails .timeIcon {
              background: url("../img/index/course_icon_time.png") no-repeat center center;
              width: 14px;
              height: 14px;
              display: inline-block; }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails .dateIcon {
              background: url("../img/index/course_icon_cyc.png") no-repeat center center;
              width: 14px;
              height: 14px;
              display: inline-block; }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseDetails .moldIcon {
              background: url("../img/index/course_icon_type.png") no-repeat center center;
              width: 14px;
              height: 14px;
              display: inline-block; }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseName {
              font-size: 14px;
              padding:6px 20px;
              height: 40px;
              line-height:21px;
              background-color: #E55927;
              color: #ffffff;
              text-align: left
            }
              .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseName div span {
                font-size: 16px;
              }
              .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseName div label {
                float: right; }
              .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseName div:first-child {
                cursor: pointer; }
          .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseTea {
            height: 46px;
            line-height: 46px;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.65);
            text-align: left;
            font-size: 14px; }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseTea img {
              width: 32px;
              height: 32px;
              border-radius:16px;
              background-color:#fff;
              margin:7px 10px 7px 20px;
              cursor: pointer;
              float: left; }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseTea font {
              color: #ffffff;
              cursor: pointer;
              float: left; }
            .contentBody .hotCourse .hotCourseCoutent > div .hotCourseIntro .hotCourseTea div {
              float: right;
              color: #ffffff;
              margin-right: 20px; }
          .contentBody .hotCourse .hotCourseCoutent > div:hover .hotCourseDetails {
            visibility: visible;
            /*animation: fade_in;
            animation-duration: 1.5s; !*动画持续时间*!
            -webkit-animation: fade-in 1.5s; !*针对webkit内核*!*/ }
    .contentBody .hotCourse button {
      display: inline-block;
      padding: 0 16px;
      width: 100px;
      cursor: pointer;
      background: #fff;
      line-height: 29px;
      text-align: center;
      font-size: 14px;
      color: #999999;
      border-radius: 15px;
      border: 1px solid #c4c4c4;
      height: 30px;
      margin: 20px 0 40px 0;
      /* a {
          display: block;
          margin: 7px 0 0 0;
        }*/ }
      .contentBody .hotCourse button:hover {
        color: #ffffff;
        background-color: #E55927; }
  .contentBody .superNav {
    min-height: 160px;
    height: 290px;
    width: 100%;
    background: url("../img/index/learn_bg.png");
    background-repeat: repeat-y;
    background-size: cover;
    background-color: #027FDD;
    margin: 0 auto;
    text-align: center; }

      .contentBody .superNav .superNavTitle > p {
        padding: 45px 0;
        color: #ffffff;
        letter-spacing:2px;
        font-size: 24px;
       }
    .contentBody .superNav #progressBar {
      width: 100%;
      max-width: 1200px;
      height: 50px;
      position: relative;
      margin: 0 auto;
      display: inline-block;
      /* > span {
          position: absolute;//!!!!!!
          top: 35px;
          width: 10px;
          height: 10px;
          border: 1px solid #ddd;
          border-radius: 50%;
          margin-left: -20px;
          color: #fff;
          background: #ccc;
          left: 12.5%;
          &:nth-child(2) {
            left: 12.5%*3;
          }
          &:nth-child(3) {
            left: 12.5%*5;
          }
          &:nth-child(4) {
            left: 12.5%*7;
          }
        }*/ }
      .contentBody .superNav #progressBar > a {
        position: absolute;
        width: 80px;
        height: 80px;
        line-height: 80px;
        display: inline-block;
        left: 100px;
        cursor: pointer; }
        .contentBody .superNav #progressBar > a > dfn {
          display: inline-block;
          position: relative;
          font-size: 36px;
          width: 100%;
          color: #1484E3;
          background-color: #FFFFFF;
          border-radius: 28px; }
        .contentBody .superNav #progressBar > a p {
          font-size:18px;
          padding-top:10px;
          color: #FFFFFF;
          line-height: 2; }
.contentBody .superNav #progressBar > a:nth-child(2) {
  left: 166px;
}
.contentBody .superNav #progressBar > a:nth-child(3) {
  left: 425px;
}
.contentBody .superNav #progressBar > a:nth-child(4) {
  left: 669px;
}
.contentBody .superNav #progressBar > a:nth-child(5) {
  left: 925px;
}

        .contentBody .superNav #progressBar > a:after{
          position:absolute;left:150px;display:block;content:"";border-right:1px solid #fff;border-top:1px solid #fff;
          transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);top:38px;width:8px;height:8px;opacity:0.5
        }

        .contentBody .superNav #progressBar > a:nth-child(5):after{display:none}

      .contentBody .superNav #progressBar div {
        max-width: 1200px;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 42px;
        left: 0;
        margin: 0 auto;
        background: radial-gradient(#fff 30%, transparent 85%);background: -webkit-radial-gradient(#fff 30%, transparent 85%);background: -moz-radial-gradient(#fff 30%, transparent 85%)
        }
        .contentBody .superNav #progressBar div span {
          position: absolute;
          display: inline-block;
          height: 3px;
          width: 25%; }
  .contentBody .news {
    background-color: #f4f4f4;
    min-height: 160px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px; }
    .contentBody .news > .newstitle {
      background-color: #f4f4f4;
      font-size: 26px;
      font-weight:bold;
      width: 100%;
      z-index: 9; }
      .contentBody .news > .newstitle > p {
        font-family: 黑体;
        padding: 45px 0 20px 0
      }
    .contentBody .news > .newsContent {
      text-align: left;
      margin: 0 auto;
      max-width: 1200px;
      height: 368px; }
      .contentBody .news > .newsContent > div {
        float: left;
        width: 25%;
        position: relative; }
        .contentBody .news > .newsContent > div .detilsInfos h4 {
          color: #1484E2;
          text-align: center;
          padding-top: 15%; }
        .contentBody .news > .newsContent > div .detilsInfos img {
          width: 100%;
          height: 184px; }
        .contentBody .news > .newsContent > div .detilsInfos font {
          font-size: 16px;
          color: #000000;
          display: inline-block;
          padding: 0 20px;
          text-indent: 32px; }
        .contentBody .news > .newsContent > div > div {
          height: 184px; }
          .contentBody .news > .newsContent > div > div > img {
            width: 100%;
            height: 184px; }
      .contentBody .news > .newsContent > .newsContentFrist {
        display: inline-block;
        width: 50%; }
        .contentBody .news > .newsContent > .newsContentFrist > div {
          height: 184px;
          text-align: left;
          color: #FFFFFF; }
          .contentBody .news > .newsContent > .newsContentFrist > div:first-child {
            background: url("../img/index/trends_img_01.png") no-repeat 0 0; }
            .contentBody .news > .newsContent > .newsContentFrist > div:first-child > div > s {
              background: url("../img/index/trends_right arrow_02.png") no-repeat 0 0;
              width: 15px;
              height: 15px;
              cursor: pointer;
              display: inline-block;
              margin: 0 0 0 60px; }
          .contentBody .news > .newsContent > .newsContentFrist > div > h4 {
            font-size: 13px;
            padding: 25px 0 2px 50px; }
          .contentBody .news > .newsContent > .newsContentFrist > div > h5 {
            font-size: 20px;
            font-weight:normal;
            padding: 0 0 16px 50px; }
          .contentBody .news > .newsContent > .newsContentFrist > div > p {
            font-size: 14px;
            padding: 0 50px 22px 50px; }
          .contentBody .news > .newsContent > .newsContentFrist > div > div {
            display: inline-block;
            width: 50%;
            height: 184px;
            float: left; }
          .contentBody .news > .newsContent > .newsContentFrist > div img {
            height: 184px;
            width: 100%; }

.login_continer {
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  top: 50%;
  margin-top: 110px; }


/*Safari and Chrome*/
@-webkit-keyframes mymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.leftBorder:after, .leftBorder:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  right: 50%;
  position: absolute;
  width: 0; }
.leftBorder:after {
  border-width: 9px;
  border-right-color: #FFFFFF;
  top: 75%; }
.leftBorder:before {
  border-width: 9px;
  border-right-color: #FFFFFF;
  top: 75%; }

.topBorder:after, .topBorder:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  bottom: 50%;
  position: absolute;
  width: 0; }
.topBorder:after {
  border-width: 9px;
  border-bottom-color: #FFFFFF;
  right: 50%; }
.topBorder:before {
  border-width: 9px;
  border-bottom-color: #FFFFFF;
  right: 50%; }

.bottomBorder:after, .bottomBorder:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  top: 50%;
  position: absolute;
  width: 0; }
.bottomBorder:after {
  border-width: 9px;
  border-top-color: #FFFFFF;
  right: 50%; }
.bottomBorder:before {
  border-width: 9px;
  border-top-color: #FFFFFF;
  right: 50%; }
  .slick-dots{bottom:60px}
/*# sourceMappingURL=index.css.map */

@media only screen and (max-width: 930px) {
  body{width:1200px}
}
