.topBox {
  width: 100%;
  height: 520px;
  background-image: url('/images/educate_banner.png');
}

.topBs {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.topBs .topBs-p1 {
  font-size: 50px;
  margin-top: 100px;
  height: 72px;
}
.topBs .topBs-p2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.topBs-p3{
  width: 50px;
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.topBsBox {
  font-size: 20px;
  width: 641px;
  /*height: 70px;*/
  /*background: #ffffff3d;*/
  /*border-radius: 4px;*/
  /*line-height: 70px;*/
  margin-bottom: 20px;
  /*padding-left: 30px;*/
  display: flex;
  align-items: center;
  cursor: pointer;
}

.topBsBox img {
  margin-right: 10px;
}

.topBox2 {
  width: 1200px;
  margin: 100px auto 30px;
  border-bottom: 1px solid #0066ff38;
  display: flex;
}

.topBox2 div {
  width: 120px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}

.topBox2 div.active {
  width: 120px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #0066FF;
  color: #fff;
  border-radius: 2px;
}

.topBox3 {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 20px;
  text-indent:2em;
}

.topBox4 {
  width: 1200px;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #0066FF;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.topBox4 img {
  margin-right: 10px;
}

.topBox4_5 {
  width: 1200px;
  margin: 100px auto;
}

.topBox4_5 p {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.topBox5 {
  width: 1200px;
  margin: 70px auto 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topBox5 p:nth-child(1) {
  font-size: 30px;
}


.topBox5 p:nth-child(2) {
  font-size: 14px;
  margin: 25px 0 90px;
  color: red;
}

.topBox5 p:nth-child(3) {
  font-size: 30px;
}

.topBox6 {
  width: 100%;
  height: 522px;
  background: #0066ff10;
  overflow: hidden;
}

.topB6s {
  width: 1200px;
  margin: 100px auto;
}

.tb6t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tb6ts {
  width: 340px;
  margin-bottom: 60px;
}

.tb6ts input,
.tb6ts select,
.tb6ts option {
  width: 340px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  margin-top: 10px;
  outline: none;
  padding: 8px 10px;
  box-sizing: border-box;
}

.tb6b {
  width: 142px;
  height: 42px;
  background: #0066FF;
  border-radius: 2px;
  margin: 30px auto;
  line-height: 42px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.topBox7 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.topBox7 p:nth-child(1) {
  font-size: 30px;
  margin-top: 100px;
}

.topBox7 p:nth-child(2) {
  /*font-size: 14px;*/
  margin: 25px 0 90px;
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.topBox7 p:nth-child(3) {
  font-size: 30px;
  margin-bottom: 30px;
}

table {
  width: 1200px;
  border-left: 1px solid #0066ff1e;
  border-top: 1px solid #0066ff1e;
  margin-bottom: 20px;
  font-size: 14px;
}

td,
th {
  height: 20px;
  line-height: 20px;
  padding: 20px 10px;
  text-align: center;
  border-right: 1px solid #0066ff1e;
  border-bottom: 1px solid #0066ff1e;
}

th {
  background: #0066ff1e;
}

.fenye {
  display: flex;
  justify-content: center;
  align-items: center;

}

.fenye span {
  font-size: 14px;
  margin: 7px;
  padding: 3px;
  cursor: pointer;
}

.fenye span.active {
  color: #0066FF;
}

@media screen and (max-width: 500px) {
  .topBox2,.topBox3,.topBox4,.topBox4_5,.topBox5,.topBox7,.topBs,.topBsBox,table,.topB6s{
    width: 98%;
  }
  .topBox6{
    height: auto;
  }
}