.banner {
  position: relative;
  width: 100%;
}
.banner .swiper-slide {
  width: 100%;
  height: auto;
}
.banner .swiper-slide .swiper_img{
  width: 100%;
  height: auto;
}
.banner .mask {
  display: flex;
  align-items: center;
  width: 100%;
  height: 12vh;
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.banner .mask .mask_content {
  display: flex;
}
.banner .mask .mask_content .mask_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 254px;
  height: 86px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.banner .mask .mask_content .mask_item .number {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
.banner .mask .mask_content .mask_item .number .unit {
  position: absolute;
  font-size: 12px;
  top: -7px;
  right: -18px;
}
.banner .mask .mask_content .mask_item .mini_font {
  font-size: 12px;
}
.banner .mask .mask_content .mask_item .advantage {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}
.banner .mask .mask_content .mask_item .advantage_mini {
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.banner .mask .mask_content .mask_item .advantage_mini::after {
  content: "";
  width: 104px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -16px;
  background-color: #fff;
}
.main .main1 {
  margin-top: 58px;
  margin-bottom: 50px;
}
.main .main1 .header {
  margin-bottom: 80px;
}
.main .main1 .header .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main .main1 .header .title h3 {
  font-size: 20px;
  color: #333;
  position: relative;
}
.main .main1 .header .title h3::before {
  content: "";
  position: absolute;
  left: -68px;
  bottom: -2px;
  width: 54px;
  height: 29px;
  background: url("../images/index/title.png") no-repeat;
  background-size: cover;
}
.main .main1 .header .subtilte {
  text-align: center;
  color: #b3b3b3;
  font-size: 12px;
  margin: 13px 0;
  position: relative;
}
.main .main1 .header .subtilte::after {
  content: "";
  position: absolute;
  width: 152px;
  height: 1px;
  background-color: #b3b3b3;
  left: 50%;
  transform: translate(-50%);
  bottom: -13px;
}
.main .main1 .main1_wrapper {
  display: flex;
  justify-content: space-between;
}
.main .main1 .main1_wrapper .main1_common h3 {
  color: #0234c4;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-left: 29px;
}
.main .main1 .main1_wrapper .main1_common h3::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 27px;
  background-color: #ff3c1c;
  border-radius: 4px;
  left: -29px;
  top: -6px;
}
.main .main1 .main1_wrapper .main1_common .content {
  width: 534px;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
.main .main1 .main1_wrapper .main1_common .content .item {
  width: 165px;
  height: 254px;
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
}
.main .main1 .main1_wrapper .main1_common .content .item img {
  height: 76px;
  width: auto;
}
.main .main1 .main1_wrapper .main1_common .content .item .title {
  color: #fb6826;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 14px 0;
}
.main .main1 .main1_wrapper .main1_common .content .item .introduce {
  line-height: 32px;
  width: 114px;
  color: #666666;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.main .main2 .more {
  text-align: right;
  margin-bottom: 11px;
}
.main .main2 .more a {
  color: #666666;
  font-size: 16px;
}
.main .main2 .main2_wrapper {
  display: flex;
  justify-content: space-between;
}
.main .main2 .main2_wrapper .item {
  height: 319px;
  border: 1px solid #666666;
}
.main .main2 .main2_wrapper .item .img_box {
  width: 378px;
  height: 236px;
  overflow: hidden;
}
.main .main2 .main2_wrapper .item .img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.main .main2 .main2_wrapper .item .item_info {
  padding: 14px 34px;
  height: 83px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.6s;
}
.main .main2 .main2_wrapper .item .item_info .item_title {
  color: #343434;
  font-size: 16px;
  margin-bottom: 10px;
}
.main .main2 .main2_wrapper .item .item_info .price_num {
  display: flex;
  justify-content: space-between;
}
.main .main2 .main2_wrapper .item .item_info .price_num .price {
  color: #ee9a4b;
  font-size: 18px;
  font-weight: bold;
}
.main .main2 .main2_wrapper .item .item_info .price_num .buy_num {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.main .main2 .main2_wrapper .item:hover img {
  transform: scale(1.1);
}
.main .main2 .main2_wrapper .item:hover .item_info {
  background-color: rgba(175, 44, 56, 0.9);
}
.main .main2 .main2_wrapper .item:hover .item_info .item_title {
  color: #fff;
}
.main .main2 .main2_wrapper .item:hover .item_info .price_num .price {
  color: #fff;
}
.main .main2 .main2_wrapper .item:hover .item_info .price_num .buy_num {
  color: #fff;
}
.main .main3 .main3_wrapper {
  display: flex;
  padding-top: 28px;
}
.main .main3 .main3_wrapper .item {
  width: 280px;
  /* height: 460px; */
  /* position: relative; */
  overflow: hidden;
  margin-right: 26px;
}
.main .main3 .main3_wrapper .item .img_box {
    width: 100%;
    height: 460px;
}
.main .main3 .main3_wrapper .item .img_box img {
  width: 100%;
  height: 100%;
}
.main .main3 .main3_wrapper .item .mask {
  background-color: rgba(255, 255, 255, 0.6);
  color: #343434;
  padding-top: 13px;
}
.main .main3 .main3_wrapper .item .mask h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
.main .main3 .main3_wrapper .item .mask p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* .main .main3 .main3_wrapper .item:hover img {
  transform: scale(1.1);
}
.main .main3 .main3_wrapper .item:hover .mask {
  background-color: rgba(175, 44, 56, 0.8);
}
.main .main3 .main3_wrapper .item:hover h2 {
  color: #fff;
}
.main .main3 .main3_wrapper .item:hover p {
  color: #fff;
} */
.main .main4 .main4_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 47px;
  box-sizing: border-box;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img {
  width: 384px;
  height: 192px;
  overflow: hidden;
  position: relative;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img img {
  width: 100%;
  height: 100%;
  transition: all ease 0.6s;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease 0.6s;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask h3 {
  font-size: 22px;
  color: #fefefe;
  opacity: 0;
  text-align: center;
  line-height: 192px;
  transition: all ease 0.6s;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask .line {
  background-color: #fff;
  position: absolute;
  transition: all ease 1s;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask .top {
  width: 0px;
  height: 1px;
  top: 9px;
  left: 9px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask .right {
  width: 1px;
  height: 0px;
  top: 9px;
  right: 11px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask .bottom1 {
  width: 0px;
  height: 1px;
  bottom: 8px;
  left: 9px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask .bottom2 {
  width: 0px;
  height: 1px;
  bottom: 8px;
  right: 11px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask .bottom3 {
  width: 1px;
  height: 0px;
  bottom: 0px;
  right: 50%;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img .main4_mask .left {
  width: 1px;
  height: 0px;
  left: 9px;
  top: 9px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover img {
  transform: scale(1.1);
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask {
  background-color: rgba(0, 0, 0, 0.6);
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask h3 {
  opacity: 1;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask .top {
  width: 363px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask .right {
  height: 175px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask .left {
  height: 175px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask .bottom1,
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask .bottom2 {
  width: 126px;
}
.main .main4 .main4_wrapper .item .img_wrapper .main4_img:hover .main4_mask .bottom3 {
  height: 45px;
}
.main .main4 .main4_wrapper .item .main4_list ul {
  list-style: none;
}
.main .main4 .main4_wrapper .item .main4_list ul .list_item {
  width: 384px;
  line-height: 50px;
  font-size: 14px;
  color: #444444;
  border-bottom: 1px dashed #898989;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .main .main4 .main4_wrapper .item .main4_list ul .list_item span {
  color: #444444;
  font-size: 16px;
} */
.main .main4 .main4_wrapper .item .main4_list ul .list_item:hover {
  color: #af2c38;
}
.main .main5 .main5_wrapper {
  padding-top: 37px;
  display: flex;
  flex-wrap: wrap;
}
.main .main5 .main5_wrapper .item {
  width: 400px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 56px;
}
.main .main5 .main5_wrapper .item img {
  width: 49px;
  height: 49px;
}
.main .main5 .main5_wrapper .item .item_right {
  width: 270px;
  margin-left: 20px;
}
.main .main5 .main5_wrapper .item .item_right h4 {
  color: #666666;
  font-size: 16px;
  position: relative;
}
.main .main5 .main5_wrapper .item .item_right h4::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 1px;
  background-color: #666666;
  left: 0;
  bottom: -20px;
}
.main .main5 .main5_wrapper .item .item_right p {
  color: #999999;
  font-size: 12px;
  margin-top: 36px;
  line-height: 24px;
}
.suspend-box {
  position: fixed;
  right: 6px;
  bottom: 100px;
  width: 86px;
  height: 337px;
  background: #EDEDED;
  z-index: 10;
}
.suspend-box .suspend-content {
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.suspend-box .suspend-content .suspend-item {
  width: 80%;
  height: 25%;
  margin: 0 auto;
  text-align: center;
}
.suspend-box .suspend-content .suspend-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666666;
}
.suspend-box .suspend-content .suspend-item a.item-clock::before {
  background-image: url("../images/popup/clock.png");
}
.suspend-box .suspend-content .suspend-item a.item-consult::before {
  background-image: url("../images/popup/consult.png");
}
.suspend-box .suspend-content .suspend-item a.item-submit::before {
  background-image: url("../images/popup/submit.png");
}
.suspend-box .suspend-content .suspend-item a.item-totop::before {
  background-image: url("../images/popup/toTop.png");
}
.suspend-box .suspend-content .suspend-item a::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  background-color: #E13232;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}

/* 在各大平台的我们 */
.about_us {
    width: 100%;
    font-size: 0;
}
.about_us .module_name {
    width: 1200px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    position: relative;
}
.about_us .module_name::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 10px;
    background-color: #B20017;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
}
.about_us img {
    width: 100%;
    height: auto;
}


/* 学院回访 */
.main7 .main7_wrapper {
    text-align: center;
}

/* 校园看点 */
.main .main6 .main6_wrapper .main6_top {
  display: flex;
  position: relative;
  margin-top: 48px;
}
.main .main6 .main6_wrapper .main6_top .swiper-container {
  height: 453px;
  width: 720px;
}
.main .main6 .main6_wrapper .main6_top .swiper-container .swiper-wrapper .swiper-slide .swiper_img {
  width: 100%;
  height: 100%;
}
.main .main6 .main6_wrapper .main6_top .swiper-container .swiper-wrapper .swiper-slide .swiper_mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 433px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.main .main6 .main6_wrapper .main6_top .swiper-container .swiper-wrapper .swiper-slide .swiper_mask .mask_content {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.main .main6 .main6_wrapper .main6_top .swiper-pagination {
  position: absolute;
  right: 47%;
  bottom: 10px;
  display: flex;
  align-items: flex-end;
}
.main .main6 .main6_wrapper .main6_top .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  border-radius: 0;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  color: #c21b1f;
  opacity: 1;
  background: #ffffff;
  margin-right: 7px;
  line-height: 32px;
}
.main .main6 .main6_wrapper .main6_top .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: #c21b1f;
  width: 50px;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
}
.main .main6 .main6_wrapper .main6_top .top_right {
  height: 453px;
  width: 577px;
  padding-left: 30px;
}
.main .main6 .main6_wrapper .main6_top .top_right .tab_card {
  display: flex;
  position: relative;
}
.main .main6 .main6_wrapper .main6_top .top_right .tab_card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  bottom: -26px;
}
.main .main6 .main6_wrapper .main6_top .top_right .tab_card .item {
  margin-right: 20px;
  font-size: 16px;
  color: #666;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.main .main6 .main6_wrapper .main6_top .top_right .tab_card .item_active {
  color: #c21b1f;
  overflow: inherit;
}
.main .main6 .main6_wrapper .main6_top .top_right .tab_card .item_active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -26px;
  left: 50%;
  border-radius: 2px;
  transform: translateX(-50%);
  background-color: #c21b1f;
}
.main .main6 .main6_wrapper .main6_top .top_right .tab_card .more {
  padding-right: 20px;
}
.main .main6 .main6_wrapper .main6_top .top_right .tab_card .more a {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.main .main6 .main6_wrapper .main6_top .top_right .card .card_header {
  box-sizing: border-box;
  width: 577px;
  min-height: 196px;
  padding: 28px 14px 8px 14px;
  background: #f9f9f9;
  margin-top: 46px;
  display: flex;
  flex-direction: column;
}
.main .main6 .main6_wrapper .main6_top .top_right .card.card1 .card_header p{
  margin-top: 8px;
}

body  .main .main6 .main6_wrapper .main6_top .top_right .card .card_header p{
  margin-top: 26px;
}

.main .main6 .main6_wrapper .main6_top .top_right .card .card_header h2 {
  color: #333;
  font-size: 24px;
  font-weight: normal;
}
.main .main6 .main6_wrapper .main6_top .top_right .card .card_header p {
  /* margin-top: 25px; */
  margin-top: 8px;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 28px;
  /* text-indent: 2em; */
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
.main .main6 .main6_wrapper .main6_top .top_right .card .card_list {
  list-style: none;
  margin-top: 20px;
}
.main .main6 .main6_wrapper .main6_top .top_right .card .card_list li {
  font-size: 40px;
  color: #c21b1f;
  display: flex;
  align-items: center;
}
.main .main6 .main6_wrapper .main6_top .top_right .card .card_list li a {
  font-size: 16px;
  color: #333;
}
.main .main6 .main6_wrapper .main6_top .top_right .card .more {
  /* margin-top: 30px; */
  padding-right: 68px;
  text-align: right;
  font-size: 16px;
}
.main .main6 .main6_wrapper .main6_top .top_right .card .more a {
  color: #c21b1f;
}
.main .main6 .main6_wrapper .main6_top .top_right .card .more a span {
  color: #ccc;
  font-size: 18px;
}
.main .main6 .main6_wrapper .main6_top .top_right .card {
  display: none;
}
.main .main6 .main6_wrapper .main6_top .top_right .card1 {
  display: block;
}