@charset "UTF-8";
.icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../image/sprites.png") no-repeat;
}

.icon.icon-party {
  background-position: 0px 0px;
}

.icon.icon-party-active-active {
  background-position: 146px 0px;
}

.icon.icon-cooperate {
  background-position: 0px -40px;
}

.icon.icon-cooperate-active {
  background-position: -37px -40px;
}

.icon.icon-library {
  background-position: 0px -71px;
}

.icon.icon-library-active {
  background-position: -37px -71px;
}

.icon.icon-search {
  background-position: 0px 467px;
}

.icon.icon-search-active {
  background-position: -37px -121px;
}

.icon.icon-intro {
  background-position: 0px -161px;
}

.icon.icon-intro-active {
  background-position: -37px -161px;
}

.icon.icon-admissions {
  background-position: 0px -192px;
}

.icon.icon-admissions-active {
  background-position: -37px -192px;
}

.icon.icon-school {
  background-position: 0px -234px;
}

.icon.icon-school-active {
  background-position: -37px -234px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
:root {
  color: #333333;
  font-family: 微软雅黑;
  background-color: #ffffff;
  --swiper-theme-color: #00763d !important;
}

::selection {
  color: #ffffff;
  background-color: rgba(0, 118, 61, 0.7);
}

header, footer, main, div, p, ul, li, figure, article, aside, nav, input, a {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .2s;
}

a:hover {
  color: #00763d;
  text-decoration: underline;
}

figure {
  margin: 0px;
}

figcaption {
  line-height: 1.4;
}

img {
  max-width: 100%;
  object-fit: cover;
}

p {
  line-height: 1.5;
}

a.swiper-slide {
  display: block;
}

.format-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.img {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img > img {
  height: 0px;
}

.tabs .tabs_labels {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs .tabs_labels > li {
  cursor: pointer;
}

.tabs .tabs_panes {
  width: 100%;
}

.tabs .tabs_panes > div {
  display: none;
}

.tabs .tabs_panes.active > div {
  display: block;
}

.dot-1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dot-2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dot-3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.app-dropdown {
  position: relative;
  cursor: pointer;
  width: auto;
  border: 1px solid #e6e6e6;
}

.app-dropdown::before {
  content: attr(data-label);
  position: relative;
  display: inline-block;
  min-width: 30px;
  padding: 12px 32px 12px 16px;
  box-sizing: border-box;
}

.app-dropdown > input {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  width: 100%;
  height: 0px;
  border: none;
  outline: none;
  padding: 0px;
}

.app-dropdown > .options {
  display: none;
  position: absolute;
  left: -1px;
  z-index: 10;
  min-width: calc(100% + 2px);
  max-height: 250px;
  margin: 0px;
  list-style: none;
  overflow-y: auto;
  padding: 3px 0px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.app-dropdown > .options > li {
  transition: .2s;
}

.app-dropdown > .options > li:hover {
  background-color: rgba(0, 118, 61, 0.7);
}

.app-dropdown > .options > li:hover, .app-dropdown > .options > li:hover a {
  color: #ffffff;
}

.app-dropdown > .options > li.active {
  background-color: #00763d;
}

.app-dropdown > .options > li.active, .app-dropdown > .options > li.active a {
  color: #ffffff;
}

.app-dropdown::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  border: 5px solid transparent;
  border-top-color: #e6e6e6;
}

.app-dropdown:focus {
  border: 1px solid #00763d;
}

.app-pagination {
  justify-content: flex-end;
  width: 100%;
  margin-top: 25px;
  line-height: 1;
  color: #777777;
}

.app-pagination > .items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.app-pagination > .items a {
  display: inline-block;
  min-width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.app-pagination > .items a + a {
  margin-left: 10px;
}

.app-pagination > .items a.active {
  color: #00763d;
  border-color: transparent;
}

.app-pagination > .items a.seize {
  color: #777777;
  text-decoration: none;
  border-color: transparent;
}

.app-pagination > .items a[disabled] {
  cursor: not-allowed;
  background-color: rgba(102, 94, 94, 0.05);
}

.app-pagination .prev:not([disabled]):hover::before, .app-pagination .prev:not([disabled]):hover::after, .app-pagination .next:not([disabled]):hover::before, .app-pagination .next:not([disabled]):hover::after {
  border-color: #00763d;
}

.app-pagination .prev::before, .app-pagination .next::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(51, 51, 51, 0.3);
  transform: rotate(45deg);
  box-sizing: border-box;
}

.app-pagination .prev::before {
  border-top: none;
  border-right: none;
}

.app-pagination .next::after {
  border-left: none;
  border-bottom: none;
}

.app-pagination, .app-pagination .position {
  display: flex;
  align-items: center;
}

.app-pagination .position {
  margin-left: 20px;
}

.app-pagination .position > span:first-child {
  word-break: keep-all;
}

.app-pagination .app-dropdown {
  flex-shrink: 0;
  margin: 0px 20px;
}

.app-pagination .app-dropdown a {
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
}

.app-article > h1.title {
  color: #00763d;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px 0px 30px;
}

.app-article > .back {
  margin-top: 100px;
  text-align: right;
}

.app-article > .back a {
  display: inline-block;
  padding: 15px 30px;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.2);
  border-radius: 30px;
}

.detail-app .app-crumb {
  margin-top: 0;
}

.card-list_1 {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.card-list_1 > li {
  width: calc(33.333% - 10px);
  margin-bottom: 40px;
  cursor: default;
  transform-origin: center center;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-list_1 > li:hover {
  box-shadow: rgba(0, 118, 61, 0.2) 0px 0px 10px;
}

.card-list_1 > li:hover time::before {
  background-position-x: -38px;
}

.card-list_1 > li:hover .img::after {
  transform: scaleX(1);
}

.card-list_1 figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e6e6e6;
}

.card-list_1 .img {
  position: relative;
  width: 100%;
  height: 350px;
  flex-shrink: 0;
}

.card-list_1 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  z-index: 999;
  background-color: #00763d;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .5s .5s;
}

.card-list_1 .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  z-index: 222;
  background-color: #ccc;
}

.card-list_1 .txt {
  position: relative;
  flex: 1 0 auto;
  padding: 19px 19px 0px 19px;
  transition: background .2s;
}

.card-list_1 figcaption {
  font-weight: bold;
}

.card-list_1 p, .card-list_1 time {
  color: #777777;
  font-size: 14px;
  line-height: 1.5;
}

.card-list_1 time {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: inline-flex;
  align-items: center;
}

.card-list_1 time::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  background: url(../image/sprites.png) no-repeat 0px -289px;
}

.card-list_2 li {
  padding: 30px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.card-list_2 figure {
  display: flex;
  align-items: center;
}

.card-list_2 figure .img {
  width: 255px;
  height: 165px;
  flex-shrink: 0;
}

.card-list_2 .img {
  width: 100%;
  height: 215px;
}

.card-list_2 .txt {
  flex: 1;
  padding: 19px;
  transition: background .2s;
}

.card-list_2 figcaption {
  font-weight: bold;
}

.card-list_2 p, .card-list_2 time {
  color: #777777;
  line-height: 1.5;
}

.card-list_2 p {
  font-size: 14px;
}

.card-list_2 time {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

.card-list_2 time::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  background: url(../image/sprites.png) no-repeat 0px -289px;
}

.card-list_2 > li:first-child {
  padding: 0px;
  border: 0px;
}

.card-list_2 > li:first-child figure {
  position: relative;
  width: 100%;
  height: 555px;
}

.card-list_2 > li:first-child .img {
  width: 100%;
  height: 100%;
}

.card-list_2 > li:first-child .txt {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding: 22px 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.9), #ffffff);
}

.card-list_3 {
  position: relative;
  padding-right: 33.33%;
}

.card-list_3 + .card-list_3 {
  margin-top: 40px;
}

.card-list_3 > li .img {
  height: 270px;
  flex-shrink: 0;
}

.card-list_3 > li .txt {
  position: relative;
  padding: 52px 27px;
  background-color: #fbf7f7;
}

.card-list_3 > li .txt::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  border: 20px solid transparent;
}

.card-list_3 > li figcaption {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.card-list_3 > li time {
  display: block;
  color: #777777;
  font-size: 14px;
  padding: 10px 0px 25px;
}

.card-list_3 > li .more {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  color: #00763d;
  border: 1px solid #00763d;
  border-radius: 20px;
}

.card-list_3 > li:nth-child(4n + 1) .img, .card-list_3 > li:nth-child(4n + 1) .txt, .card-list_3 > li:nth-child(2n + 2) .img, .card-list_3 > li:nth-child(2n + 2) .txt {
  width: 50%;
}

.card-list_3 > li:nth-child(4n + 1) figure, .card-list_3 > li:nth-child(2n + 2) figure {
  display: flex;
}

.card-list_3 > li:nth-child(4n + 1) figure {
  flex-direction: row-reverse;
}

.card-list_3 > li:nth-child(4n + 1) .txt::after {
  left: 100%;
  border-left-color: #fbf7f7;
}

.card-list_3 > li:nth-child(2n + 2) .txt {
  position: relative;
  background-color: #00763d;
}

.card-list_3 > li:nth-child(2n + 2) .txt::after {
  right: 100%;
  border-right-color: #00763d;
}

.card-list_3 > li:nth-child(2n + 2) .txt figcaption, .card-list_3 > li:nth-child(2n + 2) .txt time, .card-list_3 > li:nth-child(2n + 2) .txt .more {
  color: #fff;
}

.card-list_3 > li:nth-child(2n + 2) .txt a {
  color: #ffffff;
}

.card-list_3 > li:nth-child(2n + 2) .txt .more {
  border-color: #ffffff;
}

.card-list_3 > li:nth-child(3n + 3) {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 33.33%;
  height: 100%;
}

.card-list_3 > li:nth-child(3n + 3) figure {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.card-list_3 > li:nth-child(3n + 3) .txt {
  height: 100%;
}

.card-list_3 > li:nth-child(3n + 3) .txt::after {
  top: 100%;
  left: calc(50% - 10px);
  border-top-color: #fbf7f7;
}

.card-list_4 > li {
  transition: box-shadow .2s;
}

.card-list_4 > li:hover {
  box-shadow: rgba(0, 118, 61, 0.2) 0px 0px 10px;
}

.card-list_4 > li + li {
  margin-top: 20px;
}

.card-list_4 figure {
  display: flex;
  width: 100%;
  background-color: #ffffff;
}

.card-list_4 .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 73px 29px 39px;
}

.card-list_4 .more {
  display: inline-block;
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #00763d;
  border: 1px solid #00763d;
  border-radius: 2px;
}

.card-list_4 .more:hover {
  color: #fff;
  background-color: #00763d;
}

.card-list_4 .img {
  width: 591px;
  height: 323px;
  flex-shrink: 0;
}

.card-list_4 figcaption {
  font-weight: bold;
  line-height: 1.6;
}

.card-list_5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.card-list_5 > li {
  width: calc(50% - 10px);
  margin-bottom: 25px;
  transition: box-shadow .2s;
}

.card-list_5 > li:hover {
  box-shadow: rgba(0, 118, 61, 0.2) 0px 0px 10px;
}

.card-list_5 figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-list_5 .img {
  width: 100%;
  height: 322px;
  flex-shrink: 0;
}

.card-list_5 .txt {
  position: relative;
  flex-grow: 1;
  flex-basis: auto;
  padding: 15px 23px 23px 23px;
  padding-bottom: 65px;
}

.card-list_5 .more {
  position: absolute;
  bottom: 23px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #00763d;
  border: 1px solid #00763d;
  border-radius: 2px;
}

.card-list_5 .more:hover {
  color: #fff;
  background-color: #00763d;
}

.card-list_5 figcaption {
  font-weight: bold;
}

.card-list_5 p {
  margin: 10px 0px 20px;
  color: #777777;
}

.content .tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .tabs .tabs_labels {
  margin: 0px;
  padding-bottom: 20px;
  list-style: none;
}

.content .tabs .tabs_labels > li {
  position: relative;
  margin: 0px 50px;
  padding: 8px 0px;
  font-size: 24px;
  transition: .2s;
}

.content .tabs .tabs_labels > li.active {
  font-weight: bold;
  color: #00763d;
}

.content .tabs .tabs_labels > li.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90%;
  height: 4px;
  background-color: #00763d;
  transform: translateX(-50%);
}

:root {
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 118, 61, 0.7);
}

html,
body,
#app {
  min-width: 1200px;
  overflow-x: auto;
}

.container {
  width: 1200px;
  margin: auto;
}

.logo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0px 32px;
}

.logo_wrap .logo-white {
  display: none;
}

.logo_wrap img {
  max-width: 550px;
}

.nav-toggle {
  display: none;
}

.app-nav_main .nav-content {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.app-nav_main .app-nav_main-item {
  display: flex;
  justify-content: center;
  position: relative;
}

.app-nav_main .app-nav_main-item.active > a {
  color: #00763d;
  font-weight: bold;
}

.app-nav_main .app-nav_main-item > a {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 14px 0px;
  color: #333333;
  text-decoration: none;
  transition: color 0.2s;
}

.app-nav_main .app-nav_main-item > a::before, .app-nav_main .app-nav_main-item > a::after {
  content: '';
  position: absolute;
  top: 100%;
  visibility: hidden;
  transition: width 0.2s, height 0.2s;
}

.app-nav_main .app-nav_main-item > a:hover {
  color: #00a957;
}

.app-nav_main .app-nav_main-item:hover .app-nav_child {
  visibility: visible;
  opacity: 1;
}

.app-nav_main .app-nav_main-item:hover > a::before, .app-nav_main .app-nav_main-item:hover > a::after {
  visibility: visible;
}

.app-nav_main .app-nav_main-item:hover > a::before {
  width: 100%;
}

.app-nav_main .app-nav_main-item:hover > a::after {
  left: 50%;
  height: 10px;
}

/*.app-nav_main .app-nav_main-item + .app-nav_main-item {*/
/*  margin-left: 50px;*/
/*}*/

.app-nav_child {
  position: absolute;
  top: 40px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  border-top: 2px solid #00763d;
  box-shadow: #8c726e 0px 0px 10px;
  background: #fff;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
}

.app-nav_child > figure {
  display: flex;
  margin: 0px;
  flex-shrink: 0;
  width: 400px;
}

.app-nav_child > figure > .img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}

.app-nav_child > figure > .text {
  color: rgba(0, 118, 61, 0.7);
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.2;
}

.app-nav_child > .right {
  box-sizing: border-box;
}

.app-nav_child > .right > .app-nav_child-item {
  display: block;
  text-align: center;
  padding: 10px 10px;
  word-break: keep-all;
  text-decoration: none;
  color: #333333;
}

.app-nav_child > .right > .app-nav_child-item:hover {
  color: rgba(0, 118, 61, 0.7);
}

.app-nav_child > .right > .app-nav_child-item.active {
  color: #00763d;
}

.app-crumb {
  width: 100%;
  overflow: hidden;
  padding-top: 28px;
  background-color: rgba(0, 118, 61, 0.8);
}

.app-crumb_content {
  display: flex;
  align-items: center;
  position: relative;
  padding: 52px 0px 90px;
  background-color: #ffffff;
}

.app-crumb_content::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
}

.app-crumb_content .item {
  font-size: 14px;
  line-height: 1;
}

.app-crumb_content .item:not(.active) {
  flex-shrink: 0;
}

.app-crumb_content .item + .item {
  padding-left: 20px;
}

.app-crumb_content .item + .item::before {
  content: '>';
  padding-right: 20px;
  text-decoration: none;
}

.app-crumb_content .item.active {
  display: inline-flex;
  flex: 1;
}

.app-crumb_content .item.active > a {
  display: inline-block;
  flex: 1;
  cursor: default;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.app-crumb_content .item.active > a:hover {
  color: #333333;
  text-decoration: none;
}

.subpage-main {
  display: flex;
}

.subpage-main > .content {
  width: calc(100% - 263px);
  padding-left: 42px;
}

.subpage-main > .content h1 {
  margin: 0px 0px 32px;
  color: #00763d;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.app-aside {
  width: 263px;
  flex-shrink: 0;
  flex-grow: 0;
}

.app-aside .app-aside_content {
  width: 100%;
  padding: 12px 0px 0px 24px;
  background: #00763d;
}

.app-aside .title,
.app-aside .item > a {
  padding-left: 21px;
  line-height: 59px;
}

.app-aside .title,
.app-aside .item {
  border-left: 6px solid transparent;
}

.app-aside .title {
  margin: 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.app-aside .item {
  display: block;
}

.app-aside .item > a {
  display: block;
  background-color: #ffffff;
}

.app-aside .item + .item > a {
  border-top: 1px solid #e6e6e6;
}

.app-aside .item ul.submenu {
  display: none;
  margin: 0;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
}

.app-aside .item ul.submenu li {
  list-style: none;
  line-height: 40px;
}

.app-aside .item.active {
  color: #00763d;
  font-size: 20px;
  font-weight: bold;
  border-left-color: #ff9600;
}

.app-aside .item.active ul {
  display: block;
}

.app-aside .item.active > a {
  cursor: default;
  text-decoration: none;
}

.app-article > h1.title {
  font-size: 24px;
}

.app-footer {
  margin-top: 91px;
  padding: 42px 0px 58px;
  background: url(../image/background-footer.png) center center;
  background-size: cover;
}

.app-footer .container {
  display: flex;
}

.app-footer .footer_logo,
.app-footer .footer_qrcode {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

.app-footer .footer_logo > img,
.app-footer .footer_qrcode > img {
  width: 100%;
}

.app-footer .footer_logo {
  width: 388px;
  padding-right: 17px;
  border-right: 2px solid #ffffff;
}

.app-footer .footer_info {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  font-style: normal;
  padding-left: 60px;
  position: relative;
}

.app-footer .footer_info ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.app-footer .footer_info,
.app-footer .footer_info a {
  color: #ffffff;
  font-size: 14px;
}

.app-footer .footer_info li {
  margin: 0px;
  line-height: 40px;
  display: flex;
  align-items: center;
}

.app-footer .footer_info li h3 {
  width: 120px;
  margin: 0;
}

.app-footer .footer_info li .address {
  width: 320px;
}

.app-footer .footer_info li .address i.icon {
  display: inline-block;
  width: 12px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../image/sprites.png) no-repeat 0px -267px;
}

.app-footer .footer_info li .phone {
  width: 200px;
}

.app-footer .footer_info li .phone i.icon {
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  background: url(../image/sprites.png) no-repeat -20px -269px;
}

.app-footer .footer_info li > span {
  display: inline-block;
  padding-right: 19px;
}

.app-footer .footer_info .copyright {
  position: absolute;
  bottom: -40px;
}

.app-footer .footer_qrcode {
  width: 172px;
}

.app-toolbar {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40%;
  z-index: 100;
  opacity: 0.9;
}

.app-toolbar > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 56px;
  padding: 0px 16px;
  color: #ffffff;
  cursor: pointer;
  background-color: #00763d;
}

.app-toolbar > .item + .item {
  margin-top: 20px;
}

.app-toolbar .back-top::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-right: none;
  border-bottom: none;
  transform: rotate(45deg);
}

.teacher-morelist h1 {
  margin: 0px 0px 32px;
  color: #00763d;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.teacher-morelist .card-list_1 {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.teacher-morelist .card-list_1 > li {
  width: calc(20% - 10px);
  margin: 0 5px 40px;
  cursor: default;
  transform-origin: center center;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.teacher-morelist .card-list_1 > li:hover .img img {
  transform: scale(1.05);
}

.teacher-morelist .card-list_1 > li:hover .img::after {
  transform: scaleX(1);
}

.card-list_1 {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.card-list_1 > li {
  width: calc(25% - 10px);
  margin: 0 5px 40px;
  cursor: default;
  transform-origin: center center;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card-list_1 > li:hover .img img {
  transform: scale(1.05);
}

.card-list_1 > li:hover .img::after {
  transform: scaleX(1);
}

.card-list_1 figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-list_1 .img {
  position: relative;
  width: 100%;
  height: 260px;
  flex-shrink: 0;
  overflow: hidden;
}

.card-list_1 .img img {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  transition: all 0.5s ease;
}

.card-list_1 .img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  z-index: 999;
  background-color: #00763d;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.5s 0.5s;
}

.card-list_1 .img::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  z-index: 222;
  background-color: #ccc;
}

.card-list_1 .txt {
  position: relative;
  text-align: center;
  flex: 1 0 auto;
  padding: 10px 19px 0px;
  transition: background 0.2s;
}

.card-list_1 .txt figcaption {
  font-weight: bold;
}

.card-list_1 .txt h5 {
  color: #666;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}

.subpage-main > .teacher-content {
  width: calc(100% - 263px);
  padding-left: 42px;
}

.subpage-main > .teacher-content h1 {
  margin: 0px 0px 32px;
  color: #00763d;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

.teacher-content section {
  margin: 40px auto;
}

.teacher-content section:first-child {
  margin-top: 0;
}

.teacher-content section .tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teacher-content section .tabs .tabs_labels {
  margin: 0px;
  padding-bottom: 20px;
  list-style: none;
}

.teacher-content section .tabs .tabs_labels > li {
  position: relative;
  margin: 0px 50px;
  padding: 8px 0px;
  font-size: 24px;
  transition: 0.2s;
}

.teacher-content section .tabs .tabs_labels > li.active {
  font-weight: bold;
  color: #00763d;
}

.teacher-content section .tabs .tabs_labels > li.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90%;
  height: 4px;
  background-color: #00763d;
  transform: translateX(-50%);
}

.teacher-content section .more {
  text-align: center;
}

.teacher-content section .more > a {
  display: inline-block;
  padding: 9px 34px;
  line-height: 1;
  color: #00763d;
  border: 1px solid #00763d;
  border-radius: 20px;
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.teacher-content section .more > a:hover {
  color: #ffffff;
  background-color: #00763d;
}

.grade-team-tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grade-team-tabs .team-tabs_labels {
  display: flex;
  margin: 0px;
  padding-bottom: 20px;
  list-style: none;
}

.grade-team-tabs .team-tabs_labels > li {
  position: relative;
  margin: 0px 50px;
  padding: 8px 0px;
  font-size: 16px;
  transition: 0.2s;
}

.grade-team-tabs .team-tabs_panes {
  width: 100%;
}

.grade-team-tabs .team-tabs_labels > li.active {
  font-weight: bold;
  color: #00763d;
}

.grade-team-tabs .team-tabs_labels > li.active::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 90%;
  height: 4px;
  background-color: #00763d;
  transform: translateX(-50%);
}

.school-overview-swiper,
.school-overview-swiper .swiper-wrapper {
  width: 100%;
}

.school-overview-swiper .swiper-wrapper {
  padding: 2px;
}

.school-overview-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: 360px;
}

.school-overview-swiper .swiper-slide-wrap {
  position: relative;
  display: flex;
  box-shadow: 0 0 10px #ddd;
  padding: 16px;
  width: 120px;
  height: 320px;
}

.school-overview-swiper .swiper-slide-wrap::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 60px;
  left: 0;
  background: #00763d;
}

.school-overview-swiper .swiper-slide-wrap h4 {
  writing-mode: vertical-lr;
  margin: 0;
  color: #00763d;
}

.school-overview-swiper .swiper-slide-wrap p {
  writing-mode: vertical-lr;
  margin-top: 60px;
}

.school-overview-swiper .swiper-slide-wrap:hover {
  background: #00763d url(../image/school_cloud.png) no-repeat bottom center;
  height: 340px;
}

.school-overview-swiper .swiper-slide-wrap:hover::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff9600;
}

.school-overview-swiper .swiper-slide-wrap:hover h4,
.school-overview-swiper .swiper-slide-wrap:hover p {
  color: #fff;
}

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