body,
ul,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

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

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

img {
  display: block; }

ul {
  padding: 0; }

li {
  list-style: none; }

.clearmar::before {
  display: block;
  width: 0;
  height: 0;
  content: '.';
  visibility: hidden; }

.btn {
  display: inline-block;
  padding: 0.25rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000;
  border: 0; }

.btn-white-rounded {
  position: absolute;
  left: 50%;
  top: 14.675rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  color: #b83315;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 0 0.4rem #e1a264; }

.btn-light-brown {
  color: #794e1f;
  background-color: #eccc72; }

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

.btn-light-blue {
  margin-top: 0.25rem;
  color: #fff;
  background-color: #6498f9;
  box-shadow: 0 0.15rem 0 0 #0959ee; }

.btn-light-blue-circle {
  flex-shrink: 0;
  padding: 0;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  background-color: #6498f9;
  border-radius: 50%;
  box-shadow: 0 0.15rem 0 0 #3377f7; }

.btn-white {
  color: #105eb1;
  background-color: #fff; }

.title-primary {
  position: relative;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #333; }
  .title-primary strong {
    display: inline-block;
    width: 1.5rem;
    height: 1.575rem;
    padding-top: 0.15rem;
    font-size: 0.75rem;
    vertical-align: top;
    color: #fff;
    background: url("../images/pentagon.png") no-repeat center;
    background-size: cover; }
  .title-primary span {
    color: #105eb1; }

.title-border-top {
  border-top: 0.15rem solid #105eb1; }

.title-primary-blue {
  font-size: 0.9rem;
  color: #105eb1; }

.title-underline {
  border-bottom: 0.05rem solid #ffdb77; }

.title-underline-white {
  border-bottom-color: #fff; }

.title-bold-underline::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 6rem;
  height: 0.15rem;
  content: '';
  background-color: #e85900; }

.title-bold-underline-red::after {
  background-color: #b83315; }

.subtitle {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 0.6rem;
  text-align: center;
  color: #666; }
  .subtitle span {
    font-weight: bold;
    color: #105eb1; }

.title-double-line {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .title-double-line h1 {
    font-size: 0.65rem;
    font-weight: bold;
    text-align: center; }
  .title-double-line span {
    color: #105eb1; }
  .title-double-line ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding-left: 0; }
    .title-double-line ul li {
      width: 0.75rem;
      height: 0.15rem;
      background-color: #105eb1;
      border-radius: 0.075rem; }
      .title-double-line ul li:first-child {
        margin-bottom: 0.125rem; }

.title-secondary {
  display: inline-block;
  padding: 0.15rem 0.25rem;
  font-size: 0.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #1158a4; }

.good-news {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0.2rem;
  background-color: #105eb1;
  border-radius: 0.2rem; }

.good-news-title {
  padding: 0.25rem;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff; }
  .good-news-title::before {
    display: inline-block;
    margin-right: 0.2rem;
    width: 1.15rem;
    height: 0.9rem;
    vertical-align: middle;
    content: '';
    background: url("../images/laba.png") no-repeat center;
    background-size: contain; }

.good-news-slider {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden; }

.ti_slide {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.ti_news {
  float: left;
  font-size: 0.6rem;
  white-space: nowrap; }

.banner {
  position: relative;
  height: 16.125rem;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: cover; }

.container {
  width: 100%;
  padding: 0.75rem 0.625rem; }

.d-flex {
  display: -webkit-box;
  display: flex; }

.justify-content-center {
  -webkit-box-pack: center;
          justify-content: center; }

.form-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.8rem; }
  .form-3 .form-group {
    margin-bottom: 0.5rem;
    border: 0.05rem solid #1158a4;
    background-color: #fff; }
  .form-3 label {
    padding: 0.25rem 0.5rem;
    color: #fff;
    background-color: #1158a4; }
  .form-3 input {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.25rem; }

.bg-youhui {
  background-color: #105eb1; }

.title-youhui {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-align: center;
  color: #fff; }

.youhui-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: wrap row;
  justify-content: space-around; }

.youhui-item {
  width: 6.625rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.advantage-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center; }

.advantage-item {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  width: 5.75rem;
  padding: 1.25rem 1rem;
  margin: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(top, #6498f9, #105eb1);
  background: linear-gradient(to bottom, #6498f9, #105eb1); }
  .advantage-item:hover {
    background: none;
    background-color: #105eb1; }

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

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

.project-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.project-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 2.45rem;
  height: 1.3rem;
  line-height: 1;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
  background-color: #666; }
  .project-item:nth-child(6) {
    margin-right: 1.45rem; }
  .project-item:nth-child(7) {
    margin-left: 1.45rem; }
  .project-item::before {
    position: absolute;
    top: -1.35rem;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0.675rem 1.225rem;
    border-color: transparent transparent #666 transparent; }
  .project-item::after {
    position: absolute;
    bottom: -1.35rem;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0.675rem 1.225rem;
    border-color: #666 transparent transparent transparent; }

.project-item-greenblue {
  color: #fff;
  background-color: #1158a4; }
  .project-item-greenblue::before {
    border-bottom-color: #1158a4; }
  .project-item-greenblue::after {
    border-top-color: #1158a4; }

.project-item-light-blue {
  color: #fff;
  background-color: #6498f9; }
  .project-item-light-blue::before {
    border-bottom-color: #6498f9; }
  .project-item-light-blue::after {
    border-top-color: #6498f9; }

.project-item-black {
  color: #fff;
  background-color: #000; }
  .project-item-black::before {
    border-bottom-color: #000; }
  .project-item-black::after {
    border-top-color: #000; }

.project-item-yellow {
  color: #000;
  background-color: #fff100; }
  .project-item-yellow::before {
    border-bottom-color: #fff100; }
  .project-item-yellow::after {
    border-top-color: #fff100; }

.container-fluid {
  width: 100%; }

.bg-orange-leaf {
  padding-bottom: 0.5rem;
  height: 17.975rem;
  background: url("../images/liuxuefangan.jpg") no-repeat center;
  background-size: 100% 100%; }

.form-1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: space-between;
  padding: 0.75rem 1rem;
  margin: 7.5rem auto 0.25rem;
  width: 17.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem; }
  .form-1 input {
    flex-basis: 100%; }
  .form-1 select {
    -webkit-box-flex: 0;
            flex: 0 0 48%; }

.form-title {
  font-size: 1.05rem;
  color: #000; }

.form-control {
  padding: 0.25rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.65rem;
  border: 0;
  border-radius: 0.2rem; }

.form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.line-height-0 {
  line-height: 0; }

.course-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

.course-item {
  -webkit-box-flex: 1;
          flex: 1 1 30%;
  padding: 0.5rem;
  margin: 0.25rem;
  font-size: 0.6rem;
  text-align: center;
  color: #fff; }
  .course-item p:first-child {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: 0.05rem solid #fff; }

.course-item-greenblue {
  background-color: #1158a4; }

.course-item-light-blue {
  background-color: #6498f9; }

.course-item-yellow {
  color: #794e1f;
  background-color: #fff100; }
  .course-item-yellow p:first-child {
    border-bottom-color: #794e1f; }

.bg99 {
  height: 14.875rem;
  background: url("../images/bg9.9.png") no-repeat center;
  background-size: 100% 100%; }

.form-2 {
  display: -webkit-box;
  display: flex;
  width: 14.75rem;
  height: 3.3rem;
  margin: 9.25rem auto 0; }
  .form-2 input {
    display: block;
    width: 100%;
    border: 0.05rem solid #e6e6e6;
    box-shadow: inset 0.05rem 0.05rem 0.05rem 0 rgba(0, 0, 0, 0.3); }

.form-left {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin-right: 0.5rem; }

.bg-zhengshu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url("../images/bg-baijin.jpg") no-repeat center;
  background-size: cover; }

.row {
  display: -webkit-box;
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  padding-left: 5px;
  padding-right: 5px;
  max-width: 50%; }

.mt-1 {
  margin-top: 0.5rem; }

.mb-1 {
  margin-bottom: 0.5rem; }

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.bg-light-blue {
  padding: 0.5rem;
  background-color: #6498f9; }

.swiper-pagination {
  position: relative;
  line-height: 0.75rem; }

.bg-light-brown {
  background-color: #e7dcc5; }

.tabbar {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }
  .tabbar li {
    margin: 0.5rem;
    padding: 0.35rem 1.35rem;
    font-size: 0.6rem;
    border: 1px solid #000;
    border-radius: 100px; }
  .tabbar .active {
    color: #fff;
    background-color: #1158a4;
    border-color: #1158a4; }

.tab-container .tab-item {
  display: none; }

.tab-container .current {
  display: block; }

.footer {
  padding-bottom: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #105eb1; }

/*# sourceMappingURL=main.css.map */
