@charset "UTF-8";
/*第一板块*/
.ys_top_one {
  margin-top: 30px;
  height: 308px;
}

.ys_top_one .ys_top_one_left {
  width: 468px;
  height: 308px;
  float: left;
}

.ys_top_one .ys_top_one_left .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 134px;
  cursor: pointer;
}

.ys_top_one .ys_top_one_left .arrow.arrow-left {
  left: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
}

.ys_top_one .ys_top_one_left .arrow.arrow-left:hover {
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.5);
}

.ys_top_one .ys_top_one_left .arrow.arrow-right {
  right: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
}

.ys_top_one .ys_top_one_left .arrow.arrow-right:hover {
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.5);
}

.ys_top_one .ys_top_one_left .slide-list {
  float: left;
}

.ys_top_one .ys_top_one_left .slide-list img {
  width: 468px;
  height: 308px;
}

.ys_top_one .ys_top_one_left .ys-banner-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 16px;
  width: 100%;
  z-index: 2;
}

.ys_top_one .ys_top_one_left .ys-banner-pagination span {
  width: 24px;
  height: 4px;
  border-radius: 0;
  margin-right: 16px;
  background-color: #fff;
  opacity: 0.4;
  display: inline-block;
}

.ys_top_one .ys_top_one_left .ys-banner-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.ys_top_one .ys_top_one_center {
  width: 358px;
  height: 308px;
  float: left;
  padding: 0 30px 0 20px;
  margin-left: 20px;
  background-color: #fff;
}

.ys_top_one .ys_top_one_center a {
  width: 100%;
  display: block;
  transition: all .3s linear;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #555;
  line-height: 14px;
  margin-top: 20px;
}

.ys_top_one .ys_top_one_center a:hover {
  color: #9b0000;
}

.ys_top_one .ys_top_one_center .item {
  font-size: 20px;
  font-weight: bold;
  color: #232323;
  line-height: 22px;
}

.ys_top_one .ys_top_one_center .si {
  margin-top: 30px;
}

.ys_top_one .ys_top_one_right {
  width: 284px;
  height: 308px;
  float: right;
  position: relative;
  background-color: #fff;
}

.ys_top_one .ys_top_one_right em {
  font-style: normal;
}

.ys_top_one .ys_top_one_right .timeb {
  padding-top: 12px;
}

.ys_top_one .ys_top_one_right .timeb p {
  float: left;
  font-size: 12px;
  color: #555;
  margin-left: 18px;
}

.ys_top_one .ys_top_one_right .timeb p em {
  color: #9b0000;
}

.ys_top_one .ys_top_one_right .timeb p b {
  font-weight: normal;
  color: #9b0000;
}

.ys_top_one .ky_top_one_right .timeb{
  padding-left: 20px;
}

.ys_top_one .ky_top_one_right .timeb .data-show-box{
  color: #f00;
}

.ys_top_one .ys_top_one_right .kstx {
  width: 31px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 16px;
  background: url(/yaxuw/img/ielts_img2.png) no-repeat;
}

.ys_top_one .ys_top_one_right .timet {
  position: relative;
  margin-top: 12px;
}

.ys_top_one .ky_top_one_right .timet .mon{
  line-height: 32px;
  margin-left: 10px;
}

.ys_top_one .ys_top_one_right .timet .nian {
  position: absolute;
  left: 146px;
  top: 9px;
  font-size: 14px;
  color: #555;
  line-height: 14px;
}

.ys_top_one .ys_top_one_right .yearmy {
  width: 68px;
  height: 30px;
  float: left;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  display: block;
  margin-left: 71px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
}

.ys_top_one .ys_top_one_right .month {
  width: 52px;
  height: 30px;
  float: left;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  display: block;
  margin-left: 50px;
  border-radius: 3px;
  line-height: 30px;
  position: relative;
  font-size: 13px;
  text-indent: 10px;
  color: #232323;
}

.ys_top_one .ys_top_one_right .month:before {
  position: absolute;
  content: '月';
  font-size: 13px;
  color: #232323;
  right: -20px;
  top: 0;
}

.ys_top_one .ys_top_one_right .month:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 6px;
  right: 5px;
  top: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZBNEU4MTQyRThGMjExRUE5QjM2QjgwRUEzOTk0Rjk3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZBNEU4MTQzRThGMjExRUE5QjM2QjgwRUEzOTk0Rjk3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkE0RTgxNDBFOEYyMTFFQTlCMzZCODBFQTM5OTRGOTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkE0RTgxNDFFOEYyMTFFQTlCMzZCODBFQTM5OTRGOTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz60JA45AAAAaElEQVR42mJcunTpXgYGBicg/gnE7Ayo4AcQcwDxPiYg4QvEO7Ao+gpVBJLzBSn8BsT+QLwOquAXEH8AYm4gXguV+8aEJBkGxAuAmA2IBaDscKgcAwuSVX+BOAmIP0P5+UD8HyYJEGAAbvkWV9uKnlwAAAAASUVORK5CYII=) no-repeat;
}

.ys_top_one .ys_top_one_right .month .mons {
  background: white;
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 137px;
  border: 1px solid #f0f0f0;
  right: 0px;
  top: 30px;
  display: none;
  overflow-y: auto;
}

.ys_top_one .ys_top_one_right .month .mons a {
  display: block;
}

.ys_top_one .ys_top_one_right .qzmk {
  width: 244px;
  height: 32px;
  display: block;
  border-radius: 5px;
  margin: 12px auto 0;
  font-size: 14px;
  color: #9b0000;
  text-align: center;
  line-height: 32px;
  background-color: #f5f9ff;
  transition: all .3s linear;
}

.ys_top_one .ys_top_one_right .qzmk:hover {
  background-color: #9b0000;
  color: #fff;
}

.ys_top_one .ys_top_one_right h6 {
  font-size: 13px;
  font-weight: bold;
  color: #232323;
  border-left: 4px solid #9b0000;
  padding-left: 16px;
  margin-top: 10px;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj {
  margin: 20px 20px 0;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj li {
  width: 60px;
  height: 60px;
  float: left;
  cursor: pointer;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj li a {
  display: block;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj li span {
  width: 40px;
  height: 33px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj li p {
  font-size: 12px;
  color: #555;
  text-align: center;
  line-height: 12px;
  margin-top: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj li:hover p {
  color: #9b0000;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .yi span {
  background: url(/yaxuw/img/ielts_bkicon1.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .yi:hover span {
  background: url(/yaxuw/img/ielts_bkicon1h.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .er span {
  background: url(/yaxuw/img/ielts_bkicon2.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .er:hover span {
  background: url(/yaxuw/img/ielts_bkicon2h.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .san span {
  background: url(/yaxuw/img/ielts_bkicon3.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .san:hover span {
  background: url(/yaxuw/img/ielts_bkicon3h.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .si{
  border-right: 0;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .si span {
  background: url(/yaxuw/img/ielts_bkicon4.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .si:hover span {
  background: url(/yaxuw/img/ielts_bkicon4h.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .wu {
  border-bottom: 0;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .wu span {
  margin-top: 10px;
  background: url(/yaxuw/img/ielts_bkicon5.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .wu:hover span {
  background: url(/yaxuw/img/ielts_bkicon5h.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .liu {
  border-bottom: 0;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .liu span {
  margin-top: 10px;
  background: url(/yaxuw/img/ielts_bkicon6.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .liu:hover span {
  background: url(/yaxuw/img/ielts_bkicon6h.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .qi {
  border-bottom: 0;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .qi span {
  margin-top: 10px;
  background: url(/yaxuw/img/ielts_bkicon7.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .qi:hover span {
  background: url(/yaxuw/img/ielts_bkicon7h.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .ba {
  border-bottom: 0;
  border-right: 0;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .ba span {
  margin-top: 10px;
  background: url(/yaxuw/img/ielts_bkicon8.png) no-repeat;
}

.ys_top_one .ys_top_one_right .ys_top_one_right_bkgj .ba:hover span {
  background: url(/yaxuw/img/ielts_bkicon8h.png) no-repeat;
}

.mons::-webkit-scrollbar {
  width: 3px;
}

.mons::-webkit-scrollbar-thumb {
  background-color: #9b0000;
}

.ys_top_one .ys_top_one_right .jiangt_ky{
  width: 244px;
  margin: 10px auto 0;
}

.ys_top_one .ys_top_one_right .jiangt_ky img{
  width: 244px;
  height: 120px;
}

.ys_top_one .ys_top_one_right .jiangt_ky p{
  height: 24px;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  padding: 0 10px;
  transition: all .3s linear;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*第二板块*/
.ys_top_two {
  height: 216px;
  margin-top: 30px;
}

.ys_top_two .ys_top_two_left {
  width: 896px;
  height: 216px;
  float: left;
  background-color: #fff;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_kc {
  width: 378px;
  float: left;
  margin-left: 20px;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_kc li {
  height: 30px;
  margin-top: 20px;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_kc li span {
  width: 60px;
  height: 30px;
  float: left;
  position: relative;
  margin-right: 40px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background-color: #9b0000;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_kc li span::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 10px;
  background: url(/yaxuw/img/ielts_two_icon4.png) no-repeat;
  top: 10px;
  right: -30px;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_kc li a {
  width: 127px;
  height: 28px;
  border: 1px solid #f5f9ff;
  display: block;
  float: left;
  font-size: 14px;
  color: #9b0000;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #f5f9ff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.ys_top_two .ys_top_two_left .ky_top_two_left_kc li:nth-child(1) a{
  width: 80px;
}

.ys_top_two .ys_top_two_left .ky_top_two_left_kc li:nth-child(2) a{
  width: 80px;
}

.ys_top_two .ys_top_two_left .ky_top_two_left_kc li:nth-child(3) a{
  width: 57px;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_kc li a:hover {
  border: 1px solid #9b0000;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb {
  float: right;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb li {
  width: 146px;
  height: 176px;
  margin-top: 20px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb li span {
  width: 60px;
  height: 60px;
  display: block;
  margin: 16px auto 0;
  border-radius: 50%;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb li p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  color: #232323;
  margin-top: 12px;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb li .go {
  width: 78px;
  height: 34px;
  display: block;
  border-radius: 18px;
  margin: 16px auto 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 15px;
  text-align: center;
  line-height: 34px;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb li .go:hover {
  color: #fff;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .yi {
  background-color: #fff2f2;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .yi span {
  background-color: #ff5d54;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .yi .go {
  border: 1px solid #ff5d54;
  background-color: #fff2f2;
  color: #ff5d54;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .yi .go:hover {
  background-color: #ff5d54;
  box-shadow: 0px 3px 9px 0px rgba(218, 32, 21, 0.3);
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .er {
  background-color: #e3f3ff;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .er span {
  background-color: #1d92ff;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .er .go {
  border: 1px solid #1d92ff;
  background-color: #e3f3ff;
  color: #1d92ff;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .er .go:hover {
  background-color: #1d92ff;
  box-shadow: 0px 3px 9px 0px rgba(28, 130, 225, 0.3);
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .san {
  background-color: #fff9ed;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .san span {
  background-color: #ffbe56;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .san .go {
  border: 1px solid #ffbe56;
  background-color: #fff9ed;
  color: #ffbe56;
}

.ys_top_two .ys_top_two_left .ys_top_two_left_xb .san .go:hover {
  background-color: #ffbe56;
  box-shadow: 0px 3px 9px 0px rgba(224, 136, 4, 0.3);
}

.ys_top_two .ys_top_two_right {
  width: 284px;
  height: 216px;
  float: right;
  background-color: #fff;
}

.ys_top_two .ys_top_two_right h6 {
  font-size: 13px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 15px;
  padding-left: 16px;
  border-left: 4px solid #9b0000;
}

.ys_top_two .ys_top_two_right .mkcs {
  height: 32px;
  margin-top: 20px;
  margin-left: 20px;
}

.ys_top_two .ys_top_two_right .mkcs span {
  float: left;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 32px;
}

.ys_top_two .ys_top_two_right .mkcs input {
  width: 200px;
  height: 30px;
  border-radius: 5px;
  border: 0;
  background-color: #f5f9ff;
  outline: none;
  text-indent: 10px;
}

.ys_top_two .ys_top_two_right .submit {
  width: 244px;
  height: 36px;
  display: block;
  margin: 20px auto 0;
  border-radius: 5px;
  background-color: #9b0000;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.ys_top_two .ys_top_two_right .submit:hover{
  background-color: #4a97ff;
}

.ys_top_two .ky_top_two_right .mkcs{
  margin-top: 10px;
}

.ys_top_two .ky_top_two_right .danxuan{
  margin-left: 20px;
  margin-top: 15px;
}

.ys_top_two .ky_top_two_right .submit{
  margin-top: 15px;
}

/*第三板块*/
.ys_top_three {
  margin-top: 40px;
  position: relative;
}

.ys_top_three .top_title {
  height: 48px;
}

.ys_top_three .top_title h3 {
  margin-top: 0;
}

.ys_top_three .navbar {
  position: absolute;
  left: 176px;
  top: 8px;
}

.ky_top_three .navbar {
  left: 128px;
}

.ys_top_three .navbar .item {
  float: left;
  margin-right: 36px;
  font-size: 16px;
  color: #232323;
  line-height: 16px;
  cursor: pointer;
}

.ys_top_three .navbar .active {
  color: #9b0000;
  position: relative;
}

.ys_top_three .navbar .active::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  left: 50%;
  margin-left: -16px;
  bottom: -10px;
  background-color: #9b0000;
}

.ys_top_three .course_content {
  display: none;
}

.ys_top_three .course_content .course_list {
  height: 378px;
  position: relative;
}

.ys_top_three .course_content .course_list .arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 176px;
  z-index: 2;
}

.ys_top_three .course_content .course_list .arrow.arrow-left {
  left: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
  background-size: 8px 14px;
}

.ys_top_three .course_content .course_list .arrow.arrow-left:hover {
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 8px 14px;
}

.ys_top_three .course_content .course_list .arrow.arrow-right {
  right: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
  background-size: 8px 14px;
}

.ys_top_three .course_content .course_list .arrow.arrow-right:hover {
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 8px 14px;
}

.ys_top_three .course_content .course_list .slide-list {
  width: 300px;
  height: 378px;
  float: left;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text {
  width: 286px;
  height: 353px;
  padding-top: 15px;
  margin: 10px auto 0;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text img {
  width: 256px;
  height: 148px;
  margin: 0 auto;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text h6{
  width: 226px;
  height: 148px;
  padding: 0 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text h3 {
  font-size: 15px;
  color: #232323;
  line-height: 15px;
  font-weight: normal;
  margin: 15px 0 0 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text span {
  font-size: 12px;
  color: #999;
  margin-left: 17px;
  margin-right: 17px;
  padding-left: 18px;
  line-height: 14px;
  display: block;
  margin-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text span.course_xq {
  background: url(/yaxuw/img/top_four_icon1.png) left center no-repeat;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text span.course_time {
  background: url(/yaxuw/img/top_four_icon2.png) left center no-repeat;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text p {
  margin-left: 15px;
  font-size: 12px;
  color: #f22121;
  line-height: 20px;
  margin-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text p b {
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text a {
  width: 108px;
  height: 38px;
  float: left;
  border-radius: 20px;
  margin: 20px 16px 0 15px;
  border: 1px solid #3259e4;
  font-size: 14px;
  color: #3259e4;
  text-align: center;
  line-height: 38px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text a:nth-last-child(1) {
  color: #fff;
  background-color: #3259e4;
  box-shadow: 0px 5px 10px rgba(28, 130, 225, 0.3);
}

.ys_top_three .course_content .course_list .slide-list .course_content_text a:hover {
  color: #fff;
  background-color: #3259e4;
  margin-top: 15px;
}

.ys_top_three .course_content .course_list .slide-list .course_content_text:hover {
  margin: 0 auto;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.ys_top_three .show {
  display: block;
}

/*第四版块*/
.ys_top_four {
  margin-top: 40px;
}

.ys_top_four .top_title {
  height: 44px;
}

.ys_top_four .top_title h3 {
  margin-top: 0;
}

.ys_top_four .ys_top_four_left {
  width: 285px;
  height: 432px;
  float: left;
  position: relative;
}

.ys_top_four .ys_top_four_left span {
  top: 156px;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
}

.ys_top_four .ys_top_four_left a {
  width: 158px;
  height: 38px;
  display: block;
  border-radius: 20px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 50px;
  left: 62px;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  transition: all .3s linear;
}

.ys_top_four .ys_top_four_left a:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.ys_top_four .ys_top_four_right {
  width: 915px;
  float: right;
}

.ys_top_four .ys_top_four_right li {
  width: 285px;
  height: 206px;
  float: left;
  margin-left: 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.ys_top_four .ys_top_four_right li span{
  width: 285px;
  height: 166px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.ys_top_four .ys_top_four_right li .ys_play_img {
  width: 285px;
  height: 166px;
  
}

.ys_top_four .ys_top_four_right li .ys_four_paly {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 63px;
  left: 123px;
  display: none;
}

.ys_top_four .ys_top_four_right li p {
  height: 40px;
  font-size: 14px;
  color: #555;
  line-height: 40px;
  padding: 0 10px 0 40px;
  background: url(/yaxuw/img/ielts_two_icon6.png) 10px center no-repeat;
  transition: all .3s linear;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ys_top_four .ys_top_four_right li:hover .ys_four_paly {
  display: block;
}

.ys_top_four .ys_top_four_right li:hover p {
  color: #9b0000;
  background: url(/yaxuw/img/ielts_two_icon6h.png) 10px center no-repeat;
}

.ys_top_four .ys_top_four_right li:nth-last-child(4) {
  margin-bottom: 20px;
}

.ys_top_four .ys_top_four_right li:nth-last-child(5) {
  margin-bottom: 20px;
}

.ys_top_four .ys_top_four_right li:nth-last-child(6) {
  margin-bottom: 20px;
}

/*第五版块*/
.ys_top_five {
  margin-top: 40px;
}

.ys_top_five .top_title {
  height: 44px;
}

.ys_top_five .top_title h3 {
  margin-top: 0;
}

.ys_top_five .top_title span{
    float: left;
    font-size: 16px;
    color: #232323;
    line-height: 16px;
    margin-left: 80px;
    margin-top: 9px;
}

#ys_teacher {
  height: 350px;
}

#ys_teacher .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 115px;
  cursor: pointer;
}

#ys_teacher .arrow.arrow-left {
  left: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
}

#ys_teacher .arrow.arrow-left:hover {
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.5);
}

#ys_teacher .arrow.arrow-right {
  right: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
}

#ys_teacher .arrow.arrow-right:hover {
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.5);
}

#ys_teacher .slide-list {
  width: 240px;
  height: 343px;
  float: left;
}

#ys_teacher .slide-list .ys_teacher_list {
  width: 222px;
  margin: 0 auto;
}

#ys_teacher .slide-list .ys_teacher_list a:first-child{
  width: 222px;
  height: 222px;
  display: block;
  padding-top: 10px;
  background: url(/yaxuw/img/ys_jsbg.jpg) no-repeat;
}

#ys_teacher .slide-list .ys_teacher_list img {
  width: 222px;
}

#ys_teacher .slide-list .ys_teacher_list span {
  display: block;
  font-size: 15px;
  color: #232323;
  text-align: center;
  line-height: 15px;
  margin-top: 10px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#ys_teacher .slide-list .ys_teacher_list p {
  display: block;
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 14px;
  margin-top: 10px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#ys_teacher .slide-list .ys_teacher_list .shiting {
  width: 88px;
  height: 34px;
  display: block;
  float: left;
  border-radius: 18px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  color: #3259e4;
  border: 1px solid #3259e4;
  margin-left: 10px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#ys_teacher .slide-list .ys_teacher_list a:nth-last-child(1) {
  margin-left: 24px;
  color: #fff;
  background-color: #3259e4;
  box-shadow: 0px 3px 8px rgba(28, 130, 225, 0.3);
}

#ys_teacher .slide-list .ys_teacher_list a:hover {
  color: #fff;
  background-color: #3259e4;
}

#ys_teacher .slide-list .ys_teacher_list:hover span,
#ys_teacher .slide-list .ys_teacher_list:hover p {
  color: #9b0000;
}

/*第六版块*/
.ys_top_six {
  margin-top: 40px;
}

.ys_top_six .top_title {
  height: 44px;
}

.ys_top_six .top_title h3 {
  margin-top: 0;
}

.ys_top_six .ys_beikao {
  
}

.ys_top_six .ys_bk_contion {
  width: 286px;
  float: left;
  margin-right: 18px;
  margin-bottom: 30px;
}

.ys_top_six .ys_bk_contion h6 {
  font-size: 16px;
  line-height: 16px;
  color: #232323;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #9b0000;
  margin-bottom: 20px;
}

.ys_top_six .ys_bk_list {
  width: 286px;
  height: 352px;
  border-radius: 5px;
  background-color: #fff;
}

.ys_top_six .ys_bk_list .beikao_first {
  width: 286px;
  height: 152px;
  display: block;
  position: relative;
  overflow: hidden;
}

.ys_top_six .ys_bk_list .beikao_first img {
  width: 286px;
  height: 152px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.ys_top_six .ys_bk_list .beikao_first p {
  width: 254px;
  height: 42px;
  padding: 0 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
  color: #fff;
  line-height: 42px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ys_top_six .ys_bk_list .beikao_first:hover img {
  transform: scale(1.1);
}

.ys_top_six .ys_bk_list .beikao_first:hover p {
  background-color: rgba(26, 122, 248, 0.9);
}

.ys_top_six .ys_bk_list .beikao_item {
  width: 254px;
  height: 15px;
  display: block;
  margin-top: 21px;
  font-size: 15px;
  color: #555555;
  line-height: 15px;
  padding-left: 16px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ys_top_six .ys_bk_list .beikao_item:hover {
  color: #9b0000;
}

.ys_top_six .marr0 {
  margin-right: 0;
}

/*第七版块*/
.ys_top_seven {
  height: 544px;
  padding-top: 30px;
  margin-top: 15px;
  background-color: #fff;
}

.ys_top_seven .top_title {
  height: 44px;
}

.ys_top_seven .top_title h3 {
  margin-top: 0;
  margin-left: 20px;
}

.ys_top_seven .top_title span{
    float: left;
    font-size: 16px;
    color: #232323;
    line-height: 16px;
    margin-left: 80px;
    margin-top: 9px;
}

.ys_top_seven .ys_jc_top {
  margin-left: 20px;
}

.ys_top_seven .ys_jc_top li {
  width: 212px;
  height: 298px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.ys_top_seven .ys_jc_top li img {
  width: 184px;
  height: 240px;
  margin: 19px auto 0;
}

.ys_top_seven .ys_jc_top li p {
  font-size: 16px;
  color: #232323;
  text-align: center;
  line-height: 16px;
  margin-top: 10px;
  padding: 0 10px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ys_top_seven .ys_jc_top li:hover {
  box-shadow: 0px 3px 9px 0px rgba(15, 16, 16, 0.08);
}

.ys_top_seven .ys_jc_top li:hover p {
  color: #9b0000;
}

#ys_jiaocai {
  width: 1160px;
  height: 140px;
  margin: 30px auto 0;
}

#ys_jiaocai::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 140px;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}

#ys_jiaocai::after {
  position: absolute;
  content: '';
  width: 42px;
  height: 140px;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 2;
}

#ys_jiaocai .swiper-wrapper {
  width: 1066px;
  padding-left: 40px;
  padding-right: 56px;
}

#ys_jiaocai .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: 52px;
  cursor: pointer;
}

#ys_jiaocai .arrow.arrow-left {
  left: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
}

#ys_jiaocai .arrow.arrow-left:hover {
  background: url(/yaxuw/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.5);
}

#ys_jiaocai .arrow.arrow-right {
  right: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
}

#ys_jiaocai .arrow.arrow-right:hover {
  background: url(/yaxuw/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.5);
}

#ys_jiaocai .slide-list {
  width: 102px;
  height: 140px;
  float: left;
  margin-left: 16px;
}

#ys_jiaocai .slide-list img {
  width: 102px;
  height: 140px;
}

/*底部*/
.top_footer{
  margin-top: 50px;
}