body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #333;
}

* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
}

ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  visibility: hidden;
  clear: both;
}

.clearover {
  zoom: 1;
}

.clearover::before {
  display: table;
  content: "";
}

.container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
}

.container-fluid {
  width: 100%;
  padding: 30px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-white {
  color: #fff !important;
}

.text-nowrap {
  white-space: nowrap;
}

.w-100 {
  width: 100% !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.shadow {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.chat {
  cursor: pointer;
}

.m0 {
  margin: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m1 {
  margin: 15px !important;
}

.my-1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-1 {
  margin-top: 15px !important;
}

.mb-1 {
  margin-bottom: 15px !important;
}

.mx-1 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.ml-1 {
  margin-left: 15px !important;
}

.mr-1 {
  margin-right: 15px !important;
}

.m2 {
  margin: 30px !important;
}

.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mt-2 {
  margin-top: 30px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.mx-2 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.ml-2 {
  margin-left: 30px !important;
}

.mr-2 {
  margin-right: 30px !important;
}

.m3 {
  margin: 45px !important;
}

.my-3 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mt-3 {
  margin-top: 45px !important;
}

.mb-3 {
  margin-bottom: 45px !important;
}

.mx-3 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.ml-3 {
  margin-left: 45px !important;
}

.mr-3 {
  margin-right: 45px !important;
}

.m4 {
  margin: 60px !important;
}

.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mt-4 {
  margin-top: 60px !important;
}

.mb-4 {
  margin-bottom: 60px !important;
}

.mx-4 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.ml-4 {
  margin-left: 60px !important;
}

.mr-4 {
  margin-right: 60px !important;
}

.m5 {
  margin: 75px !important;
}

.my-5 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.mt-5 {
  margin-top: 75px !important;
}

.mb-5 {
  margin-bottom: 75px !important;
}

.mx-5 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.ml-5 {
  margin-left: 75px !important;
}

.mr-5 {
  margin-right: 75px !important;
}

.p0 {
  padding: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p1 {
  padding: 15px !important;
}

.py-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pt-1 {
  padding-top: 15px !important;
}

.pb-1 {
  padding-bottom: 15px !important;
}

.px-1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pl-1 {
  padding-left: 15px !important;
}

.pr-1 {
  padding-right: 15px !important;
}

.p2 {
  padding: 30px !important;
}

.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pt-2 {
  padding-top: 30px !important;
}

.pb-2 {
  padding-bottom: 30px !important;
}

.px-2 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pl-2 {
  padding-left: 30px !important;
}

.pr-2 {
  padding-right: 30px !important;
}

.p3 {
  padding: 45px !important;
}

.py-3 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pt-3 {
  padding-top: 45px !important;
}

.pb-3 {
  padding-bottom: 45px !important;
}

.px-3 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pl-3 {
  padding-left: 45px !important;
}

.pr-3 {
  padding-right: 45px !important;
}

.p4 {
  padding: 60px !important;
}

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt-4 {
  padding-top: 60px !important;
}

.pb-4 {
  padding-bottom: 60px !important;
}

.px-4 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pl-4 {
  padding-left: 60px !important;
}

.pr-4 {
  padding-right: 60px !important;
}

.p5 {
  padding: 75px !important;
}

.py-5 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pt-5 {
  padding-top: 75px !important;
}

.pb-5 {
  padding-bottom: 75px !important;
}

.px-5 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.pl-5 {
  padding-left: 75px !important;
}

.pr-5 {
  padding-right: 75px !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.icon-hat {
  display: inline-block;
}

.icon-hat::before {
  display: inline-block;
  width: 75px;
  height: 74px;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-position: 0 0;
  background-size: 189px 150px;
}

.icon-improve {
  display: inline-block;
}

.icon-improve::before {
  display: inline-block;
  width: 75px;
  height: 74px;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-position: -77px 0;
  background-size: 189px 150px;
}

.icon-location {
  display: inline-block;
}

.icon-location::before {
  display: inline-block;
  width: 24px;
  height: 32px;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-position: -154px -52px;
  background-size: 189px 150px;
}

.icon-people {
  display: inline-block;
}

.icon-people::before {
  display: inline-block;
  width: 75px;
  height: 74px;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-position: 0 -76px;
  background-size: 189px 150px;
}

.icon-preparation {
  display: inline-block;
}

.icon-preparation::before {
  display: inline-block;
  width: 75px;
  height: 74px;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-position: -77px -76px;
  background-size: 189px 150px;
}

.mouse {
  display: inline-block;
}

.mouse::before {
  display: inline-block;
  width: 35px;
  height: 50px;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-position: -154px 0;
  background-size: 189px 150px;
}

.title-primary {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
  font-size: 30px;
}

.title-primary strong {
  color: #ff9f00;
}

.title-line {
  width: 60px;
  margin: -10px auto 20px;
  border: 0;
  border-top: 4px solid #333;
}

.title-line-white {
  border-top-color: #fff;
}

.subtitle {
  margin-top: -25px;
  margin-bottom: 30px;
  text-align: center;
}

.subtitle span {
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: #1f4a81;
  border-radius: 100px;
}

.btn-button {
  padding: 8px 30px;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  outline: 0;
  border-radius: 100px;
}

.btn-rounded {
  border-radius: 100px;
}

.btn-primary {
  color: #fff;
  background-color: #ff9f00;
  background-image: linear-gradient(to right, #fdd72a, #ff9f00);
  border: 2px solid #fdd72a;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  background-image: none;
  background-color: #bf9d02;
}

.box-form {
  height: 172px;
  background: url("../images/bg-form.png") no-repeat center;
  padding-top: 95px;
}

.box-form .form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.box-form .form-container .form-item {
  width: 200px;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 8px;
  padding: 0 10px;
  overflow: hidden;
}

.box-form .form-container .form-item input {
  font-size: 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left center;
}

.box-form .form-container .form-item .form_name {
  background-image: url("../images/icon1.png");
  background-size: 21px 24px;
}

.box-form .form-container .form-item .form_phoneNo {
  background-image: url("../images/icon2.png");
  background-size: 17px 24px;
  background-position: 3px center;
}

.box-form .form-container .form-item .kaptcha-code {
  background-image: url("../images/icon3.png");
  background-size: 20px 25px;
}

.box-form .form-container .form-code {
  width: 340px;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.box-form .form-container .form-code .form-item {
  width: 200px;
  margin: 0;
}

.box-form .form-container .form-code .kaptcha-code {
  border: none;
}

.box-form .form-container .form-code .kaptcha-btn {
  width: 128px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  color: #0f356c;
  font-size: 16px;
  margin: 11px 0;
  border-left: 1px solid #0f356c;
  border-radius: 0;
}

.box-form .form-container .form-code .kaptcha-btn:active {
  color: #030912;
}

.box-form .form-container .submit {
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #fed024;
  color: #0f356c;
  font-size: 24px;
  border-radius: 8px;
}

.box-form .form-container .submit:hover {
  background: #fed024;
}

.box-form .form-container .submit:active {
  background: #bb9401;
}

.table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.table caption {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.table td,
.table th {
  padding: 11px;
}

.table-line td,
.table-line th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-line thead th {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

.table-line tbody td,
.table-line tbody th {
  background-color: rgba(255, 255, 255, 0.9);
}

.table-stripe {
  border-collapse: separate;
  color: #fff;
}

.table-stripe caption {
  background-color: #1f4a81;
}

.table-stripe thead th {
  background-color: #b36f00;
}

.table-stripe tr:nth-child(odd) {
  background-color: #e68f00;
}

.table-stripe tr:nth-child(even) {
  background-color: #d68600;
}

.banner .banner-pagination {
  bottom: 80px;
}

.about {
  margin-top: -80px;
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 51px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}

.about .title-primary {
  margin-bottom: 12px;
}

.about-text {
  line-height: 24px;
  font-size: 16px;
  color: #333;
}

.about-text p:nth-child(2) {
  margin-top: 10px;
}

.reason-wrapper {
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 26px;
  overflow: hidden;
}

.reason-item {
  display: flex;
  flex-direction: column;
  width: 333px;
  color: #666;
  background-color: #fff;
}

.reason-item:nth-child(even) {
  flex-direction: column-reverse;
}

.reason-desc {
  height: 219px;
  padding: 22px;
}

.reason-desc h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #0f356c;
}

.reason-desc hr {
  width: 180px;
  margin-left: initial;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #0f356c;
}

.reason-desc p {
  font-size: 14px;
}

.suitable-wrapper {
  position: relative;
  width: 528px;
  height: 440px;
  margin: 0 auto;
  background: url("../images/boy.png") no-repeat center 135px;
}

.btn-circle {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 174px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #333;
  background: url("../images/suitable-btn.png") no-repeat center;
  cursor: pointer;
}

.suitable-item {
  position: absolute;
  width: 160px;
  height: 139px;
  padding: 45px 15px 15px;
  color: #666;
  background: url("../images/line1.png") no-repeat center;
}
.suitable-item:nth-child(n+3) {
  background: url("../images/line2.png") no-repeat center;
}

.suitable-item i {
  position: absolute;
  top: -35px;
}

.suitable-item h3 {
  position: absolute;
  top: -35px;
  font-size: 24px;
}

.suitable-item p {
  font-size: 16px;
}

.suitable-item:nth-child(-n+2) i {
  left: -12px;
}

.suitable-item:nth-child(-n+2) h3 {
  right: 0;
}

.suitable-item:nth-child(n+3) i {
  right: -20px;
}

.suitable-item:nth-child(n+3) h3 {
  left: 0;
}

.suitable-item:first-child {
  left: -185px;
  bottom: 95px;
}

.suitable-item:first-child h3 {
  color: #ff9f00;
}

.suitable-item:nth-child(2) {
  left: 16px;
  top: 35px;
}

.suitable-item:nth-child(2) h3 {
  color: #5197d5;
}

.suitable-item:nth-child(3) {
  top: 35px;
  right: 16px;
}

.suitable-item:nth-child(3) h3 {
  color: #70ad46;
}

.suitable-item:nth-child(4) {
  right: -200px;
  bottom: 90px;
}

.suitable-item:nth-child(4) h3 {
  color: #6a8bff;
}

.form-1 {
  padding: 20px 0;
  background: url("../images/form-1.jpg") no-repeat center;
}

.bg-course {
  background: url("../images/bg-course.jpg") no-repeat center;
}

#course {
  display: flex;
  padding-top: 5px;
}

.course-tab {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.course-tab .active {
  color: #fff;
  background-color: #ff9f00;
  border-bottom: 0;
}

.course-tab-item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 22px 30px;
  font-size: 20px;
  color: #bbb;
  background-color: #fff;
  cursor: pointer;
}

.course-wrapper {
  flex-grow: 1;
  padding: 10px;
  background-color: #ff9f00;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.course-wrapper .current {
  display: block;
}

.course-item {
  display: none;
}

.text-em {
  font-weight: 700;
  color: #fdd72a;
}

.schedule-list {
  position: relative;
  height: 187px;
  margin-top: 80px;
  margin-bottom: 140px;
  background: url("../images/bg-schedule.png") no-repeat center;
}

.schedule-list-item {
  position: absolute;
  top: 20px;
  width: 146px;
  height: 94px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #1f4a81;
  border-radius: 10px;
  cursor: pointer;
}

.schedule-list-item:hover {
  background-color: #2962aa;
}

.schedule-list-item::after {
  display: inline-block;
  width: 24px;
  height: 32px;
  content: "";
  vertical-align: middle;
  background-image: url("../images/sprite.png");
  background-position: -154px -52px;
  background-size: 189px 150px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.schedule-list-item:nth-child(2) {
  left: 175px;
}

.schedule-list-item:nth-child(3) {
  left: 350px;
}

.schedule-list-item:nth-child(4) {
  left: 525px;
}

.schedule-list-item:nth-child(5) {
  left: 700px;
}

.schedule-list-item:nth-child(n+6) {
  top: 200px;
}

.schedule-list-item:nth-child(6) {
  right: 30px;
}

.schedule-list-item:nth-child(7) {
  right: 205px;
}

.schedule-list-item:nth-child(8) {
  right: 380px;
}

.schedule-list-item:nth-child(9) {
  right: 555px;
}

.schedule-list-item:last-child {
  right: 730px;
}

.bg-gray {
  background-color: #ebeef3;
}

.bg-white-gradient {
  padding: 30px;
  background-image: linear-gradient(to bottom, #fff 40%, transparent 68%);
  border-radius: 10px;
}

.bg-white-gradient .text-center {
  line-height: 0;
}

.bg-quality {
  background: url("../images/bg-quality.jpg") no-repeat center;
}

.cert-wrapper {
  display: flex;
  justify-content: space-between;
}

.cert-desc {
  flex-shrink: 0;
  width: 560px;
  padding-top: 30px;
}

.cert-swiper {
  padding: 20px 0;
}
.cert-swiper .swiper-button {
  width: 41px;
  height: 41px;
}
.cert-swiper .swiper-button::after {
  content: "";
}
.cert-swiper .swiper-button.swiper-button-prev {
  background: url("../images/swiper-prev.png") no-repeat center;
}
.cert-swiper .swiper-button.swiper-button-next {
  background: url("../images/swiper-next.png") no-repeat center;
}
.cert-swiper .swiper-pagination {
  bottom: 0;
}
.cert-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 8px;
  background: #fff;
  opacity: 0.5;
}
.cert-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 4px;
  opacity: 1;
}

.honor-title {
  font-size: 30px;
  font-weight: 400;
  color: #1f4a81;
}

.cert-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cert-img-item {
  width: 209px;
  margin: 5px;
}

.honor-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 358px;
  padding: 50px 80px 0;
  font-size: 17px;
  color: #fff;
}

.honor-list li {
  text-indent: -8px;
  line-height: 1.5;
}

.honor-list li + li {
  margin-top: 20px;
}

.env-slider {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}

.env-slider .swiper-pagination {
  position: static;
}

.env-slider img {
  display: block;
}

.page .campus .site-list .item {
  box-shadow: 0 0 5px rgba(31, 74, 129, 0.21);
}
.page .campus .site-list .item.active {
  color: #1f4a81;
  border-color: #1f4a81;
}
.page .campus .site-list .item:hover {
  color: #1f4a81;
}
.page .campus .tabs .tab:hover {
  color: #1f4a81;
}
.page .campus .tabs .tab.active {
  background: #1f4a81;
}
.page .campus .position .t1 {
  color: #1f4a81;
}
.page .campus .position .form-container .form-code .kaptcha-btn {
  background: #ff5800;
  color: #fff;
}
.page .campus .position .form-container .form-code .kaptcha-btn:active {
  background: #cc4600;
}
.page .campus .position .form-container .submit {
  background: #ff5800;
  color: #fff;
}
.page .campus .position .form-container .submit:active {
  background: #cc4600;
}