@charset "UTF-8";
/*
 * @Author: carl@xway.cn 
 * @Date: 2018-09-17 15:24:08 
 * @Last Modified by: carl@xway.cn
 * @Last Modified time: 2018-09-17 16:46:41
 */
/*
 * @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;
}
i {
  font-style: normal;
}
body {
  background-color: #eff3f5;
}
.box {
  width: 1200px;
  margin: 0 auto 40px;
}
.m_dropdown {
  position: relative;
}
.m_dropdown div {
  position: absolute;
  top: 20px;
  left: 0;
}
.m_dropdown div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.white {
  background-color: #fff;
}
.white p.brand {
  padding: 50px 0 30px;
  font-size: 14px;
  color: #adadad;
  margin: 0;
}
.white p.brand a {
  color: inherit;
}
.white p.brand a:hover {
  color: #3498db;
}
.white .courseintro {
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}
.white .courseintro .courseimg {
  width: 600px;
  height: 365px;
}
.white .courseintro .courseimg + i {
  width: 600px;
  height: 365px;
  background: url(../img/span.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.white .courseintro .courseintro_r {
  width: 570px;
  float: right;
  height: 365px;
  position: relative;
}
.white .courseintro .courseintro_r h3 {
  margin: 0;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}
.white .courseintro .courseintro_r h3 a {
  color: inherit;
  display: block;
}
.white .courseintro .courseintro_r h3 a:hover {
  color: #3498db;
}
.white .courseintro .courseintro_r .course_info {
  margin: 0;
  margin-bottom: 30px;
  color: #7f8c8d;
  font-size: 14px;
}
.white .courseintro .courseintro_r .course_info span {
  margin-left: 30px;
}
.white .courseintro .courseintro_r .course_info span i {
  color: #fb9c3f;
}
.white .courseintro .courseintro_r .course_info span:first-child {
  margin-left: 0px;
}
.white .courseintro .courseintro_r .course_mb {
  position: absolute;
  top: 130px;
  left: 0;
  color: #7f8c8d;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.white .courseintro .courseintro_r .course_mb_open {
  height: 100px;
  border: 1px solid #eff3f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.white .courseintro .courseintro_r .btn_begin {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #3498db;
  padding: 10px 30px;
  font-size: 26px;
}
.clearfix {
  clear: both;
}
.nomarginb {
  margin-bottom: 0;
}
.rightbox {
  width: 280px;
  float: right;
  background-color: #fff;
}
.rightbox .inner {
  padding: 20px;
}
.rightbox .inner h3.title {
  color: #34495e;
  font-size: 20px;
  border-bottom: 1px solid #d8dddf;
  line-height: 40px;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 15px;
}
.rightbox .innerbox img.head {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.rightbox .innerbox .headright {
  float: right;
  margin-right: 30px;
  margin-bottom: 20px;
}
.rightbox .innerbox .headright p {
  font-size: 14px;
  margin: 0;
  color: #9aabb9;
  text-align: right;
}
.rightbox .innerbox .headright p span {
  color: #fb9c3f;
}
.rightbox .innerbox .headright p span.ygz {
  color: #3498db;
}
.rightbox .innerbox .headright p span.ygz i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 200px 100px;
  background-position: -120px 0px;
}
.rightbox .innerbox .headright p span.wgz {
  color: #cbdae4;
}
.rightbox .innerbox .headright p span.wgz i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 200px 100px;
  background-position: -120px -20px;
}
.rightbox .innerbox .courseinfo {
  margin-bottom: 30px;
}
.rightbox .innerbox .courseinfo p {
  margin: 0;
  color: #9aabb9;
  font-size: 14px;
  margin-bottom: 10px;
}
.rightbox .innerbox .courseinfo p span {
  color: #565a5e;
}
.rightbox .innerbox .courseintro {
  margin-bottom: 30px;
}
.rightbox .innerbox .courseintro p {
  color: #7f8c8d;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}
.rightbox .innerbox .coursemb {
  margin-bottom: 30px;
}
.rightbox .innerbox .coursemb p {
  color: #7f8c8d;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}
.rightbox .innerbox .personbox {
  margin-bottom: 30px;
}
.rightbox .innerbox .personbox p {
  color: #7f8c8d;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}
.rightbox .innerbox .cooursetags {
  margin-bottom: 30px;
}
.rightbox .innerbox .cooursetags span {
  color: #9aabb9;
  background-color: #dfe5e9;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.rightbox .innerbox .cooursetags span a {
  color: inherit;
}
.leftbox {
  width: 910px;
  float: left;
  background-color: #fff;
  margin-bottom: 30px;
}
.coursebox {
  padding: 20px;
}
.coursebox .course_head {
  color: #333;
  font-size: 20px;
  border-bottom: 1px solid #d8dddf;
  line-height: 40px;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 15px;
}
.coursebox .course_head a {
  color: inherit;
  margin-right: 30px;
  position: relative;
  padding: 0 10px;
}
.coursebox .course_head a:hover {
  color: #3498db;
}
.coursebox .course_head a:hover:after {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3498db;
  content: '';
}
.coursebox .course_head a.active {
  color: #3498db;
}
.coursebox .course_head a.active:after {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3498db;
  content: '';
}
.coursebox .course_body .courseb.active {
  display: block;
}
.coursebox .course_body .courseb {
  display: none;
}
.courseHead {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.courseHead .Headbox {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  background-color: #fff;
}
.courseHead .Headbox .course_head {
  color: #333;
  font-size: 20px;
  border-bottom: 1px solid #d8dddf;
  line-height: 50px;
  margin: 0;
  overflow: hidden;
}
.courseHead .Headbox .course_head a {
  color: inherit;
  margin-right: 30px;
  position: relative;
  padding: 0 10px;
}
.courseHead .Headbox .course_head a:hover {
  color: #3498db;
}
.courseHead .Headbox .course_head a:hover:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3498db;
  content: '';
}
.courseHead .Headbox .course_head a.active {
  color: #3498db;
}
.courseHead .Headbox .course_head a.active:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3498db;
  content: '';
}
.courseHead .Headbox .course_head button {
  float: right;
  border: none;
  outline: none;
  color: #fff;
  background-color: #3498db;
  padding: 0 10px;
}
.courseHeadshow {
  display: block;
  z-index: 55;
}
.course_gs {
  padding-top: 30px;
}
.course_gs p {
  color: #7f8c8d;
  font-size: 16px;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 15px;
}
.course_ml {
  padding-top: 30px;
}
.course_ml h3.title {
  font-size: 20px;
  color: #34495e;
  border-left: 2px solid #3498db;
  padding-left: 10px;
  margin: 0;
  position: relative;
  margin-bottom: 30px;
}
.course_ml h3.title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #d8dddf;
}
.course_ml h3.title a {
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  background-color: #3498db;
}
.course_ml .zj h4 {
  margin: 0;
}
.course_ml .zj h4 i {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #3498db;
  margin-right: 10px;
}
.course_ml .zj h4 a.t {
  font-size: 18px;
  color: #333;
}
.course_ml .zj h4 a.buy {
  margin-top: 10px;
  float: right;
  font-size: 12px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  background-color: #3498db;
}
.course_ml .zj ul.zj_list {
  position: relative;
  margin-left: 20px;
  padding: 20px 0 30px;
}
.course_ml .zj ul.zj_list .course_tips {
  position: absolute;
  bottom: 10px;
  right: -10px;
  width: 170px;
  background-color: transparent;
  z-index: 55;
  display: none;
  font-size: 14px;
}
.course_ml .zj ul.zj_list .course_tips div {
  padding: 10px 0px;
  background-color: #fff;
  border: 1px solid #eff3f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.course_ml .zj ul.zj_list .course_tips div:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 200px 100px;
  bottom: -20px;
  right: 10px;
  background-position: -140px -7px;
}
.course_ml .zj ul.zj_list .course_tips div h4 {
  margin: 0;
  font-size: 14px;
  color: #333!important;
  padding: 0 15px 10px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
}
.course_ml .zj ul.zj_list .course_tips div p {
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #333!important;
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course_ml .zj ul.zj_list .course_tips div p a {
  color: #333!important;
}
.course_ml .zj ul.zj_list .course_tips div p a:hover {
  color: #333;
}
.course_ml .zj ul.zj_list .course_tips div p:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3498db;
  top: 17px;
  left: 15px;
}
.course_ml .zj ul.zj_list .course_tips div p:hover {
  background-color: #7ac4f6;
  color: #fff!important;
}
.course_ml .zj ul.zj_list .course_tips div p:hover:before {
  background-color: #fff;
}
.course_ml .zj ul.zj_list .course_tips p.l {
  height: 30px;
  margin: 0;
}
.course_ml .zj ul.zj_list:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background-color: #cbdae4;
  top: 0;
  left: 0px;
}
.course_ml .zj ul.zj_list li.jie {
  position: relative;
  padding-left: 33px;
  height: 40px;
  line-height: 40px;
  color: #7f8c8d;
  font-size: 14px;
}
.course_ml .zj ul.zj_list li.jie:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbdae4;
  top: 15px;
  left: -5px;
}
.course_ml .zj ul.zj_list li.jie i.sp {
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 200px 100px;
  background-position: -95px 0px;
  float: left;
  margin-top: 12px;
}
.course_ml .zj ul.zj_list li.jie a.t {
  color: inherit;
  display: inline-block;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course_ml .zj ul.zj_list li.jie a.t i.free {
  display: inline-block;
  width: 30px;
  height: 16px;
  vertical-align: middle;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 200px 100px;
  background-position: -60px 0px;
}
.course_ml .zj ul.zj_list li.jie .cc {
  display: inline;
  vertical-align: middle;
  top: -18px;
  position: relative;
  cursor: pointer;
  color: #3498db;
}
.course_ml .zj ul.zj_list li.jie .cc i {
  font-size: 20px;
}
.course_ml .zj ul.zj_list li.jie .gj {
  display: inline;
  vertical-align: middle;
  top: -18px;
  position: relative;
  color: #3498db;
  cursor: pointer;
}
.course_ml .zj ul.zj_list li.jie .gj i {
  font-size: 20px;
}
.course_ml .zj ul.zj_list li.jie .gj:hover .course_tips {
  display: block;
}
.course_ml .zj ul.zj_list li.jie .zsd {
  display: inline;
  vertical-align: middle;
  top: -18px;
  position: relative;
  color: #3498db;
  cursor: pointer;
}
.course_ml .zj ul.zj_list li.jie .zsd i {
  font-size: 20px;
}
.course_ml .zj ul.zj_list li.jie .zsd:hover .course_tips {
  display: block;
}
.course_ml .zj ul.zj_list li.jie .hj {
  display: inline;
  vertical-align: middle;
  top: -18px;
  position: relative;
  color: #3498db;
  cursor: pointer;
}
.course_ml .zj ul.zj_list li.jie .hj i {
  font-size: 20px;
}
.course_ml .zj ul.zj_list li.jie .hj:hover .course_tips {
  display: block;
}
.course_ml .zj ul.zj_list li.jie .no_gj {
  display: inline;
  vertical-align: middle;
  top: -18px;
  position: relative;
  cursor: pointer;
  color: #3498db;
  color: #7f8c8d;
}
.course_ml .zj ul.zj_list li.jie .no_gj i {
  font-size: 20px;
}
.course_ml .zj ul.zj_list li.jie .no_zsd {
  display: inline;
  vertical-align: middle;
  top: -18px;
  position: relative;
  cursor: pointer;
  color: #3498db;
  color: #7f8c8d;
}
.course_ml .zj ul.zj_list li.jie .no_zsd i {
  font-size: 20px;
}
.course_ml .zj ul.zj_list li.jie .no_hj {
  display: inline;
  vertical-align: middle;
  top: -18px;
  position: relative;
  cursor: pointer;
  color: #3498db;
  color: #7f8c8d;
}
.course_ml .zj ul.zj_list li.jie .no_hj i {
  font-size: 20px;
}
.course_ml .zj ul.zj_list li.jie .f {
  float: right;
}
.course_ml .zj ul.zj_list li.jie .time {
  display: block;
}
.course_ml .zj ul.zj_list li.jie .buy {
  display: block;
  color: #fff;
  margin-right: 10px;
}
.course_ml .zj ul.zj_list li.jie .buy a {
  color: inherit;
}
.course_ml .zj ul.zj_list li.jie .buy a:hover {
  text-decoration: underline;
}
.course_ml .zj ul.zj_list li.jie:hover {
  color: #fff;
  background-color: #7ac4f6;
}
.course_ml .zj ul.zj_list li.jie:hover i.sp {
  background-position: -95px -20px;
}
.course_ml .zj ul.zj_list li.jie:hover .time {
  display: none;
}
.course_ml .zj ul.zj_list li.jie:hover .buy {
  display: block;
}
.course_ml .zj ul.zj_list li.jie:hover .gj,
.course_ml .zj ul.zj_list li.jie:hover .zsd,
.course_ml .zj ul.zj_list li.jie:hover .hj {
  color: #fff;
}
.course_ml .zj ul.zj_list li.jie:hover .no_gj,
.course_ml .zj ul.zj_list li.jie:hover .no_zsd,
.course_ml .zj ul.zj_list li.jie:hover .no_hj {
  color: #7ac4f6;
}
.course_ml .zj ul.zj_list li {
  position: relative;
  padding-left: 33px;
  height: 40px;
  line-height: 40px;
  color: #ededed;
  font-size: 14px;
}
.course_ml .zj ul.zj_list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #edf5fb;
  top: 15px;
  left: -5px;
}
.course_ml .zj ul.zj_list li i.sp {
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 200px 100px;
  background-position: -95px -20px;
  float: left;
  margin-top: 12px;
}
.course_ml .zj ul.zj_list li a.t {
  color: inherit;
  display: inline-block;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course_ml .zj ul.zj_list li a.t i.free {
  display: inline-block;
  width: 30px;
  height: 16px;
  vertical-align: middle;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 200px 100px;
  background-position: -60px 0px;
}
.course_ml .zj ul.zj_list li .f {
  float: right;
}
.course_ml .zj ul.zj_list li .time {
  display: block;
}
.course_ml .zj ul.zj_list li .buy {
  display: block;
  color: #fff;
  margin-right: 10px;
}
.course_ml .zj ul.zj_list li .buy a {
  color: inherit;
}
.course_ml .zj ul.zj_list li .buy a:hover {
  text-decoration: underline;
}
.course_bj .head {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
  color: #7f8c8d;
  margin-bottom: 10px;
}
.course_bj .head .x {
  display: inline-block;
  width: 100px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.course_bj .head .x span {
  padding: 5px;
}
.course_bj .head .x span i {
  color: #7ac4f6;
}
.course_bj .head .x div {
  position: absolute;
  width: 100px;
  top: 30px;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 55;
  display: none;
  background-color: #fff;
}
.course_bj .head .x div p {
  margin: 0;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.course_bj .head .x div p:hover {
  background-color: #7ac4f6;
  color: #fff;
}
.course_bj .head .y {
  float: right;
  position: relative;
  cursor: pointer;
}
.course_bj .head .y span {
  display: inline-block;
  width: 102px;
  height: 30px;
  background-color: #3498db;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.course_bj .head .y span i {
  color: #fff;
}
.course_bj .head .y div {
  position: absolute;
  width: 230px;
  top: 34px;
  left: -128px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 55;
  display: none;
  background-color: #fff;
}
.course_bj .head .y div p {
  margin: 0;
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding: 0 10px;
  color: #7f8c8d;
}
.course_bj .head .y div p:hover {
  background-color: #7ac4f6;
  color: #fff;
}
.course_bj .head .y div p.active {
  background-color: #7ac4f6;
  color: #fff;
}
.course_bj .bj_list .bj_inner {
  padding: 30px 0;
  margin-bottom: 1px solid #f5f5f5;
  position: relative;
}
.course_bj .bj_list .bj_inner img.headimg {
  position: absolute;
  top: 30px;
  left: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
}
.course_bj .bj_list .bj_inner .right {
  padding-left: 82px;
}
.course_bj .bj_list .bj_inner .right .text {
  font-size: 14px;
  color: #7f8c8d;
  margin-bottom: 24px;
  max-height: 80px;
}
.course_bj .bj_list .bj_inner .right .text.active {
  max-height: auto;
}
.course_bj .bj_list .bj_inner .right a.open {
  color: #3498db;
  display: block;
  margin-bottom: 24px;
}
.course_bj .bj_list .bj_inner .right a.cl {
  color: #3498db;
  display: none;
  margin-bottom: 24px;
}
.course_bj .bj_list .bj_inner .right p {
  margin: 0;
  font-size: 14px;
}
.course_bj .bj_list .bj_inner .right p .name {
  color: #333;
  margin-right: 15px;
}
.course_bj .bj_list .bj_inner .right p .time {
  color: #7f8c8d;
  margin-right: 15px;
}
.course_bj .bj_list .bj_inner .right p .title {
  color: #3498db;
}
.course_bj .bj_list .bj_inner .right p .title a {
  color: inherit;
}
.course_bj .bj_list .bj_inner .right p .zan {
  float: right;
}
.course_bj .bj_list .bj_inner .right p .zan i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/cicon.png);
  background-size: 200px 100px;
  background-repeat: no-repeat;
  background-position: -35px -80px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.course_bj .bj_list .bj_inner .right p .zan i:hover {
  background-position: -14px -80px;
}
.course_bj .bj_list .bj_inner .right p .zan i.active {
  background-position: -14px -80px;
}
.comment h3.title {
  color: #34495e;
  font-size: 20px;
  border-bottom: 1px solid #d8dddf;
  line-height: 40px;
  margin: 0;
  margin-bottom: 15px;
}
.comment h3.title a {
  color: inherit;
  margin-right: 20px;
  position: relative;
}
.comment h3.title a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0px;
  background-color: #3498db;
  left: 0;
  bottom: -9px;
}
.comment h3.title a:hover {
  color: #3498db;
}
.comment h3.title a:hover:after {
  height: 2px;
}
.comment h3.title a.active {
  color: #3498db;
}
.comment h3.title a.active:after {
  height: 2px;
}
.comment .parise {
  background-color: #f7fafb;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.comment .parise div {
  float: left;
  padding: 14px 30px;
  border-right: 1px solid #eff3f5;
  text-align: center;
  font-size: 12px;
  color: #34495e;
}
.comment .parise div span {
  font-size: 28px;
  color: #3498db;
}
.comment .parise div p {
  margin: 0;
  font-size: 14px;
}
.comment .parise a {
  font-size: 14px;
  color: #9aabb9;
  line-height: 88px;
  margin-right: 0;
  margin-left: 30px;
}
.comment .parise a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: middle;
  background: url(../img/cicon.png);
  background-repeat: no-repeat;
  background-size: 150px 50px;
  background-position: -49px -3px;
}
.comment .parise a:last-child {
  margin-right: 0px;
}
.comment .parise a.active i {
  background-position: -25px -3px;
}
.comment .reply {
  overflow: hidden;
  margin-bottom: 30px;
}
.comment .reply h3 {
  margin: 0;
  font-size: 14px;
  color: #34495e;
  margin-bottom: 10px;
}
.comment .reply .replybox {
  position: relative;
}
.comment .reply .replybox textarea {
  resize: none;
  width: 100%;
  height: 112px;
  border: 1px solid #d8dddf;
  padding: 10px;
}
.comment .reply .replybox textarea:focus {
  border-color: #3498db;
}
.comment .reply .replybox p {
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 10px;
  margin: 0;
  color: #9aabb9;
}
.comment .reply .replybox p span {
  color: #fb9c3f;
}
.comment .reply .btns {
  float: right;
  margin-top: 15px;
}
.comment .reply .btns input {
  height: 24px;
  width: 88px;
  text-align: center;
  background-color: #dfe5e9;
  margin-right: 5px;
  outline: none;
  vertical-align: middle;
  border: none;
}
.comment .reply .btns img {
  height: 24px;
}
.comment .reply .btns a {
  color: #fff;
  display: inline-block;
  background-color: #128afa;
  font-size: 20px;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}
.comment .commentBox {
  width: 585px;
  display: inline-block;
  margin-bottom: 80px;
  min-height: 250px;
}
.comment .commentBox ul {
  width: 100%;
}
.comment .commentBox ul li {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
  position: relative;
}
.comment .commentBox ul li .headImg {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.comment .commentBox ul li p.name {
  padding-left: 84px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #95a5a6;
  margin-bottom: 8px;
}
.comment .commentBox ul li p.name .time {
  margin-left: 20px;
  font-size: 12px;
  color: #bdc3d4;
}
.comment .commentBox ul li p.text {
  padding-left: 84px;
  font-size: 16px;
  color: #34495e;
  line-height: 26px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.comment .commentBox ul li div.text {
  padding-left: 84px;
  font-size: 16px;
  color: #34495e;
  line-height: 26px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.comment .commentBox ul li p.action {
  padding-left: 84px;
  font-size: 12px;
  color: #34495e;
  height: 12px;
  line-height: 12px;
  margin-bottom: 20px;
}
.comment .commentBox ul li p.action a {
  font-size: 12px;
  color: #34495e;
}
.comment .commentBox ul li p.action a:hover {
  color: #3498db;
}
.comment .commentBox ul li p.action span {
  margin-left: 20px;
}
.comment .commentBox ul li p.action span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/zan.png);
  background-repeat: no-repeat;
  background-size: 50px 20px;
  background-position: 0 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.comment .commentBox ul li p.action span i:hover {
  background-position: -21px 0;
}
.comment .commentBox ul li p.action span i.active {
  background-position: -21px 0;
}
.comment .commentBox ul li p.action span em {
  font-family: 'num';
  font-style: normal;
}
.comment .commentBox ul li p.reply {
  padding-left: 96px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 2px;
  color: #b9b9b9;
  position: relative;
}
.comment .commentBox ul li p.reply:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 84px;
  height: 22px;
  width: 2px;
  background-color: #3498db;
}
.comment .commentBox ul li .showPublish {
  display: none;
  padding-left: 84px;
  float: right;
  width: 252px;
  position: relative;
  width: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
}
.comment .commentBox ul li .showPublish .title {
  margin-top: 18px;
  margin-bottom: 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #95a5a6;
}
.comment .commentBox ul li .showPublish textarea {
  width: 252px;
  height: 154px;
  border: 1px solid #eff3f5;
  outline: none;
  padding: 10px;
  resize: none;
  box-shadow: none;
  background: none;
}
.comment .commentBox ul li .showPublish textarea:focus {
  border-color: #3498db;
}
.comment .commentBox ul li .showPublish textarea:disabled {
  background-color: #eeefef;
}
.comment .commentBox ul li .showPublish .pos {
  position: absolute;
  right: 10px;
  bottom: 30px;
  color: #c7c8c9;
  font-size: 12px;
}
.comment .commentBox ul li .showPublish .pos em {
  font-style: normal;
  font-family: 'num';
  color: #ff9e13;
}
.comment .commentBox ul li .showPublish .pbtn {
  margin-top: 20px;
  margin-bottom: 0px;
  height: 25px;
  line-height: 25px;
}
.comment .commentBox ul li .showPublish .pbtn input:first-child {
  height: 25px;
  width: 86px;
  padding: 0 8px;
  font-size: 14px;
  letter-spacing: -1px;
  background-color: #eff3f5;
  border: 1px solid transparent;
  color: #c2c2c2;
}
.comment .commentBox ul li .showPublish .pbtn input:first-child:focus {
  border: 1px solid #3498db;
  outline: none;
}
.comment .commentBox ul li .showPublish .pbtn span {
  margin-left: 5px;
  background-color: #eff3f5;
  color: #c2c2c2;
  height: 25px;
  line-height: 25px;
  width: 62px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
}
.comment .commentBox ul li .showPublish .pbtn input:last-child {
  width: 75px;
  height: 25px;
  line-height: 25px;
  float: right;
  background-color: #3498db;
  text-align: center;
  color: #fff;
  outline: none;
  border: none;
}
.comment .commentBox ul li .showPublish textarea {
  width: 100%;
}
.comment .commentBox ul li .showPublish.show {
  display: block;
}
.publish {
  float: right;
  width: 252px;
  position: relative;
}
.publish .title {
  margin-top: 18px;
  margin-bottom: 0;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #95a5a6;
}
.publish textarea {
  width: 252px;
  height: 154px;
  border: 1px solid #eff3f5;
  outline: none;
  padding: 10px;
  resize: none;
  box-shadow: none;
  background: none;
}
.publish textarea:focus {
  border-color: #3498db;
}
.publish textarea:disabled {
  background-color: #eeefef;
}
.publish .pos {
  position: absolute;
  right: 10px;
  bottom: 30px;
  color: #c7c8c9;
  font-size: 12px;
}
.publish .pos em {
  font-style: normal;
  font-family: 'num';
  color: #ff9e13;
}
.publish .pbtn {
  margin-top: 20px;
  margin-bottom: 0px;
  height: 25px;
  line-height: 25px;
}
.publish .pbtn input:first-child {
  height: 25px;
  width: 86px;
  padding: 0 8px;
  font-size: 14px;
  letter-spacing: -1px;
  background-color: #eff3f5;
  border: 1px solid transparent;
  color: #c2c2c2;
}
.publish .pbtn input:first-child:focus {
  border: 1px solid #3498db;
  outline: none;
}
.publish .pbtn span {
  margin-left: 5px;
  background-color: #eff3f5;
  color: #c2c2c2;
  height: 25px;
  line-height: 25px;
  width: 62px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
}
.publish .pbtn input:last-child {
  width: 75px;
  height: 25px;
  line-height: 25px;
  float: right;
  background-color: #3498db;
  text-align: center;
  color: #fff;
  outline: none;
  border: none;
}
.relcourse {
  margin-bottom: 100px;
}
.relcourse h3 {
  color: #34495e;
  font-size: 20px;
  border-bottom: 1px solid #d8dddf;
  line-height: 40px;
  margin: 0;
  margin-bottom: 15px;
}
.relcourse ul {
  overflow: hidden;
}
.relcourse ul li {
  float: left;
  width: 285px;
  margin-right: 20px;
  background-color: #fff;
}
.relcourse ul li:last-child {
  margin-right: 0;
}
.relcourse ul li img {
  width: 285px;
  height: 172px;
}
.relcourse ul li div {
  padding: 10px;
  border: 1px solid #eff3f5;
  color: #9aabb9;
  overflow: hidden;
}
.relcourse ul li div p {
  padding-right: 30px;
  color: #34495e;
  font-size: 14px;
  position: relative;
  margin-bottom: 8px;
}
.relcourse ul li div p a {
  color: inherit;
  display: block;
  font-weight: bold;
}
.relcourse ul li div p span {
  position: absolute;
  top: 0;
  right: 0;
  color: #fb9c3f;
}
.relcourse ul li div span.l {
  float: left;
  margin-bottom: 8px;
}
.relcourse ul li div span.r {
  float: right;
  margin-bottom: 8px;
}
.relcourse ul li div span.r em {
  font-style: normal;
  color: #fb9c3f;
}
.relcourse ul li:hover div a {
  color: #3498db;
}
