.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.ctt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ell2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ell3 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body {
  background: #f7f8fa;
}
body .top {
  position: static;
  background: #f6f6fa;
  color: #999;
  border-bottom: none;
}
body .top .inner .top-nav ul li {
    border-color: #999;
}
body .top .inner .top-nav ul li a {
    color: #999;
}
body header {
  position: static;
}
body .breadcrumb {
  padding: 20px 0;
}
body .breadcrumb ul {
  display: flex;
}
body .breadcrumb ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
body .breadcrumb ul li img {
  margin-right: 8px;
}
body .breadcrumb ul li a {
  font-size: 14px;
  color: #999;
}
body .hot .project .course-box {
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
body .hot .project .course-box img {
  width: 335px;
  height: 188px;
}
body .hot .project .course-box p {
  font-size: 16px;
  color: #000;
  padding: 18px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .hot .project .course-box .course-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px 20px;
}
body .hot .project .course-box .course-b a:first-child {
  width: 86px;
  height: 30px;
  background: #e02727;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
body .hot .project .course-box .course-b a:last-child {
  font-size: 14px;
  color: #e02727;
}
body .yuzhong {
  margin-bottom: 40px;
}
body .yuzhong ul {
  display: flex;
  justify-content: space-between;
}
body .yuzhong ul li a {
  width: 335px;
  height: 188px;
  overflow: hidden;
  border-radius: 6px;
}
body .ielts,
body .toefl {
  margin-bottom: 20px;
}
body .ielts ul,
body .toefl ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .ielts ul li,
body .toefl ul li {
  width: 335px;
  height: 188px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
body .ielts ul li a,
body .toefl ul li a {
  width: 335px;
  height: 188px;
  overflow: hidden;
  color: #fff;
}
body .ielts ul li .txt,
body .toefl ul li .txt {
  width: 100%;
  height: 100%;
  background: rgba(18, 30, 53, 0.8);
  position: absolute;
  top: 140px;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: top 0.5s;
  font-size: 16px;
  color: #fff;
}
body .ielts ul li .txt h4,
body .toefl ul li .txt h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
body .ielts ul li .txt p,
body .toefl ul li .txt p {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
}
body .ielts ul li:hover .txt,
body .toefl ul li:hover .txt {
  top: 0;
}
body .ielts ul li:hover .txt h4,
body .toefl ul li:hover .txt h4 {
  padding-top: 15px;
}
body .zixun {
  margin-bottom: 40px;
}
body .zixun .inner > ul {
  display: flex;
  justify-content: space-between;
}
body .zixun .inner > ul > li {
  width: 453px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
}
body .zixun .inner > ul > li strong {
  display: block;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
body .zixun .inner > ul > li .pic {
  width: 413px;
  height: 232px;
  overflow: hidden;
  margin: 15px 0 25px;
}
body .zixun .inner > ul > li ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  background: url("../img/index/arrow.png") 0 50% no-repeat;
  margin-bottom: 18px;
}
body .zixun .inner > ul > li ul li a {
  width: 310px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .zixun .inner > ul > li ul li span {
  font-size: 14px;
  color: #999;
}
body .zixun .inner > ul > li ul li:last-child {
  margin-bottom: 0;
}
body .yimin {
  margin-bottom: 20px;
}
body .yimin ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .yimin ul li {
  width: 690px;
  height: 310px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
body .yimin ul li:hover a img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}
body .yimin ul li a {
  width: 690px;
  height: 310px;
  overflow: hidden;
}
body .yimin ul li a img {
  transition: all 0.6s;
  -ms-transition: all 0.6s;
}
body .yimin ul li .txt {
  width: 100%;
  height: 76px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 16px 24px;
  box-sizing: border-box;
  transition: top 0.5s;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
body .yimin ul li .txt .txt-l h5 {
  font-size: 20px;
  margin-bottom: 2px;
}
body .yimin ul li .txt .txt-l p {
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px;
}
body .yimin ul li .txt .txt-r {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
body .yimin ul li .txt .txt-r strong {
  font-size: 28px;
  font-weight: bold;
}
body .yimin ul li .txt .txt-r strong i {
  font-size: 14px;
  font-weight: normal;
}
body .anli {
  margin-bottom: 40px;
}
body .anli .inner > ul {
  background: #fff;
  border-radius: 6px;
  padding: 0 24px;
}
body .anli .inner > ul > li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #E8E8E8;
}
body .anli .inner > ul > li .pic {
  width: 200px;
  height: 150px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 24px;
}
body .anli .inner > ul > li .txt {
  width: 1120px;
}
body .anli .inner > ul > li .txt h5 {
  font-weight: bold;
}
body .anli .inner > ul > li .txt h5 a {
  font-size: 18px;
  color: #222;
}
body .anli .inner > ul > li .txt h5 a:hover {
  color: #e02727;
}
body .anli .inner > ul > li .txt ul {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}
body .anli .inner > ul > li .txt ul li {
  font-size: 14px;
  color: #666;
  margin-right: 40px;
}
body .anli .inner > ul > li .txt p {
  line-height: 26px;
}
body .anli .inner > ul > li .txt p a {
  font-size: 14px;
  color: #666;
}
body .anli .inner > ul > li .txt p a:hover {
  color: #e02727;
}
body .anli .inner > ul > li:last-child {
  border-bottom: none;
}
body .flex-box {
  margin-bottom: 40px;
}
body .flex-box .inner {
  display: flex;
  justify-content: space-between;
}
body .flex-box .inner .qa {
  width: 690px;
}
body .flex-box .inner .qa ul {
  background: #fff;
  border-radius: 6px;
  padding: 0 24px;
  box-sizing: border-box;
}
body .flex-box .inner .qa ul li {
  padding: 16px 0;
  border-bottom: 1px solid #E8E8E8;
}
body .flex-box .inner .qa ul li dl i {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin-right: 12px;
  margin-top: 2px;
}
body .flex-box .inner .qa ul li dl dt {
  display: flex;
  margin-bottom: 10px;
}
body .flex-box .inner .qa ul li dl dt i {
  background: #e02727;
}
body .flex-box .inner .qa ul li dl dt h5 {
  width: 604px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .flex-box .inner .qa ul li dl dt h5 a {
  font-size: 14;
  color: #000;
  font-weight: bold;
}
body .flex-box .inner .qa ul li dl dt h5 a:hover {
  color: #e02727;
}
body .flex-box .inner .qa ul li dl dd {
  display: flex;
}
body .flex-box .inner .qa ul li dl dd i {
  background: #e02727;
}
body .flex-box .inner .qa ul li dl dd p {
  width: 604px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 18px;
}
body .flex-box .inner .qa ul li dl dd p a {
  font-size: 14;
  color: #666;
}
body .flex-box .inner .qa ul li dl dd p a:hover {
  color: #e02727;
}
body .flex-box .inner .qa ul li:last-child {
  border-bottom: none;
}
body .flex-box .inner .gonglue {
  width: 690px;
}
body .flex-box .inner .gonglue ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .flex-box .inner .gonglue ul li {
  width: 335px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  height: 286px;
}
body .flex-box .inner .gonglue ul li > a {
  display: block;
  width: 315px;
  height: 188px;
  border-radius: 6px;
  overflow: hidden;
}
body .flex-box .inner .gonglue ul li p {
  line-height: 28px;
  padding: 12px 9px 10px;
}
body .flex-box .inner .gonglue ul li p a {
  font-size: 16px;
  color: #000;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .flex-box .inner .gonglue ul li p a:hover {
  color: #e02727;
}
body .flex-box .inner .gonglue ul li:nth-of-type(3),
body .flex-box .inner .gonglue ul li:nth-of-type(4) {
  margin-bottom: 0;
}
.layui-carousel-ind{
    right: 20px;
    text-align: right!important;
}
/*# sourceMappingURL=yypx.css.map */