/* CSS Document */
body {background: #fff;}
a {color: inherit;}
button {
  border: none;
  box-shadow: none;
  outline: none;
}
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.wrap {width: 94%;margin: auto;}
.mar {margin: 3% auto;}
.p {text-indent: 2em;line-height: 1.5em;    margin: 0.4rem 0;}

.lead {
  padding: 3%;
  background: #f57070;
  color: #fff;
  text-align: center;
  justify-content: space-around;
}
.lead img {height: 2rem;}

.aboutv {align-items: center;}
.aboutv b{
  font-size: 2.5rem;
  color: #ddd;
  text-transform: uppercase;
}
.about{
    font-size: 1.3rem;
  padding: 3%;
  margin-top: -12%;
  background: #f5f5f5;
}
.about h3 {font-size: 1.5rem;}
.about hr {
  width: 12%;
  border: 2px solid #f57070;
  margin: 2% 0;
}
.about2 li {
  box-sizing: border-box;
  width: 48.5%;
  padding: 2%;
  background: #f5f5f5;
}
.about2 li:nth-child(1), .about2 li:nth-child(2) {
  margin-bottom: 3%;
}
.about2 li p {
  margin-top: 2%;
  text-align: center;
}

.zxbtn {
  display: block;
  width: 50%;
  line-height: 2.5rem;
  border-radius: 50px;
  background: #f57070;
    font-size: 1.3rem;
  color: #fff;
  text-align: center;
}


.title-main {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.title-main::before {
  width: 30%;
  height: 0;
  content: '';
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.title-main::after {
  width: 30%;
  height: 0;
  content: '';
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
}
.title-main strong {
  display: inline-block;
  padding: 2% 5%;
  position: relative;
  z-index: 2;
}
.title-sub {text-align: center;font-size: 1.2rem;}
/*品牌历程*/
.bggrey {background: #f5f5f5;overflow: hidden;font-size: 1.2rem;}
.pp {
  height: 400px;
}
.pp .swiper-slide {
  width: 100%;
  min-height: 30px;
  padding-bottom: 2%;
  position: relative;
}

.pp .swiper-slide .rt {
  padding-left: 5%;
}
.pp .swiper-slide::before {
  width: 11px;
  height: 11px;
  content: '';
  background: #ccc;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 1;
}
.pp .swiper-slide::after {
  width: 0;
  height: 100%;
  content: '';
  border-left: 1px solid #ccc;
  position: absolute;
  left: 5px;
  top: 0;
}
.pp .swiper-slide-active {
  font-size: 1.2rem;
  color: #420;
}
.pp .swiper-slide-active::before {background: #f57070;}
.pp-img {margin-top: -5%;}

/*特色教学*/
.tsjx li {
  width: 48.5%;
  padding: 5% 0;
  border: 1px solid #ccc;
  border-radius: .5rem;
  text-align: center;
  margin-bottom: 2%;
}
.tsjx li:nth-child(1), .tsjx li:nth-child(4), .tsjx li:nth-child(5) {background: #f5f5f5;}
.tsjx li img {height: 3rem;}
.tsjx li h4 {
  font-size: 1.2rem;
  line-height: 3em;
}
/*专业开设*/
.zy li {
  width: 48.5%;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 3%;
  text-align: center;
}
.zy li h4 {
  font-size: 1.2rem;
  margin: 3% auto;
}
.zy li a {
  display: block;
  width: 70%;
  line-height: 2rem;
  border: 1px solid #f57070;
  border-radius: 50px;
  color: #f57070;
  margin: 5% auto;
}

/*职校选山东新东方*/
.ys h4 {
  font-size: 1.1rem;
  line-height: 2.5rem;
  text-align: center;
}
.ys .swiper-pagination {
  position: relative;
  bottom: 0;
}
.ys .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 50px;
  transition: width .35s;
  background: #5555;
}

/**/
.jyv li {
  width: 48.5%;
  text-align: center;
}
.jyv li .video {
  border-radius: 1rem;
  overflow: hidden;
}
.jyv li p {
  margin-top: 2%;
}