@charset "utf-8";
body {
  min-width: 1200px;
}
.floor * {
  box-sizing: border-box;
}
.top {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.banner {
  width: 100%;
  height: 600px;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: auto 100%;
  position: relative;
}
.banner .btn-ljzx {
  width: 230px;
  height: 61px;
  background: url(https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/anniu.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  padding: 19px 25px;
  box-sizing: border-box;
  position: absolute;
  top: 460px;
  left: 36%;
}
.floor {
  width: 100%;
  background: #fff;
}
.floor2 {
  padding-top: 58px;
}
.floor3 {
  padding-top: 58px;
  overflow: hidden;
}
.centerH {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.centerV {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floor1 .puzzled {
  height: 439px;
  background: url(https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/puzzled-bg.png) no-repeat center;
  background-size: auto 100%;
  position: relative;
  margin: -85px auto 0;
}
.puzzled .title {
  margin-top: 85px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 30px;
}
.puzzled .items {
  margin-top: 60px;
  gap: 30px;
  justify-content: space-between;
  padding-left: 10px;
}
.puzzled .items li {
  width: 380px;
  height: 160px;
  box-sizing: border-box;
  padding-left: 170px;
}
.puzzled .items li:nth-child(1) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/puzzled-item1-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.puzzled .items li:nth-child(2) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/puzzled-item2-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.puzzled .items li:nth-child(3) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/puzzled-item3-bg.png") no-repeat center;
  background-size: 100% 100%;
}
.puzzled .items li .item-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 27px;
}
.puzzled .items li .item-desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 10px;
}
.teacher-card .title {
  width: 753px;
  height: 52px;
  text-align: center;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/confused-title-bg.png") no-repeat;
  background-size: 100% 32px;
  background-position: left bottom;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF0000;
  line-height: 30px;
}
.teacher-card .title span:last-child {
  color: #1E1E1E;
}
.teacher {
  width: 1200px;
  align-items: flex-start;
  margin: 59px auto;
  position: relative;
}
.teacher .image {
  width: 479px;
  height: 380px;
  margin-right: 63px;
}
.teacher .info {
  display: flex;
  flex-direction: column;
}
.teacher .info .name {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 26px;
}
.teacher .info .intro-label {
  margin-top: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.teacher .info .intro {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
}
.teacher .info .btn-consult {
  width: 160px;
  height: 40px;
  border-radius: 25px;
  box-sizing: border-box;
  border: 1px solid #FFAF25;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFB42C;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  transition: all ease-out 0.1s;
}
.teacher .info .btn-consult:hover {
  background: linear-gradient(to right, #FFCA52, #FFB32C);
  color: #fff;
}
.feature {
  width: 100%;
}
.feature .course-table {
  width: 1200px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 0 39px 1px rgba(88, 91, 194, 0.1);
  border-radius: 10px 10px 60px 60px;
  box-sizing: border-box;
  padding: 23px 31px 31px;
  margin: 60px auto 0;
}
.feature {
  padding-bottom: 61px;
}
.feature .course-table table {
  width: 100%;
}
.feature .course-table table thead {
  width: 100%;
  height: 70px;
  border-radius: 5px 5px 0 0;
  background: #ff3333;
  color: #fff;
}
.feature .course-table table thead th {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.feature .course-table table thead th:first-child {
  border-top-left-radius: 5px;
}
.feature .course-table table thead th:last-child {
  border-top-right-radius: 5px;
}
.feature .course-table table tbody tr {
  border-bottom: 2px solid #FFFFFF;
}
.feature .course-table table tbody tr:last-child {
  border: none;
}
.feature .course-table table tbody tr:nth-of-type(1) {
  height: 141px;
}
.feature .course-table table tbody tr:nth-of-type(2) {
  height: 150px;
}
.feature .course-table table tbody tr:nth-of-type(3) {
  height: 144px;
}
.feature .course-table table tbody td {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  background: #F7F4F4;
  border-right: 2px solid #FFFFFF;
}
.feature .course-table table tbody td:last-child {
  border: none;
}
.feature .course-table table tbody td:nth-of-type(1) {
  width: 152px;
}
.feature .course-table table tbody td:nth-of-type(2) {
  width: 168px;
}
.feature .course-table table tbody td:nth-of-type(3) {
  width: 223px;
}
.feature .course-table table tbody td:nth-of-type(4) {
  width: 283px;
}
.feature .course-table .more-btn {
  width: 400px;
  height: 60px;
  background: #FFCBCB;
  border-radius: 30px;
  transition: all ease-in-out 0.1s;
  margin: 60px auto 59px auto;
  cursor: pointer;
}
.feature .course-table .more-btn:hover {
  background: #FF3333;
  color: #fff;
}
.feature-sz {
  background: #f7f7f7 url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/feature-sz-bg.png") no-repeat bottom;
  background-size: auto 1630px;
  background-position: 50% 0;
}
.feature-sz .feature-sz-content {
  width: 100%;
  height: 737px;
  margin-top: 61px;
}
.feature-sz .feature-sz-title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.feature-sz .feature-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 1200px;
  gap: 40px;
  margin: 58px auto auto;
}
.feature-sz .feature-list .feature-item {
  width: 324px;
  height: 248px;
  flex-shrink: 0;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/feature-sz-item.png");
  background-size: 100% 100%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  transition: all ease-in 0.1s;
  padding-top: 110px;
  text-align: center;
  position: relative;
}
.feature-sz .feature-list .feature-item:hover {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/feature-sz-item-hover.png");
  background-size: 100% 100%;
  color: #fff;
}
.feature-sz .feature-list .feature-item:before {
  content: " ";
  width: 52px;
  height: 51px;
  position: absolute;
  left: -30px;
  top: 90px;
}
.feature-sz .feature-list .feature-item:nth-child(1):before {
  background: url(https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/01%402x.png) no-repeat;
  background-size: 100%;
}
.feature-sz .feature-list .feature-item:nth-child(2):before {
  background: url(https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/02%402x.png) no-repeat;
  background-size: 100%;
}
.feature-sz .feature-list .feature-item:nth-child(3):before {
  background: url(https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/03%402x.png) no-repeat;
  background-size: 100%;
}
.feature-sz .feature-intro-sz {
  display: flex;
  flex-direction: row;
  width: 1200px;
  margin: 60px auto 0;
  padding-left: 380px;
  padding-right: 100px;
}
.feature-sz .feature-intro-sz .feature-intro-sz-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}
.feature-wq {
  background: #f7f7f7 url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/feature-wq-bg.png") no-repeat bottom;
  background-size: 100% auto;
  padding-top: 62px;
}
.feature-wq .feature-title {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  width: 100%;
  text-align: center;
}
.feature-wq .feature-title span {
  color: #167CFF;
}
.feature-wq .feature-list {
  margin-top: 58px;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/line.png") no-repeat;
  background-size: 100% 1px;
  background-position: 0 96px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 200px;
  margin-bottom: 35px;
}
.feature-wq .feature-list .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all ease-out 0.1s;
}
.feature-wq .feature-list .feature-item:nth-child(1) .number {
  width: 66px;
  height: 104px;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/01.png") no-repeat;
  background-size: 100%;
}
.feature-wq .feature-list .feature-item:nth-child(2) .number {
  width: 77px;
  height: 104px;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/02.png") no-repeat;
  background-size: 100%;
}
.feature-wq .feature-list .feature-item:nth-child(3) .number {
  width: 76px;
  height: 104px;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/03.png") no-repeat;
  background-size: 100%;
}
.feature-wq .feature-list .feature-item .desc {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #282828;
  text-align: center;
  margin-top: 30px;
}
.feature-wq .feature-list .feature-item .btn-zx {
  width: 180px;
  height: 40px;
  border: 1px solid #207EFF;
  border-radius: 2px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #207EFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 38px;
}
.feature-wq .feature-list .feature-item:hover:nth-child(1) .number {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/01-hover.png") no-repeat;
  background-size: 100%;
}
.feature-wq .feature-list .feature-item:hover:nth-child(2) .number {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/02-hover.png") no-repeat;
  background-size: 100%;
}
.feature-wq .feature-list .feature-item:hover:nth-child(3) .number {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/03-hover.png") no-repeat;
  background-size: 100%;
}
.feature-wq .feature-list .feature-item:hover .btn-zx {
  background: #207eff;
  color: #fff;
}
.feature-wq .feather-intro {
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}
.feature-wq .feather-intro img {
  width: 404px;
  height: 330px;
}
.feature-wq .feather-intro .feature-intro-content {
  margin-left: 57px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 2;
  color: #666666;
}
.feature-wq .course-table table tbody td:nth-of-type(3) {
  width: 300px;
}
.feature-wq .course-table table tbody td:nth-of-type(4) {
  width: 243px;
}
.feature-wq .course-table .more-btn {
  background: #BAD7FF;
}
.feature-wq .course-table .more-btn:hover {
  background: #207EFF;
}
.feature-zyx {
  background: #f7f7f7 url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/feature-zyx-bg.png") no-repeat bottom;
  background-size: 100% auto;
  padding-top: 60px;
}
.feature-zyx .feature-title {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: 22px;
  width: 100%;
  text-align: center;
}
.feature-zyx .feature-list {
  padding: 57px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.feature-zyx .feature-list .feature-item {
  width: 370px;
  height: 204px;
  padding: 56px 50px 0 55px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.feature-zyx .feature-list .feature-item:nth-of-type(1) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/zyx-01.png") no-repeat;
  background-size: 100%;
}
.feature-zyx .feature-list .feature-item:nth-of-type(2) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/zyx-02.png") no-repeat;
  background-size: 100%;
}
.feature-zyx .feature-list .feature-item:nth-of-type(3) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/zyx-03.png") no-repeat;
  background-size: 100%;
}
.feature-zyx .feature-list .feature-item:hover {
  color: #fff;
}
.feature-zyx .feature-list .feature-item:hover:nth-of-type(1) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/zyx-01-hover.png") no-repeat;
  background-size: 100%;
}
.feature-zyx .feature-list .feature-item:hover:nth-of-type(2) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/zyx-02-hover.png") no-repeat;
  background-size: 100%;
}
.feature-zyx .feature-list .feature-item:hover:nth-of-type(3) {
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/zyx-03-hover.png") no-repeat;
  background-size: 100%;
}
.feature-zyx .feature-intro-zyx {
  width: 100%;
  height: 380px;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/feature-intro-zyx.png") no-repeat bottom;
  background-size: 100% 275px;
}
.feature-zyx .feature-intro-zyx .feature-intro-text {
  width: 1232px;
  height: 364px;
  background: url("https://ytk-front.oss-cn-beijing.aliyuncs.com/pc/medkaoyan.cn/20230618/img/zyx-cgsa.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding: 120px 69px 10px 443px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.feature-zyx .course-table table tbody td:nth-of-type(3) {
  width: 300px;
}
.feature-zyx .course-table table tbody td:nth-of-type(4) {
  width: 243px;
}
.feature-zyx .course-table .more-btn {
  background: #88DEB6;
}
.feature-zyx .course-table .more-btn:hover {
  background: #3ECB89;
}
.footer {
  background: #333 none repeat scroll 0 0;
  float: left;
  height: 120px;
  padding: 40px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.footb {
  color: #ccc;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  margin: 0 auto;
  width: 1050px;
}
/*# sourceMappingURL=style.css.map */
