.ho1 {
  width: 1200px;
  margin: 20px auto 0;
  font-size: 0;
}

.ho1 .ho1_swiper {
  display: inline-block;
  vertical-align: top;
  width: 840px;
}

.ho1 .ho1_swiper .ho1_pag span {
  background: #aa9cd9;
  opacity: 1;
}

.ho1 .ho1_swiper .ho1_pag .swiper-pagination-bullet-active {
  background: #ff4761;
}

.ho1 .ho1_img {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.blank_link {
  width: 1200px;
  margin: 12px auto;
  font-size: 14px;
  color: #aaaaaa;
}

.blank_link a:hover {
  color: #ff5a72;
}

.blank_link h1 {
  display: inline-block;
  cursor: pointer;
}

.blank_link h1:hover {
  color: #ff5a72;
}

.testing_item {
  font-size: 0;
  width: 1200px;
  margin: 10px auto 50px;
}

.testing_item .testing_tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.testing_item .testing_tit span, .testing_item .testing_tit a {
  display: inline-block;
}

.testing_item .testing_tit .testing_name {
  font-size: 26px;
  color: #333333;
}

.testing_item .testing_tit .testing_name:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 10px;
  background: #ff5b6f;
}

.testing_item .testing_tit .testing_children {
  margin-left: 80px;
}

.testing_item .testing_tit .testing_children i {
  display: inline-block;
  width: 100px;
  font-style: initial;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #666666;
}

.testing_item .testing_tit .testing_children i:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -12px;
}

.testing_item .testing_tit .testing_children i:hover {
  color: #ff5b6f;
}

.testing_item .testing_tit .testing_children i:hover:after {
  background: #ff5b6f;
}

.testing_item .testing_tit .testing_children .active {
  color: #ff5b6f;
}

.testing_item .testing_tit .testing_children .active:after {
  background: #ff5b6f;
}

.testing_item .testing_tit .testing_more {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}

.testing_item .testing_con {
  margin-top: 30px;
}

.testing_item .testing_con_swiper {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.testing_item .testing_con_swiper .testing_con_pag span {
  background: #aa9cd9;
  opacity: 1;
}

.testing_item .testing_con_swiper .testing_con_pag .swiper-pagination-bullet-active {
  background: #ff4761;
}

.testing_item .testing_con_r {
  display: inline-block;
  vertical-align: top;
}

.testing_item .testing_con_r .testing_con_r_item {
  display: inline-block;
  vertical-align: top;
  width: 420px;
  margin-left: 30px;
}

.testing_item .testing_con_r .testing_con_r_item .testing_con_r_i_tit {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}

.testing_item .testing_con_r .testing_con_r_item .testing_con_r_i_tit:before {
  content: '';
  display: inline-block;
  vertical-align: sub;
  width: 4px;
  height: 20px;
  background: #ff5b6f;
  margin-right: 10px;
  border-radius: 10px;
}

.testing_item .testing_con_r .testing_con_r_item a {
  display: block;
  font-size: 0;
  margin-top: 13px;
}

.testing_item .testing_con_r .testing_con_r_item a img {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  width: 140px;
}

.testing_item .testing_con_r .testing_con_r_item a .testing_des {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  height: 100px;
  position: relative;
  margin-left: 10px;
}

.testing_item .testing_con_r .testing_con_r_item a .testing_des_item {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testing_item .testing_con_r .testing_con_r_item a .testing_des_item:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ff5b6f;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 50%;
}

.testing_item .testing_con_r .testing_con_r_item a:nth-of-type(1) .testing_des_item:before {
  display: none;
}

.testing_item .testing_con_r .testing_con_r_item a:nth-of-type(n+2) .testing_des_item {
  font-size: 16px;
}

.testing_item .testing_con_r .testing_con_r_item a .testing_des_des {
  font-size: 16px;
  color: #666666;
}

.testing_item .testing_con_r .testing_con_r_item a .testing_des_people {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #999999;
}

.testing_item .testing_con_r .testing_con_r_item a:nth-of-type(n+2) .testing_des_item {
  display: inline-block;
  width: 336px;
}

.testing_item .testing_con_r .testing_con_r_item a:nth-of-type(n+2) .testing_des_people2 {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 6px;
}

.testing_item .testing_children_con .testing_con_r_i:nth-of-type(n+2) {
  display: none;
}

.bottom_ad {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.bottom_ad a {
  display: block;
  width: 1200px;
  margin: auto;
}

.bottom_ad a img {
  display: block;
}
/*# sourceMappingURL=home.css.map */