.topBranch:after, .class_service dl dd:after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:hover, a:active {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff; }

body, button, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Tahoma, \5b8b\4f53, sans-serif; }

img {
  vertical-align: middle; }

textarea {
  resize: vertical; }

h1, h2, h3, h4, h5, h6, p, figure, form {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

h1 {
  font-size: 21px; }

h2 {
  font-size: 18.2px; }

h3 {
  font-size: 16.38px; }

h4 {
  font-size: 14px; }

h5, h6 {
  font-size: 11.9px;
  text-transform: uppercase; }

a {
  text-decoration: none;
  color: #08c; }
  a:hover {
    color: #006699; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc; }

.wrap {
  width: 1100px;
  margin: 0 auto;
  *zoom: 1; }
  .wrap:before, .wrap:after {
    content: "";
    display: table; }
  .wrap:after {
    clear: both; }

/*top*/
.top {
  width: 100%;
  height: 30px;
  background: #0091f1;
  font-size: 12px; }

.login {
  float: left;
  color: #fff;
  height: 30px; }
  .login i {
    float: left;
    background: url("../images/topIcon.png") 0 9px #0091f1 no-repeat;
    height: 30px;
    width: 20px; }
  .login span {
    float: left;
    height: 30px;
    line-height: 30px; }
  .login input {
    background: #fafafa;
    border: none;
    height: 20px;
    color: #999;
    text-indent: 1em;
    width: 112px;
    margin-right: 5px; }
    .login input:hover {
      outline: none; }
  .login form {
    float: left;
    height: 30px;
    padding: 5px 5px; }

.register {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 20px;
  background: #ffcc00;
  line-height: 20px;
  color: #666;
  margin-right: 5px; }

.log {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  height: 20px;
  background: #f5f5f5;
  line-height: 20px;
  color: #5e5e5e;
  margin-right: 5px; }

.forgetName {
  color: #81c3ef; }

.topBranch {
  float: right;
  height: 20px;
  width: 80px;
  background: #f5f5f5;
  color: #5e5e5e;
  line-height: 20px;
  position: relative;
  text-indent: 1em;
  margin-top: 5px; }
  .topBranch a {
    float: left;
    color: #5e5e5e;
    padding: 5px; }
  .topBranch:hover ul {
    display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 20px;
    right: 0;
    background: #f5f5f5;
    z-index: 99999; }
  .topBranch ul {
    display: none; }

.school {
  margin-top: 4px;
  margin-left: 10px;
  float: right;
  font-family: microsoft yahei; }
  .school > button {
    border-radius: 0; }
  .school .dropdown-menu {
    text-align: left;
    min-width: 220px;
    font-size: 12px;
    left: -160px;
    padding: 10px 0 10px 7px; }
    .school .dropdown-menu li button {
      margin: 0 5px 5px 0; }

.topBranch:after {
  border-top: 5px solid #5e5e5e;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  position: absolute;
  top: 10px;
  right: 5px; }

.topMain {
  float: right;
  color: #fff;
  *zoom: 1; }
  .topMain:before, .topMain:after {
    content: "";
    display: table; }
  .topMain:after {
    clear: both; }
  .topMain a {
    float: left;
    color: #fff;
    padding: 6px 8px; }
    .topMain a:hover {
      text-decoration: none; }
    .topMain a i {
      margin: 0 5px 0 0; }

.mobileIcon {
  background: url("../images/mobileIcon.png") 1px 9px no-repeat;
  text-align: right;
  width: 60px; }

.main {
  background: #f8f8f8;
  width: 100%; }

.title {
  color: #999;
  font-size: 24px;
  font-family: microsoft yahei;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  border-left: 5px solid #7de4cd;
  padding-left: 20px; }
  .title .title_more {
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-right: 20px; }

.newest_info {
  padding-top: 47px;
  margin-bottom: 28px; }

.newest_class {
  float: left;
  width: 790px;
  font-family: microsoft yahei;
  *zoom: 1;
  background: #fff; }
  .newest_class:before, .newest_class:after {
    content: "";
    display: table; }
  .newest_class:after {
    clear: both; }
  .newest_class .nav-tabs {
    float: left;
    height: 44px;
    margin-top: 12px;
    width: 506px; }
    .newest_class .nav-tabs > li a:hover {
      background-color: #fff; }
    .newest_class .nav-tabs > li.active a {
      color: #ff9769;
      font-weight: bold; }
      .newest_class .nav-tabs > li.active a:hover {
        color: #ff9769;
        font-weight: bold; }
      .newest_class .nav-tabs > li.active a:focus {
        color: #ff9769;
        font-weight: bold; }
    .newest_class .nav-tabs a {
      padding: 11px 14px;
      color: #888; }

.class_title {
  float: left;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  border-left: 5px solid #fad0bd;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff; }

.newBtton{
	float:left;
	margin-right:10px;
	padding:0 8px;
	display:block;
	border:#0495f2 1px solid;
	text-align:center;
	line-height:36px;
	color:#0495f2;
	margin-top:10px;
	overflow:hidden;
	}


.class_tab_content {
  clear: both;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.news_cls_wrap {
  *zoom: 1;
  padding: 26px 0 0 17px; }
  .news_cls_wrap:before, .news_cls_wrap:after {
    content: "";
    display: table; }
  .news_cls_wrap:after {
    clear: both; }
.news_cls_wrap a img{ padding-bottom:23px;}
.class_tab_cls {
  font-size: 12px;
  color: #666;
  width: 242px;
  height: 136px;
  border: 1px solid #e6e6e6;
  padding: 20px 13px 29px;
  position: relative;
  cursor: pointer;
  float: left;
  margin: 0 14px 22px 0; }
  .class_tab_cls:hover {
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    border: 1px solid #ff7234; }
    .class_tab_cls:hover > a {
      background: #ff7234 !important;
      border: none !important;
      color: #fff !important;
      text-decoration: none !important; }
  .class_tab_cls span {
    font-size: 18px;
    font-weight: bold; }
  .class_tab_cls p {
    margin-top: 5px;
    width: 174px; }
  .class_tab_cls .go {
    padding: 0;
    background: #fff;
    position: absolute;
    top: 54px;
    right: 13px;
    font-size: 14px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #888;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    transition: all 0.7s;
    -webkit-transition: all 0.7s; }

.news_center {
  margin-left: 8px;
  float: left;
  background: #fff;
  width: 302px;
  height: 399px; }
  .news_center .title {
    border-color: #fb9595; }
    .news_center .title .title_more {
      color: #888;
      font-size: 12px;
      padding-right: 12px; }
  .news_center img {
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 162px; }
  .news_center .news_center_content {
    padding: 4px;
    border: 1px solid #e7e7e7;
    height: 343px; }
  .news_center ul li {
    margin-top: 12px; }
  .news_center ul a {
    display: block;
    margin: 0 auto;
    width: 275px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.ad_column {
  font-family: microsoft yahei;
  margin-bottom: 26px; }
  .ad_column .title {
    border-color: #8acefc;
    background: #fff; }
  .ad_column .ad_col_1 {
    *zoom: 1;
    background: #fff;
    padding: 70px 0 66px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	position:relative; }
	
	
    .ad_column .ad_col_1:before, .ad_column .ad_col_1:after {
      content: "";
      display: table; }
    .ad_column .ad_col_1:after {
      clear: both; }
    .ad_column .ad_col_1 a {
      text-decoration: none;
      color: #666; }
    .ad_column .ad_col_1 li {
      float: left;
      color: #666;
      width: 25%;
      transition: all 0.5s; }
	  .ad_column .ad_col_1 .butongAnniu{
		 position:absolute;
		 width:155px;
		 height:36px;
		 border:#0495f2 1px solid;
		 text-align:center; 
		 left:485px;
		 bottom:10px;
		 }
		 .ad_column .ad_col_1 .butongAnniu a{
			line-height: 36px;
    		color: #0495f2;}
      .ad_column .ad_col_1 li:hover {
        transition: all 0.5s;
        margin-top: -10px; }
      .ad_column .ad_col_1 li img {
        display: block;
        margin: 0 auto; }
      .ad_column .ad_col_1 li p {
        width: 166px;
        margin: 0 auto; }
      .ad_column .ad_col_1 li p.text-center {
        margin-top: 20px; }
      .ad_column .ad_col_1 li b {
        font-size: 20px;
        font-weight: normal; }

.ad_col_2 {
  *zoom: 1;
  padding: 10px 0 42px 20px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6; 
  position:relative;}
  .ad_col_2:before, .ad_col_2:after {
    content: "";
    display: table; }
  .ad_col_2:after {
    clear: both; }
  .ad_col_2 li {
    float: left;
    width: 248px;
    height: 188px;
    border: 1px solid #e7e7e7;
    margin-right: 20px;
    position: relative; }
	
	.anNiu2_cc{
    position:absolute;
    padding:0 9px;
    border:#0495f2 1px solid;
    text-align:center; 
    left:485px;
    bottom:10px;
    }
  .anNiu2_cc a{
    line-height: 36px;
      color: #0495f2;
    }
	.ad_col_2 li.anNiu2_cc{
		width:140px;
		height:36px;
		bottom:-24px;
		left:470px;}
    .ad_col_2 li:hover .ad2_hov {
      display: block; }
.ad_col_2 .anNiu2_cc{
	border:#0495f2 1px solid;
	}
.ad2_hov {
  display: none;
  background: #d75882;
  color: #fff;
  padding: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 248px;
  height: 188px;
  z-index: 2; }
  .ad2_hov h5 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; }
  .ad2_hov span {
    display: block;
    margin: 25px 0 0 130px; }
    .ad2_hov span a {
      color: #fff; }

.cc_1 {
  background: #f75c5c; }
  .cc_1:hover {
    background: #f53535; }

.cc_2 {
  background: #ffa514; }
  .cc_2:hover {
    background: #ea9000; }

.cc_3 {
  background: #28d7b0; }
  .cc_3:hover {
    background: #22b592; }

.cc_4 {
  background: #ffc05a; }
  .cc_4:hover {
    background: #ffb031; }

.cc_5 {
  background: #f98d8d; }
  .cc_5:hover {
    background: #f76666; }

.course_system {
  width: 100%;
  background: #fff; }
  .course_system .ct_bg {
    background: url("../images/ctBg.png") no-repeat;
    margin: 0 auto;
    width: 1036px;
    height: 442px;
    position: relative; }
    .course_system .ct_bg .cs_mask {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 1036px;
      height: 442px;
      background: rgba(51, 51, 51, 0.5); }
  .course_system .ct_content {
    margin-left: 180px;
    height: 413px;
    width: 856px;
    position: relative;
    text-align: center;
    color: #fff; }
    .course_system .ct_content li {
      width: 64px;
      cursor: pointer;
      position: absolute;
      display: table-cell;
      vertical-align: middle;
      transition: all 0.4s; }
      .course_system .ct_content li:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .course_system .ct_content li span {
        display: inline-block;
        vertical-align: middle; }

.ct_1 {
  top: 0px; }

.ch_1 {
  height: 137px; }

.ct_2 {
  top: 138px; }

.ch_2 {
  height: 275px; }

.ct_3 {
  top: 276px; }

.ch_3 {
  height: 413px; }

.cl_1 {
  left: 0px; }

.cl_2 {
  left: 66px; }

.cl_3 {
  left: 132px; }

.cl_4 {
  left: 198px; }

.cl_5 {
  left: 264px; }

.cl_6 {
  left: 330px; }

.cl_7 {
  left: 396px; }

.cl_8 {
  left: 462px; }

.cl_9 {
  left: 528px; }

.cl_10 {
  left: 594px; }

.cl_11 {
  left: 660px; }

.cl_12 {
  left: 726px; }

.cl_13 {
  left: 792px; }

.ct_1_h {
  top: 30px; }

.ch_2_h {
  height: 206px; }

.ct_3_h {
  top: 207px; }

.ct_2_30 {
  top: 168px; }

.ch_2_30 {
  height: 245px; }

.ct_2_h {
  top: 168px; }

.ch_1_h {
  height: 107px; }

.ch_1_s {
  height: 29px; }

.cs_content {
  text-align: left;
  font-family: "microsoft yahei";
  color: #666;
  position: absolute;
  top: 90px;
  left: 112px; }
  .cs_content h4 {
    font-size: 20px;
    font-weight: bold; }
  .cs_content p {
    margin-top: 12px;
    font-size: 12px; }
  .cs_content .csc {
    display: none;
    padding: 43px 20px 0 30px;
    width: 440px;
    height: 230px;
    background: #fff;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.8); }
    .cs_content .csc a {
      text-decoration: none; }
    .cs_content .csc .csc_more {
      display: block; }
      .cs_content .csc .csc_more a {
        margin: 20px 0 0 55px;
        text-align: center;
        background: #28d7b0;
        width: 250px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        display: block; }
    .cs_content .csc .csc_close {
      position: absolute;
      right: 6px;
      top: 4px;
      float: right;
      width: 22px;
      height: 22px;
      z-index: 5; }
      .cs_content .csc .csc_close a {
        color: #ccc;
        border: 1px solid #ccc;
        display: block;
        text-align: center;
        width: 22px;
        height: 22px;
        line-height: 16px;
        font-size: 24px; }

.resource_intro {
  margin-bottom: 28px; }
  .resource_intro .title {
    background: #fff; }

.teacher_slider {
  font-family: microsoft yahei;
  border: 1px solid #f0f0f0;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 45px 0 60px 0;
  }
  .teacher_slider a {
    text-decoration: none; }
  .teacher_slider li {
    width: 550px; }
  .teacher_slider p {
    color: #666;
    width: 350px;
    margin: 15px auto 0; }

.no_border {
  border: none !important; }

.t_name {
  text-align: center;
  color: #02d1a3 !important;
  font-size: 16px !important; }

#teacher_slider_prev {
  position: absolute;
  background: url("../images/btn_1_left.png");
  height: 32px;
  width: 20px;
  border: none;
  cursor: pointer;
  top: 168px;
  left: 40px;
  outline: none; }

#teacher_slider_next {
  position: absolute;
  top: 168px;
  right: 40px;
  background: url("../images/btn_1_right.png");
  height: 32px;
  width: 20px;
  border: none;
  cursor: pointer;
  outline: none; }

.stu_tab {
  background: #fff;
  padding-bottom: 68px;
  height: 365px;
  border-bottom: 1px solid #f0f0f0;
  position:relative; }

.stu_arrow {
  background: url("../images/stu_arrow.png") no-repeat;
  height: 12px;
  width: 15px;
  position: absolute;
  top: -12px;
  left: 0; }

#stu_con_1 .stu_arrow {
  top: -12px;
  left: 48px; }

#stu_con_2 .stu_arrow {
  top: -12px;
  left: 184px; }

#stu_con_3 .stu_arrow {
  top: -12px;
  left: 322px; }

#stu_con_4 .stu_arrow {
  top: -12px;
  left: 460px; }

#stu_con_5 .stu_arrow {
  top: -12px;
  left: 600px; }

#stu_con_6 .stu_arrow {
  top: -12px;
  left: 736px; }

.stu_wrap {
  width: 830px;
  margin: 0 auto;
  position:relative; }
  .stu_wrap ul {
    *zoom: 1; }
    .stu_wrap ul:before, .stu_wrap ul:after {
      content: "";
      display: table; }
    .stu_wrap ul:after {
      clear: both; }
  .stu_wrap li {
    float: left;
    margin-right: 28px; }

.stu_tab_content {
  background: #e0f9f4;
  font-family: microsoft yahei;
  margin-top: 38px; }
  .stu_tab_content .tab-pane {
    position: relative; }
  .stu_tab_content p {
    color: #939393;
    padding: 12px 18px; }
    .stu_tab_content p b {
      font-size: 18px; }

.books_tab {
  font-family: microsoft yahei;
  background: #fff;
  padding: 10px 0 80px 0;
  position:relative;}

.books_wrap {
  *zoom: 1;
  margin: 0 auto;
  width: 984px; }
  .books_wrap:before, .books_wrap:after {
    content: "";
    display: table; }
  .books_wrap:after {
    clear: both; }

.books_tab_bar {
  width: 120px;
  float: left; }
  .books_tab_bar li {
    height: 44px;
    text-align: center;
    line-height: 44px;
    background: #f5f5f5;
    border-top: 1px solid #fff; }
    .books_tab_bar li a {
      display: block;
      color: #777;
      font-size: 16px;
      text-decoration: none; }
  .books_tab_bar li.active {
    background: #4ddfbe; }
    .books_tab_bar li.active a {
      color: #fff; }

#TScrollBox1, #TScrollBox2, #TScrollBox3, #TScrollBox4 {
  margin: 15px auto 0; }
  #TScrollBox1 li, #TScrollBox2 li, #TScrollBox3 li, #TScrollBox4 li {
    padding-left: 20px; }
    #TScrollBox1 li img, #TScrollBox2 li img, #TScrollBox3 li img, #TScrollBox4 li img {
      display: block;
      width: 104px;
      height: 145px; }

.books_tab_content {
  float: left;
  width: 864px;
  height: 176px;
  border: 1px solid #f0f0f0; }
  .books_tab_content .tab-pane {
    width: 862px; }

.books_slider {
  padding: 18px 25px 15px 50px;
  width: 860px;
  position: relative;
  overflow: hidden; }
  .books_slider li {
    margin-right: 22px; }

#books_slider_1_prev {
  position: absolute;
  width: 18px;
  height: 40px;
  top: 67px;
  left: 23px;
  border: none; }

#books_slider_1_next {
  position: absolute;
  width: 18px;
  height: 40px;
  top: 67px;
  right: 23px;
  border: none; }
.recommend_course{
	position:relative;}
.recommend_course .title {
  color: #fff;
  font-size: 20px;
  background: #57b8f5;
  border-color: #fbc6ad; }
  .recommend_course .title .cor_t {
    float: left; }
  .recommend_course .title ul {
    *zoom: 1;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding-left: 100px; }
    .recommend_course .title ul:before, .recommend_course .title ul:after {
      content: "";
      display: table; }
    .recommend_course .title ul:after {
      clear: both; }
  .recommend_course .title li {
    float: left;
    padding-right: 35px; }
  .recommend_course .title a {
    color: #fff; }

.course_content {
  padding: 40px 0 35px 40px;
  background: #fff;
  *zoom: 1;
  margin-bottom: 28px;
  position:relative; }
  .course_content:before, .course_content:after {
    content: "";
    display: table; }
  .course_content:after {
    clear: both; }

.course_style {
  background: #fff;
  float: left;
  margin: 0 48px 30px 0;
  position: relative;
  width: 216px;
  height: 232px;
  font-family: 宋体; }
  .course_style img {
    display: block;
    width: 216px;
    height: 144px; }
  .course_style p {
    padding-top: 15px;
    font-size: 12px;
    color: #777; }
  .course_style span {
    font-size: 12px;
    color: #777;
    position: absolute;
    left: 0;
    bottom: 18px; }
    .course_style span em {
      font-family: microsoft yahei;
      color: #57b8f5;
      font-weight: bold;
      font-size: 18px;
      font-style: normal; }
  .course_style a {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: block;
    text-align: center;
    background: #57b8f5;
    border: none;
    width: 86px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    color: #fff; }
    .course_style a:hover {
      text-decoration: none; }

.m4 {
  background: #0091f1;
  font-family: "microsoft yahei", 黑体; }
  .m4 .logo {
    margin: 50px 0 0 22px;
    width: 226px;
    height: 141px;
    text-align: center;
    border-bottom: 1px solid #81c3ef; }
    .m4 .logo p {
      font-family: "Verdana";
      font-size: 24px;
      font-weight: bold;
      color: #fff; }
  .m4 h3 {
    margin: 28px auto 0;
    color: #fff;
    width: 172px;
    font-size: 20px;
    line-height: 24px; }
  .m4 span {
    margin: 5px auto 0;
    display: block;
    background: #026eb7;
    width: 118px;
    height: 18px;
    font-size: 12px;
    font-family: "宋体";
    color: #fff; }

.m4_l {
  text-align: center;
  float: left;
  margin-left: 20px;
  height: 580px;
  width: 266px;
  background: #028dea;
  border: 1px solid #81c3ef;
  border-bottom: none; }

.code {
  margin-top: 54px; }

.m4_r {
  margin-top: 30px;
  margin-left: 100px;
  float: left;
  *zoom: 1; }
  .m4_r:before, .m4_r:after {
    content: "";
    display: table; }
  .m4_r:after {
    clear: both; }

.m4_r_b {
  font-family: "microsoft yahei", Arial, sans-serif;
  width: 328px;
  float: left;
  color: #fff;
  margin-left: 25px; }
  .m4_r_b h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
  .m4_r_b li {
    margin-top: 16px; }
  .m4_r_b p {
    font-family: "宋体";
    font-size: 14px; }
  .m4_r_b a {
    margin-top: 40px;
    text-align: center;
    background: #026eb7;
    color: #fff;
    display: block;
    width: 148px;
    height: 30px;
    line-height: 30px;
    font-size: 16px; }

.float_flag {
  position: fixed;
  left: 10px;
  top: 32%;
  background: url("../images/ad_right.png");
  height: 532px;
  width: 124px; }
  .float_flag ul {
    margin-top: 37px; }
  .float_flag li {
    padding-top: 5px;
    margin: 0 auto;
    width: 108px;
    height: 79px;
    display: block;
    margin-bottom: 39px; }
  .float_flag a {
    display: block; }
  .float_flag img {
    margin: 0 auto;
    width: 108px;
    height: 71px;
    display: block; }

.footer {
  background: #0082da;
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 60px; }
  .footer p:first-child {
    padding-top: 15px; }
  .footer a {
    color: #fff; }
  .footer span {
    padding: 0 5px; }

.contentHolder {
  position: relative;
  padding: 0px;
  width: 800px;
  height: 173px;
  overflow-x: hidden;
  margin: 0 auto; }

.contentHolder .content-x {
  width: 1470px;
  height: 150px;
  padding-top: 12px; }

.contentHolder li {
  float: left;
  margin-left: 25px; }

.contentHolder li img {
  width: 105px;
  height: 146px;
  display: block; }

.w860 {
  padding: 47px 0 28px 0;
  float: left;
  width: 860px;
  margin-right: 20px; }

.wrap_bg {
  border: 1px solid #e6e6e6;
  background: #fff; }

.news_content {
  border: 1px solid #e6e6e6;
  background: #fff; }

.nc_title {
  background: #fafafa;
  padding-left: 20px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #e6e6e6; }

.nc_list {
  text-align: center;
  padding: 57px 0 10px 0;
  width: 739px;
  margin: 0 auto;
  border-bottom: 1px dashed #888; }
  .nc_list h2 {
    font-size: 20px; }

.nc_subList {
  color: #888;
  font-size: 12px; }
  .nc_subList i {
    font-style: normal;
    padding: 0 5px; }
  .nc_subList em {
    font-style: normal; }

.nc_content {
  width: 739px;
  margin: 0 auto;
  color: #333; }
  .nc_content a {
    color: #000; }
  .nc_content p {
    word-wrap: break-word;
    line-height: 24px; }
    .nc_content p b {
      font-size: 20px; }
  .nc_content div {
    word-wrap: break-word; }
  .nc_content dl {
    padding: 10px;
    line-height: 22px;
    font-size: 12px; }
    .nc_content dl dt {
      padding-bottom: 10px;
      font-size: 14px; }
    .nc_content dl dd {
      padding-bottom: 5px; }
      .nc_content dl dd i {
        font-size: 12px; }
    .nc_content dl a {
      margin-right: 10px; }
    .nc_content dl em {
      font-style: normal; }
    .nc_content dl dt {
      color: #f26722; }

.w220 {
  float: left;
  width: 220px;
  padding-top: 47px; }

.list_box {
  margin-bottom: 10px; }

.lb_title {
  background: #fafafa;
  padding: 12px 10px 10px 20px;
  border-bottom: 1px solid #e6e6e6; }
  .lb_title em {
    font-style: normal;
    float: right;
    background: #ff7234;
    color: #fff;
    padding: 1px; }

.lb_ul li {
  margin: 0 auto;
  *zoom: 1;
  height: 32px;
  border-bottom: 1px dashed #e6e6e6;
  width: 200px; }
  .lb_ul li:before, .lb_ul li:after {
    content: "";
    display: table; }
  .lb_ul li:after {
    clear: both; }
.lb_ul li:last-child {
  border: none; }
.lb_ul b {
  margin-top: 8px;
  padding: 0 10px 0 14px;
  color: #64c282;
  font-weight: normal;
  float: left; }
.lb_ul a {
  margin-top: 8px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 147px;
  font-size: 12px;
  color: #333; }

.w220_hot_course {
  background: #fff; }
  .w220_hot_course .c_wrap {
    padding: 18px;
    border-bottom: 1px dashed #e6e6e6; }
    .w220_hot_course .c_wrap:last-child {
      border: none; }
    .w220_hot_course .c_wrap img {
      width: 182px;
      height: 120px;
      display: block;
      margin: 0 auto 7px; }
    .w220_hot_course .c_wrap p {
      font-size: 12px;
      color: #333;
      padding-top: 5px; }
      .w220_hot_course .c_wrap p b {
        padding-left: 5px;
        color: #777;
        font-weight: bold; }
      .w220_hot_course .c_wrap p s {
        color: #777; }
      .w220_hot_course .c_wrap p span {
        font-size: 18px;
        color: #ff7c3c;
        float: right;
        margin-top: -5px;
        *margin-top: -23px; }

.campus_content {
  padding: 36px 30px; }

.total_campus {
  padding: 20px 16px 0 16px; }
  .total_campus p {
    margin-bottom: 21px; }
  .total_campus b {
    color: #ff7234;
    padding-right: 12px; }
  .total_campus a {
    font-size: 12px;
    color: #777; }
  .total_campus span {
    padding-right: 25px; }

.campus_map {
  font-family: microsoft yahei;
  padding-top: 66px; }
  .campus_map h3 {
    font-size: 22px;
    color: #ff7234; }
  .campus_map p {
    padding-bottom: 15px; }
  .campus_map i {
    color: #777; }
  .campus_map b {
    color: #777;
    font-weight: normal;
    padding-left: 6px; }
  .campus_map span {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 184px;
    margin-top: 45px; }
    .campus_map span a {
      text-align: center;
      height: 45px;
      width: 184px;
      display: block;
      background: #64c283;
      color: #fff;
      text-decoration: none;
      border-radius: 5px; }

.campus_intro {
  margin-top: 60px; }
  .campus_intro h4 {
    font-family: microsoft yahei;
    color: #ff7234;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 5px;
    font-weight: bold; }
  .campus_intro ul {
    *zoom: 1;
    padding-top: 15px; }
    .campus_intro ul:before, .campus_intro ul:after {
      content: "";
      display: table; }
    .campus_intro ul:after {
      clear: both; }
    .campus_intro ul li {
      float: left;
      padding-right: 22px; }
  .campus_intro p {
    padding-top: 16px;
    font-size: 12px;
    color: #000; }
  .campus_intro .table {
    font-size: 12px;
    text-align: center; }
  .campus_intro thead {
    color: #64c282; }
    .campus_intro thead th {
      border-bottom: 1px dashed #64c282 !important;
      text-align: center;
      padding: 12px !important;
      font-weight: normal !important; }
  .campus_intro td {
    color: #666;
    padding: 0 !important;
    height: 42px;
    vertical-align: middle !important;
    border-top: 1px dashed #64c282 !important; }
    .campus_intro td .apply_btn {
      margin: 0 auto;
      display: block;
      width: 98px;
      height: 27px;
      line-height: 27px;
      color: #fff;
      background: #ff7234;
      border: 1px solid #e46731;
      border-radius: 3px;
      text-decoration: none; }
  .campus_intro tr:last-child {
    border-bottom: 1px dashed #64c282 !important; }
.campus_intro a{
  color: #666;
}
.snc_content {
  padding: 20px 30px;
  font-size: 12px;
  text-align: center; }
  .snc_content .snc_list {
    text-align: left; }
    .snc_content .snc_list li {
      height: 42px;
      border-bottom: 1px dashed #64c282;
      line-height: 42px; }
    .snc_content .snc_list span {
      float: right;
      margin-right: 43px; }
    .snc_content .snc_list a {
      color: #000;
      text-decoration: none; }
    .snc_content .snc_list i {
      margin: 0 10px 0 17px;
      font-size: 16px;
      color: #fff;
      background: #64c282;
      padding: 0 4px; }

.page_number {
  margin: 38px auto 68px; }
  .page_number .active a {
    background: #ff7234;
    border-color: #ff7234; }
  .page_number li a {
    margin-left: 10px;
    color: #777; }

.cc_content {
  padding: 20px 30px; }

.class_location {
  border: 1px solid #e8e8e8;
  padding: 0 16px 16px 16px;
  margin-bottom: 10px; }
  .class_location dl {
    *zoom: 1;
    padding-top: 10px;
    border-bottom: 1px dashed #c1c1c1; }
    .class_location dl:before, .class_location dl:after {
      content: "";
      display: table; }
    .class_location dl:after {
      clear: both; }
  .class_location dt {
    float: left;
    padding-right: 10px;
    color: #909090; }
  .class_location dd {
    float: left;
    width: 696px; }
    .class_location dd span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin: 0 14px 8px 0; }
  .class_location a {
    font-size: 12px;
    padding: 2px 5px;
    color: #404040;
    text-decoration: none; }
  .class_location .sel {
    background: #ff7234;
    color: #fff; }

.class_search {
  border: 1px solid #e8e8e8;
  font-size: 12px;
  height: 43px;
  line-height: 43px;
  margin-bottom: 10px; }
  .class_search dl {
    vertical-align: middle;
    padding: 0 16px; }
  .class_search dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 30px;
    height: 43px;
    line-height: 43px; }
  .class_search dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 18px;
    height: 43px;
    line-height: 43px; }
    .class_search dd a {
      color: #909090; }

.bank_bar {
  border: 1px solid #e8e8e8;
  background: #fafafa;
  font-size: 12px;
  *zoom: 1; }
  .bank_bar:before, .bank_bar:after {
    content: "";
    display: table; }
  .bank_bar:after {
    clear: both; }
  .bank_bar .bank_sel {
    float: left;
    *zoom: 1; }
    .bank_bar .bank_sel a {
      display: block;
      width: 80px;
      height: 42px;
      color: #666;
      text-decoration: none; }
    .bank_bar .bank_sel:before, .bank_bar .bank_sel:after {
      content: "";
      display: table; }
    .bank_bar .bank_sel:after {
      clear: both; }
    .bank_bar .bank_sel li {
      float: left;
      height: 42px;
      line-height: 42px;
      width: 80px;
      text-align: center; }
  .bank_bar .sel {
    color: #ff7234;
    background: #fff; }

.bank_page_number {
  *width: 210px;
  float: right;
  margin: 10px 6px 0 0; }
  .bank_page_number a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #666;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 8px; }
  .bank_page_number b {
    color: #ff7234; }

.class_brief {
  font-family: "宋体";
  *zoom: 1;
  padding: 21px 18px 8px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8; }
  .class_brief:before, .class_brief:after {
    content: "";
    display: table; }
  .class_brief:after {
    clear: both; }
  .class_brief img {
    width: 210px;
    height: 140px;
    float: left; }
  .class_brief .cb_middle {
    float: left;
    margin-left: 26px;
    margin-top: -6px; }
    .class_brief .cb_middle h3 {
      color: #666;
      font-size: 16px;
      font-weight: bold; }
      .class_brief .cb_middle h3 em {
        padding-left: 15px;
        color: #999;
        font-style: normal;
        font-weight: normal; }
    .class_brief .cb_middle p {
      font-size: 12px;
      color: #999;
      padding-bottom: 6px; }
      .class_brief .cb_middle p b {
        color: #666;
        font-weight: normal; }
      .class_brief .cb_middle p a {
        color: #999; }
      .class_brief .cb_middle p em {
        font-style: normal;
        color: #ff7234; }
      .class_brief .cb_middle p s {
        font-size: 14px;
        color: #666; }
      .class_brief .cb_middle p strong {
        padding-left: 25px;
        font-size: 18px;
        color: #ff7234;
        font-weight: normal; }
  .class_brief .cb_but {
    float: right;
    margin-top: 45px; }
    .class_brief .cb_but a {
      border: 1px solid #e5703c;
      font-size: 12px;
      display: block;
      width: 98px;
      height: 27px;
      text-align: center;
      line-height: 27px;
      color: #fff;
      background: #ff7234;
      text-decoration: none; }
    .class_brief .cb_but p {
      font-size: 12px;
      color: #666; }

.cb_page_number {
  *width: 210px;
  *margin: 0 auto;
  text-align: center; }
  .cb_page_number ul {
    margin: 15px auto 0; }

.course_detail {
  padding: 29px; }

.cd_bar {
  font-size: 0;
  border-bottom: 1px solid #e6e6e6; }
  .cd_bar span {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25%;
    *width: 213px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-right: 1px solid #e6e6e6; }
    .cd_bar span:last-child {
      border-right: none; }
    .cd_bar span .active {
      color: #fff;
      background: #ff7234; }
    .cd_bar span a {
      display: block;
      color: #333;
      text-decoration: none; }
      .cd_bar span a em {
        font-style: normal; }

.cd_intro {
  *zoom: 1; }
  .cd_intro:before, .cd_intro:after {
    content: "";
    display: table; }
  .cd_intro:after {
    clear: both; }
  .cd_intro p {
    color: #666;
    padding: 0 20px;
    line-height: 27px; }

.cd_book {
  width: 390px;
  float: left;
  margin-right: 20px;
  font-size: 14px; }

.cd_ache {
  width: 390px;
  float: left;
  font-size: 14px; }

.cd_title {
  font-size: 16px;
  height: 40px;
  background: #64c282;
  padding-left: 20px;
  line-height: 40px;
  border-left: 6px solid #c1e7cd;
  color: #fff;
  margin-bottom: 20px; }
  .cd_title a {
    color: #fff;
    float: right;
    font-size: 12px;
    margin-right: 20px; }

.sm_table {
  width: 738px;
  margin: 0 auto 30px; }

#td_teacher_slider_prev {
  position: absolute;
  background: url("../images/btn_1_left.png");
  height: 32px;
  width: 20px;
  border: none;
  cursor: pointer;
  top: 130px;
  left: 40px;
  outline: none; }

#td_teacher_slider_next {
  position: absolute;
  top: 130px;
  right: 40px;
  background: url("../images/btn_1_right.png");
  height: 32px;
  width: 20px;
  border: none;
  cursor: pointer;
  outline: none; }

.td_teacher_slider {
  font-family: microsoft yahei;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 0 0 30px 0; }
  .td_teacher_slider a {
    text-decoration: none; }
  .td_teacher_slider li {
    width: 400px; }
  .td_teacher_slider p {
    color: #666;
    width: 300px;
    margin: 15px auto 0;
    font-size: 12px;
    line-height: 24px; }

.class_service dl {
  font-size: 12px;
  color: #333;
  width: 738px;
  margin: 0 auto; }
  .class_service dl span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 630px; }
  .class_service dl dt {
    padding-top: 24px;
    min-height: 74px;
    font-weight: normal;
    max-width: 740px; }
    .class_service dl dt b {
      text-align: center;
      vertical-align: top; }
    .class_service dl dt em {
      font-style: normal;
      padding-left: 10px;
      color: #999; }
  .class_service dl dd {
    padding-top: 20px;
    margin-top: 20px;
    min-height: 100px;
    background: #f5f5f5;
    position: relative; }
    .class_service dl dd:after {
      position: absolute;
      top: -10px;
      left: 32px;
      border-bottom: 10px solid #f5f5f5;
      border-left: 10px dashed transparent;
      border-right: 10px dashed transparent; }
    .class_service dl dd b {
      text-align: right;
      color: #ff7234;
      vertical-align: top; }
  .class_service dl b {
    width: 90px;
    font-weight: normal;
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.service_comment {
  width: 738px;
  margin: 56px auto 0;
  *zoom: 1; }
  .service_comment:before, .service_comment:after {
    content: "";
    display: table; }
  .service_comment:after {
    clear: both; }
  .service_comment .sc_bar {
    *zoom: 1;
    margin-bottom: 15px; }
    .service_comment .sc_bar:before, .service_comment .sc_bar:after {
      content: "";
      display: table; }
    .service_comment .sc_bar:after {
      clear: both; }
    .service_comment .sc_bar p {
      float: left;
      height: 30px;
      vertical-align: middle; }
    .service_comment .sc_bar span {
      float: right;
      font-size: 12px; }
    .service_comment .sc_bar input {
      height: 30px;
      width: 178px;
      border: 1px solid #e6e6e6; }
  .service_comment textarea {
    width: 738px;
    height: 105px;
    border: 1px solid #e6e6e6; }
  .service_comment .sc_sub {
    width: 96px;
    height: 27px;
    background: #ff7234;
    border: #e3622a;
    color: #fff;
    float: right;
    margin-top: 16px; }

.course_location {
  display: block;
  height: 35px;
  line-height: 35px; }
  .course_location a {
    font-size: 12px;
    padding: 2px 5px;
    color: #404040;
    text-decoration: none; }

.allCourse {
  background: #fff;
  padding: 20px 20px 40px;
  *zoom: 1; }
  .allCourse:before, .allCourse:after {
    content: "";
    display: table; }
  .allCourse:after {
    clear: both; }
  .allCourse h1 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px; }
  .allCourse .al_left {
    float: left; }
    .allCourse .al_left img {
      display: block;
      width: 660px;
      height: 440px; }
  .allCourse .al_right {
    float: right;
    padding-top: 40px; }

.al_l_tip {
  *zoom: 1;
  *width: 660px; }
  .al_l_tip:before, .al_l_tip:after {
    content: "";
    display: table; }
  .al_l_tip:after {
    clear: both; }

.share_link {
  float: right;
  overflow: hidden;
  font-size: 12px;
  position: relative; }
  .share_link a {
    box-sizing: content-box;
    color: #333;
    margin-right: 5px; }
  .share_link span {
    box-sizing: content-box;
    margin-right: 5px; }

.total_number {
  float: left;
  font-size: 12px;
  margin-top: 5px; }
  .total_number b {
    color: #f26722; }

.shb {
  float: left;
  margin-top: 5px; }

.flag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("../images/cr_icon.png") no-repeat;
  width: 64px;
  height: 20px;
  margin-left: 1px; }

.divide {
  background: url("../images/cr_icon.png") no-repeat;
  background-position: 1px -31px; }

.reduce {
  background: url("../images/cr_icon.png") no-repeat;
  background-position: -28px -31px; }

.course_price {
  font-family: microsoft yahei;
  color: #ff7234;
  font-size: 26px; }
  .course_price s {
    font-size: 18px;
    color: #666;
    padding-right: 12px; }

.course_on_sale {
  font-size: 12px;
  color: #666; }
  .course_on_sale b {
    margin-right: 3px;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    font-weight: normal;
    padding: 0; }
  .course_on_sale span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 8px; }

.course_text {
  width: 344px;
  font-size: 12px; }
  .course_text span {
    padding-right: 20px; }
  .course_text dt {
    text-align: left;
    font-weight: normal;
    margin-top: 16px; }
    .course_text dt em {
      text-align: center;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-right: 10px;
      background: #fafafa;
      border: 1px solid #e6e6e6;
      width: 62px;
      height: 22px;
      font-style: normal;
      line-height: 22px;
      color: #666; }
  .course_text dd {
    margin-top: 8px;
    color: #999; }

.sp {
  vertical-align: middle;
  background: url("../images/cr_icon.png") no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 16px; }

.sp1 {
  background-position: -28px -83px; }

.sp2 {
  background-position: 0 -83px; }

.sp3 {
  background-position: -27px -56px; }

.sp4 {
  background-position: 0px -56px; }

.course_btn {
  margin-top: 28px; }
  .course_btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    line-height: 44px;
    text-decoration: none; }
  .course_btn .go {
    width: 179px;
    height: 44px;
    background: #ff7234;
    color: #fff; }
  .course_btn .wait {
    border: 1px solid #ffaa85;
    background: #ffece4;
    color: #ff7234;
    width: 139px;
    height: 44px; }
