@media (max-width: 992px) {
  .container {
    padding: 0 !important;
  }
  .listView {
    padding: 20px 0 20px 0 !important;
  }
}
.listView {
  padding: 70px 0 120px 0;
}
.listView:nth-child(2n) {
  background: #F5F5FC;
}
.listView .container {
  text-align: center;
}
.listView .container .title .topIcon {
  margin-bottom: 15px;
}
.listView .container .title .centerIcon {
  margin-bottom: 40px;
}
.listView .container .title .bottomIcon {
  margin-bottom: 30px;
}
.listView .container .cont {
  padding: 0 120px;
  color: #666;
}
.listView .container .cont p {
  line-height: 36px;
  font-size: 16px;
}
@media (max-width: 768px) {
  #about .cont {
    padding: 0 10px;
  }
}
#banner .m_swiper_warp_2 {
  height: inherit !important;
  max-height: 400px;
}
#banner .m_swiper_warp_2 ul.m_swiper_imgs li {
  width: 100% !important;
}
#banner .m_swiper_warp_2 ul.m_swiper_imgs li img {
  max-height: 400px;
  
}
#banner .m_swiper_warp_2 ul.m_swiper_imgs:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}
@media (min-width: 992px) {
  #banner {
    margin-top: 86px;
  }
  #banner .m_swiper_warp_1 {
    display: block;
  }
  #banner .m_swiper_warp_2 {
    display: none;
  }
}
@media (max-width: 992px) {
  #banner {
    margin-top: 80px;
  }
  #banner .m_swiper_warp_1 {
    display: none;
  }
  #banner .m_swiper_warp_2 {
    display: block;
  }
}
@media (max-width: 768px) {
  #banner {
    margin-top: 60px;
  }
}
#banner .m_swiper_imgs li {
  opacity: .6;
  z-index: 1;
  transition: opacity .5s linear;
}
#banner .m_swiper_imgs li.current {
  opacity: 1;
  z-index: 2;
}
@media (max-width: 768px) {
  #banner .m_swiper_icon {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #hq_course .container {
    padding: 0;
    width: 1200px;
  }
}
#hq_course .cont {
  padding: 0 15px;
}
#hq_course .cont ul li {
  width: 370px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 5px 1px #ccc;
  margin-bottom: 40px;
}
#hq_course .cont ul li:not(:last-child) {
  margin-right: 29px;
}
#hq_course .cont ul li .imgView {
  position: relative;
}
#hq_course .cont ul li .imgView img {
  width: 370px;
  height: 260px;
}
#hq_course .cont ul li .imgView .tab {
  position: absolute;
  bottom: 20px;
  width: 90px;
  height: 33px;
  line-height: 33px;
  padding-left: 5px;
  color: #fff;
  text-align: left;
  background: url(../image/tabIcon.png) no-repeat 100% 100%;
}
#hq_course .cont ul li .avatar {
  position: relative;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #AFAFAF;
}
#hq_course .cont ul li .avatar img {
  vertical-align: middle;
}
#hq_course .cont ul li .detail {
  margin-top: -20px;
  padding: 0 30px;
}
#hq_course .cont ul li .detail .d_title {
  color: #1a1a1a;
  font-size: 16px;
}
#hq_course .cont ul li .detail .d_cont {
  margin-top: 20px;
  color: #666;
  font-size: 12px !important;
  height: 100px;
}
#hq_course .cont ul li .detail .d_cont p {
  font-size: 14px !important;
  line-height: 24px !important;
}
#hq_course .cont ul li .detailBtn {
  margin-top: 0;
  padding-bottom: 20px;
}
#hq_course .cont ul li .detailBtn a,
#hq_course .cont ul li .detailBtn a:hover {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #FEAA21 !important;
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 992px) {
  #hq_course .cont {
    padding: 0;
  }
  #hq_course ul li {
    float: none !important;
    margin: 0 auto 40px !important;
  }
}
#online_course .cont {
  padding: 0;
}
#online_course .cont .row > div {
  padding: 0;
  position: relative;
  height: 300px;
  margin: 0 auto 10px;
  font-size: 16px;
}
#online_course .cont .row > div a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#online_course .cont .row > div img {
  width: 100%;
  height: 100%;
}
#online_course .cont .row > div .playIcon {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
  background-image: url(../image/playIcon.png);
}
#online_course .cont .row > div .title {
  position: absolute !important;
  bottom: 80px;
  left: 25px;
  color: #fff;
}
#online_course .cont .row > div .price {
  position: absolute !important;
  bottom: 55px;
  left: 25px;
  color: #ffab19;
}
#online_course .cont .row > div .line {
  position: absolute !important;
  bottom: 20px;
  left: 25px;
  width: 44px;
  height: 3px;
  background: #fff;
}
@media (min-width: 992px) {
  #online_course .cont {
    padding: 0;
  }
  #online_course .cont .row {
    text-align: center;
  }
  #online_course .cont .row > div {
    position: relative;
    width: calc(50% - 20px);
  }
  #online_course .cont .row > div:not(:nth-child(2n)) {
    margin-right: 40px;
  }
}
@media (max-width: 992px) {
  #online_course .cont {
    padding: 0;
  }
  #online_course .cont .row > div {
    position: relative;
    text-align: center;
    float: none;
  }
}
