@charset "UTF-8";
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 15:25:43 
 * @Last Modified by: carl@xway.cn
 * @Last Modified time: 2018-09-17 16:07:49
 */
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 10:39:38 
 * @Last Modified by: carl@xway.cn
 * @Last Modified time: 2018-09-17 15:22:28
 */
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 11:50:02 
 * @Last Modified by:   carl@xway.cn 
 * @Last Modified time: 2018-09-17 11:50:02 
 */
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 15:23:53 
 * @Last Modified by:   carl@xway.cn 
 * @Last Modified time: 2018-09-17 15:23:53 
 */
a {
  color: #7c7c7c;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
a:hover {
  text-decoration: none;
  color: #3498db;
}
a:focus {
  text-decoration: none;
}
a.btnBlue {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
a.btnBlue:hover {
  background-color: #6abef4!important;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.border_box {
  box-sizing: border-box;
}
.content_box {
  box-sizing: content-box;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'num';
  src: '../fonts/num.ttf';
}
.boxshadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
input {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
  word-wrap: break-word;
}
/* 弹出框提示框 */
.tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  display: none;
  opacity: 1;
  transition: all 1.5s;
  z-index: 0;
  font-size: 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.z {
  z-index: 999;
}
.tips.info {
  background-color: rgba(52, 152, 219, 0.7);
  z-index: 999;
}
.tips.error {
  background-color: rgba(219, 69, 13, 0.7);
  z-index: 999;
}
.tips.success {
  background-color: rgba(0, 203, 145, 0.7);
  z-index: 999;
}
.tips.warning {
  background-color: rgba(254, 111, 37, 0.7);
  z-index: 999;
}
.tips.active {
  opacity: 1;
  z-index: 999;
}
.showBox {
  display: block;
}
.hideBox {
  display: none;
}
@keyframes mymove {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/loading.png);
  background-size: 100%;
  animation: mymove 2s infinite;
  transition-timing-function: linear;
}
input::-webkit-input-safebox-button {
  display: none!important;
}
::selection {
  color: #fff;
  background: #3498db;
}
::-moz-selection {
  color: #fff;
  background: #3498db;
}
::-webkit-selection {
  color: #fff;
  background: #3498db;
}
::-o-selection {
  color: #fff;
  background: #3498db;
}
.clearfix {
  clear: both;
}
.xy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.xy_box {
  width: 500px;
  height: 370px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -185px;
  margin-left: -250px;
  background: #fff;
}
.xy_box h2 {
  font-size: 18px;
  color: #000;
  padding: 12px 20px;
  margin: 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d9d9d9;
}
.xy_text {
  border: 1px solid #B2B2B2;
  height: 240px;
  overflow-x: hidden;
  overflow-y: scroll;
  resize: both;
  width: 450px;
  padding: 24px 18px;
  box-sizing: border-box;
  margin: 15px auto;
}
.xy_text p {
  text-indent: 23px;
  color: #4d4d4d;
  font-size: 12px;
  margin-bottom: 20px;
}
.xy_bottom {
  text-align: center;
}
.xy_bottom a {
  width: 124px;
  height: 30px;
  display: inline-block;
  color: #fff;
  background: #3498db;
  line-height: 30px;
  font-weight: 700;
  margin: 0 10px;
}
.xy_bottom a.nos {
  cursor: default;
  background: #eee;
  color: #777;
}
.header {
  position: relative;
  z-index: 30;
  min-width: 1200px;
  height: 60px;
}
.header .box {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
.header nav {
  border: none;
}
.header .navbar-header {
  float: left;
}
.header .navbar-default {
  background-color: #3d4347;
}
.header .logo {
  height: 50px;
  margin-top: -15px;
}
.header .navbar-header {
  display: inline-block;
}
.header .loginBox {
  float: right;
}
.header .loginBox li {
  float: left;
  padding: 20px 0;
  height: 60px;
}
.header .loginBox li a {
  color: #fff;
}
.header .loginBox li a:hover {
  color: #3498db;
}
.header .loginBox li img {
  height: 20px;
  margin-right: 5px;
  margin-left: 20px;
}
.header .loginBox li i {
  margin-right: 5px;
  margin-left: 20px;
}
.header .loginBox li:hover a {
  color: #3498db;
}
.header .loginBox li:hover i.login {
  background-position: -64px -48px;
}
.header .loginBox li:hover i.register {
  background-position: -40px -48px;
}
.header .loginOverBox {
  float: right;
}
.header .loginOverBox li {
  float: left;
  padding: 20px 0;
  position: relative;
  height: 60px;
  max-width: 200px;
}
.header .loginOverBox li a {
  color: #fff;
}
.header .loginOverBox li a:hover {
  color: #3498db;
}
.header .loginOverBox li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-left: 5px;
  margin-right: 20px;
  font-style: normal;
  font-size: 12px;
  background-color: #fe6f25;
}
.header .loginOverBox li img {
  height: 38px;
  margin-left: 5px;
  margin-top: -9px;
  margin-bottom: -9px;
  border-radius: 50%;
}
.header .loginOverBox li ul.dropDown {
  position: absolute;
  top: 60px;
  right: 0;
  width: 240px;
  padding: 10px 23px;
  background-color: #31373c;
  color: #fff;
  display: none;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
  overflow: hidden;
}
.header .loginOverBox li ul.dropDown li {
  width: 97px;
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  padding: 0;
  position: relative;
}
.header .loginOverBox li ul.dropDown li a {
  color: #858585;
}
.header .loginOverBox li ul.dropDown li i {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 24px;
  color: #858585;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  transform: scale(0.8);
}
.header .loginOverBox li ul.dropDown li:hover i {
  color: #3498db;
}
.header .loginOverBox li ul.dropDown li:hover a {
  color: #3498db;
}
.header .loginOverBox li ul.dropDown li:nth-child(2n) i {
  margin-left: 9px;
}
.header .loginOverBox li ul.dropDown li:nth-child(2n):before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.2);
}
.header .loginOverBox li:hover ul.dropDown {
  display: block;
}
.header .headerNav {
  float: left;
  margin-left: 55px;
}
.header .headerNav li {
  float: left;
  padding: 18px 30px 20px;
  border-top: 2px solid transparent;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.header .headerNav li a {
  color: #fff;
}
.header .headerNav li:hover {
  border-top-color: #3498db;
}
.header .headerNav li:hover a {
  color: #fe6f25;
}
.header .headerNav li.active {
  border-top-color: #3498db;
}
.header .headerNav li.active a {
  color: #fe6f25;
}
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 15:25:02 
 * @Last Modified by: carl@xway.cn
 * @Last Modified time: 2018-11-08 11:58:32
 */
.no {
  margin-bottom: 0!important;
}
body {
  position: relative;
  padding-bottom: 410px;
}
.footer {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  min-width: 1200px;
  padding-top: 70px;
  color: #9b9ea0;
  background-color: #373d41;
}
.footer .box {
  width: 1200px;
  margin: 0 auto;
}
.footer .footerLeft {
  float: left;
  width: 160px;
  margin-bottom: 30px;
  border-right: 1px solid #4b5054;
}
.footer .footerLeft p {
  font-size: 16px;
  margin: 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.footer .footerLeft p a {
  color: #fff;
}
.footer .footerLeft p a:hover {
  color: #3498db;
}
.footer .footerLeft p:first-child {
  margin-top: -7px;
}
.footer .footerMid {
  float: left;
  width: 470px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 190px;
}
.footer .footerMid i.icon {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  font-size: 26px;
}
.footer .footerMid h3 {
  margin: 0;
  font-size: 22px;
  margin-bottom: 20px;
}
.footer .footerMid p {
  margin: 0;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer .footerRight {
  float: right;
  width: 400px;
  margin-bottom: 30px;
  text-align: right;
}
.footer .footerRight div {
  float: right;
  margin-left: 20px;
}
.footer .footerRight img {
  height: 110px;
  width: 110px;
}
.footer .footerRight p {
  margin: 0;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 3px;
  margin-top: 10px;
  text-align: center;
}
.footer .footerBottom {
  clear: both;
  border-top: 1px solid #4b5054;
}
.footer .footerBottom p {
  margin: 0;
  height: 74px;
  font-size: 14px;
  line-height: 74px;
  margin-bottom: 30px;
}
.toTop {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: #3498db;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.toTop.active {
  opacity: 1;
}
.sliderbarbox {
  position: fixed;
  z-index: 999;
  bottom: 150px;
  right: 0;
  width: 60px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #333;
}
.sliderbarbox ul {
  padding: 0 18px;
  position: relative;
}
.sliderbarbox ul li {
  height: 30px;
  margin: 9px 0;
  line-height: 15px;
  position: relative;
}
.sliderbarbox ul li span {
  display: none;
  color: #333;
}
.sliderbarbox ul li i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 30px;
  color: #3498db;
  position: relative;
  top: 5px;
  left: -2px;
}
.sliderbarbox ul li div.pirbox {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -115px;
  bottom: -9px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.sliderbarbox ul li div.pirbox img {
  width: 100px;
  height: 100px;
}
.sliderbarbox ul li:hover span {
  display: block;
}
.sliderbarbox ul li:hover i {
  display: none;
}
.sliderbarbox ul li:hover div.pirbox {
  display: block;
}
.sliderbarbox ul .totop {
  display: none;
}
.box {
  width: 1200px;
  margin: 0 auto 40px;
}
.chooseBox h3 {
  font-size: 24px;
  height: 34px;
  line-height: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e7eb;
  margin-top: 40px;
  margin-bottom: 0;
  color: #34495e;
}
.chooseBox div.oneBox {
  font-size: 16px;
  padding-top: 15px;
  overflow: hidden;
  color: #7c7c7c;
  border-bottom: 1px solid #e0e7eb;
}
.chooseBox div.oneBox span {
  float: left;
}
.chooseBox div.oneBox span.title {
  width: 80px;
  color: #9aabb8;
  margin-right: 44px;
  text-align: left;
}
.chooseBox div.oneBox span.title i.sb {
  color: transparent;
  font-style: normal;
  opacity: 0;
}
.chooseBox div.oneBox span.all {
  width: 62px;
  margin-right: 28px;
}
.chooseBox div.oneBox div.choose {
  width: 970px;
  margin-top: -8px;
  float: right;
}
.chooseBox div.oneBox div.choose a {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 7px;
  color: #7c7c7c;
}
.chooseBox div.oneBox a {
  padding: 8px 15px;
}
.chooseBox div.oneBox a:hover {
  background-color: #3498db;
  color: #fff !important;
}
.chooseBox div.oneBox a.active {
  background-color: #3498db;
  color: #fff !important;
}
.chooseBox div.oneBox:first-child {
  padding-top: 0;
}
.courseList {
  overflow: hidden;
  width: 100%;
}
.courseList li:nth-child(even) {
  width: 568px;
  margin-left: 65px;
}
.courseList li {
  width: 567px;
  position: relative;
  height: 160px;
  color: #9aabb8;
  margin-bottom: 40px;
  float: left;
  cursor: pointer;
}
.courseList li i.free {
  position: absolute;
  top: -10px;
  font-size: 40px;
  color: red;
  left: 226px;
  /* height: 50px; */
  /* background-image: url(../img/allicons.png); */
  /* background-size: 500px 100px; */
  /* background-position: -413px 0px; */
  z-index: 30;
}
.courseList li img {
  width: 264px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
.courseList li .p350 {
  padding-left: 284px;
}
.courseList li h3 {
  padding-left: 284px;
  font-size: 24px;
  margin: 0;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.courseList li h3 a {
  color: #34495e;
}
.courseList li h3 a:hover {
  color: #3498db;
}
.courseList li .tags {
  padding-left: 284px;
}
.courseList li .tags span {
  font-size: 14px;
  color: #9aabb9;
  margin-right: 4px;
}
.courseList li .tags span:last-child {
  margin-right: 0;
}
.courseList li .tags span i {
  margin-right: 2px;
  font-size: 18px;
}
.courseList li .tags .chapter {
  margin: 0;
}
.courseList li .tags .tag1 i {
  background-position: 0 0;
}
.courseList li .tags .tag2 i {
  background-position: -21px 0;
}
.courseList li .tags .tag3 i {
  background-position: -41px 0;
}
.courseList li .tags .tag4 i {
  background-position: -61px 0;
}
.courseList li .tags .tag5 i {
  background-position: -81px 0;
}
.courseList li p {
  padding-left: 284px;
  margin: 0;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.courseList li div.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.courseList li span.person {
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 10px;
}
.courseList li span.person em {
  font-family: 'num';
  font-size: 14px;
  color: #fb9c3f;
}
.courseList li a.start {
  color: #fff;
  background-color: #fb9c3f;
  font-size: 18px;
  display: inline-block;
  width: 134px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.courseList li:hover h3 a {
  color: #3498db;
}
.pagerBox {
  width: 1200px;
  margin: 0 auto 80px;
}
.pagerBox .hidden {
  display: none;
}
.pagerBox ul {
  height: 42px;
  margin-left: 383px;
}
.pagerBox ul li {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
  background-color: #e7ebee;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.pagerBox ul li a {
  color: #99a1ad;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.pagerBox ul li:hover {
  background-color: #bdc3c7;
}
.pagerBox ul li:hover a {
  color: #fff;
}
.pagerBox ul li img {
  width: 11px;
  height: 20px;
}
.pagerBox ul li:first-child img {
  transform: rotate(180deg);
}
.pagerBox ul li.slider {
  width: auto;
  background-color: transparent;
}
.pagerBox ul li.active {
  background-color: #3498db;
}
.pagerBox ul li.active a {
  color: #fff;
}
.pagestring .pagination {
  margin: 0 0 80px;
}
