html {
  color: #fff;
}

.containter {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  height: 6rem;
  background: url(../image/headerbg.jpg) no-repeat;
  background-size: 100% 6rem;
}

.logoAndTel {
  overflow: hidden;
  width: 12rem;
  padding: 0.50rem 0 0 0;
  margin: 0 auto;
}

.banner {
  width: 100%;
  margin: 0.5rem 0 0 0;

}

.bannerText {
  width: 12rem;
  font-size: 0.5rem;
  margin: 0 auto;
}

.bannerBigTitle {
  line-height: 1rem;
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 0.68rem;
  ;
  width: 100%;
  margin: 0.02rem 0 0 0;
}

.bannerSmalldes {
  font-size: 0.3rem;
  margin: 0.5rem 0 0 0;
}

.logo {
  float: left;
}

.tel {
  float: right;
}

.blockConnBox {
  width: 100%;
  position: relative;
}

.bgColor1 {
  background: #e8f0ff;
}

.bgColor2 {
  background: #fff;
}

.bgColor3 {
  position: relative;
  z-index: 0;
  background: url(../image/bg3.jpg) no-repeat center 1.4rem;
  background-size:100%;
}

.bgColor4 {
  background: #e8f0ff;
}

.bgColor5 {
  background: #fff;
}

.connBox {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}

.subTitle {
  margin: 0.6rem 0 0.4rem 0;
  font-size: 0.36rem;
  color: #00142f;
  font-weight: bold;
  text-align: center;
}

.subTitle span {
  margin: 0 0.15rem;
}

.desTitle {
  color: #000;
  font-size: 0.20rem;
  text-align: center;
  margin: 0 0 0.30rem 0;
}

.eahcrBox {
  width: 100%;
  /* background-color: aquamarine; */
  margin: 0.6rem 0 0;
  text-align: center;

}

.blueBallBg {
  width: 4.3rem;
  height: 4.1rem;
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: 0;

}

.pinkBallBg {
  width: 4.3rem;
  height: 4.1rem;
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 1rem;
}



.carNetBox {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 6rem;
  margin: 0 0 0.6rem 0;

}

.carBox {
  display: flex;
  justify-content: space-between
}


.carlist {
  flex: 1;
  cursor: pointer;
  width: 26%;
  margin: 0.1rem 3%;
  border-radius: 12px;
  padding: 2%;
  transition: all 0.3s;
  background-image: url(../image/carimgbg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  transform: scale(1.0);
}

.carlist:hover {
  transform: scale(1.05);
  background-position: -300px -300px;
}

.carBgImg1 {
  background-color: #0060e8;
  box-shadow: 0px 0px 12px #6ca8fe;
}

.carBgImg2 {
  background-color: #06a7b3;
  box-shadow: 0px 0px 12px #5dcfd8;
}

.carBgImg3 {
  background-color: #f57f1b;
  box-shadow: 0px 0px 12px #f3ad71;
}


.carName {
  font-weight: bold;
  font-size: 0.2rem;
  margin: 0.2rem 0 0.3rem 0;
}

.carDetail {
  font-size: 0.14rem;
  line-height: 0.3rem;
}

.carNetBtn {
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.carNetBtn span {
  background: url(../image/btnbg.png) repeat-x;
  padding: 0.2rem 0.5rem;
  font-size: 0.24rem;
  border-radius: 50px;
  cursor: pointer;
}

.carNetBtn span:hover {
  background: url(../image/btnbghover.png) repeat-x;
  padding: 0.2rem 0.5rem;
  font-size: 0.24rem;
  border-radius: 50px;
}


.stageTeachingBox {
  width: 100%;
  height: 9.5rem;
}

.stageTeachingBox {
  width: 100%;
  padding: 0.82rem 0 0.1rem 0;
  overflow: hidden;
}

.stageTeachinglistBox {
  width: 80%;
  float: left;
}

.stageTeachingTitle {
  width: 20%;

  float: right;
  text-align: right;
}

.stageTeachingTitle span {
  width: 0.5rem;
  color: #fff;
  line-height: 0.6rem;
  font-weight: bold;
  font-size: 0.50rem;
  float: right;
  margin: 2rem 0 0 0;
  text-align: right;
}

.stageLi {
  width: 100%;
  overflow: hidden;
}

.liTitle {
  color: #000;
  font-weight: bold;
  font-size: 0.24rem;
  margin: 0.3rem 0 0.2rem 0;
}

.liDetails {
  line-height: 0.3rem;
  color: #333;
  font-size: 0.18rem;
}

.width95 {
  width: 95%;
}

.width90 {
  width: 90%;
}

.width88 {
  width: 88%;
}

.width75 {
  width: 75%;
}

.height20 {
  height: 1.5rem;
}

.height30 {
  height: 1.7rem;
}

.margintop40 {
  margin: 0.4rem 0 0 0;
}

.liIconClor1 {
  display: block;
  width: 0.1rem;
  height: 0.25rem;
  float: left;
  margin: 0 0.1rem 0 0;
  background: #ff5763;
}

.liIconClor2 {
  display: block;
  width: 0.1rem;
  float: left;
  margin: 0 0.1rem 0 0;
  height: 0.25rem;
  background: #2984ff;
}

.suitForPeople {
  display: flex;
  flex-wrap: wrap;
}

.suitBox {
  cursor: pointer;
  width: 46%;
  margin: 0.2rem 2% 0.5rem 2%;
  box-shadow: 0 0 20px #cad9ff;
  border-radius: 10px;
  height: 1.9rem;
  background: #fff;
 
}
.suitBox .phoImg img{
  transition: margin-top 0.3s;
  margin-top: 0px;
 }
 

.suitBox:hover .phoImg img{
 margin-top: -10px;
}

.phoImg {
  width: 35%;
  float: left;
  text-align: center;
  margin: 0.33rem 0 0 0;
  height: 1.9rem;

}

.phoImg img {
  border-radius: 50%;
  box-shadow: -10px 12px 0px #dee9ff;
}

.phoText {

  width: 60%;
  float: left;
}

.phoText div {
  margin: 0.5rem 0 0.2rem 0;
  color: #00142f;
  font-weight: bold;
  font-size: 0.24rem;
}

.phoText p {
  color: #000;
  line-height: 0.3rem;
  font-size: 0.18rem;
}


.teacherTeam {
  width: 100%;
  display: flex;
}

.teacherLi {
  cursor: pointer;
  transition: all 0.3s;
  flex: 1;
  background: url(../image/teacherbg.jpg) repeat-x;
  border-radius: 10px;
  text-align: center;
  margin: 0.7rem 1.5% 0px 1.5%;
}

.teacherLi:hover {
  transform: scale(1.05);
}


.teacherLi img {
  position: relative;
  z-index: 20;
  border-radius: 50%;
  top: -0.6rem;
}

.teacherName {
  position: relative;
  top: -0.4rem;
  font-weight: bold;
  font-size: 0.24rem;
}

.teacherDetails {
  position: relative;
  top: -0.3rem;
  line-height: 0.3rem;
  padding: 0.2rem 0.2rem 0 0.2rem;
  text-align: left;
  font-size: 0.17rem;
}

.teacherEnvironment {
  width: 100%;
  display: flex;
}

.environmentli {
  cursor: pointer;
  position: relative;
  flex: 1;
  transition: border 0.3s;
  margin: 0.3rem 1.5% 0.15rem 1.5%;
}

.environmentli:hover {
  border-top:10px solid #fff
}

.environmentli img {
  width: 100%;
  border-radius: 10px;
}

.environmentli span {
  position: absolute;
  border-radius: 0 10px 0 10px;
  padding: 0.08rem 0.14rem;
  background: url(../image/wenanbg.jpg) repeat-y center 0;
  right: 0;
  font-size: 0.18rem;
}




.jiuyefuwuConn {
  display: flex;
}

.jiuyeBox {
  flex: 1;
  cursor: pointer;
  float: left;
  transition: box-shadow 0.3s;
  margin: 0.2rem 0.15rem 0 0.15rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #aac3ff;
}

.jiuyeBox:hover {
  box-shadow: 0 0 20px #5281f3;
}

.jiuyePic {
  position: relative;
}

.jiuyeImg {
  position: relative;
  z-index: 1;
}

.jiuyeImg img {
  width: 100%;
  height: 1.74rem;
  border-radius: 10px 10px 0 0;
}

.smark {
  bottom: 0.1rem;
  position: absolute;
  z-index: 2;
  padding: 0.1rem 0.15rem;
  border-radius: 0 10px 0 0;
  color: #0050b4;
  font-weight: bold;
  font-size: 0.18rem;
  background-image: linear-gradient(to right, #accbee, #e7f0fd);
}

.jiuyePage {
  padding: 0.2rem;
  font-size: 0.16rem;
  background: #fff;
  color: #000;
  line-height: 0.28rem;
}


.footWrap {
  width: 100%;
  height: 3rem;
  background-image: url('../image/foot.jpg');
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.foot {
  padding: 0 3.7rem;
  display: flex;
  justify-content: space-between;
  padding-top: 0.65rem
}

.ftextl {
  font-size: 0.48rem;
  color: #fff;
  line-height: 0.65rem;
}

.ftextr {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.35rem;
}

.footWrap hr {
  margin: 0.27rem 0;
  margin-bottom: 0.2rem;
}

.beian {
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
}

a.h_White:link,a.h_White:visited {color: #FFF;text-decoration:none;}
a.h_White:hover {color:#FFF;text-decoration:underline;}