#wp {
  width: auto;
  margin-top: 0;
}
.wrapper {
  margin: 0 auto;
  width: 1060px;
}
.main {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item_course p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.item_course p span {
  font-size: 14px;
  display: block;
  font-weight: 700;
}
.item_course {
  width: 334px;
  height: 130px;
  padding: 40px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  display: inline-block;
  margin-right: 30px;
}
.hm_box {
  margin: 30px auto;
}
.hm_box .item_course:last-child {
  margin-right: 0;
}
.bg_blue {
  background: linear-gradient(#3f98ff 0%, #7db9ff 100%);
}
.bg_orange {
  background: linear-gradient(#ff7e3f 0%, #ff9561 100%);
}
.bg_purple {
  background: linear-gradient(#903fff 0%, #ab6eff 100%);
}
.ask-wrap {
  margin-top: 30px;
}
.ask-wrap-left {
  width: 728px;
  float: left;
  background-color: #fff;
}
.ask-wrap-right {
  margin-top: 0px;
  width: 300px;
  margin-left: 16px;
}
.hm_box > ul {
  margin: 30px 0 40px 0;
}
.invitation_num {
  margin: 30px 0;
  color: #333;
  font-size: 14px;
  line-height: 1;
}
.invitation_num span {
  display: inline-block;
  width: 33.33%;
}
.invitation_num span:nth-child(1) {
  text-align: left;
}
.invitation_num span:nth-child(2) {
  text-align: center;
}
.invitation_num span:nth-child(3) {
  text-align: right;
}
.invitation_num i {
  color: #d22222;
  min-width: 35px;
  display: inline-block;
  text-align: center;
}
.hm_main_menu {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.hm_main_menu > a {
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
}
.send_type_tiezi1 {
  float: right;
  background: #d22222;
  width: 130px;
  height: 40px;
  top: 0px;
  line-height: 40px;
}
.send_type1 {
  right: 0px;
}
.send_type_tiezi1:after {
  left: 80px;
  top: 20px;
}
.type_ac {
  color: #d22222;
  font-weight: 700;
}
.hm_banner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* width: 300vw; */
  height: 350px;
  animation: bannerMove 15s infinite;
  overflow: hidden;
}
.hm_banner a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position: center;
}
@keyframes bannerMove {
  0% {
    transform: translateX(0%);
  }
  35% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100vw);
  }
  85% {
    transform: translateX(-100vw);
  }
  99.999% {
    transform: translateX(-200vw);
  }
  100% {
    transform: translateX(100vw);
  }
}
.hm_banner_close {
  position: absolute;
  right: 100px;
  top: 50px;
  margin-left: 568px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 24px;
  font-family: monospace;
  cursor: pointer;
}
.select-link li a.cur {
  color: #d22222;
  font-weight: bold;
  border: 0px;
  background-color: transparent;
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑";
  font-weight: 700;
}
.module-title {
  border-bottom: none;
}

.my-swiper .swiper-slide {
  height: 100%;
  float: left;
  overflow: hidden;
}

.my-swiper .swiper-slide1 a img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.my-swiper font,
.my-swiper .swiper-slide h3 {
  display: none;
}

.my-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-color: #fff;
}
