@charset "UTF-8";
.advs_box {
  width: 100%;
  height: 440px;
}

.advs_box_swiper {
  width: 100%;
}

.advs_container {
  height: 440px;
  width: 100%;
  position: absolute;
  text-align: center;
}

.advs_container .swiper-slide {
  background: center no-repeat;
}

.advs_container .pagination {
  border-bottom: none;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 0 10px;
  line-height: 30px;
  display: inline-block;
}

.advs_container .pagination-box {
  position: absolute;
  z-index: 20;
  bottom: 18px;
  margin: 0 auto;
  text-align: center;
  width: 400px;
  left: 0;
  right: 0;
}

.advs_container .swiper-pagination-switch {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 11px;
  cursor: pointer;
  border-radius: 50%;
}

.advs_container .swiper-active-switch {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

.advs_container .swiper-active-switch::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.index_container_A {
  background: #fff;
}

.index_container_B {
  background: #f5f5f5;
}

.index_container_C {
  width: 1200px;
  margin: 0 auto 94px;
}

body {
  background: #f5f5f5;
}

.index_nav {
  font-size: 14px;
  width: 1200px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 274px;
  line-height: 40px;
  margin: 0 auto;
}

.index_nav_item {
  display: inline-block;
  padding-right: 16px;
}

.index_nav_item:last-child {
  padding-right: 0;
}

.index_nav_link {
  font-size: 14px;
  color: #545e64;
}

.index_nav_link:hover {
  color: #4a97ff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.course_box {
  position: relative;
  z-index: 1;
  width: 238px;
}

.course_discount {
  width: 238px;
  height: 35px;
  position: absolute;
  margin-top: -35px;
}

.course_container {
  width: 238px;
  height: 440px;
}

.course_menu_a {
  position: relative;
  color: #fff;
}

.course_menu_b {
  position: absolute;
  left: 238px;
  top: 0;
  padding: 0 40px;
  background: #f4f4f4;
  height: 440px;
  width: 600px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: none;
}

.course_menu_item {
  width: 170px;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 24px;
  font-size: 12px;
  display: block;
}

.course_menu_item:hover {
  color: #4a97ff;
}

.course_aItem {
  line-height: 43px;
}

.course_aItem:hover .course_menu_b {
  display: block;
  height: 440px;
}

.course_bItem {
  float: left;
}

.course_aName {
  font-size: 15px;
  display: block;
  text-align: center;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.course_aName:after {
  content: '>';
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  position: absolute;
  right: 15px;
}

.course_aName:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #4a97ff;
}

.course_aName:hover:before {
  width: 3px;
  height: 44px;
  background-color: #3f73c4;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.course_bName {
  width: 170px;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #4a97ff;
  font-size: 14px;
  display: block;
  line-height: 44px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 14px;
}

/* 登录 */
.loginbox_wrapper {
	position: absolute;
	right: -962px;
	/* left: 82%; */
	top: 74px;
	z-index: 2;
	width: 204px;
	height: 274px;
	background: #fff;
	padding: 10px 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.loginbox_wrapper .login_tx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.loginbox_wrapper .login_img {
	margin-right: 10px;
}
.loginbox_wrapper .login_yhj {
	display: flex;
	justify-content: center;
	cursor: pointer;
	width: 169px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #fff;
	border-radius: 20px;
	background-color: #1657da;
	margin: 10px auto;
}
.loginbox_wrapper .login_yhj p {
	color: #f5fe00;
}
.loginbox_wrapper .login_hello {
	cursor: pointer;
}
.loginbox_wrapper .login_hello a {
	cursor: pointer;
	display: inline-block;
	margin-top: 5px;
}
.loginbox_wrapper .xhd_hot_Box {
	position: relative;
	padding: 4px 0;
}
.loginbox_wrapper .xhd_hot_Box::before {
	position: absolute;
	top: 0;
	content: '';
	width: 180px;
	height: 1px;
	background: url(../images/line.png) no-repeat center;
}
.loginbox_wrapper .xhd_hot_Box::after {
	position: absolute;
	bottom: 0;
	content: '';
	width: 180px;
	height: 1px;
	background: url(../images/line.png) no-repeat center;
}
.loginbox_wrapper .xhd_hot_title {
	font-size: 18px;
	cursor: pointer;
}
.loginbox_wrapper .xhd_hot_more {
	display: block;
	position: absolute;
	top: 9px;
	right: 10px;
}
.loginbox_wrapper .xhd_hot_item {
	display: block;
	cursor: pointer;
	margin: 3px 0;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.loginbox_wrapper .xhd_hot_item:nth-child(3) {
	margin-top: 10px;
}
.loginbox_wrapper .xhd_hot_item:nth-child(1)::before {
	content: 'HOT';
	padding: 0 5px;
	height: 16px;
	color: #e15656;
	background-color: #ffeff0;
}
.loginbox_wrapper .xhd_hot_item:nth-child(2)::before {
	content: '热门';
	padding: 0 5px;
	height: 16px;
	color: #e15656;
	background-color: #ffeff0;
}
.loginbox_wrapper .xhd_lanmu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.loginbox_wrapper .xhd_lanmu_item {
	margin-bottom: 8px;
	width: 55px;
	cursor: pointer;
	text-align: center;
}
.loginbox_wrapper .xhd_lanmu_img {
	width: 100%;
	overflow: hidden;
}
.loginbox_wrapper .xhd_lanmu:after {
	content: '';
	height: 0;
	width: 32%;
}

.subject_nav {
  position: absolute;
  margin-left: -80px;
  margin-top: 100px;
  width: 40px;
  height: 244px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.subject_nav.auto-fixed {
  position: fixed;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.subject_nav_box {
  width: 40px;
  height: 202px;
  background-color: #666e73;
  border-radius: 40px;
  margin-bottom: 5px;
}

.subject_nav_item {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4b4f52;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 3px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  box-sizing: border-box;
  line-height: 1;
  margin: 0 0 5px 2px;
  cursor: pointer;
  position: relative;
}

.subject_nav_item span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1px;
  margin-left: 1px;
}

.subject_nav_item.cur {
  background: #4a97ff;
}

.course_yt {
  margin: 20px 0;
}

.course_left_nav {
  float: left;
  width: 238px;
  margin-top: 20px;
  background: #eee;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.course_left_nav.auto-fixed {
  position: fixed;
  top: 40px;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.course_left_box {
  font-size: 0;
  margin-left: 15px;
  padding: 6px 0;
}

.course_left_item {
  display: inline-block;
  width: 104px;
  font-size: 14px;
  color: #505050;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.course_left_item:hover, .course_left_item.cur {
  color: #4a97ff;
}

.course_c_main {
  width: 942px;
  float: right;
}

.course_c_title {
  font-size: 20px;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  margin: 0 15px;
  padding-left: 25px;
  color: #838383;
}

.course_c_title.hotcur {
  color: #4a97ff;
}

.course_c_title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background: #4a97ff;
  margin-right: 15px;
  vertical-align: top;
  margin-top: 13px;
}

.course_yh {
  width: 584px;
  background: #fff;
  float: left;
}

.course_yh_box {
  margin-left: 40px;
  font-size: 0;
  width: 902px;
    background-color: #eee;
}

.course_yh_img {
  margin: 20px 15px 26px 0px;
  width: 158px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
}

.course_yh_img img {
  width: 100%;
}

.course_st_box {
  margin-left: 40px;
  width: 505px;
  background: #fafafa;
  padding-bottom: 30px;
}

.course_st_img {
  width: 194px;
  height: 239px;
  float: left;
  overflow: hidden;
}

.course_st_img img {
  width: 100%;
}

.course_st_signBox {
  float: left;
  width: 310px;
}

.course_st_inputBox {
  width: 230px;
  height: 30px;
  margin: 10px auto;
  position: relative;
}

.course_st_input {
  width: 230px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.course_st_input:focus {
  border: 1px solid #4a97ff;
}

.course_st_input::-ms-clear {
  display: none;
}

.course_st_placeholder {
  position: absolute;
  left: 8px;
  top: 3px;
  color: #999;
  font-size: 16px;
  cursor: text;
}

.course_st_btn {
  width: 230px;
  height: 30px;
  color: #fff;
  background: #396cf9;
  cursor: pointer;
  display: block;
  margin: 15px auto;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border-radius: 4px;
}

.course_st_btn:hover {
  background: #0847f8;
}

.course_st_tips {
  font-size: 20px;
  color: #396cf9;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1;
}

.course_exam_time {
 float: left;
    width: 338px;
    background: #fff;
    height: 268px;
    margin:178px 0 0 20px;
    overflow: hidden;
}

.course_et_title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  margin: 0 14px 0 15px;
  display: none;
}

.course_certificate {
  padding-left: 17px;
  padding-top: 12px;
  border-top: 1px solid #f5f5f5;
  margin: 0 15px;
      display: none;
}

.course_certificate_item {
  float: left;
  width: 134px;
  text-align: center;
  margin-right: 10px;
}

.course_certificate_img {
  width: 115px;
  height: 74px;
  padding: 6px 6px 5px;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}

.course_certificate_img img {
  width: 100%;
}

.course_certificate_desc {
  line-height: 20px;
  color: #666;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.course_hot_item {
  float: left;
  margin: 10px 20px 0px 0;
  line-height: 1;
}

.course_hot_item a:hover {
  color: #4a97ff;
}

.course_hot_box {
  padding-bottom: 20px;
}

.course_hotContainer {
  background: #fff;
  margin: 20px 0px;
}

.course_hotName {
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #4a97ff;
  display: inline-block;
  color: #4a97ff;
  margin-top: 17px;
}

.course_hotBox {
  margin: 0 15px;
  padding-left: 42px;
  border-bottom: 1px solid #f5f5f5;
}

.course_hotBox:last-child {
  border: none;
}

/* 考试时间 */
.calendar-banner img {
  display: block;
  width: 100%;
}

.canlendarbox .c-head {
  padding: 0 15px;
  height: 40px;
  font-size: 15px;
  color: #484e54;
  line-height: 40px;
  position: relative;
}

.canlendarbox .c-head .kssj{
     position: absolute;
     left:20px;
     
}

.canlendarbox .c-head h4 {

  font-size: 15px;
  font-weight: 400;
  position: absolute;
    right: 70px;
}

.canlendarbox .c-head h4::before {
  content: '';
  width: 10px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/canlendar.png) no-repeat;
  margin-right: 6px;
  margin-top: 14px;
}

.canlendarbox .c-head p {
  float: left;
  margin-left: 10px;
  padding-right: 15px;
  background: url("../img/icon-down.png") right no-repeat;
  background-size: 12px;
  cursor: pointer;
  position: absolute;
    right: 20px;
}

.canlendarbox .canlendar {
  margin: 0 15px;
  font-size: 13px;
}

.canlendarbox .canlendar .week {
  margin-bottom: 8px;
  height: 22px;
  background-color: #f2f4f5;
  border-radius: 22px;
}

.canlendarbox .canlendar .week span {
  float: left;
  width: 14.28%;
  line-height: 22px;
  text-align: center;
}

.canlendarbox .canlendar .c-day {
  position: relative;
  padding-bottom: 10px;
}

.canlendarbox .canlendar .c-day::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #c4c8cc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.canlendarbox .canlendar .c-day .c-day-row {
  text-align: center;
}

.canlendarbox .canlendar .c-day .c-day-col {
  float: left;
  width: 14.28%;
}

.canlendarbox .canlendar .c-day .c-day-col .date {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 50%;
}

.canlendarbox .canlendar .c-day .c-day-col .exam-current {
  color: #fff;
  background-color: #68a7da;
}

.canlendarbox .canlendar .c-day .c-day-col .exam {
  width: 100%;
  height: 10px;
  display: block;
  text-align: center;
  line-height: 1;
}

.canlendarbox .canlendar .c-day .c-day-col .exam span {
  margin: 2px 2px;
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: top;
}

.canlendarbox .canlendar .c-day .c-day-col .exam .ielts {
  background: #df1837;
}

.canlendarbox .canlendar .c-day .c-day-col .exam .toefl {
  background: #083388;
}

.canlendarbox .canlendar .c-day .c-day-col .exam .sat {
  background: #ffc000;
}

.canlendarbox .c-course {
  height: 30px;
  line-height: 30px;
}

.canlendarbox .c-course span {
  float: left;
  width: 33.3%;
  display: block;
  height: 30px;
  text-align: center;
}

.canlendarbox .c-course span::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 50%;
}

.canlendarbox .c-course span:nth-child(1)::before {
  background: #df1837;
}

.canlendarbox .c-course span:nth-child(2)::before {
  background: #083388;
}

.canlendarbox .c-course span:nth-child(3)::before {
  background: #ffc000;
}

#examTime {
  display: none;
}

.exam-entry {
  margin-top: 15px;
  margin-bottom: 40px;
}

.canlendarbox-monthBox {
     position: absolute;
    width: 100px;
    background: #fff;
    border: 1px solid #f5f5f5;
    z-index: 2;
 
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    height: 150px;
    overflow: auto;
    display: none;
    right: 17px;
    top: 35px;
}
.canlendarbox-yearBox {
  position: absolute;
    width: 75px;
    background: #fff;
    border: 1px solid #f5f5f5;
    z-index: 2;
 
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
 
    overflow: auto;
    display: none;
    left: 200px;
    text-align: center;
    top: 35px;

}
.canlendarbox-monthItem,canlendarbox-yearItem {
  border-top: 1px solid #f5f5f5;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}
.canlendarbox-monthItem.cur,canlendarbox-yearItem.cur {
  color: #4a97ff;
}

.canlendarbox-monthItem:hover,canlendarbox-yearItem:hover {
  color: #4a97ff;
}





.container{
	padding-top: 10px;
	min-height: 470px;
	/*background: #f5ebd7;*/
	    background: #f5f5f5;
}
.container .wrapper{
    width:942px;
}

.container .courses{
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}
.container .courses .title{
	/*background: #f5ebd7;*/
	height: 48px;
	margin-bottom: 20px;
}
.container .courses .title h4{
	width: 176px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #333;
	border-top: 3px solid #ffaa24;
	text-align: center;
	background: url(../img/icon_xz.png) 6px top no-repeat #fff;
}

.container .courses .nav{
	position: absolute;
	right:30px;
	top: 8px;
}
.container .courses .nav li{
	position: relative;	
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: -30px;
	font-size: 15px;
	color: #333;
	cursor: pointer;
}
.container .courses .nav li .leftMark{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 40px;
	background: url(../img/icon_mark.png) 0 0 no-repeat;
}
.container .courses .nav li .rightMark{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 40px;
	background: url(../img/icon_mark.png) -60px 0 no-repeat;
}
.container .courses .nav li span{
	position: relative;
	float: left;
	margin: 0 44px;
	background: #c4d6fe;
	z-index: 20;
}
.container .courses .nav .active{
	position: relative;
	z-index: 10;
}
.container .courses .nav .active .leftMark{
	background-position: -120px 0;
}
.container .courses .nav .active .rightMark{
	background-position: -180px 0;
}
.container .courses .nav .active span{
	background: #fff;
}

.container .courses .courseList{
	width:942px;
	margin: 0 auto;
	overflow: hidden;
	
}


.container .courses .courseList .course{
	margin-bottom: 15px;
	display:none;
} 

.container .courseList .course:first-child{
    display:block;
}
.container .courses .course .subTitle{
	height: 38px;
	line-height: 38px;
	border: 1px solid #edefff;
	background: #f0f1ff;
} 
.container .courses .course .subTitle h5{
	float: left;
	margin-left: 28px;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-indent: 22px;
	background: url(../img/icon_book.jpg) left center no-repeat;
}
.container .courses .course .subTitle a{
	float: right;
	width: 92px;
	height: 26px;
	line-height: 26px;
	margin: 6px 10px 0 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #5987ed;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
}
.container .courses .course .subTitle a:hover{
	background: #0d3387;
}
.container .courses .course ul{
	width: 96%;
	margin: 15px auto 0;
	zoom: 1;
}
.container .courses .course ul:after{
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
}  
.container .courses .course ul li{
	float: left;
	width: 33.33%;
	height: 28px;
	line-height: 28px;
}
.container .courses .course ul li a{
	font-size: 14px;
	color: #666;
}
.container .courses .course ul li a:hover{
	color: #ffad2b;
	text-decoration: underline;
}


.nav-container{
    z-index:50;
}


.fixed-sider-item:first-child{

display: none;
}
.search_box_all .search_container .search_box {
  float: left;
  width: 646px;
  height: 40px;
  line-height: 40px;
}

.search_container  .search_phone {
  float: left;
  font-family: 'Arial-BoldMT';
  font-size: 26px;
  line-height: 90px;

}



/*# sourceMappingURL=maps/course.css.map */
