@charset "UTF-8";
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

#vsb_content ul,
ol {
  padding-left: 20px;
}

#vsb_content ol li {
  list-style: decimal;
}

#vsb_content ul li {
  list-style: disc;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
}

.inner-page-wrapper {
  display: flex;
  margin-top: -70px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-page-wrapper {
    margin-top: -140px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-page-wrapper {
    margin-top: -105px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-page-wrapper--space .inner-page-wrapper__right {
    padding-left: 0;
  }
}
.inner-page-wrapper__left {
  flex: none;
}
@media only screen and (max-width: 1024px) {
  .inner-page-wrapper__left {
    display: none;
  }
}
.inner-page-wrapper__right {
  flex: 1;
}

.heading-primary {
  position: relative;
}
.heading-primary--main {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  font-size: 28px;
  font-weight: bold;
  color: #111111;
  line-height: 1.6;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .heading-primary--main {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .heading-primary--main {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-primary--main {
    font-size: 20px;
  }
}
.heading-primary--main--white {
  color: #ffffff;
}
.heading-primary--sub {
  text-transform: uppercase;
  font-size: 72px;
  font-family: Arial Black;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .heading-primary--sub {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .heading-primary--sub {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .heading-primary--sub {
    font-size: 30px;
  }
}
.heading-primary__icon {
  display: block;
  width: 44px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
}
.heading-primary__icon--white {
  background: url(../images/wave-white.png);
}
.heading-primary__icon--blue {
  background: url(../images/wave-blue.png);
}
.heading-primary--white {
  color: #ffffff;
  opacity: 0.4;
}
.heading-primary--green {
  color: #00acb2;
  opacity: 0.16;
}

.btn-more {
  flex: none;
}
.btn-more:link, .btn-more:visited {
  display: inline-block;
  width: 99px;
  height: 36px;
  background: linear-gradient(90deg, #00b27c, #00a6eb);
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .btn-more:link, .btn-more:visited {
    width: 200px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .btn-more:link, .btn-more:visited {
    width: 150px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
.btn-more::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #00acb2;
  transition: 0.3s;
}
.btn-more:hover::after {
  left: 5px;
  top: 5px;
}
.btn-more:active::after {
  left: 0;
  top: 0;
}

.feature-card {
  display: flex;
  align-items: center;
  padding: 35px;
  border-radius: 2px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .feature-card {
    padding: 70px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .feature-card {
    padding: 48px;
  }
}
@media only screen and (max-width: 1299px) {
  .feature-card {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .feature-card {
    padding: 20px;
  }
}
.feature-card:hover {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 40px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .feature-card:hover {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .feature-card:hover {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 60px;
  }
}
.feature-card--1 {
  background: url(../images/bg-feature-1.png) no-repeat center center/cover;
}
.feature-card--2 {
  background: url(../images/bg-feature-2.png) no-repeat center center/cover;
}
.feature-card--3 {
  background: url(../images/bg-feature-3.png) no-repeat center center/cover;
}
.feature-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  outline: 1px dashed #ffffff;
  outline-offset: 5px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .feature-card__icon {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .feature-card__icon {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1299px) {
  .feature-card__icon {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .feature-card__icon {
    width: 60px;
    height: 60px;
  }
}
.feature-card__icon span {
  font-size: 50px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .feature-card__icon span {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .feature-card__icon span {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  .feature-card__icon span {
    font-size: 30px;
  }
}
.feature-card__icon--1 {
  color: #00b27e;
}
.feature-card__icon--2 {
  color: #00acb2;
}
.feature-card__icon--3 {
  color: #0091ca;
}
.feature-card__info {
  padding-left: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .feature-card__info {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .feature-card__info {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 1299px) {
  .feature-card__info {
    padding-left: 0px;
    text-align: center;
  }
}
.feature-card__info--main {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .feature-card__info--main {
    font-size: 56px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .feature-card__info--main {
    font-size: 43px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .feature-card__info--main {
    font-size: 20px;
  }
}
.feature-card__info--sub {
  font-size: 20px;
  font-family: Arial;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .feature-card__info--sub {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .feature-card__info--sub {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .feature-card__info--sub {
    font-size: 14px;
  }
}
.feature-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.recruitment-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .recruitment-news {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .recruitment-news {
    padding: 0 15px;
  }
}
.recruitment-news:hover {
  background: linear-gradient(90deg, #00b27c, #00a6eb);
  outline: 1px solid #ffffff;
  box-shadow: 0px 9px 18px 0px rgba(0, 137, 109, 0.72);
  transform: translate3d(0, -20px, 0);
}
.recruitment-news:active {
  box-shadow: 0px 5px 10px 0px rgba(0, 137, 109, 0.72);
  transform: translate3d(0, -10px, 0);
}
.recruitment-news__date {
  flex: none;
  border-top: 4px solid #0091ca;
  border-bottom: 4px solid #0091ca;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  color: #0091ca;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .recruitment-news__date {
    border-top: 8px solid #0091ca;
    border-bottom: 8px solid #0091ca;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .recruitment-news__date {
    border-top: 6px solid #0091ca;
    border-bottom: 6px solid #0091ca;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruitment-news__date {
    padding: 10px 5px;
  }
}
.recruitment-news__date::after {
  display: block;
  content: "";
  width: 1px;
  height: 59px;
  right: -10px;
  background: #666666;
  opacity: 0.41;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .recruitment-news__date::after {
    height: 118px;
    right: -20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .recruitment-news__date::after {
    height: 90px;
    right: -15px;
  }
}
.recruitment-news__date-day {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 6px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .recruitment-news__date-day {
    font-size: 80px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .recruitment-news__date-day {
    font-size: 60px;
    padding-bottom: 9px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruitment-news__date-day {
    font-size: 30px;
  }
}
.recruitment-news__date-year {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .recruitment-news__date-year {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .recruitment-news__date-year {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruitment-news__date-year {
    font-size: 12px;
  }
}
.recruitment-news:hover .recruitment-news__date {
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .recruitment-news:hover .recruitment-news__date {
    border-top: 8px solid #ffffff;
    border-bottom: 8px solid #ffffff;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .recruitment-news:hover .recruitment-news__date {
    border-top: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
  }
}
.recruitment-news__content {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  padding-left: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 2;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .recruitment-news__content {
    padding-left: 60px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .recruitment-news__content {
    padding-left: 45px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruitment-news__content {
    font-size: 14px;
  }
}
.recruitment-news:hover .recruitment-news__content {
  color: #ffffff;
}
.recruitment-news__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.research-card {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.27);
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card {
    box-shadow: 0px 0px 50px 8px rgba(0, 0, 0, 0.27);
    border-bottom: 6px solid #ffffff;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card {
    box-shadow: 0px 0px 36px 6px rgba(0, 0, 0, 0.27);
    border-bottom: 5px solid #ffffff;
  }
}
.research-card__image {
  overflow: hidden;
  position: relative;
}
.research-card__image::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 35px;
  z-index: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card__image::after {
    border-bottom: 20px solid #ffffff;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card__image::after {
    border-bottom: 15px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
.research-card__info {
  padding: 25px 35px;
  position: relative;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card__info {
    padding: 50px 75px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card__info {
    padding: 36px 51px;
  }
}
@media only screen and (max-width: 1024px) {
  .research-card__info {
    padding: 15px 25px;
  }
}
.research-card__info::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-family: 'iconfont';
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 20px;
  left: auto;
  z-index: 0;
  content: "\eb94";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #cccccc;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card__info::after {
    position: absolute;
    top: auto;
    right: 60px;
    bottom: 40px;
    left: auto;
    z-index: 0;
    width: 56px;
    height: 56px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card__info::after {
    position: absolute;
    top: auto;
    right: 45px;
    bottom: 30px;
    left: auto;
    z-index: 0;
    width: 42px;
    height: 42px;
  }
}
.research-card__title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card__title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card__title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
}
.research-card__desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card__desc {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card__desc {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.research-card__date {
  font-size: 16px;
  font-family: Times New Roman;
  font-weight: bold;
  color: #666666;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card__date {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card__date {
    font-size: 24px;
  }
}
.research-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.research-card:hover {
  transform: translate3d(0, -20px, 0);
  border-bottom: 3px solid #003d87;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card:hover {
    transform: translate3d(0, -40px, 0);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card:hover {
    transform: translate3d(0, -30px, 0);
  }
}
.research-card:hover .research-card__image img {
  transform: scale(1.05);
}
.research-card:hover .research-card__info::after {
  background-color: #003d87;
  transform: rotate(45deg);
}
.research-card:hover .research-card__title {
  color: #003d87;
}
.research-card:hover .research-card__date {
  color: #003d87;
}
.research-card--green:hover {
  transform: translate3d(0, -20px, 0);
  border-bottom: 3px solid #00b27e;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .research-card--green:hover {
    transform: translate3d(0, -40px, 0);
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .research-card--green:hover {
    transform: translate3d(0, -30px, 0);
  }
}
.research-card--green:hover .research-card__info::after {
  background-color: #00b27e;
  transform: rotate(45deg);
}
.research-card--green:hover .research-card__title {
  color: #00b27e;
}
.research-card--green:hover .research-card__date {
  color: #00b27e;
}

.impression-card {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .impression-card {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
  }
}
.impression-card__image {
  height: 230px;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .impression-card__image {
    height: 460px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .impression-card__image {
    height: 350px;
  }
}
@media only screen and (max-width: 1299px) {
  .impression-card__image {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .impression-card__image {
    width: 100px;
    height: 100px;
    flex: none;
  }
}
.impression-card__image--large {
  height: 484px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .impression-card__image--large {
    height: 960px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .impression-card__image--large {
    height: 720px;
  }
}
@media only screen and (max-width: 1299px) {
  .impression-card__image--large {
    height: 344px;
  }
}
@media only screen and (max-width: 767px) {
  .impression-card__image--large {
    width: 100px;
    height: 100px;
    flex: none;
  }
}
.impression-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.impression-card__info {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(to top, #000000, transparent);
}
@media only screen and (max-width: 767px) {
  .impression-card__info {
    position: relative;
    background-image: none;
  }
}
.impression-card__title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 25px;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .impression-card__title {
    padding: 0 50px;
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .impression-card__title {
    padding: 0 36px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .impression-card__title {
    color: #333333;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.impression-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.impression-card:hover::after {
  opacity: 1;
}
.impression-card:hover .impression-card__image img {
  transform: scale(1.05);
}

.node-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  position: relative;
  padding-left: 15px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .node-news {
    height: 112px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .node-news {
    height: 84px;
    padding-left: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .node-news {
    height: 40px;
  }
}
.node-news:hover::before {
  background-color: #0091ca;
}
.node-news:hover .title {
  color: #0091ca;
}
.node-news:hover .date {
  color: #0091ca;
}
.node-news::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  transform: translate3d(0, -50%, 0);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  transition: 0.3s;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .node-news::before {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .node-news::before {
    width: 9px;
    height: 9px;
  }
}
.node-news .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #111111;
  padding-right: 10%;
  transition: 0.3s;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .node-news .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .node-news .title {
    font-size: 24px;
  }
}
.node-news .date {
  font-size: 14px;
  color: #666666;
  flex: none;
  transition: 0.3s;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .node-news .date {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .node-news .date {
    font-size: 21px;
  }
}
.node-news .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.date-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #e0e0e0;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .date-news {
    height: 196px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .date-news {
    height: 148px;
  }
}
.date-news:hover {
  border: 1px solid #0091ca;
  border-top: 3px solid #0091ca;
}
.date-news:hover .date-news__date {
  color: #0091ca;
  border-right: 1px solid #0091ca;
}
.date-news:hover .date-news__title {
  color: #0091ca;
}
.date-news--top {
  border: 1px solid #ce1c00;
  border-top: 3px solid #ce1c00;
}
.date-news--top::before {
  position: absolute;
  top: -2px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  content: url("../images/top-icon.png");
}
.date-news--top .date-news__date, .date-news--top .date-news__title {
  color: #ce1c00;
}
.date-news__date {
  padding: 0 20px 0 20px;
  flex: none;
  border-right: 1px solid #c9c9c9;
  font-family: "AbhayaLibre";
  text-align: right;
  color: #666666;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .date-news__date {
    padding: 0 40px 0 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .date-news__date {
    padding: 0 30px 0 30px;
  }
}
.date-news__day {
  font-size: 24px;
  font-weight: 800;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .date-news__day {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .date-news__day {
    font-size: 36px;
  }
}
.date-news__year {
  font-size: 16px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .date-news__year {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .date-news__year {
    font-size: 24px;
  }
}
.date-news__title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 16px;
  color: #111111;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .date-news__title {
    padding: 0 40px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .date-news__title {
    padding: 0 30px;
    font-size: 24px;
  }
}
.date-news__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.image-news-card {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-news-card {
    display: block;
  }
}
.image-news-card__image {
  flex: 1;
  height: 290px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-news-card__image {
    height: 580px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-news-card__image {
    height: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-news-card__image {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .image-news-card__image {
    width: 100%;
  }
}
.image-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-news-card__info {
  flex: 1;
  padding: 40px 40px 0 40px;
  background-color: #f0f0f0;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-news-card__info {
    padding: 80px 80px 0 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-news-card__info {
    padding: 60px 60px 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-news-card__info {
    padding: 20px;
  }
}
.image-news-card__title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-news-card__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-news-card__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-news-card__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.image-news-card__summary {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  margin-bottom: 15px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-news-card__summary {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-news-card__summary {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .image-news-card__summary {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.image-news-card__date {
  font-size: 16px;
  font-weight: bold;
  color: #0091ca;
  line-height: 32px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-news-card__date {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-news-card__date {
    font-size: 24px;
  }
}
.image-news-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.inner-news-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-news-card {
    height: 120px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-news-card {
    height: 90px;
    padding: 0 15px;
  }
}
.inner-news-card:hover .inner-news-card__title {
  color: #056dc3;
}
.inner-news-card:hover .inner-news-card__date {
  color: #056dc3;
}
.inner-news-card__title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  font-weight: 600;
  font-size: 15px;
  color: #333333;
  padding: 0 20px;
  position: relative;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-news-card__title {
    font-size: 30px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-news-card__title {
    font-size: 23px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-news-card__title {
    padding-right: 0;
  }
}
.inner-news-card__title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #056dc3;
  border-radius: 50%;
  margin-right: 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-news-card__title::before {
    width: 12px;
    height: 12px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-news-card__title::before {
    width: 9px;
    height: 9px;
    margin-right: 15px;
  }
}
.inner-news-card__date {
  flex: none;
  font-weight: 600;
  font-size: 15px;
  color: #666666;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-news-card__date {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-news-card__date {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-news-card__date {
    display: none;
  }
}
.inner-news-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.image-card {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .image-card {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
  }
}
@media only screen and (max-width: 767px) and (min-width: 2560px) and (max-width: 3840px) {
  .image-card {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1920px) and (max-width: 2560px) {
  .image-card {
    border-radius: 6px;
  }
}

.image-card__image {
  height: 230px;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-card__image {
    height: 460px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-card__image {
    height: 350px;
  }
}
@media only screen and (max-width: 1299px) {
  .image-card__image {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .image-card__image {
    width: 100px;
    height: 100px;
    flex: none;
  }
}
.image-card__image--large {
  height: 484px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-card__image--large {
    height: 960px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-card__image--large {
    height: 700px;
  }
}
@media only screen and (max-width: 1299px) {
  .image-card__image--large {
    height: 344px;
  }
}
@media only screen and (max-width: 767px) {
  .image-card__image--large {
    width: 100px;
    height: 100px;
    flex: none;
  }
}
.image-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.image-card__info {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(to top, #000000, transparent);
}
@media only screen and (max-width: 767px) {
  .image-card__info {
    position: relative;
    background-image: none;
  }
}
.image-card__title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .image-card__title {
    padding: 0 50px;
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .image-card__title {
    padding: 0 38px;
    font-size: 23px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .image-card__title {
    color: #333333;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.image-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.image-card:hover::after {
  opacity: 1;
}
.image-card:hover .image-card__image img {
  transform: scale(1.05);
}

.teacher-card {
  padding: 4px;
  border-radius: 2px;
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .teacher-card {
    padding: 8px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .teacher-card {
    padding: 6px;
  }
}
.teacher-card:hover {
  transform: translate3d(0, -20px, 0);
  background-color: #f1fdff;
  border: 1px solid #6fd3ff;
  box-shadow: 0px 5px 38px 0px rgba(0, 0, 0, 0.35);
}
.teacher-card:hover::after {
  background-color: #056dc3;
}
.teacher-card__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .teacher-card__image {
    height: 440px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .teacher-card__image {
    height: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .teacher-card__image {
    height: 190px;
  }
}
.teacher-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.teacher-card__info {
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .teacher-card__info {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .teacher-card__info {
    padding: 15px 0;
  }
}
.teacher-card__name {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .teacher-card__name {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .teacher-card__name {
    font-size: 23px;
  }
}
.teacher-card__position {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .teacher-card__position {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .teacher-card__position {
    font-size: 18px;
  }
}

.article-pic-card {
  position: relative;
  display: flex;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic-card {
    padding: 40px;
    border-radius: 8px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic-card {
    padding: 30px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .article-pic-card {
    display: block;
  }
}
.article-pic-card__cover {
  width: 200px;
  height: 150px;
  flex: none;
}
@media only screen and (max-width: 767px) {
  .article-pic-card__cover {
    width: 100%;
    height: 250px;
  }
}
.article-pic-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-pic-card__info {
  flex: 1;
  padding-left: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic-card__info {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic-card__info {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article-pic-card__info {
    padding-left: 0;
    padding-top: 20px;
  }
}
.article-pic-card__title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 20px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic-card__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic-card__title {
    font-size: 24px;
  }
}
.article-pic-card__desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic-card__desc {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic-card__desc {
    font-size: 21px;
  }
}
.article-pic-card__date {
  text-align: right;
  font-size: 14px;
  color: #cccccc;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic-card__date {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic-card__date {
    font-size: 21px;
  }
}
.article-pic-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 1299px) {
  .static-banner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1299px) {
  .static-banner .container {
    max-width: 100%;
    padding: 0;
  }
}
.static-banner__img {
  display: block;
  width: 100%;
}

div.custom-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding: 20px;
  padding-left: 50px;
  background-color: rgba(17, 17, 17, 0.6);
  border-bottom: 2px solid #003d87;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.custom-breadcrumb {
    height: 140px;
    padding: 40px;
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.custom-breadcrumb {
    height: 105px;
    padding: 30px;
    padding-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb {
    display: none;
  }
}
div.custom-breadcrumb h2.title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 900;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.custom-breadcrumb h2.title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.custom-breadcrumb h2.title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb h2.title {
    display: none;
  }
}
div.custom-breadcrumb div.breadcrumb-navs {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb div.breadcrumb-navs {
    padding-left: 20px;
  }
}
div.custom-breadcrumb div.breadcrumb-navs p.pos {
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.custom-breadcrumb div.breadcrumb-navs p.pos {
    font-size: 32px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.custom-breadcrumb div.breadcrumb-navs p.pos {
    font-size: 24px;
    margin-right: 15px;
  }
}
div.custom-breadcrumb div.breadcrumb-navs p.pos::before {
  content: "";
  font-family: 'iconfont';
  position: relative;
  top: -1px;
  content: "\e60e";
  display: block;
  width: 17px;
  height: 17px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 4px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.custom-breadcrumb div.breadcrumb-navs p.pos::before {
    width: 34px;
    height: 34px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.custom-breadcrumb div.breadcrumb-navs p.pos::before {
    width: 24px;
    height: 24px;
    font-size: 21px;
  }
}
div.custom-breadcrumb div.breadcrumb-navs nav {
  display: flex;
  align-items: center;
}
div.custom-breadcrumb div.breadcrumb-navs nav a {
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.custom-breadcrumb div.breadcrumb-navs nav a {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.custom-breadcrumb div.breadcrumb-navs nav a {
    font-size: 24px;
  }
}
div.custom-breadcrumb div.breadcrumb-navs nav a::before {
  font-family: "iconfont";
  content: "\e63d";
  margin-right: 8px;
  margin-left: 5px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.custom-breadcrumb div.breadcrumb-navs nav a::before {
    margin-right: 16px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.custom-breadcrumb div.breadcrumb-navs nav a::before {
    margin-right: 12px;
    margin-left: 7px;
  }
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb div.breadcrumb-navs nav a::before {
    margin-right: 5px;
    font-size: 14px;
  }
}
div.custom-breadcrumb div.breadcrumb-navs nav a:first-child::before {
  display: none;
}
div.custom-breadcrumb div.breadcrumb-navs nav a:hover {
  color: #003d87;
}
div.custom-breadcrumb div.breadcrumb-navs nav a:hover::before {
  color: #888888;
}

.search-wrapper .search-open-menu {
  padding: 5px;
  font-size: 30px;
  color: #ffffff;
  display: none;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .search-wrapper .search-open-menu {
    padding: 10px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .search-wrapper .search-open-menu {
    padding: 8px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 1299px) {
  .search-wrapper .search-open-menu {
    display: block;
  }
}
@media only screen and (max-width: 1299px) {
  .search-wrapper .search-input-wrapper {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    padding: 20px;
    background-color: #006bb8;
    display: none;
    border-top: 1px solid #e7e7e7;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 2560px) and (max-width: 3840px) {
  .search-wrapper .search-input-wrapper {
    position: fixed;
    top: 120px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    padding: 40px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 1920px) and (max-width: 2560px) {
  .search-wrapper .search-input-wrapper {
    position: fixed;
    top: 90px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    padding: 30px;
  }
}

.search-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 41px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid white;
  border-radius: 20px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .search-input {
    width: 640px;
    height: 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .search-input {
    width: 480px;
    height: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .search-input {
    width: 260px;
    height: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-input {
    width: 220px;
    height: 38px;
  }
}
@media only screen and (max-width: 1299px) {
  .search-input {
    width: 100%;
    height: 40px;
  }
}
.search-input input {
  width: calc(100% - 50px);
  height: 40px;
  outline: none;
  border: none;
  text-indent: 20px;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .search-input input {
    height: 80px;
    text-indent: 40px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .search-input input {
    height: 60px;
    text-indent: 30px;
    font-size: 21px;
  }
}
.search-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  opacity: 0.5;
}
.search-input button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .search-input button {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .search-input button {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .search-input button {
    width: 40px;
    height: 30px;
  }
}
.search-input button:active span.iconfont.icon-sousuoxiao {
  opacity: 1;
  color: #00FFAE;
}
.search-input button:hover span.iconfont.icon-sousuoxiao {
  opacity: 1;
}
.search-input button span.iconfont.icon-sousuoxiao {
  color: #ffffff;
  font-size: 24px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .search-input button span.iconfont.icon-sousuoxiao {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .search-input button span.iconfont.icon-sousuoxiao {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .search-input button span.iconfont.icon-sousuoxiao {
    font-size: 20px;
  }
}

.back-top-menu {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 3px solid #3ea2e9;
  border-radius: 50%;
  background-color: #003d87;
  color: #ffffff;
  transition: 0.3s cubic-bezier(0.53, -0.31, 0.56, 2.18);
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  cursor: pointer;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .back-top-menu {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .back-top-menu {
    width: 60px;
    height: 60px;
  }
}
.back-top-menu .iconfont {
  font-size: 20px;
  color: #00FFAE;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .back-top-menu .iconfont {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .back-top-menu .iconfont {
    font-size: 30px;
  }
}
.back-top-menu.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.back-top-menu:hover {
  background-color: #3ea2e9;
  border: 3px solid #003d87;
}

div.pb_sys_common.pb_sys_normal.pb_sys_style1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d:hover {
  color: #003d87;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no_d {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #111111;
  transition: 0.3s;
  background-color: #003d87;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no_d {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no_d {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no_d {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no {
    display: none;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a:hover {
  color: #003d87;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot:hover {
  color: #003d87;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
    display: none;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a:hover {
  color: #003d87;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_t {
  font-size: 12px;
  color: #666666;
  line-height: 26px;
  padding: 0 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_t {
    font-size: 24px;
    line-height: 52px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_t {
    font-size: 18px;
    line-height: 39px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_t {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto {
    display: none;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto input#u6_goto.p_goto_input {
  width: 40px;
  height: 30px;
  border-radius: 4px;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
  text-align: center;
  color: #666666;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto input#u6_goto.p_goto_input {
    width: 80px;
    height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto input#u6_goto.p_goto_input {
    width: 60px;
    height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto a {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #111111;
  transition: 0.3s;
  background-color: #003d87;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto a {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto a {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}

.inner-page-pagination > span {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  padding: 2rem 0;
}
.inner-page-pagination > span span {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-page-pagination > span span {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-page-pagination > span span {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}
.inner-page-pagination > span span:hover {
  color: #003d87;
}
@media only screen and (max-width: 767px) {
  .inner-page-pagination > span span {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
.inner-page-pagination > span span.active {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #111111;
  transition: 0.3s;
  background-color: #003d87;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-page-pagination > span span.active {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-page-pagination > span span.active {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
  }
}

.nav-fourth {
  background-color: #ffffff;
  padding: 0 40px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .nav-fourth {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .nav-fourth {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-fourth {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-fourth {
    padding: 0 20px;
  }
}
.nav-fourth__content {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 10px 0;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .nav-fourth__content {
    padding: 50px 0 20px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .nav-fourth__content {
    padding: 36px 0 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-fourth__content {
    padding: 15px 0;
    border-bottom: 1px solid #056dc3;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .nav-fourth__content {
    padding: 10px 0;
  }
}
.nav-fourth__nav {
  padding: 6px 10px;
  border-radius: 30px;
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 136px;
  border: 2px solid #056dc3;
  background-color: #ffffff;
  color: #056dc3;
  transition: 0.3s ease-in-out;
  text-align: center;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .nav-fourth__nav {
    padding: 12px 20px;
    border-radius: 60px;
    margin-right: 40px;
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 272px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .nav-fourth__nav {
    padding: 9px 15px;
    border-radius: 45px;
    margin-right: 30px;
    font-size: 24px;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 230px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-fourth__nav {
    padding: 3px 15px;
    font-size: 14px;
    border: 1px solid #056dc3;
  }
}
@media only screen and (max-width: 767px) {
  .nav-fourth__nav {
    padding: 2px 10px;
    font-size: 12px;
    background-color: #e7e7e7;
    color: #003d87;
    border: 1px solid #e7e7e7;
  }
}
.nav-fourth__nav--active, .nav-fourth__nav:hover {
  background-color: #056dc3;
  color: #ffffff;
  text-decoration: none;
}

.ratio-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-sizing: border-box;
  position: relative;
}
.ratio-image--1-of-2, .ratio-image--2-of-4 {
  padding-bottom: 50%;
}
.ratio-image--1-of-3 {
  padding-bottom: 33.33%;
}
.ratio-image--2-of-3 {
  padding-bottom: 66.66%;
}
.ratio-image--1-of-4 {
  padding-bottom: 25%;
}
.ratio-image--3-of-4 {
  padding-bottom: 75%;
}
.ratio-image--1-of-5 {
  padding-bottom: 20%;
}
.ratio-image--2-of-5 {
  padding-bottom: 40%;
}
.ratio-image--3-of-5 {
  padding-bottom: 60%;
}
.ratio-image--4-of-5 {
  padding-bottom: 80%;
}
.ratio-image__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.ratio-image__source {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.web-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2014;
  width: 100vw;
  padding: 0 40px 10px 40px;
  background-image: linear-gradient(rgba(17, 17, 17, 0.8), transparent);
  transition: 0.3s ease-in-out;
}
.web-header.scroll {
  background-image: linear-gradient(90deg, #006bb8, #3ea2e9);
}
@media only screen and (max-width: 1299px) {
  .web-header .header--top {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    height: 60px;
    padding: 0 10px;
    background-color: #006bb8;
  }
}
.web-header .header--top .mobile-nav-open-menu {
  display: none;
}
@media only screen and (max-width: 1299px) {
  .web-header .header--top .mobile-nav-open-menu {
    display: block;
  }
}
.web-header .header--top .mobile-nav-open-menu .iconfont {
  padding: 5px;
  font-size: 30px;
  color: #ffffff;
}
.web-header .header--top .header-logo {
  flex: none;
  position: relative;
  transition: 0.3s ease-in-out;
  text-align: center;
  z-index: 99;
  width: 30vw;
  height: auto;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .web-header .header--top .header-logo img {
    width: 40vw;
    height: auto;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .web-header .header--top .header-logo img {
    width: 40vw;
    height: auto;
  }
}
@media only screen and (max-width: 1299px) {
  .web-header .header--top .header-logo img {
    width: auto;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .web-header .header--top .header-logo img {
    height: auto;
    width: 260px;
  }
}
.web-header .header--top .top-memu-box {
  padding-top: 20px;
}
@media only screen and (max-width: 1299px) {
  .web-header .header--top .top-memu-box {
    padding-top: 0;
  }
}
.web-header .header--bottom {
  position: relative;
  justify-content: flex-end;
}
@media only screen and (max-width: 1299px) {
  .web-header .header--bottom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.3s ease-in-out;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  .web-header .header--bottom.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.web-header .header--bottom .container-c {
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  .web-header .header--bottom .container-c {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    max-width: 100%;
  }
}
.web-header .header--bottom .mobile-nav-close {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 99999;
  width: 320px;
  height: 60px;
  background-color: #006bb8;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1299px) {
  .web-header .header--bottom .mobile-nav-close {
    opacity: 1;
    visibility: visible;
  }
}
.web-header .header--bottom .mobile-nav-close .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #ffffff;
}

.header--top__menus {
  display: flex;
  align-items: center;
}
.header--top__menus .menu {
  font-size: 16px;
  color: #ffffff;
  margin: 0 14px;
  transition: .3s;
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .header--top__menus .menu {
    font-size: 20px;
  }
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .header--top__menus .menu {
    font-size: 30px;
  }
}
.header--top__menus .menu:hover {
  filter: brightness(0.9);
  text-decoration: none;
}
.header--top__menus .divider {
  height: 14px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

ul.nav-one {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1299px) {
  ul.nav-one {
    display: block;
    height: 100%;
    width: 320px;
    padding-top: 60px;
    background-color: #006bb8;
    overflow-y: auto;
  }
}
ul.nav-one .nav-open-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 0;
  width: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
ul.nav-one li.nav-one-item {
  position: relative;
}
ul.nav-one li.nav-one-item:hover a.nav-one-text.arrow::after {
  opacity: 1;
}
ul.nav-one li.nav-one-item a.nav-one-text {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  ul.nav-one li.nav-one-item a.nav-one-text {
    font-size: 30px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  ul.nav-one li.nav-one-item a.nav-one-text {
    font-size: 20px;
    padding: 0 30px;
  }
}
ul.nav-one li.nav-one-item a.nav-one-text.active {
  background-color: #268be2;
}
ul.nav-one li.nav-one-item a.nav-one-text:hover {
  background-color: #268be2;
  text-decoration: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item a.nav-one-text {
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item a.nav-one-text {
    padding-left: 30px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
ul.nav-one li.nav-one-item a.nav-one-text:hover, ul.nav-one li.nav-one-item a.nav-one-text.active {
  color: #00FFAE;
  background-color: transparent;
}
ul.nav-one li.nav-one-item a.nav-one-text.arrow::after {
  content: "";
  font-family: 'iconfont';
  font-size: 10px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item a.nav-one-text.arrow::after {
    opacity: 1;
    display: none;
  }
}
ul.nav-one li.nav-one-item .nav-two {
  position: absolute;
  top: calc(100%);
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 3px solid #00FFAE;
  padding: 10px 0;
  display: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 0;
    border-top: none;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item {
    position: relative;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  position: relative;
  color: #111111;
  text-align: left;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
    font-size: 30px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
    font-size: 20px;
    padding: 0 30px;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text.active {
  background-color: #ffffff;
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text:hover {
  background-color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
    padding-left: 60px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text:hover {
  color: #0090e2;
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text.arrow::after {
  position: relative;
  top: 1px;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 0;
  content: "";
  font-family: 'iconfont';
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text.arrow::after {
    display: none;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three {
  position: absolute;
  top: -3px;
  right: auto;
  bottom: auto;
  left: calc(100%);
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 3px solid #00FFAE;
  padding: 10px 0;
  display: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 0;
    border-top: none;
    background-color: transparent;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  color: #ffffff;
  position: relative;
  color: #111111;
  text-align: center;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
    font-size: 30px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
    font-size: 20px;
    padding: 0 30px;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text.active {
  background-color: #ffffff;
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text:hover {
  background-color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
    padding-left: 60px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
    padding-left: 100px;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text:hover {
  color: #0090e2;
}

.footer-partners {
  background: linear-gradient(90deg, #006bb8, #3ea2e9);
  display: flex;
  align-items: center;
}
.footer-partners__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 128px;
  height: 102px;
  background: #00b27e;
  font-size: 22px;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-partners__title {
    width: 256px;
    height: 204px;
    font-size: 44px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-partners__title {
    width: 200px;
    height: 150px;
    font-size: 33px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-partners__title {
    width: 90px;
    height: auto;
    padding: 20px 0;
    font-size: 16px;
  }
}
.footer-partners__links {
  padding: 10px 30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-partners__links {
    padding: 20px 60px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-partners__links {
    padding: 15px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-partners__links {
    padding: 10px 0;
  }
}
.footer-partners__links a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  margin-right: 20px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-partners__links a {
    font-size: 32px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-partners__links a {
    font-size: 24px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-partners__links a {
    font-size: 12px;
  }
}

.footer-main {
  padding: 40px 0;
  background-color: #3d454d;
}
.footer-main__logo {
  flex: none;
  display: block;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-main__logo {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-main__logo {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main__logo {
    margin: 0 auto;
  }
}
.footer-main__qr {
  text-align: center;
}
.footer-main__qr img {
  width: 70px;
  height: 70px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-main__qr img {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-main__qr img {
    width: 100px;
    height: 100px;
  }
}
.footer-main__qr p {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-main__qr p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-main__qr p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main__qr p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main__qr {
    margin: 20px auto 0;
  }
}

.footer-info {
  flex: 1;
  display: block;
}
.footer-info__item {
  padding: 5px 30px;
  position: relative;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-info__item {
    padding: 10px 60px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-info__item {
    padding: 8px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-info__item {
    padding: 5px 20px;
  }
}
.footer-info__item:not(:first-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-info__item:not(:first-child)::after {
    height: 120px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-info__item:not(:first-child)::after {
    height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-info__item:not(:first-child)::after {
    border-left: none;
  }
}
.footer-info__card {
  color: #ffffff;
}
.footer-info__card h2 {
  font-size: 18px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-info__card h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-info__card h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-info__card h2 {
    font-size: 16px;
  }
}
.footer-info__card p {
  font-size: 14px;
  opacity: 0.5;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-info__card p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-info__card p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-info__card p {
    font-size: 12px;
  }
}

.footer-copyright {
  padding: 15px;
  background-color: #2e3338;
  text-align: center;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-copyright {
    padding: 30px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-copyright {
    font-size: 21px;
  }
}
.footer-copyright__text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.3;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .footer-copyright__text {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .footer-copyright__text {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-copyright__text {
    font-size: 12px;
  }
}

.side-bar {
  flex: none;
  width: 300px;
  background-color: #e5f0ff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar {
    width: 600px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar {
    width: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .side-bar {
    width: 240px;
  }
}
.side-bar__heading {
  line-height: 65px;
  padding-left: 40px;
  font-size: 26px;
  background: #019ee4;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar__heading {
    line-height: 130px;
    padding-left: 80px;
    font-size: 52px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar__heading {
    line-height: 100px;
    padding-left: 60px;
    font-size: 39px;
  }
}
.side-bar__footer-img {
  display: block;
  width: 100%;
}

.side-bar-nav__item.active > .side-bar-nav__link--one {
  background-color: #0483c0;
}
.side-bar-nav__item.active > .side-bar-nav__link--two::after {
  content: url(../images/icon-jian.png);
}
.side-bar-nav__item.active > .side-bar-nav__link--three::after {
  content: url(../images/icon-arrow.png);
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar-nav__item.active > .side-bar-nav__link--three::after {
    width: 34px;
    height: 34px;
    right: 60px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar-nav__item.active > .side-bar-nav__link--three::after {
    width: 24px;
    height: 24px;
    right: 45px;
  }
}
.side-bar-nav__item.active > .side-bar-nav__next-wrapper {
  display: block;
}
.side-bar-nav__link {
  display: block;
  border-bottom: 1px solid rgba(251, 251, 251, 0.2);
  position: relative;
}
.side-bar-nav__link:hover {
  color: #ffffff;
  text-decoration: none;
}
.side-bar-nav__link--one {
  padding-left: 40px;
  line-height: 65px;
  background-color: #056dc3;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar-nav__link--one {
    padding-left: 80px;
    line-height: 130px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar-nav__link--one {
    padding-left: 60px;
    line-height: 100px;
    font-size: 30px;
  }
}
.side-bar-nav__link--two {
  padding-left: 67px;
  line-height: 65px;
  background-color: #03a0bc;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar-nav__link--two {
    padding-left: 134px;
    line-height: 130px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar-nav__link--two {
    padding-left: 100px;
    line-height: 100px;
    font-size: 30px;
  }
}
.side-bar-nav__link--two::after {
  content: url(../images/icon-jia.png);
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar-nav__link--two::after {
    width: 34px;
    height: 34px;
    right: 45px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar-nav__link--two::after {
    width: 24px;
    height: 24px;
    right: 45px;
  }
}
.side-bar-nav__link--three {
  padding-left: 87px;
  line-height: 45px;
  background-color: #03a0bc;
  font-size: 16px;
  color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar-nav__link--three {
    padding-left: 174px;
    line-height: 90px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar-nav__link--three {
    padding-left: 126px;
    line-height: 66px;
    font-size: 24px;
  }
}
.side-bar-nav__link--three.active::after, .side-bar-nav__link--three:hover::after {
  content: url(../images/icon-arrow.png);
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .side-bar-nav__link--three.active::after, .side-bar-nav__link--three:hover::after {
    width: 34px;
    height: 34px;
    right: 45px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-bar-nav__link--three.active::after, .side-bar-nav__link--three:hover::after {
    width: 24px;
    height: 24px;
    right: 45px;
  }
}
.side-bar-nav__next-wrapper {
  display: none;
}

.section-news-message {
  padding: 70px 0;
  overflow: hidden;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-news-message {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-news-message {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-news-message {
    padding: 40px 0;
  }
}
.section-news-message .image-news .swiper-pagination {
  text-align: right;
  padding-right: 30px;
  bottom: 30px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-news-message .image-news .swiper-pagination {
    padding-right: 60px;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-news-message .image-news .swiper-pagination {
    padding-right: 345px;
    bottom: 345px;
  }
}
.section-news-message .image-news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-news-message .image-news .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-news-message .image-news .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.section-news-message .image-news .swiper-pagination-bullet-active {
  background-color: #0091ca;
}

.section-research {
  padding: 70px 0;
  background: url(../images/bg-sea.png) no-repeat top center/cover;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-research {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-research {
    padding: 105px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-research {
    padding: 40px 0;
  }
}
.section-research .research-swiper {
  padding: 50px 0 60px 0;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-research .research-swiper {
    padding: 100px 0 120px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-research .research-swiper {
    padding: 75px 0 90px 0;
  }
}
.section-research .research-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-research .research-swiper .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-research .research-swiper .swiper-pagination-bullet {
    width: 21px;
    height: 21px;
    margin: 0 15px;
  }
}
.section-research .research-swiper .swiper-pagination-bullet-active {
  background-color: #003d87;
}

.section-features {
  padding: 70px 0;
  background: url(../images/bg-feature.png) no-repeat top center/cover;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-features {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-features {
    padding: 105px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-features {
    padding: 40px 0;
  }
}

.section-impression {
  padding: 70px 0;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-impression {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-impression {
    padding: 105px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-impression {
    padding: 40px 0;
  }
}

.section-recruitment {
  padding: 70px 0;
  background: url(../images/bg-recruitment.png) no-repeat top center/cover;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .section-recruitment {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .section-recruitment {
    padding: 105px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section-recruitment {
    padding: 40px 0;
  }
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 10px !important;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #ffffff;
  outline: 1px solid #ffffff;
  outline-offset: 5px;
}

.lj-part-left {
  padding-right: 100px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .lj-part-left {
    padding-right: 200px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .lj-part-left {
    padding-right: 150px;
  }
}
@media only screen and (max-width: 1299px) {
  .lj-part-left {
    padding-right: 0;
  }
}

.lj-part {
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .lj-part {
    padding-top: 50px;
  }
}
.lj-part::after {
  content: '';
  display: block;
  position: absolute;
  left: -50px;
  top: -70px;
  bottom: -70px;
  right: -500px;
  z-index: -1;
  background-color: #f0f0f0;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .lj-part::after {
    left: -100px;
    top: -140px;
    bottom: -140px;
    right: -1000px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .lj-part::after {
    left: -75px;
    top: -105px;
    bottom: -105px;
    right: -750px;
  }
}
@media only screen and (max-width: 1299px) {
  .lj-part::after {
    top: 0;
  }
}

.bg-inner-page {
  background: #ffffff url("../images/inner-bg.png") no-repeat top center/100% auto;
}

.inner-news-list {
  padding: 10px 40px 0 40px;
  background-color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-news-list {
    padding: 20px 80px 0 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-news-list {
    padding: 15px 60px 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-news-list {
    padding: 10px;
  }
}

.inner-card-list {
  padding: 30px 40px 0 40px;
  background-color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .inner-card-list {
    padding: 60px 80px 0 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .inner-card-list {
    padding: 45px 60px 0 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-card-list {
    padding: 30px 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-card-list {
    padding: 30px 10px 0 10px;
  }
}

.teacher-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.teacher-list__item {
  width: 20%;
  padding: 40px 20px;
}
@media only screen and (max-width: 1750px) {
  .teacher-list__item {
    width: 25%;
  }
}
@media only screen and (max-width: 1300px) {
  .teacher-list__item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1300px) {
  .teacher-list__item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .teacher-list__item {
    width: 50%;
    padding: 40px 10px;
  }
}

.article-pic {
  padding: 70px 0;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic {
    padding: 105px 0;
  }
}
.article-pic__list {
  padding: 20px;
  background-color: #ffffff;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic__list {
    padding: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic__list {
    padding: 30px;
  }
}
.article-pic__item {
  list-style: none;
}
.article-pic__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e6e6e6;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-pic__item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-pic__item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 45px;
  }
}

.article-details {
  padding: 20px 40px;
  background-color: #ffffff;
  word-break: break-all;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details {
    padding: 10px;
  }
}
.article-details__heading {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  text-align: center;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details__heading {
    padding: 40px 0;
    font-size: 48px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details__heading {
    padding: 30px 0;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details__heading {
    font-size: 18px;
  }
}
.article-details__describe {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details__describe {
    padding: 40px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details__describe {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details__describe {
    padding: 1rem 0;
  }
}
.article-details__tag {
  font-size: 12px;
  color: #666666;
  margin: 0 10px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details__tag {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details__tag {
    font-size: 18px;
  }
}
.article-details__content {
  font-size: 16px;
  line-height: 1.75em;
  font-family: "Microsoft YaHei";
  word-break: break-all;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details__content {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details__content {
    font-size: 24px;
  }
}
.article-details__content p {
  font-size: 16px;
  line-height: 1.75em;
  font-family: "Microsoft YaHei";
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details__content p {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details__content p {
    font-size: 24px;
  }
}
.article-details__content img {
  display: inline-block;
  max-width: 100%;
  margin: 20px 0;
  line-height: 1.1;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details__content img {
    margin: 40px 0;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details__content img {
    margin: 30px 0;
  }
}

.article-details-pagination {
  padding: 20px 40px;
  border-top: 1px solid #e7e7e7;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details-pagination {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details-pagination {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 1299px) {
  .article-details-pagination {
    display: block;
    padding: 10px;
  }
}
.article-details-pagination__button {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #003d87;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .article-details-pagination__button {
    padding: 20px 0;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .article-details-pagination__button {
    padding: 15px 0;
    font-size: 24px;
  }
}

.map__container {
  width: 100%;
  height: 600px;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .map__container {
    height: 1200px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .map__container {
    height: 900px;
  }
}
.map__context {
  padding: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
}
@media only screen and (min-width: 2560px) and (max-width: 3840px) {
  .map__context {
    padding: 40px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .map__context {
    padding: 30px;
    font-size: 24px;
  }
}
