html,
body {
  margin: 0;
  padding: 0;
  background-color: #FFEED9;
  font-size: 12px;
  font-family: Microsoft YaHei;
  /*font-family:SimSun;*/
}

div,
ul,
li,
dl,
dt,
dd,
img,
input,
h4,
form {
  margin: 0;
  padding: 0;
  border: 0;
}

img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

i {
  font-style: normal;
}

ul,
dl {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.bannerBox {
  /*height: 2.89rem;*/
}

.bannerBox img {
  display: block;
  width: 7.5rem;
  
  height: 13.08rem;
}
.bannerBox1 img {
  display: block;
  width: 7.5rem;
  
  height: 19.09rem;
}
.bannerBox2 img {
  display: block;
  width: 7.5rem;
  
  height: 18.63rem;
}
.bannerBox3 img {
  display: block;
  width: 7.5rem;
  
  height: 10.42rem;
}
.bannerBox4 img {
  display: block;
  width: 7.5rem;
  
  height: 14.24rem;
}
.bannerBox5 img {
  display: block;
  width: 7.5rem;
  
  height: 9.93rem;
}
.bannerBox6 img {
  display: block;
  width: 7.5rem;
  
  height: 17.48rem;
}

.bannerBox7 img {
  display: block;
  width: 7.5rem;
  
  height: 1.49rem;
}


.bannerBox8 img {
  display: block;
  width: 7.5rem;
  
  height: 1.62rem;
}


/* 公用标题样式 */
.publicTitle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.publicTitle h2 {
  display: inline-block;
  height: 0.48rem;
  margin: 0 0.65rem;
  padding-bottom: 0.07rem;
  line-height: 0.48rem;
  font-size: 0.48rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.publicTitle h2.line {
  border-bottom:0.01rem solid #FD1919;
}

.publicTitle span {
  display: inline-block;
  width: 0.66rem;
  height: 1.6rem;
}

.publicTitle span.titleIco1 {
  background: url(../images/studyTitleIco1.png) no-repeat left center;
  background-size: 0.66rem;
}

.publicTitle span.titleIco2 {
  background: url(../images/studyTitleIco2.png) no-repeat left center;
  background-size: 0.66rem;
}

.assistantTitle {
  padding-top: 0.11rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
 }
/* 标题样式结束 */

/* 个性化定制学习 */
.studyBox {
  position: relative;
  padding-top: 0.55rem;
  padding-bottom: 0.48rem;
}

.studyCon {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 6.87rem;
  margin: 0 auto;
  padding-top: 0.54rem;
}

.studyCon ul li {
  display: inline-block;
  width: 6.87rem;
  height: 2.21rem;
  margin-bottom: 0.24rem;
  background: #FFFFFF;
  border-radius: 0.11rem;
}

.studyTop h3 {
  float: left;
  width: 0.87rem;
  height: 1.61rem;
  padding-left: 0.23rem;
  padding-top: 0.6rem;
  background: url(../images/studyTopL.png) no-repeat left center;
  background-size: contain;
  font-size: 0.3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
  line-height: 0.36rem;
}

.studyBotton {
  float: left;
  width: 2.95rem;
  padding-top: 0.62rem;
}

.studyBotton p {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666;
  line-height: 0.54rem;
  text-align: center;
}

.studyBotton p span {
  font-size: 0.24rem;
  font-weight: lighter;
}

.studyCon ul li img {
  float: right;
  display: block;
  height: 1.99rem;
  margin-right: 0.08rem;
  margin-top: 0.11rem;
}

/* 关于我们 */
.aboutUsBox {
  padding-bottom: 0.75rem;
}

.aboutUsCon {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: nowrap;
  width: 6.66rem;
  margin: 0 auto;
  margin-top: 0.73rem;
  padding-top: 0.36rem;
  padding-left: 0.18rem;
  background: #fff;
  box-shadow: 0px 0.08rem 0.08rem 0px rgba(222,222,222,0.24);
  border-radius: 0.15rem;
}

.aboutUsCon ul li {
  display: inline-block;
  position: relative;
  width: 3.04rem;
  margin-bottom: 0.3rem;
  margin-right:0.4rem;
  border-radius: 0.1rem;
  cursor: pointer;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
}

.aboutUsCon ul li:nth-child(2),
.aboutUsCon ul li:nth-child(4),
.aboutUsCon ul li:nth-child(6) {
  margin-right: 0;
}

.aboutUsCon ul li .layerCon {
  position: absolute;
  top: 0;
  left: -0.08rem;
  width: 1.44rem;
  height: 0.6rem;
  line-height: 0.5rem;
  background: url(../images/aboutIco.png) no-repeat left top;
  background-size: contain;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.aboutUsCon ul li img {
  width: 3.04rem;
  height: 1.79rem;
}

.aboutUsCon ul li p {
  padding-top: 0.16rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

/* 发展历程 */
.courseBox {
  padding-bottom: 0.56rem;
}

.courseCon {
  width: 6.84rem;
  margin: 0 auto;
  margin-top: 0.69rem;
  padding-bottom: 0.52rem;
  background: #FFFFFF;
  box-shadow: 0px 0.08rem 0.08rem 0px rgba(222,222,222,0.24);
  border-radius: 0.15rem;
}

.courseConL {
  float: left;
  margin-top: 0.39rem;
  margin-left: 0.34rem;
  padding-top: 0.07rem;
  border-left: 0.01rem solid #FB2429;
}

.timePublic {
  float: left;
  padding-left: .35rem;
  padding-right: 0.25rem;
  margin-left: -0.05rem;
  margin-bottom: 0.35rem;
  background: url(../images/timePublicIco.png) no-repeat left 0.09rem;
  background-size: 0.09rem;
}

.timePublic:last-child {
  margin-bottom: 0;
}

.timePublic h3 {
  float: left;
  width: 0.8rem;
  height: 0.42rem;
  background: linear-gradient(90deg, #FD483C, #FC7944);
  border-radius: 0.1rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.42rem;
  text-align: center;
}

.timePublic p {
  float: left;
  width: 100%;
  margin-top: 0.05rem;
  font-weight: 400;
  color: #333;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  line-height: 0.48rem;
}

.timePublic:last-child p {
  margin-top: 0.15rem;
  line-height:normal;
}

/* 合作院校 */
.academyBox {
  padding-bottom: 0.78rem;
}

.academyCon {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 0.54rem;
  width: 6.84rem;
  padding-top: 0.5rem;
  background: #FFFFFF;
  box-shadow: 0px 0.08rem 0.08rem 0px rgba(222,222,222,0.24);
  border-radius: 0.15rem;
}

.academyCon a {
  display:inline-block;
  width: 2.6rem;
  height: 0.39rem;
  margin: 0 0.4rem 0.46rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.39rem;
  text-align: center;
}

.academyCon a:nth-child(1),
.academyCon a:nth-child(12) {
  background: #4162EC;
  color: #fff;
}

.academyCon a:nth-child(2),
.academyCon a:nth-child(11) {
  background: #36A0DD;
  color: #fff;
}

.academyCon a:nth-child(3),
.academyCon a:nth-child(10) {
  background: #FCB12E;
  color: #fff;
}

.academyCon a:nth-child(4),
.academyCon a:nth-child(9) {
  background: #10C691;
  color: #fff;
}

.academyCon a:nth-child(5),
.academyCon a:nth-child(8) {
  background: #EC6941;
  color: #fff;
}

.academyCon a:nth-child(6),
.academyCon a:nth-child(7) {
  background: #EB3232;
  color: #fff;
}

/* 101教育优势 */
.advantageBox {
  padding-bottom: 0.76rem;
}

.advantageCon {
  width: 6.84rem;
  margin: 0 auto;
  margin-top: 0.73rem;
  padding-bottom: 0.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 0.08rem 0.08rem 0px rgba(222,222,222,0.24);
  border-radius: 0.15rem;
}

.advantageCon ul li {
  display: inline-block;
  width: 3.24rem;
  height: 1.9rem;
  background: #F9F6F6;
  border-radius: 0.08rem;
  margin-top: 0.38rem;
  margin-left: 0.1rem;
}

.advantageConT {
  width: 3.24rem;
  height: 0.85rem;
  background: url(../images/advantageIco.png) no-repeat top center;
  background-size: contain;
}

.advantageConT img {
  display: block;
  float: left;
  width: 0.44rem;
  margin-left: 0.3rem;
  margin-top: 0.13rem;
}

.advantageCon ul li:nth-child(3) .advantageConT img {
  margin-top: 0.19rem;
}

.advantageConT h2 { 
  float: left;
  margin-left: 0.2rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 0.77rem;
}

.advantageCon ul li p {
  float: left;
  padding: 0 0.2rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 0.28rem;
}

/* 奖项荣誉 */
.awardsBox {
  padding-bottom: .55rem;
}

.awardsCon {
  width: 6.87rem;
  height: 2.66rem;
  margin: 0 auto;
  margin-top: 1.84rem;
  padding-top: 0.22rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
}

.awardsCon ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items:baseline;
}

.awardsCon ul li {
  display: inline-block;
  width: 2.09rem;
  margin: 0 0.06rem;
}

.awardsCon ul li img {
  width: 2.09rem;
}

.awardsCon ul li:nth-child(2) img {
  margin-top: -1.34rem;
}

.awardsCon ul li p {
  display: block;
  width: 2.09rem;
  margin-top: -0.24rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.24rem;
  text-align: center;
}

/* 权威合作 */
.cooperateBox {
  padding-bottom: 0.72rem;
}

.cooperateCon {
  width: 6.87rem;
  margin: 0 auto;
  margin-top: 0.57rem;
}

.cooperateCon img {
  display: block;
  width: 100%;
}

