@charset "UTF-8";
body {background: #fff;}
a,button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap {width: 94%; margin: auto;}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.mar {
  margin: 3% auto;
}
/*banner*/
.banner {
  background: url("/images/zy/mqlxcb/ban_bg.jpg") no-repeat center/cover;
  overflow: hidden;
}
.banner_con {
  margin: 8% 5% 5%;
  animation: scale 1s;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@keyframes scale {
  0% {transform: scale(0)}
  100% {transform: scale(1)}
}
.banner_con span {
  color: #efbc97;
  font: 3rem Century;
  text-transform: uppercase;
}
.banner_con strong {
  font: 7rem '方正品尚准黑简体';
  letter-spacing: 1.3rem;
}
.banner_con hr {
  border: 1px solid #b86b33;
  margin: 1rem 0;
}
.banner_con p {
  margin-left: 10%;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  color: #efbc97;
  position: relative;
}
.banner_con p::after {
  width: .8rem;
  height: .8rem;
  content: '';
  background: #efbc97;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 40%;
}
.banner_con img.banner_cs {
  width: 25%;
  position: absolute;
  top: 10%;
}
/*咨询按钮*/
.zxbtn {
  padding: 2% 5%;
  background: #fff;
  border: 1px solid #d69260;
  color: #d69260;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
}
.zxbtn img {
  width: 20px;
  height: 13px;
  margin-left: 15px;
  animation: shake .8s infinite;
  vertical-align: middle;
}
@keyframes shake {
  50% {transform: translateX(5px)}
  0%,100% {transform: translateX(-5px)}
}
/*标题*/
.title_main {text-align: center;}
.title_main b {
  text-transform: uppercase;
  color: #949494;
  font-size: 1.5rem;
}
.title_main strong {
  font-size: 2rem;
}
.title_main strong span {
  color: #b86b33;
  border-bottom: 3px solid #b86b33;
}
/*前景*/
.qj_1 {align-items: center;}
.qj_1 p {
  padding: 2%;
  border: 1px solid #878787;
}
.qj_2 ul li {
  width: 48.5%;
  background: #fff2e8;
  margin-bottom: 3%;
}
.qj_2 ul li p {
  margin: 3%;
  padding-top: 2rem;
  height: 6rem;
  border: 1px solid #b86b33;
  text-align: center;
  color: #dbb599;
  font-size: .8rem;
  text-transform: uppercase;
}
.qj_2 ul li p strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #b86b33;
}
/*程优势*/
.bggrey {
  background: #ededed;
  overflow: hidden;
}
.ys li {
  width: 48.5%;
  position: relative;
  overflow: hidden;
  margin-bottom: 3%;
}
.ys li article {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ys li article .ys_title {
  padding-top: 20%;
  padding-bottom: 3%;
  text-align: center;
  font-size: 1.5rem;
  overflow: hidden;
}
.ys li article .ys_title img {
  width: 20%;
}
.ys li article p {
  line-height: 2em;
}
/*课程*/
.kc {
  padding: 3%;
  background: #fae6cc;
  position: relative;
}
.kc-pagination {
  justify-content: flex-start;
  font-size: 0;
  bottom: 0 !important;
  position: relative;
}
.kc-pagination .swiper-pagination-bullet,.kclist-bullet {
  width: calc((100% - 32px) / 4);
  height: 2.5rem;
  padding: .25rem 0;
  background: #fff;
  color: #ab8451;
  text-align: center;
  border-radius: 0;
  opacity: .7;
  text-transform: uppercase;
  outline: none;
  font-size: .6rem;
  margin-bottom: .5rem !important;
}
.kc-pagination .swiper-pagination-bullet:nth-child(5),.kc-pagination .swiper-pagination-bullet:nth-child(6) {width: calc((100% - 16px) / 2);}
.kc-pagination .swiper-pagination-bullet strong, .kclist-bullet strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 1%;
}
.kc-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.kclist-bullet {
  height: 3rem;
  position: absolute;
  right: 4px;
  top: 7rem;
  z-index: 99;
}
.kclist img {width: 100%;}
.kclist article {
  height: 100px;
  background: #5a5a5a;
  color: #fff;
  padding: 2%;
  align-items: center;
}
.kclist article span {
  color: #dbc9b1;
  font-size: .8rem;
  text-transform: uppercase;
}
.kclist article hr {
  height: 5rem;
  border-right: 1px solid #dbc9b1;
}
.kclist article strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.kclist article p {
  width: 78%;
}
/*就业*/
.cjy .cy {
  position: relative;
  overflow: hidden;
  text-align: right;
  /*padding-top: 50px;*/
}
.cjy_left {
  width: 75%;
  padding: 3% 3% 0;
  background: #fae6cc;
  text-align: left;
  position: absolute;
  left: 0;
  top: 2%;
}
.cjy_left strong {
  font-size: 1.5rem;
  color: #ab8451;
}
.cjy_mid {
  position: relative;
  z-index: 2;
}
.cjy_right li {
  width: 162px;
  padding: 50px 0;
  font-size: 1.3rem;
  background: #d69260;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 100%;
  margin-bottom: 3%;
}



