.home .about_1 {
  width: 120rem;
  margin: auto;
  overflow: hidden;
  padding: 9rem 0;
  display: flex;
}
.home .about_1 .about_1_l {
  width: 75rem;
  height: 39.8rem;
}
.home .about_1 .about_1_r {
  width: 45rem;
  height: 39.8rem;
  padding-left: 4.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .about_1 .about_1_r .about_1_r_1 {
  margin-top: 3rem;
  font-weight: bold;
}
.home .about_1 .about_1_r .about_1_r_2 {
  margin-top: 2.2rem;
  line-height: 2.3rem;
  color: #666;
  padding-right: 4.5rem;
}
.home .home_container {
  width: 100%;
  height: 52.5rem;
  background-image: url("../image/homeImg/homeTest.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.home .home_container .home_center {
  width: 111rem;
  margin: 0 auto;
  height: 52.5rem;
  padding-top: 17.3rem;
}
.home .home_container .home_center .home_text h4 {
  font-weight: bold;
}
.home .home_container .home_center .home_text p {
  width: 37.5rem;
  margin: 2.2rem 0;
  line-height: 2.3rem;
}
.home .home_container .home_center .home_text span {
  display: block;
  width: 11.2rem;
  border-radius: 2rem;
  border: 1px solid #224da0;
  text-align: center;
  line-height: 3.9rem;
  color: #224da0;
  cursor: pointer;
}
.home .home_container .home_center .home_text span a {
  color: #224da0;
}
.home .home_zypt .ljxq:hover {
  transition: all 0.4s;
  background: #224da0;
}
.home .home_zypt .ljxq:hover a {
  transition: all 0.4s;
  color: #fff !important;
}
.home .home_course {
  background-image: url("../image/homeImg/homeCourse.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.home .home_course .home_text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}
.home .home_course .home_text h4 {
  padding-right: 24rem;
  font-weight: bold;
}
.home .home_course .home_text .home_buttonRight {
  margin-right: 26rem;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.home .home_course .home_text .home_buttonRight a {
  color: #fff !important;
}
.home .home_course .home_text .home_buttonRight:hover {
  transition: all 0.4s;
  background: #fff;
}
.home .home_course .home_text .home_buttonRight:hover a {
  transition: all 0.4s;
  color: #224da0 !important;
}
.home .home_test {
  background-image: url("../image/homeImg/homePlatform.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.home .home_test .ljxq:hover {
  transition: all 0.4s;
  background: #224da0;
}
.home .home_test .ljxq:hover a {
  transition: all 0.4s;
  color: #fff !important;
}
.home .home_Ds {
  background-image: url("../image/homeImg/homeDs.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.home .home_Ds .home_text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}
.home .home_Ds .home_text h4 {
  padding-right: 21.3rem;
  font-weight: bold;
}
.home .home_Ds .home_text .home_buttonRight {
  margin-right: 26rem;
  color: #fff !important;
  border-color: #fff !important;
  background: transparent;
}
.home .home_Ds .home_text .home_buttonRight a {
  color: #fff !important;
}
.home .home_Ds .home_text .home_buttonRight:hover {
  transition: all 0.4s;
  border-color: #fff;
  background: #fff;
}
.home .home_Ds .home_text .home_buttonRight:hover a {
  transition: all 0.4s;
  border-color: #224da0;
  color: #224da0 !important;
}
.home .home_partners h4 {
  padding-top: 8.9rem;
  text-align: center;
}
.home .home_partners .home_cooperation {
  display: flex;
  justify-content: center;
  padding: 3rem 0 0.8rem 0;
  font-weight: 500;
  cursor: pointer;
}
.home .home_partners .home_cooperation .home_cooperationActive {
  color: #224da0;
  font-weight: bold;
}
.home .home_partners .home_cooperation .home_cooperpaddinglR {
  padding: 0 4.5rem;
}
.home .home_partners .home_partnersConetent {
  width: 114.6rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 9rem;
}
.home .home_partners .home_partnersConetent div {
  width: 27rem;
  height: 9rem;
  margin-top: 2.2rem;
}
.home .home_partners .home_partnersConetent div img {
  width: 100%;
}
.home .home_partners #homeActive2,
.home .home_partners #homeActive3 {
  display: none;
}
