.banner_box {
  width: 100%;
  height: 529px;
  background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container {
  padding-top: 64px;
  padding-right: 50px;
}
.txt {
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  text-align: center;
}
.txt1 {
  width: 825px;
  height: 144px;
  background: url("../images/txt.png") no-repeat center;
  margin: 18px auto 0;
}
.box1 .container {
  padding: 130px 0 172px;
}
.box1-content {
  width: 324px;
  height: 324px;
  background: url("../images/box1_bg.png") no-repeat center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.box1-title p {
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  line-height: 42px;
}
.highlights {
  position: absolute;
  background: linear-gradient(
    87deg,
    rgba(1, 105, 255, 1),
    rgba(5, 158, 255, 1)
  );
  box-shadow: 0px 5px 40px 0px rgba(234, 233, 233, 0.75);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 14px 20px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(245, 248, 250, 1);
  line-height: 22px;
}
.highlights1 {
  width: 478px;
  top: -67px;
  left: -69px;
}
.highlights2 {
  width: 292px;
  left: -284px;
  top: 32px;
}
.highlights3 {
  width: 333px;
  left: -352px;
  top: 124px;
}
.highlights4 {
  width: 363px;
  left: -363px;
  bottom: 0;
}
.highlights5 {
  width: 595px;
  bottom: -107px;
  left: -118px;
}
.highlights6 {
  width: 363px;
  right: -347px;
  bottom: -5px;
}
.highlights7 {
  width: 363px;
  right: -377px;
}
.highlights8 {
  width: 342px;
  right: -333px;
  top: 37px;
}
.box2 {
  background: url("../images/box2_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.box2 .container {
  padding: 127px 0 170px;
}
.title {
  text-align: center;
  color: rgba(24, 26, 27, 1);
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}
.title::before,
.title::after {
  content: "";
  display: inline-block;
  vertical-align: inherit;
  width: 53px;
  height: 47px;
  margin: 0 15px;
}
.title::before {
  background: url("../images/titleL.png") no-repeat center;
}
.title::after {
  background: url("../images/titleR.png") no-repeat center;
}
.box2-ul {
  margin-top: 32px;
}
.box2-ul li {
  float: left;
  width: 292px;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.box2-ul li:nth-child(1) {
  padding-top: 157px;
}
.box2-ul li:nth-child(2) {
  padding-top: 97px;
}
.box2-ul li:nth-child(3) {
  padding-top: 49px;
}
.box2-ul li:nth-child(4) {
  margin-right: 0;
}
.li-head {
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #ffb417;
  border-radius: 10px 10px 0 0;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
}
.li-detail {
  background: rgb(38, 160, 252);
  border-radius: 0 0 10px 10px;
  height: 100%;
  color: rgba(254, 254, 254, 1);
  font-size: 18px;
  box-sizing: border-box;
}
.box2-ul li:nth-child(1) .li-detail {
  height: 169px;
  padding: 20px 10px 0 46px;
}
.box2-ul li:nth-child(2) .li-detail {
  height: 229px;
  padding: 26px 10px 0 69px;
}
.box2-ul li:nth-child(3) .li-detail {
  height: 277px;
  padding: 37px 10px 0 86px;
}
.box2-ul li:nth-child(4) .li-detail {
  height: 326px;
  padding: 57px 10px 0 70px;
}
.li-location {
  position: absolute;
  right: -28px;
  width: 28px;
  height: 55px;
  background: url("../images/semicircle.png") no-repeat center;
  z-index: 3;
}
.li-location1 {
  bottom: 90px;
}
.li-location2 {
  bottom: 140px;
}
.li-location3 {
  bottom: 180px;
}
.box3-tips {
  text-align: right;
  color: rgba(24, 26, 27, 1);
  font-size: 20px;
  margin: 40px 0 20px;
}
.box3-content {
  display: flex;
  justify-content: space-between;
}
.box3-fl {
  width: 177px;
  background: rgba(1, 104, 255, 1);
  border-radius: 7px;
  box-sizing: border-box;
  padding: 94px 0 0;
}
.stage {
  width: 177px;
  height: 172px;
  background: rgba(0, 133, 254, 1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 111px;
}
.stage1 {
  background: rgba(255, 180, 23, 1);
}
.stage-p p {
  color: #fff;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  line-height: 34px;
}
.box3-fr {
  width: 1010px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 43px 0px rgba(235, 234, 234, 0.75);
  border-radius: 10px;
  overflow: hidden;
}
.box3-fr table {
  width: 100%;
  text-align: center;
  word-break: break-all;
}
.box3-fr table thead tr {
  height: 51px;
  background: #26a0fc;
}
.box3-fr table thead th {
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
}
.box3-fr table td {
  border: 1px solid rgba(238,238,238,1);
  line-height: 22px;
  color:rgba(24,26,27,1);
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  padding: 11px 8px;
}
.box3-fr table td:nth-child(1) {
  border-left: none;
  text-align: center;
}
.box3-fr table td:last-child {
  border-right: none;
}
.box3-fr table tr:nth-child(1) td {
  border-top: none;
}
.box3-fr table tr:last-child td {
  border-bottom: none;
}
.box3-fr table th:nth-child(1) {
  width: 17%;
}
.box3-fr table th:nth-child(2),
.box3-fr table th:nth-child(5) {
  width: 20%;
}
.box3-fr table th:nth-child(3),
.box3-fr table th:nth-child(4) {
  width: 21%;
}
.lastTr td {
  border-bottom: 1px solid rgba(238,238,238,1)!important;
}
.box4 {
  background: url('../images/box4_bg.png') no-repeat center;
  background-size: 100% 100%;
}
.box4 .container {
  padding: 106px 0 129px;
}
.box4-content {
  margin-top: 58px;
}
.box4-content ul li {
  float: left;
  width: 33%;
  height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .3%;
  margin-bottom: 2px;
}
.box4-content ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.box4-content ul li:nth-child(1) {
  background: url('../images/li_bg1.png') no-repeat center;
  background-size: 100% 100%;
}
.box4-content ul li:nth-child(3) {
  background: url('../images/li_bg2.png') no-repeat center;
  background-size: 100% 100%;
}
.box4-content ul li:nth-child(5) {
  background: url('../images/li_bg3.png') no-repeat center;
  background-size: 100% 100%;
}
.li-content h3 {
  font-size:36px;
  color:rgba(255,255,255,1);
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  margin-bottom: 20px;
}
.li-content p {
  color:rgba(255,255,255,1);
  font-size:24px;
  text-align: center;
  line-height: 24px;
}
.box5 .container {
  padding-top: 20px;
}
.box5-ul {
  margin-top: 47px;
}
.box5-ul li {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  text-align: center;
}
.box5-ul .li-fl {
  width:67px;
  height:67px;
  border-radius:50%;
  color:rgba(255,255,255,1);
  font-size: 30px;
  text-align: center;
  line-height: 67px;
}
.box5-ul li:nth-child(even) .li-fl, .box5-ul li:nth-child(even) .li-fr {
  background:rgba(31,182,242,1);
}
.box5-ul li:nth-child(1) .li-fl,.box5-ul li:nth-child(1) .li-fr {
  background:rgba(255,190,73,1);
}

.box5-ul li:nth-child(3) .li-fl, .box5-ul li:nth-child(3) .li-fr {
  background:rgba(38,160,252,1);
}

.box5-ul li:nth-child(5) .li-fl, .box5-ul li:nth-child(5) .li-fr {
  background:rgba(68,136,247,1);
}
.li-fr {
  width: calc(100% - 67px);
  height: 61px;
  line-height: 61px;
  color:rgba(255,255,255,1);
  font-size: 18px;
  position: relative;
  box-sizing: border-box;
}
.li-fr::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 0;
  height: 0;
  border: 30px solid;
  border-color: transparent  transparent transparent #fff;
}
.li-fr::after {
  content: '';
  display: block;
  position: absolute;
  right: -42.5px;
  top: -12px;
  width: 0;
  height: 0;
  border: 42.5px solid;
}
.box5-ul li:nth-child(even) .li-fr::after {
  border-color: #fff  #fff #fff rgba(31,182,242,1);
}
.box5-ul li:nth-child(1) .li-fr::after {
  border-color: #fff  #fff #fff rgba(255,190,73,1);
}
.box5-ul li:nth-child(3) .li-fr::after {
  border-color: #fff  #fff #fff rgba(38,160,252,1);
}
.box5-ul li:nth-child(5) .li-fr::after {
  border-color: #fff  #fff #fff rgba(68,136,247,1);
}
.box6 .container {
  padding: 92px 0 40px;
}
.course-ul {
  margin-top: 55px;
}
.course-ul li {
  float: left;
  width: 367px;
  height: 235px;
  margin-right: 49px;
}
.course-ul li:nth-child(3) {
  margin-right: 0;
}
.course-ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.box7 {
  background: url('../images/box7_bg.png') no-repeat center;
  background-size: 100% 100%;
}
.box7 .container {
  padding: 122px 0 166px;
}
.box7-table {
  background: url('../images/box7_table_bg.png') no-repeat top center;
  padding-top: 27px;
  box-shadow:0px 5px 32px 0px rgba(229,228,228,0.75);
  margin-top: 50px;
}
.box7-table table {
  width: 100%;
  text-align: center;
  background:rgba(255,255,255,1);
  word-break: break-all;
}
.box7-table table thead tr {
  background: rgb(38, 160, 252);
  height: 63px;
}
.box7-table table thead tr th {
  border: 1px solid #fff;
  border-top: none;
  color:rgba(254,254,254,1);
  font-weight: 400;
  font-size: 18px;
}

.box7-table table td:nth-child(1), .box7-table table thead tr th:nth-child(1) {
  border-left: none;
}
.box7-table table td:last-child, .box7-table table thead tr th:last-child {
  border-right: none;
}
.box7-table table td {
  height: 55px;
  border: 1px solid rgba(208,208,208,.3);
  color:rgba(18,17,17,1);
  font-size: 18px;
  box-sizing: border-box;
  padding: 5px;
}
.box7-table table tr:last-child td {
  border-bottom: none;
}
.box7-table table th:nth-child(1) {
  width: 19%;
}
.box7-table table th:nth-child(2) {
  width: 14%;
}
.box7-table table th:nth-child(3) {
  width: 30%;
}
.box7-table table th:nth-child(4), .box7-table table th:nth-child(5) {
  width: 18%;
}
.box8-ul {
  margin-top: 66px;
}
.box8-ul li {
  float: left;
  width:209px;
  height:69px;
  line-height: 69px;
  background:linear-gradient(90deg,rgba(38,160,252,1),rgba(1,104,255,1));
  border-radius: 50px;
  text-align: center;
  color:rgba(255,255,255,1);
  font-size: 20px;
  margin-right: 30px;
  margin-bottom: 18px;
  box-sizing: border-box;
  padding-left: 10px;
}
.box8-ul li:nth-child(5n) {
  margin-right: 0;
}
.box8-ul li:hover {
  background:#1FB6F2;
}
.box8-ul li a {
  display: block;
  color: #fff;
  letter-spacing: 10px;
}
.box9 .container {
  padding: 70px 0 60px;
}


@media only all and (max-width: 1080px) {
  .banner_box {
    width: 100%;
    height: 10rem;
    background: url("../images/m_banner.png") center top no-repeat;
    background-size: 100% 100%;
  }
  .banner_box .container {
    padding-top: .6rem;
    padding-right: 0;
  }
  .txt {
    font-size: .9rem;
  }
  .txt1 {
    width: 14rem;
    height: 2.5rem;
    background-size: 100%;
    margin: .2rem auto 0;
  }
  .box1 .container {
    padding: 4rem 0 5rem;
  }
  .box1-content {
    /* display: none; */
    width: 8rem;
    height: 8rem;
    background-size: 100%;
  }
  .box1-title p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .highlights {
    box-shadow: 0px .01rem 1rem 0px rgba(234, 233, 233, 0.75);
    border-radius: .25rem;
    padding: .35rem .25rem;
    font-size: .6rem;
    line-height: .7rem;
  }
  .highlights1 {
    width: 15rem;
    top: -3.5rem;
    left: -3rem;
  }
  .highlights2 {
    width: 6rem;
    left: -4rem;
    top: -1.5rem;
  }
  .highlights3 {
    width: 4.5rem;
    left: -4rem;
    top: 2rem;
  }
  .highlights4 {
    width: 8.5rem;
    left: -4rem;
    bottom: -2rem;
  }
  .highlights5 {
    width: 16rem;
    bottom: -5.5rem;
    left: -4rem;
  }
  .highlights6 {
    width: 5.5rem;
    right: -4rem;
    bottom: -2rem;
  }
  .highlights7 {
    width: 4.5rem;
    right: -4rem;
    top: 2rem;
  }
  .highlights8 {
    width: 6rem;
    right: -4rem;
    top: -1.5rem;
  }
  .box2 {
    background: url("../images/box2_bg.png") no-repeat center;
    background-size: 130% 100%;
  }
  .box2 .container {
    padding: 2rem 0 3rem;
  }
  .title {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .title::before,
  .title::after {
    width: 1.3rem;
    height: 1.2rem;
    margin: 0 .3rem;
    vertical-align: bottom;
  }
  .title::before {
    background-size: 100%;
  }
  .title::after {
    background-size: 100%;
  }
  .box2-ul {
    margin-top: .8rem;
  }
  .box2-ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .5rem;
  }
  .box2-ul li:nth-child(1) {
    padding-top: 2rem;
  }
  .box2-ul li:nth-child(2) {
    padding-top: 0;
    margin-right: 0;
  }
  .box2-ul li:nth-child(3) {
    padding-top: 2rem;
  }
  .box2-ul li:nth-child(4) {
    margin-right: 0;
  }
  .li-head {
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: .3rem .3rem 0 0;
    font-size: .7rem;
  }
  .li-detail {
    border-radius: 0 0 .3rem .3rem;
    font-size: .6rem;
  }
  .box2-ul li:nth-child(1) .li-detail {
    height: 5rem;
    padding: .5rem .3rem 0 1rem;
  }
  .box2-ul li:nth-child(2) .li-detail {
    height: 7rem;
    padding: .7rem .3rem 0 1.7rem;
  }
  .box2-ul li:nth-child(3) .li-detail {
    height: 7rem;
    padding: .9rem .3rem 0 2rem;
  }
  .box2-ul li:nth-child(4) .li-detail {
    height: 9rem;
    padding: 1rem .3rem 0 1rem;
  }
  .li-location {
    position: absolute;
    right: -.7rem;
    width: .7rem;
    height: 1.375rem;
    background-size: 100%;
    z-index: 3;
  }
  .li-location1 {
    bottom: 3rem;
  }
  .li-location2 {
    display: none;
  }
  .li-location3 {
    bottom: 5rem;
  }
  .box3-tips {
    font-size: .7rem;
    margin: 1rem 0 .5rem;
  }
  .box3-fl {
    width: 2rem;
    border-radius: .2rem;
    padding: 5rem 0 0;
  }
  .stage {
    width: 2rem;
    height: 8rem;
    border-radius: .1rem;
    margin-bottom: 8rem;
    text-align: center;
  }
  .stage:last-child {
    margin-bottom: 2rem;
  }
  .stage-p p {
    font-size: .6rem;
    line-height: .8rem;
  }
  .box3-fr {
    width: calc(100% - 2rem);
    box-shadow: 0px .01rem 1rem 0px rgba(235, 234, 234, 0.75);
    border-radius: .2rem;
  }
  .box3-fr table thead tr {
    height: 1.5rem;
  }
  .box3-fr table thead th {
    font-size: .6rem;
  }
  .box3-fr table td {
    line-height: .8rem;
    font-size: .6rem;
    padding: .3rem .02rem;
  }
  .box4 {
    background: url('../images/box4_bg.png') no-repeat center;
    background-size: 140% 100%;
  }
  .box4 .container {
    padding: 2rem 0 3rem;
  }
  .box4-content {
    margin-top: 1rem;
  }
  .box4-content ul li {
    width: 33%;
    height: 4.5rem;
    margin-right: .3%;
    margin-bottom: .1rem;
  }
  .li-content h3 {
    font-size:.9rem;
    line-height: .9rem;
    margin-bottom: .3rem;
  }
  .li-content p {
    font-size:.7rem;
    line-height: .7rem;
  }
  .box5 {
    overflow: hidden;
  }
  .box5 .container {
    padding-top: .5rem;
  }
  .box5-ul {
    margin-top: 1rem;
  }
  .box5-ul li {
    margin-bottom: 1.5rem;
  }
  .box5-ul .li-fl {
    width:1.5rem;
    height:1.5rem;
    font-size: .7rem;
    line-height: 1.5rem;
  }
  .li-fr {
    width: calc(100% - 1.5rem);
    height: auto;
    line-height: .9rem;
    font-size: .6rem;
    padding: .2rem 1.8rem .2rem 1.1rem;
  }
  .li-fr::before {
    border: 1.1rem solid;
    border-color: transparent  transparent transparent #fff;
  }
  .li-fr::after {
    content: '';
    display: block;
    position: absolute;
    right: -1.8rem;
    top: -.6rem;
    width: 0;
    height: 0;
    border: 1.8rem solid;
  }
  .box6 .container {
    padding: 1rem 0;
  }
  .course-ul {
    margin-top: 1rem;
  }
  .course-ul li {
    width: 49%;
    height: 6rem;
    margin-right: 2%;
    margin-bottom: .4rem;
  }
  .course-ul li:nth-child(2) {
    margin-right: 0;
  }
  .course-ul li:nth-child(3) {
    margin-left: 5rem;
  }
  .box7 {
    background: url('../images/box7_bg.png') no-repeat center;
    background-size: 140% 100%;
  }
  .box7 .container {
    padding: 2rem 0 3rem;
  }
  .box7-table {
    background: url('../images/box7_table_bg.png') no-repeat top center;
    background-size: 100%;
    padding-top: .4rem;
    box-shadow:0px .1rem .8rem 0px rgba(229,228,228,0.75);
    margin-top: 1rem;
  }
  .box7-table table thead tr {
    height: 1.6rem;
  }
  .box7-table table thead tr th {
    font-size: .7rem;
  }
  .box7-table table td {
    height: 1.5rem;
    font-size: .6rem;
    line-height: .8rem;
    padding: .1rem;
  }
  .box8-ul {
    margin-top: 1.5rem;
  }
  .box8-ul li {
    width:24%;
    height:1.8rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    font-size: .8rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    padding-left: .3rem;
  }
  .box8-ul li:nth-child(5n) {
    margin-right: 1%;
  }
  .box8-ul li:nth-child(4n) {
    margin-right: 0;
  }
  .box8-ul li a {
    letter-spacing: .3rem;
  }
  .box9 .container {
    padding: 1rem 0;
  }
}
