@charset "utf-8";
/*欢迎*/
#page {
  background-color: #f5f7fa;
}
#page .welcome {
  height: 40px;
  line-height: 40px;
  background-color: #f5f7fa;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#page .welcome .center .fl {
  width: 650px;
  margin-right: 0;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666666;
}
#page .welcome .center .fl a {
  color: #666666;
  font-size: 14px;
}
#page .welcome .center .fr {
  width: 550px;
  text-align: right;
}
#page .welcome .center .fr ul li {
  color: #666666;
  display: inline-block;
  padding: 0 23px;
  position: relative;
  cursor: pointer;
  margin-left: -4px;
}
#page .welcome .center .fr ul li a {
  color: #666666;
}
#page .welcome .center .fr ul li a i {
  vertical-align: -1px;
  vertical-align: middle / 0;
  margin-right: 2px;
}
#page .welcome .center .fr ul li:last-child {
  padding-right: 0;
}
#page .welcome .center .fr ul li::before {
  height: 14px;
  width: 1px;
  background-color: #999999;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
}
#page .welcome .center .fr ul li:first-child::before {
  width: 0;
  content: "";
  position: absolute;
}
#page .head_b {
  height: 130px;
  background-color: #fff;
  padding-bottom: 20px;
}
#page .head_b .center {
  height: 110px;
  padding-top: 28.5px;
}
#page .head_b .center .logo {
  width: 140px;
  float: left;
  margin-top: 5px;
}
#page .head_b .center .logo a {
  display: block;
}
#page .head_b .center .logo a img {
  width: 100%;
}
#page .head_b .center .city {
  width: 210px;
  float: left;
  margin-top: 17px;
  text-align: center;
  position: relative;
  height: 40px;
  cursor: pointer;
}
#page .head_b .center .city i {
  color: #999999;
}
#page .head_b .center .city em {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}
#page .head_b .center .city span {
  cursor: pointer;
  margin-left: 5px;
}
#page .head_b .center .city .city_box {
  width: 454px;
  min-height: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 62px;
  top: 30px;
  background-color: #fff;
  z-index: 999;
  padding: 20px;
  display: none;
}
#page .head_b .center .city .city_box.active {
  display: block;
}
#page .head_b .center .city .city_box .tab {
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}
#page .head_b .center .city .city_box .tab span {
  width: 64px;
  float: left;
  font-size: 14px;
  color: #333333;
  display: block;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
#page .head_b .center .city .city_box .tab span:nth-child(1) {
  text-align: left;
}
#page .head_b .center .city .city_box .tab span.active {
  color: #ff7800;
}
#page .head_b .center .city .city_box .show {
  padding-top: 12px;
}
#page .head_b .center .city .city_box .show section {
  display: none;
}
#page .head_b .center .city .city_box .show section.active {
  display: block;
}
#page .head_b .center .city .city_box .show div {
  position: relative;
  padding-left: 36px;
  margin-bottom: 15px;
  min-height: 20px;
}
#page .head_b .center .city .city_box .show div span {
  position: absolute;
  left: 0;
  top: 2px;
  color: #333333;
  font-weight: bold;
}
#page .head_b .center .city .city_box .show div ul {
  text-align: left;
}
#page .head_b .center .city .city_box .show div ul li {
  display: inline-block;
  margin: 0 6px 10px;
}
#page .head_b .center .city .city_box .show div ul li a {
  color: #666666;
}
#page .head_b .center .search {
  width: 560px;
  float: left;
  padding-top: 10px;
  margin-right: 40px;
}
#page .head_b .center .search form {
  height: 40px;
  width: 100%;
  border: 2px solid #2692ff;
  position: relative;
}
#page .head_b .center .search form i {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #999999;
  font-size: 16px;
}
#page .head_b .center .search form input {
  width: 70%;
  height: 100%;
  border: none;
  padding-left: 40px;
}
#page .head_b .center .search form input.sub {
  width: 12%;
  position: absolute;
  right: -2px;
  top: 0;
  border: none;
  background-color: #2692ff;
  padding-left: 0;
  font-size: 14px;
  color: #fff;
  transition: all 0.2s linear;
}
#page .head_b .center .search form input.sub.jg {
  background-color: #ff8500;
  height: 40px;
  top: -2px;
}
#page .head_b .center .tel {
  width: 190px;
  float: left;
  position: relative;
  padding-top: 9px;
}
#page .head_b .center .tel i {
  width: 26px;
  height: 26px;
  border: 2px solid #E7242C;
  display: block;
  border-radius: 50%;
  color: #E7242C;
  position: absolute;
  left: 0px;
  top: 9px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
}
#page .head_b .center .tel div span {
  font-size: 24px;
  font-weight: bold;
  color: #E7242C;
  padding-left: 37px;
}
#page .head_b .center .tel div p {
  color: #666666;
  font-size: 14px;
  margin-top: 3px;
  text-align: right;
}
#page .nav_b {
  background-color: #2692ff;
}
#page .nav_b > .center {
  position: relative;
}
#page .nav_b > .center > .list_con {
  width: 220px;
  float: left;
  height: 44px;
  line-height: 44px;
  background-color: #2692ff;
  position: relative;
}
#page .nav_b > .center > .list_con > span {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #fff;
  padding-left: 32px;
}
#page .nav_b > .center > .list_con > span i {
  margin-right: 15px;
}
#page .nav_b > .center > .list_con > ul {
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 445px;
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  padding-top: 6px;
  position: relative;
}
#page .nav_b > .center > .list_con > ul.active {
  display: block;
}
#page .nav_b > .center > .list_con > ul > li {
  width: 100%;
  padding-left: 12px;
  border-left: 4px solid transparent;
  padding-top: 16px;
  padding-bottom: 10px;
}
#page .nav_b > .center > .list_con > ul > li > a {
  color: #fff;
  text-align: left;
  display: block;
  border-left: 2px solid transparent;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 6px;
  position: relative;
}
#page .nav_b > .center > .list_con > ul > li > a:after {
  content: "\e62f";
  position: absolute;
  right: 20px;
  top: 3px;
  color: #fff;
  font-family: 'iconfont';
}
#page .nav_b > .center > .list_con > ul > li > ul {
  line-height: normal;
}
#page .nav_b > .center > .list_con > ul > li > ul li {
  display: inline-block;
  margin-right: 10px;
}
#page .nav_b > .center > .list_con > ul > li > ul li a {
  font-size: 12px;
  color: #c9c9c9;
}
#page .nav_b > .center > .list_con > ul > li.active {
  border-left: 4px solid #ff8400;
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 14px;
}
#page .nav_b > .center > .list_con > ul > li.active > a {
  color: #2692ff;
}
#page .nav_b > .center > .list_con > ul > li.active > .box_show {
  display: block;
}
#page .nav_b > .center > .list_con > ul > li > .box_show {
  width: 980px;
  background-color: #fff;
  position: absolute;
  left: 220px;
  top: 6px;
  min-height: 435px;
  display: none;
  flex-flow: wrap row;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_l {
  float: left;
  width: 646px;
  padding: 30px 20px;
  height: 440px;
  overflow-y: auto;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_l > .list {
  position: relative;
  padding-left: 96px;
  margin-bottom: 8px;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_l > .list > span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #0070d0;
  line-height: normal;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_l > .list > ul {
  line-height: normal;
  padding-top: 2px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 2px;
  min-height: 32px;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_l > .list > ul > li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
  position: relative;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_l > .list > ul > li > a {
  font-size: 14px;
  color: #666666;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r {
  float: right;
  width: 334px;
  padding-left: 20px;
  padding-top: 30px;
  background-color: #f9fbfd;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r > span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  line-height: normal;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r > ul > li {
  width: 138px;
  float: left;
  margin-right: 16px;
  margin-bottom: 7px;
  border: 1px solid #f5f5f5;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r > ul > li > a {
  display: block;
  position: relative;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r > ul > li > a > div {
  height: 58px;
  width: 100%;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  overflow: hidden;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r > ul > li > a > div span {
  display: table-cell;
  vertical-align: middle;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r > ul > li > a > div span img {
  width: 100%;
}
#page .nav_b > .center > .list_con > ul > li > .box_show > .i_r > ul > li > a > p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  background: #fff;
  display: none;
  height: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 0 5px;
  white-space: normal !important;
}
#page .nav_b > .center > ul {
  width: 980px;
  float: left;
  padding-left: 40px;
}
#page .nav_b > .center > ul > li {
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
#page .nav_b > .center > ul > li a {
  color: #ffffff;
  font-size: 16px;
}
#page .breadcrumb {
  color: #666666;
  font-size: 14px;
  padding: 20px 0;
}
#page .breadcrumb a {
  font-size: 14px;
  color: #666666;
}
#page .breadcrumb a:after {
  content: "\e62f";
  font-family: "iconfont";
  display: inline-block;
  margin: 0 5px;
}
#page .sort_box {
  background-color: #fff;
  padding: 26px 26px 0 26px;
  margin-bottom: 30px;
  border-radius: 5px;
}
#page .sort_box .sort_list {
  padding-left: 86px;
  position: relative;
  margin-bottom: 12px;
  border-bottom: 1px dashed #e5e5e5;
  /*品牌机构*/
  /*课程分类*/
  /*热门城市*/
}
#page .sort_box .sort_list > span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  position: absolute;
  left: 0;
}
#page .sort_box .sort_list > ul > li {
  display: inline-block;
  margin-right: 12px;
  border-radius: 20px;
  color: #2592ff;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
#page .sort_box .sort_list > ul > li > a {
  color: #666666;
}
#page .sort_box .sort_list.brand {
  padding-bottom: 12px;
  padding-right: 50px;
}
#page .sort_box .sort_list.brand > span {
  top: 18px;
}
#page .sort_box .sort_list.brand > ul {
  height: auto !important;
  max-height: initial;
  overflow: hidden;
  padding-top: 1px;
}
#page .sort_box .sort_list.brand > ul > li {
  width: 12.5%;
  display: block;
  float: left;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  margin: -1px -1px 0 0;
  height: 56px;
}
#page .sort_box .sort_list.brand > ul > li a {
  display: block;
  position: relative;
  padding: 2px 5px;
  border: 1px solid #fff;
  height: 100%;
}
#page .sort_box .sort_list.brand > ul > li a p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  display: none;
}
#page .sort_box .sort_list.brand > ul > li:hover {
  border-color: #369bff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
  z-index: 5;
}
#page .sort_box .sort_list.brand > ul > li:hover a p {
  display: flex;
}
#page .sort_box .sort_list.brand > ul > li:nth-child(n+9) {
  display: none;
}
#page .sort_box .sort_list.brand > ul.active li:nth-child(n+9) {
  display: block;
}
#page .sort_box .sort_list.brand .brand_more {
  position: absolute;
  right: 0;
  top: 18px;
  left: auto;
  cursor: pointer;
  font-weight: normal;
  color: #666;
  user-select: none;
  font-size: 12px;
}
#page .sort_box .sort_list.brand .brand_more i {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #DDD;
  vertical-align: 0px;
  margin-left: 3px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#page .sort_box .sort_list.brand .brand_more i:before {
  content: "\e668";
  font-family: "iconfont";
}
#page .sort_box .sort_list.brand .brand_more.active em {
  color: #369bff;
}
#page .sort_box .sort_list.brand .brand_more.active i {
  border-color: #369bff;
}
#page .sort_box .sort_list.brand .brand_more.active i:before {
  content: "\e61f";
}
#page .sort_box .sort_list.type ul {
  max-height: 33px;
  overflow: hidden;
  width: 1020px;
}
#page .sort_box .sort_list.type ul li a {
  padding: 2px 15px;
}
#page .sort_box .sort_list.type ul li:hover,
#page .sort_box .sort_list.type ul li.active {
  border: 1px solid #369bff;
  color: #369bff;
}
#page .sort_box .sort_list.type ul li:hover a,
#page .sort_box .sort_list.type ul li.active a {
  color: #369bff;
}
#page .sort_box .sort_list.type ul.active {
  max-height: initial;
}
#page .sort_box .sort_list.type .type_more {
  position: absolute;
  right: 0;
  top: 5px;
  left: auto;
  cursor: pointer;
  font-weight: normal;
  color: #666;
  user-select: none;
  font-size: 12px;
}
#page .sort_box .sort_list.type .type_more i {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #DDD;
  vertical-align: 0px;
  margin-left: 3px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#page .sort_box .sort_list.type .type_more i:before {
  content: "\e668";
  font-family: "iconfont";
}
#page .sort_box .sort_list.type .type_more.active em {
  color: #369bff;
}
#page .sort_box .sort_list.type .type_more.active i {
  border-color: #369bff;
}
#page .sort_box .sort_list.type .type_more.active i:before {
  content: "\e61f";
}
#page .sort_box .sort_list.city ul li:hover a {
  color: #369bff;
}
#page .sort_box .sort_list.city .city_all {
  display: none;
  z-index: 999;
  min-height: 80px;
}
#page .sort_box .sort_list.city .city_all.active {
  display: block;
}
#page .sort_box .sort_list.city .city_all .tab {
  padding-bottom: 12px;
  border-top: 1px solid #f5f5f5;
  padding-top: 12px;
}
#page .sort_box .sort_list.city .city_all .tab span {
  padding: 2px 15px;
  float: left;
  font-size: 14px;
  color: #333333;
  display: block;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
#page .sort_box .sort_list.city .city_all .tab span.active {
  color: #ff7800;
}
#page .sort_box .sort_list.city .city_all .tab span:first-child {
  text-align: left;
}
#page .sort_box .sort_list.city .city_all .show {
  padding-top: 12px;
}
#page .sort_box .sort_list.city .city_all .show section {
  display: none;
}
#page .sort_box .sort_list.city .city_all .show section.active {
  display: block;
}
#page .sort_box .sort_list.city .city_all .show div {
  position: relative;
  margin-bottom: 15px;
  min-height: 20px;
}
#page .sort_box .sort_list.city .city_all .show div ul {
  text-align: left;
}
#page .sort_box .sort_list.city .city_all .show div ul li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
}
#page .sort_box .sort_list.city .city_all .show div ul li a {
  color: #666666;
  display: block;
  padding: 2px 15px;
}
#page .sort_box .sort_list.city .city_more {
  position: absolute;
  right: 0;
  top: 5px;
  left: auto;
  cursor: pointer;
  font-weight: normal;
  color: #666;
  font-size: 12px;
}
#page .sort_box .sort_list.city .city_more i {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #DDD;
  vertical-align: 0px;
  margin-left: 3px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
#page .sort_box .sort_list.city .city_more i:before {
  content: "\e668";
  font-family: "iconfont";
}
#page .sort_box .sort_list.city .city_more.active em {
  color: #369bff;
}
#page .sort_box .sort_list.city .city_more.active i {
  border-color: #369bff;
}
#page .sort_box .sort_list.city .city_more.active i:before {
  content: "\e61f";
}
#page .course_list {
  margin-bottom: 50px;
}
#page .course_list .center > .fl {
  width: 910px;
  margin-right: 22px;
  margin-bottom: 60px;
}
#page .course_list .center > .fl > .tab {
  height: 56px;
  line-height: 56px;
  padding: 0 25px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 15px;
}
#page .course_list .center > .fl > .tab span {
  display: inline-block;
  margin-right: 74px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
#page .course_list .center > .fl > .tab span a {
  display: block;
}
#page .course_list .center > .fl > .tab span.active {
  color: #3499ff;
}
#page .course_list .center > .fl > .course > .course_item {
  background-color: #fff;
  padding: 30px 30px 10px;
  margin-bottom: 15px;
}
#page .course_list .center > .fl > .course > .course_item > .con > .fl {
  width: 230px;
  float: left;
  margin-right: 27px;
}
#page .course_list .center > .fl > .course > .course_item > .con > .fl > a {
  display: block;
  position: relative;
}
#page .course_list .center > .fl > .course > .course_item > .con > .fl > a > img {
  width: 230px;
  height: 143px;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text {
  position: relative;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .tit {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .tags {
  position: relative;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .tags > span {
  display: inline-block;
  background-color: #eff8ff;
  margin-right: 7px;
  padding: 0 5px;
  color: #369bff;
  border-radius: 5px;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .tags > .share {
  margin-top: 10px;
  position: relative;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .tags > .share > span {
  font-size: 14px;
  color: #666;
  margin-right: 15px;
  position: relative;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .tags > .share > span:after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #999999;
  display: block;
  position: absolute;
  top: 10%;
  right: -9px;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .tags > .share > span:last-child:after {
  content: '';
  width: 0;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .desc {
  margin-top: 6px;
  color: #999999;
  line-height: 28px;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .price {
  position: absolute;
  top: 12px;
  right: 0;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .price .money {
  font-size: 16px;
  color: #ff4513;
  display: block;
  right: 0;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
#page .course_list .center > .fl > .course > .course_item > .con > .text > .price .zx {
  width: 90px;
  height: 28px;
  background-color: #2592ff;
  display: block;
  right: 0;
  top: 2px;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
#page .course_list .center > .fl > .course > .course_item > .other {
  border-top: 1px solid #f5f7fa;
  padding-top: 10px;
  margin-top: 20px;
}
#page .course_list .center > .fl > .course > .course_item > .other > .img {
  width: 94px;
  display: inline-block;
  position: relative;
}
#page .course_list .center > .fl > .course > .course_item > .other > .img img {
  width: 94px;
  height: 42px;
}
#page .course_list .center > .fl > .course > .course_item > .other > .xy {
  vertical-align: -2px;
  width: 67px;
  color: #ff8400 !important;
  position: relative;
  background-color: #fff9f3;
  text-align: left;
  padding-right: 3px;
  border-radius: 3px;
  font-size: 14px !important;
  height: 19px;
  line-height: 19px;
  display: inline-block;
  margin-left: 20px;
}
#page .course_list .center > .fl > .course > .course_item > .other > .xy i {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: 1px;
  background-color: #ff8400;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
}
#page .course_list .center > .fl > .course > .course_item > .other > .xy i::before {
  content: "\8BDA";
  font-size: 12px;
  color: #fff;
  line-height: 19px;
  vertical-align: middle;
}
#page .course_list .center > .fl > .course > .course_item > .other > p {
  margin: 6px 0 6px 26px;
  display: inline-block;
}
#page .course_list .center > .fl > .course > .course_item > .other > p a {
  font-size: 14px;
  color: #333;
  margin-right: 15px;
}
#page .course_list .center > .fl > .course > .course_item > .other > p a:hover {
  color: #2592ff;
}
#page .course_list .center > .fl > .course > .course_item > .other > .name {
  display: inline-block;
  height: 26px;
  border: 1px solid #2592ff;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  color: #2592ff;
  padding: 0 5px;
  vertical-align: -3px;
  float: right;
  margin-top: 6px;
}
#page .course_list .center > .fl > .course > .course_item > .other > .name:after {
  content: "\e62f";
  display: inline-block;
  font-family: "iconfont";
}
#page .course_list .center > .fl > .course > .page_fenye {
  margin-top: 5px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}
#page .course_list .center > .fl > .course > .page_fenye span {
  background-color: #2592ff;
  color: #fff;
  display: inline-block;
  line-height: 21px;
  padding: 5px 12px;
  font-size: 14px;
  opacity: 0.88;
  margin: 2px 2px;
  border-radius: 2px;
}
#page .course_list .center > .fl > .course > .page_fenye a {
  display: inline-block;
  line-height: 21px;
  padding: 5px 12px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  opacity: 0.88;
  margin: 2px 2px;
  border-radius: 2px;
}
#page .course_list .center > .fr {
  width: 268px;
}
#page .course_list .center > .fr .table_box {
  height: 374px;
  background: url(../images/tabel_bg.png) no-repeat center center;
  padding: 30px 20px;
  margin-bottom: 15px;
}
#page .course_list .center > .fr .table_box > span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
#page .course_list .center > .fr .table_box > form > input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  background-color: #ffb24f;
  border: none;
  outline: none;
  color: #FFF2EE;
  border-radius: 20px;
  margin-top: 30px;
}
#page .course_list .center > .fr .table_box > form > p {
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#page .course_list .center > .fr .table_box > form > p > input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 10px;
  font-size: 14px;
}
#page .course_list .center > .fr .table_box > p {
  font-size: 14px;
  color: #cbcbce;
  margin-top: 10px;
}
#page .course_list .center > .fr .rec_course {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 19px 0 1px 0;
  border-radius: 5px;
}
#page .course_list .center > .fr .rec_course .tit {
  margin: 0 20px 20px 35px;
  position: relative;
}
#page .course_list .center > .fr .rec_course .tit:before {
  content: "";
  height: 16px;
  width: 4px;
  background-color: #2592ff;
  position: absolute;
  left: -15px;
  top: 3px;
}
#page .course_list .center > .fr .rec_course .tit span {
  font-size: 16px;
  font-weight: bold;
}
#page .course_list .center > .fr .rec_course .tit span h3 {
  font-size: 16px;
  font-weight: bold;
}
#page .course_list .center > .fr .rec_course ul {
  padding: 20px;
  border-top: 1px solid #f4f4f4;
}
#page .course_list .center > .fr .rec_course ul li {
  margin-bottom: 20px;
}
#page .course_list .center > .fr .rec_course ul li a {
  position: relative;
  display: block;
  padding-left: 27px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#page .course_list .center > .fr .rec_course ul li a em {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffb24f;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
#page .course_list .center > .fr .rec_course ul li:nth-child(n+4) > a > em {
  background-color: #eaeaea;
}
#page .tabs_footer {
  background-color: #fff;
}
#page .tabs_footer > .center {
  padding: 30px 0 0px 0;
}
#page .tabs_footer > .center > .tab {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0;
}
#page .tabs_footer > .center > .tab > span {
  font-size: 16px;
  margin-right: 50px;
  color: #999999;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#page .tabs_footer > .center > .tab > span > h3 {
  font-size: 16px;
  font-weight: normal;
}
#page .tabs_footer > .center > .tab > span.active {
  color: #333333;
  font-weight: bold;
}
#page .tabs_footer > .center > .tab > span.active h3 {
  color: #333333;
  font-weight: bold;
}
#page .tabs_footer > .center > .tab > span.active:after {
  content: "";
  display: block;
  background-color: #2592ff;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#page .tabs_footer > .center .show {
  padding: 0 0;
}
#page .tabs_footer > .center .show > div {
  position: relative;
  display: none;
  background-color: #fff;
  padding: 20px 0;
  margin: 0px auto;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  padding-right: 50px;
}
#page .tabs_footer > .center .show > div ul {
  height: 30px;
  overflow: hidden;
}
#page .tabs_footer > .center .show > div ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
#page .tabs_footer > .center .show > div ul li a {
  font-size: 14px;
  color: #666666;
}
#page .tabs_footer > .center .show > div.active {
  display: block;
}
#page .footer_b {
  background-color: #333333;
  padding: 30px 0;
}
#page .footer_b .box {
  border-bottom: 1px solid #424242;
  padding-bottom: 20px;
}
#page .footer_b .box > .fl {
  width: 656px;
}
#page .footer_b .box > .fl > ul {
  width: 656px;
}
#page .footer_b .box > .fl > ul > li {
  width: 68px;
  float: left;
  margin-right: 96px;
}
#page .footer_b .box > .fl > ul > li > span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
#page .footer_b .box > .fl > ul > li > a {
  font-size: 14px;
  display: block;
  color: #929297;
  position: relative;
  margin-bottom: 5px;
}
#page .footer_b .box > .fl > ul > li:last-child {
  margin-top: 33px;
}
#page .footer_b .box > .mid {
  width: 216px;
  float: left;
}
#page .footer_b .box > .mid > span {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#page .footer_b .box > .mid > p {
  color: #929297;
  font-size: 12px;
}
#page .footer_b .box > .mid > p.tel {
  font-size: 28px;
  color: #ff8400;
  font-weight: bold;
}
#page .footer_b .box > .mid > a {
  display: block;
  width: 154px;
  height: 34px;
  line-height: 32px;
  color: #fff;
  margin-top: 30px;
  border: 1px solid #fff;
  text-align: center;
}
#page .footer_b .box > .mid > a:after {
  float: right;
  margin-right: 15px;
}
#page .footer_b .box .fr {
  width: 328px;
  position: relative;
  padding-right: 0px;
  padding-left: 110px;
}
#page .footer_b .box .fr span {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#page .footer_b .box .fr .bq ul li {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
#page .footer_b .box .fr .bq ul li img {
  width: 80px;
  height: 34px;
}
#page .footer_b .box .fr .bq ul li:nth-child(n+3) {
  margin-bottom: 0;
}
#page .footer_b .copyRight {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #999999;
}
#page .footer_b .copyRight img {
  margin-right: 10px;
}
#page .footer_b .copyRight a {
  color: #999999;
}
#page .footer_b .copyRight span {
  margin-right: 10px;
}
/*# sourceMappingURL=index.css.map */