body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei, Microsoft YaHei;";
}

ul {
  padding: 0;
  margin: 0;
}

.box {
  min-width: 1200px;
  background-color: #f4f5f7;
}

.banner {
  background-image: url(../img/bg3-1.png);
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  height: 601px;
}

.banner .content {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.banner .content .left {
  width: 600px;
  min-width: 600px;
  margin: 0 0 0 0;
}

.banner .content .left .c_nav {
  display: flex;
  align-items: center;
  color: #333333;
}

.banner .content .left .c_nav .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  border: 3px solid #ff3366;
  background-color: #fff;
  margin: 0 10px 0 0;
}

.banner .content .left .c_nav .jian_icon {
  padding: 0 10px;
}

.banner .content .english {
  color: #5972BD;
  font-size: 16px;
  margin: 20px 0 0;
}

.banner .content .title {
  margin: 50px 0 0;
  font-size: 52px;
  font-weight: bold;
}

.banner .content .english {
  color: #5972BD;
  font-size: 16px;
  margin: 25px 0 0;
}

.banner .content .detail {
  color: #17348B;
  margin: 25px 0 50px;
  font-size: 18px;
  opacity: 0.6;
  line-height: 32px;
}

.button_box {
  display: flex;
}

.btn1 {
  margin-right: 10px;
  width: 96px;
  height: 21px;
  font-family: "Microsoft YaHei, Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  color: #5d8eff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 166px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 57px 57px 57px 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn2 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  background-color: #165dff;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0 40px;
  display: flex;
  margin-left: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 57px 57px 57px 57px;
}

.course {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.course .title {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
}
.course .detail {
  margin: 41px 0 0;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
}
.course .content .top {
  display: flex;
  justify-content: space-between;
  margin: 68px 0 0;
}
.course .content .top .left {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  padding: 35px 27px;
  background-color: #fff;
  width: 802px;
  box-sizing: border-box;
}
.course .content .top .left .li {
  margin: 12px 0;
  line-height: 34px;
}
.course .content .top .left .li img {
  width: 15px;
  margin: 0 10px 0 0;
}
.course .content .top .right {
  width: 375px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  padding: 35px 27px;
  background-color: #fff;
  box-sizing: border-box;
}
.course .content .top .right .li {
  color: #666;
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
  line-height: 32px;
  align-items: center;
}
.course .content .top .right .li .val {
  color: #333333;
}
.course .content .top .right .sign_up {
  background: #165DFF;
  border-radius: 5px 5px 5px 5px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.course .content .top .right .consultation {
  margin: 10px 0 0;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #165DFF;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #165DFF;
  font-size: 12px;
}
.course .content .bot {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  padding: 35px 27px;
  margin: 20px 0 0;
  background-color: #fff;
  box-sizing: border-box;
}
.course .content .bot p {
  color: #666;
}
.course .content .bot .list {
  display: flex;
}
.course .content .bot .list .row {
  flex: 1;
}
.course .content .bot .list .row .li {
  font-size: 17px;
  color: #7E7E7E;
  line-height: 34px;
  margin: 12px 0;
}
.course .content .bot .list .row .li img {
  width: 15px;
  margin: 0 5px 0 0;
}
.course .content .bot .list .salary {
  flex: 1;
}
.course .content .bot .list .salary .li {
  font-size: 17px;
  color: #7E7E7E;
  line-height: 34px;
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
}
.course .content .bot .list .salary .li img {
  width: 15px;
  margin: 0 5px 0 0;
}

.enroll {
  width: 1200px;
  min-width: 1200px;
  margin: 50px auto 0;
}
.enroll .title {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
}
.enroll .detail {
  margin: 41px 0 0;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
}
.enroll .card-list {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}
.enroll .card-list .card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 5px 10px 1px #e8ecf7;
  padding: 15px;
  border-radius: 5px;
}
.enroll .card-list .card .num {
  background-color: #e8ecf7;
  width: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}

.recommend {
  width: 1200px;
  min-width: 1200px;
  margin: 50px auto 0;
}
.recommend .title {
  font-weight: bold;
  font-size: 42px;
  color: #000000;
  text-align: center;
}
.recommend .detail {
  margin: 41px 0 0;
  font-size: 17px;
  color: #AAAAAA;
  line-height: 26px;
  text-align: center;
}
.recommend .card-list {
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}
.recommend .card-list .card {
  background-color: #fff;
  box-shadow: 0 5px 10px 1px #e8ecf7;
  border-radius: 5px;
}
.recommend .card-list .card .content {
  padding: 0 20px 20px;
}
.recommend .card-list .card .content .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend .card-list .card .content .btn {
  background-color: #1e40af;
  border-radius: 10px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  margin: 15px 0 0;
}

/*# sourceMappingURL=rmzytj.css.map */
