body {
  display: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.4);
}

.header-top {
  background-color: #1e5abc;
  background-image: linear-gradient(90deg, #0336a9 80%, #5db6ba);
}

.header-top .cont {
  padding: 30rem 0;
}

.header-top-left {
  width: 400rem;
}

.header-top-right .header-top-right-item {
  font-size: 14rem;
}

.header-top-right a {
  color: #fff;
  margin-left: 5rem;
}

.header-top-right a:not(:first-child)::before {
  content: '|';
  display: inline-block;
  margin-right: 10rem;
}

.header-top-right a:hover {
  text-decoration: underline;
}

header .header-search-switch {
  margin-left: 30px;
  cursor: pointer;
}

header .header-top-right {
  position: relative;
}

.header-search-wrap {
  background-color: #fff;
  border: 1rem solid #666;
  line-height: 40rem;
  border-radius: 20rem;
  padding: 0 20rem;
  margin-left: 30rem;
  position: absolute;
  right: -170rem;
  top: -9rem;
  display: none;
  width: 196rem;
}

.header-search-wrap input {
  border: none;
  background-color: transparent;
  outline: none;
  appearance: none;
  color: #333;
  width: 110rem;
}

.header-search-wrap input::placeholder {
  color: #333;
}

.header-search-wrap button {
  background-color: transparent;
  border: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 15rem;
}

header .header-menu-wrap {
  /* background-color: #fff; */
  background-color: #1e5abc;
  background-image: linear-gradient(90deg, #0336a9 80%, #5db6ba);
}

header .header-menu-wrap .menu-item {
  font-size: 20rem;
  line-height: 50rem;
  position: relative;
  padding: 0 20rem;
}

header .header-menu-wrap .menu-item>a {
  color: #fff;
}

header .header-menu-wrap .menu-item .menu-item-dropdown-wrap {
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: 50rem;
  margin: auto;
  background-color: #fff;
  /*overflow: hidden;*/
  display: grid;
  grid-template-rows: 0fr;
  transition: 300ms;
  display: none;
}

header .header-menu-wrap .menu-item .menu-item-dropdown-wrap .menu-item-dropdown-cont {
  /*overflow: hidden;*/
}

header .header-menu-wrap .menu-item .menu-item-dropdown-wrap .menu-item-dropdown-cont a {
  transition: 300ms;
}

header .header-menu-wrap .menu-item .menu-item-dropdown-wrap .menu-item-dropdown-cont a:hover {
  background-color: #1e5abc;
  color: #fff;
}

.menu-item-dropdown-cont .menu-child-ul .ul3 {
  display: none !important;
}

.menu-item-dropdown-cont .menu-child-ul {
  position: relative;
}

.menu-item-dropdown-cont .menu-child-ul:hover .ul3,
.menu-item-dropdown-cont .menu-child-ul:hover .ul4 {
  position: absolute;
  left: 100%;
  display: block;
  background: #fff;
  white-space: nowrap;
  /* padding: 0 20rem; */
  top: 0;
  width: 100%;
}

header .header-menu-wrap .menu-item .menu-item-dropdown-wrap a {
  display: block;
  width: 100%;
  padding: 10rem 0;
  line-height: 1.5;
  font-size: 16rem;
  text-align: center;
}

header .header-menu-wrap .menu-item:hover {
  background-color: #1e5abc;
  display: grid;
}

header .header-menu-wrap .menu-item:hover>a {
  color: #fff;
}

header .header-menu-wrap .menu-item:hover .menu-item-dropdown-wrap {
  grid-template-rows: 1fr;
  display: grid;
}

.index-banner {
  position: relative;
}

.index-banner::before,
.index-banner::after {
  content: '';
  display: block;
  width: 180rem;
  height: 860rem;
  position: absolute;
  z-index: -1;
}

.index-banner::before {
  background: url(../images/duxingruiye.png) no-repeat center;
  background-size: contain;
  top: calc(100% + 250rem);
  left: 50rem;
}

.index-banner::after {
  background: url(../images/mingshiqiudao.png) no-repeat center;
  background-size: contain;
  top: calc(100% + 70rem);
  right: 50rem;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.index-banner .swiper-button-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.index-banner .swiper-button-wrap .swiper-button-next,
.index-banner .swiper-button-wrap .swiper-button-prev {
  opacity: 1;
  width: 70rem;
  height: 70rem;
}

.index-banner .swiper-button-wrap .swiper-button-prev {
  left: -110rem;
}

.index-banner .swiper-button-wrap .swiper-button-next {
  right: -110rem;
}

.index-banner .swiper-pagination {
  bottom: 100rem;
}

.index-banner .swiper-pagination-bullet {
  opacity: 1;
  display: inline-block;
  background-color: none;
  border: 1rem solid #fff;
  vertical-align: middle;
  margin: 0 50rem;
}

.index-banner .swiper-pagination-bullet-active {
  width: 26rem;
  height: 26rem;
  background: url(../images/pagination-active.png) no-repeat center;
  border: none;
}

.link-wrap {
  margin-top: -60rem;
  position: relative;
  align-items: flex-end;
  height: 100rem;
  z-index: 10;
}

.link-wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 80rem;
  display: block;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #1e5abc, #5db6ba);
  z-index: 15;
  border-bottom-left-radius: 30rem;
  border-top-right-radius: 30rem;
}

.link-wrap .link-item {
  color: #fff;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22rem;
  line-height: 80rem;
  height: 80rem;
  position: relative;
  z-index: 20;
  transition: 300ms;
}

.link-wrap .link-item:hover {
  background-color: #d6b067;
  background-image: url(../images/page-bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 100rem;
  height: 100rem;
  border-top-left-radius: 30rem;
  border-top-right-radius: 30rem;
}

.link-wrap .link-item:hover::after {
  display: none;
}

.link-wrap .link-item:hover+.link-item::after {
  display: none;
}

.link-wrap .link-item img {
  width: 36rem;
  margin-right: 15rem;
}

.link-wrap .link-item::after {
  content: '';
  display: block;
  width: 1rem;
  height: 28rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.link-wrap .link-item:first-child::after {
  display: none;
}

.pro-link-wrap {
  margin-top: 80rem;
  align-items: flex-start;
}

.pro-link-wrap .link-item {
  width: 31%;
}

.pro-link-wrap .link-item:hover .top {
  transform: scale(1.1);
}

.pro-link-wrap .link-item .top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40rem;
  height: 160rem;
  border-top-right-radius: 20rem;
  border-bottom-left-radius: 20rem;
  margin-bottom: 30rem;
  transition: 500ms;
}

.pro-link-wrap .link-item .top p {
  color: #fff;
}

.pro-link-wrap .link-item .top .text {
  /*margin-left: 20rem;*/
  flex: 1;
}

.pro-link-wrap .link-item .top .icon img {
  width: auto;
  height: 74rem;
}

.pro-link-wrap .link-item .bottom p {
  line-height: 1.5;
}

.pro-link-wrap .link-item .p-title {
  font-size: 24rem;
  font-weight: bold;
  margin-bottom: 15rem;
  text-align: center;
}

.pro-link-wrap .link-item .p-desc {
  font-size: 18rem;
  text-align: center;
}

.pro-link-wrap .link-item:nth-child(1) .top {
  background-image: linear-gradient(134deg, #d6b068 0%, #d5a445 100%);
}

.pro-link-wrap .link-item:nth-child(2) .top {
  background-image: linear-gradient(134deg, #2a88d9 0%, #285abf 100%);
}

.pro-link-wrap .link-item:nth-child(2) .top p {
  line-height: 1.5;
}

.pro-link-wrap .link-item:nth-child(3) .top {
  background-image: linear-gradient(146deg, #f29b33 0%, #ea672e 100%);
}

.pro-link-wrap .link-item:nth-child(3) .top p {
  line-height: 1.5;
}

.title-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background: rgba(30, 90, 188, 0.1);
  border-radius: 20rem;
  padding-right: 20rem;
}

.title-wrap h1 {
  line-height: 54rem;
  color: #1e5abc;
  font-size: 24rem;
}

.title-wrap .t-text {
  padding-left: 85rem;
  position: relative;
}

.title-wrap .t-text .t-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75rem;
  height: 60rem;
  background-color: #1e5abc;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
}

.title-wrap .t-text .t-icon img {
  margin-right: 10rem;
}

.title-wrap .more {
  font-size: 14rem;
  color: #1e5abc;
}

.title-wrap .more:hover {
  color: #d6b067;
}

.news {
  margin-top: 60rem;
  padding-bottom: 50rem;
}

.news .title-wrap {
  margin-bottom: 25rem;
}

.news .news-list {
  width: 48%;
}

.news .news-list .n-item {
  padding-right: 120rem;
  padding-bottom: 18rem;
  border-bottom: 1rem solid #dcdcdc;
  position: relative;
}

.news .news-list .n-item:not(:first-child) {
  margin-top: 18rem;
}

.news .news-list .n-title {
  /*font-weight: bold;*/
  font-size: 18rem;
  line-heigth: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .news-list .n-title:hover {
  color: #1e5abc;
}

.news .news-list .n-desc {
  margin-top: 20rem;
  color: #1e5abc;
}

.news .news-list .n-desc img {
  vertical-align: middle;
  margin-top: -2rem;
  margin-right: 5rem;
}

.news .news-list .n-more {
  position: absolute;
  right: 0;
  bottom: 30rem;
  display: block;
  width: 90rem;
  height: 30rem;
  line-height: 30rem;
  text-align: center;
  color: #fff;
  border-radius: 15rem;
  background-color: #d6b067;
}

.news .news-list .n-more:hover {
  background-color: #1e5abc;
}

.news .swiper-news {
  width: 48%;
}

.news .swiper-news .swiper-pagination {
  bottom: 20rem;
}

.news .news-item {
  display: block;
  width: 100%;
  height: 470rem;
  border-radius: 20rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
  position: relative;
}

.news .news-item:hover .n-cover img {
  transform: scale(1.05);
}

.news .news-item .n-cover {
  width: 100%;
  height: 360rem;
}

.news .news-item .n-cover img {
  transition: 300ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-item .n-text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150rem;
  background: url(../images/p-bg.png) no-repeat center;
  background-size: 100% auto;
  padding: 30rem 40rem;
}

.news .news-item .n-title {
  color: #fff;
  font-size: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news .news-item .n-desc {
  color: #fff;
  margin-top: 15rem;
  position: relative;
}

.news .news-item .n-desc .r {
  position: absolute;
  right: 0;
  bottom: 0;
}

.recruit {
  background: url(../images/index-bg2.png) no-repeat center;
  background-size: 100% auto;
  padding: 125rem 0 125rem;
}

.recruit .container {
  margin-top: 45rem;
  position: relative;
}

.recruit .swiper-wrapper {
  padding: 30rem 0;
}

.recruit .r-item {
  display: block;
  background-image: linear-gradient(139deg, #fff 0%, #fff 100%);
  border-radius: 0 20rem 0 20rem;
  padding: 30rem 20rem;
  height: 300rem;
  box-shadow: 0rem 0rem 30rem 0rem rgba(35, 101, 191, 0.14);
  transition: 300ms;
  position: relative;
}

.recruit .r-item::after {
  content: '';
  display: block;
  width: 170rem;
  height: 120rem;
  background: url(../images/re-bg2.png) no-repeat top;
  position: absolute;
  right: 0;
  bottom: 0;
}

.recruit .r-item:hover {
  transform: translateY(-20rem);
  background-image: linear-gradient(139deg, #1e5abc 0%, #5db6ba 100%);
}

.recruit .r-item:hover .r-date,
.recruit .r-item:hover .r-title {
  color: #fff;
}

.recruit .r-item:hover .r-more {
  background-color: #d6b067;
}

.recruit .r-item:hover::after {
  background: url(../images/re-bg1.png) no-repeat top;
}

.recruit .r-date {
  color: #d6b067;
  font-weight: bold;
  font-size: 36rem;
  margin-bottom: 30rem;
  transition: 300ms;
}

.recruit .r-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  transition: 300ms;
}

.recruit .r-more {
  display: block;
  min-width: 100rem;
  line-height: 30rem;
  text-align: center;
  color: #fff;
  background-color: #1e5abc;
  border-radius: 15rem;
  position: absolute;
  bottom: 40rem;
  left: 30rem;
  padding: 0 15rem;
  transition: 300ms;
}

.recruit .swiper-button-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.recruit .swiper-button-wrap .swiper-button-next,
.recruit .swiper-button-wrap .swiper-button-prev {
  width: 40rem;
  height: 40rem;
}

.recruit .swiper-button-wrap .swiper-button-prev {
  left: -80rem;
}

.recruit .swiper-button-wrap .swiper-button-next {
  right: -80rem;
}

.n-a {
  background: url(../images/index-bg3.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 85rem;
}

.n-a .cont {
  align-items: flex-start;
}

.n-a .container {
  margin-top: 35rem;
}

.notice {
  width: 48%;
}

.notice .n-item {
  border-top: 1rem solid #d2d2d2;
  padding: 28rem 20rem;
  transition: 300ms;
}

.notice .n-item:last-child {
  border-bottom: 1rem solid #d2d2d2;
}

.notice .n-item:hover {
  border-radius: 0 20rem;
  background-image: linear-gradient(90deg, #1e5abc 0%, #5db6ba 100%);
  border: none !important;
}

.notice .n-item:hover+.n-item {
  border-top: none;
}

.notice .n-item:hover .n-title,
.notice .n-item:hover .n-date {
  color: #fff;
}

.notice .n-title {
  font-size: 18rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-right: 50rem;
}

.notice .n-date {
  font-size: 14rem;
  color: #999;
  white-space: nowrap;
}

.active {
  width: 48%;
}

.active .a-item {
  align-items: flex-start;
  position: relative;
}

.active .a-item:not(:last-child) {
  margin-bottom: 35rem;
}

.active .a-item:not(.end):hover .a-desc {
  color: #333;
}

.active .a-item:not(.end):hover .a-desc:nth-child(2) {
  background-image: url(../images/icon-clock3.png);
}

.active .a-item:not(.end):hover .a-desc:nth-child(3) {
  background-image: url(../images/icon-address.png);
}

.active .a-item:not(.end):hover .a-title {
  color: #1e5abc;
}

.active .a-item:not(.end):hover .a-more {
  color: #fff;
  background-image: linear-gradient(90deg, #1e5abc 0%, #5db6ba 100%);
}

.active .a-item:not(.end):hover .date .d {
  color: #1e5abc;
}

.active .a-item:not(.end):hover .date .m {
  background-image: linear-gradient(90deg, #1e5abc 0%, #5db6ba 100%);
}

.active .a-item.end .a-more {
  border-color: #999;
  color: #999;
}

.active .date {
  padding-right: 35rem;
}

.active .date span {
  display: block;
}

.active .date .d {
  font-weight: bold;
  font-size: 48rem;
  color: #d6b067;
  text-align: center;
  line-height: 1;
  margin-bottom: 10rem;
}

.active .date .m {
  color: #fff;
  display: block;
  font-size: 14rem;
  line-height: 24rem;
  padding: 0 10rem;
  border-radius: 5rem;
  background-color: #d6b067;
  white-space: nowrap;
}

.active .text {
  border-left: 1rem solid #d2d2d2;
  flex: 1;
  padding-left: 35rem;
}

.active .a-title {
  font-size: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.active .a-desc {
  margin-top: 10rem;
  color: #999;
  padding-left: 30rem;
}

.active .a-desc:nth-child(2) {
  background: url(../images/icon-clock2.png) no-repeat;
  background-position: top 3rem left;
  background-size: 16rem;
}

.active .a-desc:nth-child(3) {
  background: url(../images/icon-address2.png) no-repeat;
  background-position: top 3rem left;
  background-size: 16rem;
}

.active .a-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 80rem;
  line-height: 30rem;
  border-radius: 15rem;
  border: 1rem solid #1e5abc;
  color: #1e5abc;
  text-align: center;
}

.index-video {
  padding-top: 30rem;
  padding-bottom: 45rem;
  background: url(../images/index-bg4.png) no-repeat center;
  background-size: 1009% auto;
}

.index-video .v-i-list {
  margin-top: 30rem;
  display: grid;
  gap: 15rem;
  grid-template-rows: 180rem 180rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas:
      "a b d f"
      "a c e g";
}

.index-video .v-i-list .v-item {
  transition: 500ms;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
}

.index-video .v-i-list .v-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-video .v-i-list .v-item:nth-child(1) {
  grid-area: a;
}

.index-video .v-i-list .v-item:nth-child(2) {
  grid-area: b;
}

.index-video .v-i-list .v-item:nth-child(3) {
  grid-area: c;
}

.index-video .v-i-list .v-item:nth-child(4) {
  grid-area: d;
}

.index-video .v-i-list .v-item:nth-child(5) {
  grid-area: e;
}
.index-video .v-i-list .v-item:nth-child(6) {
  grid-area: f;
}
.index-video .v-i-list .v-item:nth-child(7) {
  grid-area: g;
}

.index-video .v-i-list .cover {
  width: 100%;
  height: 100%;
}

.index-video .v-i-list .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-video .v-i-list .v-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  padding: 20rem 0;
}

.index-video .v-i-list .v-play {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cloud {
  background: url(../images/index-bg5.png) no-repeat center top;
  background-size: cover;
}

.cloud .container {
  padding: 160rem 0 110rem;
  position: relative;
}

.cloud .center {
  width: 570rem;
  height: 570rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.cloud .center .center-inner {
  width: 480rem;
  height: 480rem;
  background: rgba(255, 255, 255, 0.4);
  padding: 20rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.cloud .center .center-inner img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
}

.cloud .center:hover .center-inner img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.cloud .center .yunyouxiaoyuan {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 130rem;
}

.cloud .link-item {
  position: absolute;
  justify-content: center;
  width: 280rem;
  height: 80rem;
  background-color: #d6b067;
  border-radius: 0rem 20rem;
  text-align: center;
  color: #fff;
  font-size: 24rem;
  box-shadow: 7rem 7rem 0 0 rgba(214, 176, 103, 0.5);
}

.cloud .link-item:hover {
  animation: shakeUpDown 1.5s linear infinite;
}

.cloud .link-item img {
  height: 38rem;
  margin-right: 10rem;
}

.cloud .link-item:nth-child(1) {
  top: 280rem;
  left: 80rem;
}

.cloud .link-item:nth-child(2) {
  top: 280rem;
  right: 80rem;
}

.cloud .link-item:nth-child(3) {
  top: 540rem;
  left: 80rem;
}

.cloud .link-item:nth-child(4) {
  top: 540rem;
  right: 80rem;
}

footer {
  padding: 60rem 0 40rem;
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: cover;
}

footer .container {
  position: relative;
}

footer .container .f-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 274rem;
}

footer a:hover {
  text-decoration: underline;
}

footer .link-wrapper {
  width: 50%;
  padding-right: 100rem;
}

footer .link-wrapper .link-list {
  border-bottom: 1rem solid rgba(255, 255, 255, 0.5);
}

footer .link-list {
  padding-bottom: 20rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

footer .link-list:nth-child(2) {
  padding-top: 20rem;
}

footer .link-list:nth-child(2) a:nth-child(1) {
  margin-bottom: 20rem;
}

footer .t {
  font-size: 18rem;
  color: #fff;
  margin-right: 30rem;
}

footer .r {
  flex: 1;
  text-align: justify;
}

footer .r img {
  margin-right: 20rem;
}

footer .r a {
  font-size: 14rem;
  color: #fff;
  display: inline-block;
  line-height: 1.8;
}

footer .r .link-code-wrap {
  position: relative;
}

footer .r .link-code-wrap .link-code-img {
  width: 400rem;
  position: absolute;
  top: -170rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 500ms;
}

footer .r .link-code-wrap .link-code-img img {
  margin-right: 0;
}

footer .r .link-code-wrap:hover .link-code-img {
  opacity: 1;
  visibility: visible;
}

footer .ad-wrap {
  width: 50%;
  border-left: 1rem solid rgba(255, 255, 255, 0.5);
  padding-left: 100rem;
}

footer .ad-wrap .ad-item {
  color: #fff;
  line-height: 2;
  font-size: 14rem;
}

footer .ad-wrap .ad-item img {
  width: 15rem;
  margin-right: 15rem;
  vertical-align: middle;
}

footer .ad-wrap .ad-item a {
  color: #fff;
}

footer .copyright {
  margin-top: 70rem;
  color: #fff;
}

footer .copyright a {
  color: #fff;
}

@keyframes shakeUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10rem);
  }
}

aside {
  position: fixed;
  right: 10rem;
  top: 40%;
  margin: auto;
  width: 50rem;
  z-index: 200;
  box-shadow: 0rem 4rem 32rem 0rem rgba(0, 0, 0, 0.1);
}

aside .side-bar-item {
  width: 50rem;
  height: 50rem;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

aside .side-bar-item:not(:first-child) {
  border-top: 1rem solid #d2d2d2;
}

aside .side-bar-item .icon-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13rem;
}

aside .side-bar-item .icon-wrap img:nth-child(1) {
  display: block;
}

aside .side-bar-item .icon-wrap img:nth-child(2) {
  display: none;
}

aside .side-bar-item .out-wrap {
  position: absolute;
  height: 100%;
  width: auto;
  padding: 0 40rem;
  color: #fff;
  white-space: nowrap;
  right: 70rem;
  top: 0;
  bottom: 0;
  margin: auto;
  align-content: center;
  background-color: #d6b067;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}

aside .side-bar-item .out-wrap.out-wrap2 {
  width: 160rem;
  height: 160rem;
  padding: 5rem;
}

aside .side-bar-item .out-wrap::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10rem solid transparent;
  border-left-color: #d6b067;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20rem;
}

aside .side-bar-item .out-wrap a {
  color: #fff;
}

aside .side-bar-item .out-wrap a:hover {
  color: #1e5abc;
}

aside .side-bar-item:hover+.side-bar-item {
  border: none;
}

aside .side-bar-item:hover .icon-wrap {
  background-image: linear-gradient(127deg, #1e5abc 0%, #5db6ba 100%);
}

aside .side-bar-item:hover .icon-wrap img:nth-child(1) {
  display: none;
}

aside .side-bar-item:hover .icon-wrap img:nth-child(2) {
  display: block;
}

aside .side-bar-item:hover .out-wrap {
  display: flex;
}

aside .side-bar-inner {
  border-top: 1rem solid #d2d2d2;
}

.page-banner {
  position: relative;
}

.page-banner>img {
  width: 100%;
}

.page-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.page-banner h1 {
  color: #fff;
  font-size: 42rem;
  line-height: 2;
}

main .main-bg {
  width: 100%;
}

.main-content {
  align-items: flex-start;
  padding: 60rem 0;
}

.side-nav-wrap {
  width: 270rem;
  margin-right: 40rem;
  background: #f6f6f6 url(../images/side-nav-bg2.png) no-repeat center bottom;
  background-size: 100% auto;
  border-radius: 0 30rem;
  padding-bottom: 140rem;
  overflow: hidden;
}

.side-nav-wrap .side-nav-item {
  display: block;
  width: 100%;
  padding: 25rem 30rem;
  font-size: 18rem;
  position: relative;
}

.side-nav-wrap .side-nav-item::after {
  content: '';
  display: block;
  width: calc(100% - 40rem);
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #d2d2d2;
}

.side-nav-wrap .side-nav-item.active,
.side-nav-wrap .side-nav-item:hover {
  background: url(../images/side-nav-bg.png) no-repeat center;
  color: #fff;
  border-left: 4rem solid #d6b067;
  background-size: 100%;
}

.side-nav-wrap .side-nav-item.active::before,
.side-nav-wrap .side-nav-item:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border: 10rem solid transparent;
  border-left-color: #d6b067;
}

.side-nav-wrap .side-nav-item.active::after,
.side-nav-wrap .side-nav-item:hover::after {
  display: none;
}

.side-nav-wrap .side-nav-item.active.has-child i::before,
.side-nav-wrap .side-nav-item:hover.has-child i::before,
.side-nav-wrap .side-nav-item.active.has-child i::after,
.side-nav-wrap .side-nav-item:hover.has-child i::after {
  background-color: #fff;
}

.side-nav-wrap .side-nav-item.has-child i {
  position: absolute;
  right: 30rem;
  top: 0;
  bottom: 0;
  display: block;
  width: 20rem;
  height: 20rem;
  margin: auto;
}

.side-nav-wrap .side-nav-item.has-child i::before,
.side-nav-wrap .side-nav-item.has-child i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 20rem;
  height: 4rem;
  background-color: #000;
  transition: 500ms;
}

.side-nav-wrap .side-nav-item.has-child i::before {
  transform: rotate(90deg);
}

.side-nav-wrap .side-nav-item.has-child.on i::after,
.side-nav-wrap .side-nav-item.has-child.on i::before {
  transform: rotate(0deg);
}

.side-nav-wrap .side-nav-item-bottom-child {
  padding-left: 40rem;
  padding-top: 15rem;
  padding-bottom: 15rem;
  position: relative;
  display: none;
}

.side-nav-wrap .side-nav-item-bottom-child::after {
  content: '';
  display: block;
  width: calc(100% - 40rem);
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #d2d2d2;
}

.side-nav-wrap .side-nav-item-bottom-child .side-nav-item-child-item {
  display: block;
  padding: 10rem 0;
}

.side-nav-wrap .side-nav-item-bottom-child .side-nav-item-child-item:hover,
.side-nav-wrap .side-nav-item-bottom-child .side-nav-item-child-item.active {
  width: 100%;
  color: #1e5abc;
}

.side-nav-wrap .s-bottom {
  margin-top: 30rem;
  padding: 0 20rem;
}

.side-nav-wrap .s-bottom .side-link-item {
  display: block;
  border-radius: 0 15rem;
  background-color: #d6b067;
  color: #fff;
  padding: 20rem;
  margin-bottom: 10rem;
  font-size: 18rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 500ms;
}

.side-nav-wrap .s-bottom .side-link-item:hover {
  background-color: #1e5abc;
  border-radius: 15rem;
}

.side-nav-wrap .s-bottom .side-link-item img {
  vertical-align: middle;
  margin-right: 10rem;
}

.page-breadcrumb {
  vertical-align: middle;
}

.page-breadcrumb .page-breadcrumb-item {
  display: inline-block;
  padding: 0 5rem;
  font-size: 16rem;
}

.page-breadcrumb .page-breadcrumb-item img {
  margin-top: -4rem;
}

.page-breadcrumb .page-breadcrumb-item.active a,
.page-breadcrumb .page-breadcrumb-item:hover a {
  color: #1e5abc;
}

.page-article-title-wrap .page-breadcrumb {
  white-space: nowrap;
}

.main-content-wrap {
  flex: 1;
}

.main-content-wrap .main-container-title {
  margin: 40rem 0 60rem;
  font-size: 36rem;
}

.main-content-wrap .main-container-title2 {
  margin: 40rem 0 60rem;
  font-size: 30rem;
}

.paging-wrap {
  margin-top: 60rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-wrap .pag-item {
  width: 40rem;
  height: 40rem;
  line-height: 40rem;
  background-color: #eee;
  color: #999;
  font-size: 14rem;
  text-align: center;
  margin: 0 5rem;
  transition: 300ms;
}

.paging-wrap .pag-item.active,
.paging-wrap .pag-item:hover {
  color: #fff;
  background-color: #1e5abc;
}

.paging-wrap input {
  width: 40rem;
  height: 40rem;
  margin: 0 5rem;
  text-align: center;
  border: 1rem solid #333;
  outline: none;
}

.paging-wrap input:focus {
  border: 1rem solid #1e5abc;
}

.new-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.new-list .item {
  width: 32%;
  background-color: #f6f6f6;
  border-radius: 0 20rem;
  overflow: hidden;
  margin-bottom: 30rem;
}

.new-list .item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.new-list .item .top {
  width: 100%;
  height: 160rem;
  border-radius: 0 20rem;
  overflow: hidden;
  cursor: pointer;
}

.new-list .item .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-list .item .bottom {
  padding: 20rem;
  padding-bottom: 20rem;
  color: #d6b067;
}

.new-list .item .bottom .date {
  font-size: 14rem;
  margin-bottom: 15rem;
}

.new-list .item .bottom .i-title {
  font-size: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 15rem;
  min-height: 72rem;
}

.new-list .item .bottom .i-title:hover {
  color: #1e5abc;
}

.new-list .item .bottom .desc {
  font-size: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #999;
}

.new-list .item .bottom .i-more {
  color: #d6b067;
  font-size: 14rem;
  margin-top: 30rem;
  display: inline-block;
}

.new-list .item .bottom .i-more:hover {
  color: #1e5abc;
}

.r-list .r-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30rem;
  padding-left: 40rem;
  border-top: 1rem solid #d2d2d2;
}

.r-list .r-item:last-child {
  border-bottom: 1rem solid #d2d2d2;
}

.r-list .r-item .date {
  color: #999;
}

.r-list .r-item:hover {
  background: url(../images/page-content-bg1.png) no-repeat center;
  background-size: 100%;
  border-radius: 0 20rem;
  border: none;
}

.r-list .r-item:hover .date,
.r-list .r-item:hover .r-title {
  color: #fff;
}

.r-list .r-item:hover+.r-item {
  border-top: none;
}

.a-list .a-item {
  border-bottom: 1rem solid #d2d2d2;
  padding-bottom: 30rem;
  margin-bottom: 30rem;
}

.a-list .a-item a {
  align-items: flex-start;
}

.a-list .a-item:hover .r {
  background: url(../images/p-t-img3.png) no-repeat right bottom;
}

.a-list .a-item:hover .r .a-title {
  color: #1e5abc;
}

.a-list .a-item:hover .desc {
  color: #333;
}

.a-list .a-item:hover .desc span:nth-child(1) {
  background: url(../images/icon-clock3.png) no-repeat center left;
  background-size: auto 100%;
}

.a-list .a-item:hover .desc span:nth-child(2) {
  background: url(../images/icon-address.png) no-repeat center left;
  background-size: auto 100%;
}

.a-list .l {
  display: flex;
  flex-direction: column;
  padding-right: 35rem;
  border-right: 1rem solid #d2d2d2;
}

.a-list .l .d {
  font-size: 48rem;
  font-weight: bold;
  color: #d6b067;
  line-height: 1;
}

.a-list .l .m {
  font-size: 14rem;
  display: block;
  text-align: center;
  width: 100%;
  background-color: #d6b067;
  color: #fff;
  padding: 5rem;
  border-radius: 5rem;
  margin-top: 10rem;
}

.a-list .r {
  flex: 1;
  padding-left: 40rem;
  padding-right: 80rem;
  background: url(../images/p-t-img2.png) no-repeat right bottom;
}

.a-list .r .a-title {
  font-size: 18rem;
  margin-bottom: 30rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.a-list .r .desc {
  color: #999;
}

.a-list .r .desc span {
  display: inline-block;
  padding-left: 30rem;
}

.a-list .r .desc span:nth-child(1) {
  background: url(../images/icon-clock2.png) no-repeat center left;
  background-size: auto 100%;
  margin-right: 70rem;
}

.a-list .r .desc span:nth-child(2) {
  background: url(../images/icon-address2.png) no-repeat center left;
  background-size: auto 100%;
}

.main-container-article {
  margin-top: 50rem;
}

.main-container-article p {
  line-height: 2;
}

.main-container-article .article-top {
  padding: 15rem 0;
  border-bottom: 1rem solid #1e5abc;
}

.main-container-article .article-top .tit {
  font-size: 24rem;
  margin-bottom: 15rem;
}

.main-container-article .article-top .info {
  display: flex;
  justify-content: space-between;
}

.main-container-article .article-top .info .info-desc {
  color: #666;
  font-size: 14rem;
  max-width: 90%;
}

.main-container-article .article-top .info .info-desc span {
  display: inline-block;
  margin-right: 20rem;
}

.main-container-article .article-top .share-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 15rem;
}

.main-container-article .article-top .share-wrap .share-t {
  font-size: 12rem;
  margin-right: 15rem;
  margin-right: 0;
  margin-left: auto;
}

.main-container-article .article-top .share-wrap .share-btn {
  width: 36rem;
  height: 36rem;
  cursor: pointer;
  margin-right: 15rem;
}

.main-container-article .article-content {
  margin-top: 50rem;
}

.main-container-article .article-content p {
  line-height: 2;
  font-size: 16rem;
}
.main-container-article .article-content table p {
  text-align: unset;
}

.main-container-article .article-content table {
  width: 100%;
}

.main-container-article .article-content table td {
  padding: 7rem;
}

.h-list {
  position: relative;
}

.h-list::after {
  content: '';
  display: block;
  width: 1rem;
  height: calc(100% - 100rem);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #d6b067;
  opacity: 0.4;
}

.h-list .h-item {
  display: flex;
  align-items: center;
}

.h-list .h-item .line {
  width: 45rem;
  height: 1rem;
  position: relative;
}

.h-list .h-item .line::after {
  content: '';
  position: absolute;
  display: block;
  width: 16rem;
  height: 16rem;
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 20;
}

.h-list .h-item .line::before {
  content: '';
  position: absolute;
  display: block;
  width: 8rem;
  height: 8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: 21;
}

.h-list .h-item .y {
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  line-height: 100rem;
  color: #fff;
  text-align: center;
  font-size: 30rem;
}

.h-list .h-item .t {
  font-size: 15rem;
  line-height: 1.6;
  flex: 1;
}

.h-list .h-item:nth-child(odd) {
  flex-direction: row-reverse;
  padding-right: 50%;
}

.h-list .h-item:nth-child(odd) .y {
  margin-left: 20rem;
}

.h-list .h-item:nth-child(odd) .line::after {
  right: -9rem;
  border: 1rem solid #1e5abc;
}

.h-list .h-item:nth-child(odd) .line::before {
  right: -3rem;
  background-color: #1e5abc;
}

.h-list .h-item:nth-child(even) {
  padding-left: 50%;
}

.h-list .h-item:nth-child(even) .y {
  margin-right: 20rem;
}

.h-list .h-item:nth-child(even) .line::after {
  left: -10rem;
  border: 1rem solid #d6b067;
}

.h-list .h-item:nth-child(even) .line::before {
  left: -5rem;
  background-color: #d6b067;
}

.h-list .h-item:nth-child(3) .t p {
  text-align: right;
}

.h-list .h-item:nth-child(1) .line,
.h-list .h-item:nth-child(4n) .line,
.h-list .h-item:nth-child(4n+1) .line {
  background: #1e5abc;
}

.h-list .h-item:nth-child(1) .y,
.h-list .h-item:nth-child(4n) .y,
.h-list .h-item:nth-child(4n+1) .y {
  background-color: #1e5abc;
}

.h-list .h-item:nth-child(4n-1) .line,
.h-list .h-item:nth-child(4n-2) .line {
  background: #d6b067;
}

.h-list .h-item:nth-child(4n-1) .y,
.h-list .h-item:nth-child(4n-2) .y {
  background-color: #d6b067;
}

.r-list2 .r-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  margin-bottom: 20rem;
  border-radius: 0 16rem;
  padding-left: 40rem;
  padding-right: 40rem;
  line-height: 50rem;
  cursor: pointer;
  overflow: hidden;
  font-size: 20rem;
  transition: 500ms;
}

.r-list2 .r-title .r-btn {
  width: 10rem;
  height: 10rem;
  position: relative;
  display: block;
  transition: 500ms;
}

.r-list2 .r-title .r-btn::before,
.r-list2 .r-title .r-btn::after {
  content: '';
  display: block;
  background-color: #1e5abc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3rem;
}

.r-list2 .r-title:hover {
  background-color: #f0f0f0;
}

.r-list2 .r-title.on {
  background: url(../images/page-title-bg1.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

.r-list2 .r-title.on .r-btn::before,
.r-list2 .r-title.on .r-btn::after {
  background-color: #fff;
}

.r-list2 .r-title.on .r-btn::before {
  transform: rotate(90deg);
}

.r-list2 .r-con {
  display: none;
  padding: 0 40rem 20rem;
}

.r-list2 .r-con.on {
  display: block;
}

.r-list2 .r-con .ll li {
  margin-bottom: 5rem;
}

.r-list2 .r-con .ll li span {
  color: #d6b067;
}

.r-list2 .as-wrap {
  display: flex;
}

.r-list2 .as-wrap .r {
  flex: 1;
  line-height: 2;
}

.r-list2 .as-wrap .a {
  width: 30rem;
  height: 26rem;
  text-align: center;
  background-color: #d6b067;
  border-radius: 5rem 5rem 0 5rem;
  color: #fff;
  margin-right: 30rem;
  position: relative;
}

.r-list2 .as-wrap .a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -3rem;
  border: 6rem solid transparent;
  border-right-color: #d6b067;
}

.page-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  position: relative;
  height: 64rem;
}

.page-nav-wrapper::after {
  content: '';
  display: block;
  width: 100%;
  height: 60rem;
  height: calc(100% - 20rem);
  min-height: 60rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, #1e5abc 0%, #5db6ba 100%);
  border-bottom-left-radius: 20rem;
  border-top-right-radius: 20rem;
}

.page-nav-wrapper .page-nav-item {
  flex: 1;
  color: #fff;
  text-align: center;
  font-size: 18rem;
  padding: 20rem 0;
  transition: 500ms;
}

.page-nav-wrapper .page-nav-item span {
  font-size: 16rem;
}

.page-nav-wrapper .page-nav-item:hover,
.page-nav-wrapper .page-nav-item.actived {
  font-size: 20rem;
  background-color: #d6b067;
  background-image: url(../images/page-bg6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
  padding: 30rem 0;
}

.page-nav-wrapper .page-nav-item:hover::before,
.page-nav-wrapper .page-nav-item.actived::before {
  content: '';
}

.page-nav-wrapper .page-nav-item:hover+.page-nav-item::before,
.page-nav-wrapper .page-nav-item.actived+.page-nav-item::before {
  display: none;
}

.page-nav-wrapper .page-nav-item:not(:first-child) {
  position: relative;
}

.page-nav-wrapper .page-nav-item:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  height: 20rem;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page-nav-wrapper .page-nav-item:not(:first-child).actived::before {
  display: none;
}

.page-nav-wrapper.page-nav-wrapper2 .page-nav-item {
  padding: 6rem 0;
}

.page-nav-wrapper.page-nav-wrapper2 .page-nav-item.actived,
.page-nav-wrapper.page-nav-wrapper2 .page-nav-item:hover {
  padding: 12rem 0;
}

.page-content-change-wrap .page-content-change-item {
  display: none;
}

.page-content-change-wrap .page-content-change-item:first-child {
  display: block;
}

.main-container-article #vsb_content h3,
.main-container-article .v_news_content h3,
.main-container-article #vsb_content_2 h3,
.page-title {
  font-weight: bold;
  font-size: 26rem;
  color: #1e5abc;
  padding-left: 30rem;
  background: url(../images/page-icon-1.png) no-repeat center left;
  margin-top: 40rem;
  margin-bottom: 20rem;
}

.page-title3 {
  font-weight: bold;
  color: #d6b067;
  font-size: 22rem;
}

.cs-table {
  width: 100%;
}

.cs-table th {
  width: 160rem;
  background: rgba(214, 176, 103, 0.1);
  color: #d6b067;
  padding: 30rem 20rem;
}

.cs-table tr:nth-child(1) td:nth-child(3) {
  white-space: nowrap;
}

.cs-table.cs-table2 tr td {
  white-space: unset;
}

.cs-table td {
  background: rgba(30, 90, 188, 0.1);
  font-size: 14rem;
  padding: 30rem 20rem;
}

.cs-table td:nth-child(2) {
  white-space: nowrap;
}

.xx {
  align-items: flex-start;
  word-break: break-all;
}

.xx .l {
  flex: 1;
  margin-right: 30rem;
}

.xx .r {
  padding-top: 40rem;
}

.ii-list {
  margin-top: 30rem;
}

.ii-list li {
  padding-right: 30rem;
}

.ii-list li:not(:first-child) {
  border-left: 1rem solid #d2d2d2;
  padding-left: 45rem;
}

.ii-list li p {
  margin-top: 30rem;
  font-size: 22rem;
}

.page-title2 {
  color: #d6b067;
  background-image: linear-gradient(90deg, rgba(214, 176, 103, 0.15) 0%, #f8f9fb 100%);
  font-size: 22rem;
  padding-left: 20rem;
  margin: 30rem 0;
}

p.page-title2 {
  line-height: 50rem;
}

.tese-wrap .tese-item {
  margin-bottom: 30rem;
}

.tese-wrap .tese-item .t {
  color: #fff;
  width: 380rem;
  font-size: 22rem;
  padding-left: 30rem;
  border-radius: 15rem 15rem 0 0;
  line-height: 60rem;
  position: relative;
}

.tese-wrap .tese-item .t .num {
  position: absolute;
  color: #fff;
  opacity: 0.15;
  font-size: 48rem;
  left: 15rem;
}

.tese-wrap .tese-item .b {
  background-color: #f7f7f7;
  padding: 30rem;
}

.tese-wrap .tese-item .b p {
  margin-bottom: 15rem;
  color: #666;
}

.tese-wrap .tese-item .flex-sb-center {
  flex-wrap: wrap;
}

.tese-wrap .tese-item .flex-sb-center p {
  width: 30%;
}

.tese-wrap .tese-item:nth-child(odd) .t {
  background-color: #d6b067;
}

.tese-wrap .tese-item:nth-child(even) .t {
  background-color: #1e5abc;
}

.add-wrap .add-item {
  padding: 40rem 30rem;
  margin-bottom: 30rem;
}

.add-wrap .add-item .r {
  flex: 1;
  padding-left: 40rem;
}

.add-wrap .add-item .l {
  text-align: center;
  padding-right: 40rem;
}

.add-wrap .add-item .l p {
  margin-top: 20rem;
  font-weight: bold;
  font-size: 18rem;
}

.add-wrap .add-item:nth-child(odd) {
  background-color: rgba(30, 90, 188, 0.05);
}

.add-wrap .add-item:nth-child(odd) .l {
  border-right: 1rem solid #1e5abc;
}

.add-wrap .add-item:nth-child(odd) .l p {
  color: #1e5abc;
}

.add-wrap .add-item:nth-child(even) {
  background-color: rgba(214, 176, 103, 0.1);
}

.add-wrap .add-item:nth-child(even) .l {
  border-right: 1rem solid #d6b067;
}

.add-wrap .add-item:nth-child(even) .l p {
  color: #d6b067;
}

.pyys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pyys .pyys-item {
  width: 46%;
}

.pyys .pyys-item:last-child {
  width: 100%;
}

.xxxs .t {
  display: flex;
}

.xxxs .t div {
  margin-right: 20rem;
  width: 270rem;
  text-align: center;
  color: #fff;
  font-size: 22rem;
  line-height: 50rem;
  border-radius: 15rem 15rem 0 0;
  cursor: pointer;
}

.xxxs .t .t2 {
  background: #d6b067;
}

.xxxs .t .t1 {
  background-image: linear-gradient(90deg, #1e5abc 0%, #5db6ba 100%);
}

.xxxs .b {
  background-color: #f4f7fc;
  padding: 40rem;
}

.xxxs .b div {
  display: none;
}

.xxxs .b div:first-child {
  display: block;
}

.zs-table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-top: 2rem solid #000;
  border-bottom: 2rem solid #000;
}

.zs-table tr:first-child {
  background: rgba(30, 90, 188, 0.2);
}

.zs-table td,
.zs-table th {
  padding: 15rem 5rem;
  border: 1rem solid #000;
}

.zs-table td:first-child,
.zs-table th:first-child {
  border-left: none;
}

.zs-table td:last-child,
.zs-table th:last-child {
  border-right: none;
}

.t-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.t-list .t-item {
  width: 32%;
  display: block;
  padding: 30rem 60rem 30rem 20rem;
  background: url(../images/page-bg1.png) no-repeat center;
  border-radius: 0 20rem;
  margin-bottom: 20rem;
  background-size: 100%;
}

.t-list .t-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.t-list .t-item .t-title {
  font-size: 22rem;
  border-bottom: 1rem solid #4578c990;
  padding-bottom: 15rem;
  margin-bottom: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.t-list .t-item .desc {
  color: #1e5abc;
  padding-left: 30rem;
  background: url(../images/page-icon10.png) no-repeat center left;
}

.t-list .t-item:hover {
  background: url(../images/page-bg2.png) no-repeat center;
  background-size: 100%;
}

.t-list .t-item:hover .t-title,
.t-list .t-item:hover .desc {
  color: #fff;
}

.t-list .t-item:hover .t-title {
  border-color: #fff;
}

.t-list .t-item:hover .desc {
  background: url(../images/page-icon10-on.png) no-repeat center left;
}

.bk-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bk-list .bk-item {
  width: 32%;
  display: block;
  border-radius: 0 20rem;
  margin-bottom: 20rem;
  background-color: #f8f9fb;
}

.bk-list .bk-item .t img {
  width: 100%;
}

.bk-list .bk-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.bk-list .bk-item .t {
  border-radius: 0 20rem;
}

.bk-list .bk-item .b {
  padding: 20rem;
}

.bk-list .bk-item .bk-title {
  font-size: 14rem;
  margin-bottom: 10rem;
}

.bk-list .bk-item .bk-title .name {
  font-size: 16rem;
  color: #1e5abc;
}

.bk-list .bk-item .bk-desc {
  font-size: 14rem;
  margin-bottom: 20rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bk-list .bk-item .bk-more {
  color: #d6b067;
  font-size: 14rem;
}

.bk-list .bk-item .bk-more:hover {
  color: #1e5abc;
}

.d-list {
  margin-top: 30rem;
}

.d-list .d-item a {
  padding: 30rem;
  border-bottom: 1rem solid #d2d2d2;
}

.d-list .d-item a:hover {
  color: #1e5abc;
}

.d-list .d-item a span {
  flex: 1;
}

.d-list .d-item a img {
  margin-left: 30rem;
}

.d-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40rem;
}

.d-list2 .d-item {
  position: relative;
  width: 32%;
  height: 390rem;
  margin-bottom: 40rem;
  /* border-top-right-radius: 20rem; */
  overflow: hidden;
}

.d-list2 .d-item .d-item-inner {
  position: relative;
  height: 360rem;
  border: 1rem solid #d6b067;
  border-top-right-radius: 20rem;
  overflow: hidden;
}

.d-list2 .d-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.d-list2 .d-item .d-title {
  text-align: center;
  padding: 5rem 15rem;
}

.d-list2 .d-item .d-cover {
  width: 100%;
  height: 100%;
}

.d-list2 .d-item .d-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d-list2 .d-item .d-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: 300ms;
}

.d-list2 .d-item .d-mask .d-btn {
  width: 40rem;
  margin: 0 10rem;
}

.d-list2 .d-item:hover .d-mask {
  transform: translateX(0);
}

.v-list {
  display: flex;
  flex-wrap: wrap;
}

.v-list .v-item {
  width: 32%;
  margin-bottom: 40rem;
}

.v-list .v-item a {
  display: block;
}

.v-list .v-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.v-list .v-item .t {
  margin-bottom: 15rem;
  width: 100%;
  height: 196rem;
}

.v-list .v-item .t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.v-list .v-item .v-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 15rem;
  min-height: 60rem;
}

.v-list .v-item .v-desc {
  padding-left: 30rem;
  background: url(../images/icon-clock2.png) no-repeat center left;
  background-size: auto 100%;
  font-size: 14rem;
  color: #999;
}

.v-list .v-item:hover {
  background: url(../images/p-t-img3.png) no-repeat right bottom;
}

.v-list .v-item:hover .v-title {
  color: #1e5abc;
}

.p-table {
  width: 100%;
}

.p-table tr {
  font-size: 14rem;
  line-height: 2;
}

.p-table tr th {
  background-color: #d6b067;
  color: #fff;
  min-width: 200rem;
  line-height: 40rem;
}

.p-table tr td {
  background-color: #f8f9fb;
  padding: 20rem;
}

.p-table2 {
  width: 100%;
  font-size: 14rem;
}

.p-table2.lh2 td {
  line-height: 2;
}

.p-table2 a {
  color: #cd2b49;
}

.p-table2 th,
.p-table2 td {
  padding: 15rem;
}

.p-table2 th {
  min-width: 170rem;
  color: #fff;
}

.p-table2 .t-head1 {
  background-color: #d6b067;
}

.p-table2 .t-head2 {
  background-color: rgba(214, 176, 103, 0.15);
}

.p-table2 .t-head2 th {
  color: #d6b067;
}

.p-table2 td {
  background-color: #f8f9fb;
}

.p-table2 .step-wrap .s {
  text-align: center;
  width: 170rem;
  color: #fff;
  background-color: #1e5abc;
  border-radius: 5rem;
  padding: 15rem 0;
}

.p-table2 .step-wrap .l {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  writing-mode: vertical-lr;
  text-align: center;
}

.p-table2 .step-wrap .l .l1,
.p-table2 .step-wrap .l .l2 {
  width: 1rem;
  height: 30rem;
  background-color: #1e5abc;
  margin: 10rem 0;
}

.p-table2 .step-wrap .l .l2 {
  position: relative;
}

.p-table2 .step-wrap .l .l2::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10rem solid #1e5abc;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40rem;
}

.p-list .p-item {
  width: 32%;
  border-radius: 0 20rem;
  background-color: #f5f5f5;
  margin-bottom: 40rem;
}

.p-list .p-item:hover {
  background-color: #1e5abc;
}

.p-list .p-item:hover .b .pl-title {
  color: #fff;
}

.p-list .p-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.p-list .p-item a {
  display: block;
}

.p-list .p-item .t {
  width: 100%;
  height: 170rem;
  border-radius: 0 20rem;
}

.p-list .p-item .t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-list .p-item .pl-title {
  font-size: 14rem;
}

.p-list .p-item .b {
  height: 100rem;
  padding: 20rem 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.te-list .te-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30rem;
  background: url(../images/page-bg4.png) no-repeat center;
  background-size: cover;
  border-radius: 0 20rem;
  margin-bottom: 40rem;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1);
}

.te-list .te-list-item .l {
  width: 120rem;
  height: 150rem;
  margin-right: 30rem;
  border-radius: 0 15rem;
}

.te-list .te-list-item .l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.te-list .te-list-item .r .t-name {
  color: #1e5abc;
  font-size: 20rem;
  margin-bottom: 25rem;
}

.te-list .te-list-item .r .t-desc {
  font-size: 14rem;
  line-height: 2;
  white-space: pre-wrap;
}

.te-list .te-list-item .r .t-more {
  display: block;
  margin-top: 25rem;
  font-size: 14rem;
  color: #999;
}

.te-list .te-list-item .r .t-more:hover {
  text-decoration: underline;
}

.te-list .te-list-item:hover {
  background: url(../images/page-bg5.png) no-repeat center;
  background-size: cover;
}

.te-list .te-list-item:hover .t-name,
.te-list .te-list-item:hover .t-desc,
.te-list .te-list-item:hover .t-more {
  color: #fff;
}

.ac-list .ac-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30rem;
  border-radius: 0 30rem;
  overflow: hidden;
}

.ac-list .ac-item>div {
  width: 50%;
  box-sizing: border-box;
}

.ac-list .ac-item .text {
  padding: 0 40rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ac-list .ac-item .text p {
  color: #fff;
}

.ac-list .ac-item .text .ac-title {
  font-size: 24rem;
  margin-bottom: 36rem;
}

.ac-list .ac-item .text .ac-desc {
  font-size: 16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ac-list .ac-item .text .ac-more-2 {
  color: #fff;
  font-size: 14rem;
  margin-top: 50rem;
}

.ac-list .ac-item .text .ac-more-2:hover {
  text-decoration: underline;
}

.ac-list .ac-item:nth-child(odd) {
  background-color: #1e5abc;
}

.ac-list .ac-item:nth-child(even) {
  background-color: #d6b067;
  flex-direction: row-reverse;
}

.ac-more {
  display: block;
  text-align: center;
  color: #1e5abc;
  width: 320rem;
  line-height: 80rem;
  border-radius: 40rem;
  border: 1rem solid #1e5abc;
  margin: 70rem auto 0;
  font-size: 26rem;
  transition: 500ms;
}

.ac-more:hover {
  background-color: #1e5abc;
  color: #fff;
}

.page-title4 {
  color: #1e5abc;
  font-size: 18rem;
  margin: 15rem 0;
}

.page-search-wrap {
  border-bottom: 1rem solid #d2d2d2;
  padding-bottom: 30rem;
  margin-bottom: 40rem;
}

.page-search-wrap .search-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.page-search-wrap .search-item .search-t {
  font-weight: bold;
  font-size: 18rem;
  white-space: nowrap;
}

.page-search-wrap .search-item .search-l .search-link {
  display: inline-block;
  color: #999;
  margin: 0 15rem 15rem;
  padding: 0 15rem;
  line-height: 30rem;
  border-radius: 5rem;
}

.page-search-wrap .search-item .search-l .search-link.on {
  color: #fff;
  background-color: #1e5abc;
}

.page-search-wrap .search-item .search-l .search-link:hover {
  background-color: #f5f5f5;
}

.sx-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sx-list .sx-item {
  width: 32%;
  margin-bottom: 40rem;
}

.sx-list .sx-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.sx-list .sx-item a {
  display: block;
}

.sx-list .sx-item p {
  text-align: center;
  margin-top: 5rem;
}

.sx-list .sx-item .cover {
  text-align: center;
}

.s-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s-list li {
  width: 49%;
  margin-bottom: 30rem;
}

.en-list {
  margin-top: 45rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.en-list .en-item {
  width: 32%;
  margin-bottom: 30rem;
  margin-right: 1%;
}

.en-list .en-item .t {
  overflow: hidden;
  max-height: 178rem;
}

.en-list .en-item img {
  width: 100%;
  transition: 500ms;
}

.en-list .en-item:hover img {
  transform: scale(1.1);
}

.en-list .en-item p {
  font-size: 16rem;
  margin-top: 15rem;
}

.en-list .en-item:hover p {
  color: #1e5abc;
}

.en-list.list-paddingleft-2 li {
  width: 44%;
  margin-bottom: 30rem;
  margin-right: 5%;
}

.concat-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.concat-table .c-t-item {
  width: 48%;
}

.c-table {
  border-collapse: collapse;
  width: 100%;
}

.c-table td,
.c-table th {
  padding: 10rem 15rem;
  border: 1rem solid #d2d2d2;
  text-align: center;
  font-weight: normal;
}

.c-table td:nth-child(3),
.c-table th:nth-child(3) {
  text-align: left;
}

.s-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.s-list2 a {
  display: block;
}

.s-list2 .s2-item {
  width: 32%;
  border-radius: 0 15rem;
  background-color: #f5f5f5;
  margin-bottom: 40rem;
}

.s-list2 .s2-item:not(:nth-child(3n)) {
  margin-right: 2%;
}

.s-list2 .s2-item:hover {
  background: #e6edf8;
}

.s-list2 .s2-item:hover .s2-name {
  background-image: linear-gradient(90deg, #1e5abc 0%, #5db6ba 100%);
}

.s-list2 .t {
  width: 100%;
  height: 180rem;
  border-radius: 0 15rem;
}

.s-list2 .t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-list2 .b {
  height: 110rem;
  padding: 30rem 15rem;
  position: relative;
}

.s-list2 .s2-name {
  position: absolute;
  top: -15rem;
  line-height: 30rem;
  border-radius: 15rem;
  background-color: #d6b067;
  color: #fff;
  padding: 0 20rem;
  min-width: 90rem;
}

.s-list2 .s2-desc {
  font-size: 14rem;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-list .contact-item {
  width: 48%;
  background-color: #F8F9FB;
  margin-bottom: 30rem;
  padding: 15rem 30rem;
}

.contact-list .contact-item p {
  margin: 15rem 0;
}

.contact-list .contact-item .contact-title {
  font-size: 20rem;
}

.contact-list .contact-item .contact-desc img {
  width: 16rem;
  margin-right: 15rem;
}

.p-list2 .p-list2-item {
  background-image: url(../images/page-bg4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 500ms;
  border-radius: 0 30rem;
  overflow: hidden;
  margin-bottom: 30rem;
  box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1);
}

.p-list2 .p-list2-item:hover {
  background-image: url(../images/page-bg5.png);
}

.p-list2 .p-list2-item:hover .cover img {
  transform: scale(1.1);
}

.p-list2 .p-list2-item:hover .text .p2-title,
.p-list2 .p-list2-item:hover .text .p2-desc,
.p-list2 .p-list2-item:hover .text .p2-desc2 {
  color: #fff;
}

.p-list2 .p-list2-item:hover .p2-desc:nth-child(2) {
  background-image: url(../images/icon-clock1.png);
}

.p-list2 .p-list2-item:hover .p2-desc:nth-child(3) {
  background-image: url(../images/icon-address3.png);
}

.p-list2 .p-list2-item a {
  align-items: flex-start;
  padding: 30rem;
}

.p-list2 .cover {
  width: 300rem;
  height: 170rem;
  border-radius: 0 20rem;
  overflow: hidden;
}

.p-list2 .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 300ms;
}

.p-list2 .text {
  margin-left: 30rem;
  flex: 1;
}

.p-list2 .text .p2-title {
  font-size: 20rem;
  font-weight: bold;
  margin-bottom: 15rem;
}

.p-list2 .text .p2-desc {
  font-size: 18rem;
  color: #666;
  padding-left: 30rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-bottom: 15rem;
}

.p-list2 .text .p2-desc:nth-child(2) {
  background-image: url(../images/icon-clock2.png);
}

.p-list2 .text .p2-desc:nth-child(3) {
  background-image: url(../images/icon-address2.png);
}

.p-list2 .text .p2-desc2 {
  margin-top: 15rem;
  color: #666;
  font-size: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.s-list2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.s-list2 .s-item {
  width: 342rem;
  margin-bottom: 40rem;
  margin-right: 16rem;
}

/* .s-list2 .s-item:not(:nth-child(4n)) {
    margin-right: 16rem;
  }*/
.s-list2 .s-item .img {
  width: 100%;
  height: 210rem;
  overflow: hidden;
  border-radius: 0 20rem;
}

.s-list2 .s-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms;
}

.s-list2 .s-item .text {
  padding-top: 20rem;
}

.s-list2 .s-item .text .s-name {
  /*color: #1e5abc;
    font-weight: bold;*/
  font-size: 16rem;
  text-align: center;
}

.s-list2 .s-item .text .s-position {
  line-height: 1.5;
}

.s-list2 .s-item .text .s-desc {
  margin-top: 15rem;
  font-size: 14rem;
  color: #666;
}

.s-list2 .s-item:hover .img img {
  transform: scale(1.1);
}

#vsb_content .v_news_content video {
  display: unset;
}

#vsb_content .cs-table ul {
  list-style-type: disc;
}

#vsb_content .cs-table ul li {
  display: list-item;
  list-style: disc;
  margin-left: 15rem;
  line-height: 2;
}

.main-container-article #vsb_content_2 P {
  line-height: 2;
  font-size: 16rem;
}

/*img.img_vsb_content{
    border-radius: 0 25rem 0 25rem;
  }*/
.new-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.new-list li {
  width: 32%;
  background-color: #f6f6f6;
  border-radius: 0 20rem;
  overflow: hidden;
  margin-bottom: 30rem;
}

.new-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.new-list .top {
  width: 100%;
  height: 160rem;
  border-radius: 0 20rem;
  overflow: hidden;
}

.new-list .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-list .bottom {
  padding: 20rem;
  padding-bottom: 40rem;
  color: #d6b067;
}

.new-list .bottom .date {
  font-size: 14rem;
  margin-bottom: 15rem;
}

.new-list .bottom .i-title {
  font-size: 18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 15rem;
}

.new-list .bottom .i-title:hover {
  color: #1e5abc;
}

.new-list .bottom .desc {
  font-size: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #999;
}

.new-list .bottom .i-more {
  color: #d6b067;
  font-size: 14rem;
  margin-top: 30rem;
  display: inline-block;
}

.new-list .bottom .i-more:hover {
  color: #1e5abc;
}

.new-list2 li {
  border-radius: 0;
}

.new-list2 li .top {
  border-radius: 0;
}

.new-list2 li .i-title {
  text-align: center;
}

.new-list2 li .bottom {
  padding-bottom: 20rem;
}

.teacher-desc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.teacher-desc .headimg {
  min-width: 120rem;
  height: 150rem;
  margin-right: 30rem;
  border-radius: 0 15rem;
}

.teacher-desc .headimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-desc .t-content .title {
  font-size: 24rem;
  color: #1e5abc;
}

.teacher-desc .t-content .desc {
  white-space: preserve;
}

.main-container-article #vsb_content_2 img {
  border: 0;
}

.v_news_content>p>span>img {
  margin: 8px 15px 0 0;
}

.bys {
  /* 页面标题 */
        .table-page-title {
            color: #007aff;
            text-align: center;
            margin: 20px 0 30px;
            font-weight: 600;
            font-size: 24px;
        }
        
        /* 表格容器 */
        .table-container {
            max-width: 95%;
            margin: 0 auto;
            overflow-x: auto;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            border-radius: 6px;
            background-color: white;
        }
        
        /* 表格样式 */
        .graduate-table {
            width: 100%;
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        /* 表头样式 */
        .graduate-table thead {
            background-color: #007aff;
            color: white;
        }
        
        .graduate-table th {
            padding: 14px 12px;
            text-align: left;
            font-weight: 600;
            font-size: 15px;
            position: relative;
        }
        
        /* 表格内容样式 */
        .graduate-table td {
            padding: 14px 12px;
            border-bottom: 1px solid #f0f0f0;
            font-size: 14px;
            color: #333;
        }
        
        /* 交替行颜色 */
        .graduate-table tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        /* 行悬停效果 */
        .graduate-table tbody tr:hover {
            background-color: #f0f7ff;
        }
        
        /* 表格底部统计 */
        .table-footer {
            padding: 12px 15px;
            background-color: #f5f5f5;
            border-top: 1px solid #eee;
            font-size: 14px;
            color: #666;
        }
}

@media (max-width: 1400px) {
  header .header-menu-wrap .menu-item {
    padding: 0 15rem;
  }

  header .header-top-right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  /*.contact-list .contact-item {
    width: 100%;
  }*/
}

@media (max-width: 962px) {
  body {
    font-size: 14px;
    padding-top: 64px;
  }

  header {
    z-index: 300;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 64px;
  }

  header .m-menu-btn {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
  }

  header .m-menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: 300ms;
    position: absolute;
    left: 0;
    transform-origin: left center;
  }

  header .m-menu-btn span:nth-child(1) {
    top: 0;
  }

  header .m-menu-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  header .m-menu-btn span:nth-child(3) {
    bottom: 0;
  }

  header .m-menu-btn.on span:nth-child(1) {
    transform: translateY(-2px) translateX(2px) rotate(45deg);
  }

  header .m-menu-btn.on span:nth-child(2) {
    width: 0;
  }

  header .m-menu-btn.on span:nth-child(3) {
    transform: translateY(2px) translateX(2px) rotate(-45deg);
  }

  header .header-top .cont {
    padding: 20px 0;
  }

  header .header-top-left {
    width: 260px;
  }

  header .header-top-right .header-search-wrap,
  header .header-top-right .header-top-right-item {
    display: none;
  }

  header .header-menu-wrap {
    background-image: linear-gradient(90deg, #0336a9 80%, #5db6ba);
    height: calc(100vh - 64px);
    overflow-y: scroll;
    padding: 30px 15px;
    display: none;
  }

  header .header-menu-wrap menu {
    display: block;
  }

  header .header-menu-wrap .menu-item {
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f550;
  }

  header .header-menu-wrap .menu-item a {
    color: #fff;
  }

  header .header-menu-wrap .menu-item>a {
    display: block;
    margin-bottom: 15px;
  }

  header .header-menu-wrap .menu-item .menu-item-dropdown-wrap {
    position: unset;
    display: block;
    background-color: unset;
  }

  header .header-menu-wrap .menu-item .menu-item-dropdown-wrap .menu-item-dropdown-cont {
    overflow: unset;
    padding-left: 15px;
  }

  header .header-menu-wrap .menu-item .menu-item-dropdown-wrap .menu-item-dropdown-cont a {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .link-wrap {
    margin-top: 15px;
    height: unset;
  }

  .link-wrap::after {
    border-radius: 0;
    height: 100%;
  }

  .link-wrap .link-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    height: unset;
    padding: 30rem 0;
  }

  .link-wrap .link-item:hover {
    background-color: unset;
    background-image: unset;
    height: unset;
    line-height: 1;
  }

  .link-wrap .link-item img {
    margin-bottom: 15px;
    width: 22px;
    margin-right: 0;
  }

  .cloud .center {
    width: 300px;
    height: 300px;
  }

  .cloud .center .center-inner {
    width: 280px;
    height: 280px;
    padding: 10px;
  }

  .cloud .center .yunyouxiaoyuan {
    width: 60%;
    bottom: 50px;
  }

  .cloud .link-item {
    width: 140px;
    height: 40px;
    font-size: 16px;
  }

  .cloud .link-item img {
    height: 20px;
  }

  .cloud .link-item:nth-child(1) {
    top: 100px;
    left: 0;
  }

  .cloud .link-item:nth-child(2) {
    top: 100px;
    right: 0;
  }

  .cloud .link-item:nth-child(3) {
    top: 345px;
    left: 0;
  }

  .cloud .link-item:nth-child(4) {
    top: 345px;
    right: 0;
  }

  .pro-link-wrap {
    margin-top: 40px;
    display: block;
  }

  .pro-link-wrap .link-item {
    width: 100%;
  }

  .pro-link-wrap .link-item .top {
    height: unset;
    padding: 15px;
    margin-bottom: 15px;
  }

  .pro-link-wrap .link-item .top .icon img {
    height: 40px;
  }

  .pro-link-wrap .link-item .top .p-title {
    font-size: 18px;
  }

  .pro-link-wrap .link-item .top .p-desc {
    font-size: 14px;
  }

  .pro-link-wrap .link-item .bottom {
    margin-bottom: 15px;
  }

  .index-banner::before {
    width: 100px;
    top: calc(100% 80px);
    left: 20px;
  }

  .index-banner::after {
    width: 100px;
    top: 100%;
    right: 20px;
  }

  .index-banner .swiper-pagination {
    bottom: 10px;
  }

  .title-wrap {
    border-radius: 5px;
    padding-right: 10px;
  }

  .title-wrap h1 {
    font-size: 18px;
    line-height: 35px;
  }

  .title-wrap .t-text {
    padding-left: 60px;
  }

  .title-wrap .t-text .t-icon {
    width: 50px;
    height: 40px;
  }

  .title-wrap .t-text .t-icon img {
    width: 18px;
  }

  .news .container {
    display: block;
  }

  .news .swiper-news {
    width: 100%;
  }

  .news .news-item {
    height: 50vw;
  }

  .news .news-item .n-cover {
    height: unset;
  }

  .news .news-item .n-text {
    padding: 15px 20px;
    height: 100px;
  }

  .news .news-item .n-title {
    font-size: 14px;
  }

  .news .news-item .n-desc img {
    height: 14px;
    margin-top: -2px;
  }

  .news .news-list {
    width: 100%;
    margin-top: 15px;
  }

  .news .news-list .n-title {
    font-size: 16px;
  }

  .news .news-list .n-desc img {
    height: 14px;
    margin-top: -2px;
  }

  .news .news-list .n-item {
    padding-bottom: 15px;
  }

  .news .news-list .n-item:not(:first-child) {
    margin-top: 15px;
  }

  .recruit {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .recruit .r-item {
    box-shadow: none;
  }

  .recruit .r-item:hover {
    transform: unset;
    background-image: linear-gradient(139deg, #fff 0%, #fff 100%);
  }

  .recruit .r-item:hover .r-date {
    color: #d6b067;
  }

  .recruit .r-item:hover .r-title {
    color: #333;
  }

  .recruit .swiper-button-wrap {
    display: none;
  }

  .recruit .r-more {
    padding: 5rem 15rem;
  }

  .n-a {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
  }

  .n-a .cont {
    display: block;
  }

  .notice {
    width: 100%;
  }

  .notice .n-item {
    padding: 15px 0;
    display: block;
  }

  .notice .n-item .n-title {
    width: 100%;
    font-size: 16px;
  }

  .notice .n-item .n-date {
    margin-top: 15px;
  }

  .active {
    width: 100%;
    margin-top: 30px;
  }

  .active .date {
    padding-right: 15px;
    text-align: center;
  }

  .active .text {
    padding-left: 15px;
  }

  .active .a-title {
    font-size: 16px;
  }

  .index-video .v-i-list {
    grid-template-rows: 190px 190px 190px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c d" "e f";
  }

  .index-video .v-i-list .v-title {
    padding: 10px 0;
  }

  .index-video .v-i-list .v-play {
    width: 40px;
    height: 40px;
  }

  footer .container {
    display: block;
  }

  footer .container .f-img {
    position: unset;
    margin-top: 30px;
  }

  footer .link-list:nth-child(2) a:nth-child(1) {
    margin-bottom: unset;
  }

  footer .link-wrapper {
    padding-right: 0;
    width: 100%;
  }

  footer .ad-wrap {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
    border-left: unset;
  }

  aside {
    right: 0;
    width: 50px;
  }

  aside .side-bar-item {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  aside .side-bar-item .icon-wrap img {
    width: 20px;
  }

  .page-banner {
    height: 200px;
  }

  .page-banner h1 {
    font-size: 36px;
  }

  .page-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-content {
    padding: 40px 0;
    display: block;
  }

  .side-nav-wrap {
    display: none;
  }

  .page-breadcrumb .page-breadcrumb-item {
    font-size: 14px;
    padding: 0;
  }

  .page-breadcrumb .page-breadcrumb-item.active {
    width: unset;
    margin-top: 0;
  }

  .main-content-wrap .main-container-title {
    font-size: 22px;
    margin: 20px 0 30px;
  }

  .main-content-wrap .main-container-title img {
    height: 2px;
  }

  .main-content-wrap .main-container-title2 {
    font-size: 22px;
    margin: 20px 0;
  }

  .page-title {
    font-size: 20px;
  }

  .ac-list .ac-item {
    display: block;
  }

  .ac-list .ac-item>div {
    width: 100%;
  }

  .ac-list .ac-item .text {
    padding: 15px 15px 20px;
  }

  .ac-more {
    font-size: 22px;
    line-height: 60px;
    border-radius: 30px;
    margin-top: 40px;
  }

  .bk-list {
    display: block;
  }

  .bk-list .bk-item {
    width: 100%;
  }

  .bk-list .bk-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .bk-list .bk-item .t img {
    width: 100%;
  }

  .bk-list .bk-item .bk-title .name {
    font-size: 24rem;
  }

  .bk-list .bk-item .bk-more {
    font-size: 22rem;
  }

  .te-list .te-list-item {
    padding: 10px;
    background-position: right center;
  }

  .te-list .te-list-item .l {
    margin-right: 15px;
    width: 140rem;
    height: 170rem;
  }

  .te-list .te-list-item .r {
    flex: 1;
  }

  .te-list .te-list-item .r .t-name {
    margin-bottom: 10px;
    font-size: 26rem;
  }

  .te-list .te-list-item .r .t-desc {
    font-size: 18rem;
  }

  .te-list .te-list-item .r .t-more {
    margin-top: 10px;
  }

  .r-list .r-item {
    padding: 15px 0;
    display: block;
  }

  .r-list .r-item .r-title {
    margin-bottom: 5px;
  }

  .r-list .r-item:hover {
    background: none;
    border-top: 1px solid #d2d2d2;
  }

  .r-list .r-item:hover .r-title,
  .r-list .r-item:hover .date {
    color: #333;
  }

  .page-nav-wrapper {
    height: 60px;
  }

  .page-nav-wrapper::after {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }

  .page-nav-wrapper .page-nav-item {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    height: 85%;
  }

  .page-nav-wrapper .page-nav-item.actived {
    height: 100%;
    font-size: 14px;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .page-nav-wrapper.page-nav-wrapper2 .page-nav-item {
    padding: 6px 10px;
  }

  .p-list {
    display: block;
  }

  .p-list .p-item {
    width: 100%;
  }

  .p-list .p-item .t {
    height: unset;
  }

  .p-table tr th {
    min-width: unset;
    white-space: nowrap;
  }

  .p-table tr td {
    padding: 10px;
  }

  .page-title2 {
    font-size: 18px;
    margin: 20px 0;
  }

  .p-table2 th {
    min-width: 90px;
  }

  .p-table2 .step-wrap .s {
    width: 100px;
  }

  .p-list2 .p-list2-item a {
    padding: 0;
    display: block;
  }

  .p-list2 .text {
    padding: 15px;
    margin-left: 0;
  }

  .p-list2 .text .p2-desc {
    background-size: contain;
  }

  .p-list2 .cover {
    width: 100%;
    height: unset;
  }

  .s-list2 {
    display: block;
  }

  .s-list2 .s-item {
    width: 100%;
    background-color: #f5f5f5;
  }

  .s-list2 .s-item .img {
    height: unset;
  }

  .s-list2 .s-item .text {
    padding: 20px;
  }

  .s-list2 .s-item .s-name {
    margin-bottom: 5px;
  }

  .s-list2 .s-item .text .s-desc {
    margin-top: 5px;
  }

  .s-list2 .s-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .s-list2 .s2-item {
    width: 100%;
  }

  .s-list2 .s2-item .t {
    height: unset;
  }

  .s-list2 .s2-item .s2-name {
    font-size: 18px;
  }

  .cs-table th {
    min-width: 60px;
    width: unset;
  }

  .cs-table td {
    padding: 15px 10px;
    min-width: 70px;
    font-size: 22rem;
  }

  .cs-table td:nth-child(2) {
    white-space: unset;
  }

  .cs-table tr:nth-child(1) td:nth-child(3) {
    white-space: unset;
    width: 100px;
  }

  .main-container-article {
    margin-top: 20px;
  }

  .main-container-article .flex-sb-center img {
    margin: 0 auto;
  }

  .v-list {
    display: block;
  }

  .v-list .v-item {
    width: 100%;
    background-color: #f5f5f5;
  }

  .v-list .v-item .t {
    height: unset;
  }

  .v-list .v-item .b {
    padding: 0 10px 20px;
  }

  .v-list .v-item .v-title {
    font-size: 28rem;
  }

  .v-list .v-item .v-desc {
    font-size: 22rem;
    background-size: 22rem;
  }

  .a-list .l {
    padding-right: 15px;
    margin-right: 15px;
  }

  .a-list .r {
    padding-left: 0;
    padding-right: 15px;
  }

  .a-list .r .a-title {
    margin-bottom: 15px;
  }

  .a-list .r .desc span {
    display: block;
    margin-bottom: 5px;
  }

  .new-list {
    display: block;
  }

  .new-list .item {
    width: 100%;
  }

  .new-list .item .top {
    height: unset;
  }

  .new-list .item .bottom {
    padding-bottom: 20px;
  }

  .new-list .item .bottom .i-more {
    margin-top: 15px;
  }

  .new-list2 li {
    width: 100%;
  }

  .new-list2 li .top {
    height: unset;
  }

  .new-list .bottom .i-title {
    font-size: 22rem;
  }

  .r-list2 .r-con .ll li {
    margin-bottom: 30rem;
  }

  .h-list::after {
    left: 125rem;
    right: unset;
  }

  .h-list .h-item {
    margin: 15px 0;
  }

  .h-list .h-item .line {
    order: 2;
  }

  .h-list .h-item .y {
    order: 1;
    width: 80rem;
    height: 80rem;
    line-height: 80rem;
    font-size: 24rem;
  }

  .h-list .h-item .t {
    order: 3;
    margin-left: 20px;
  }

  .h-list .h-item:nth-child(odd) {
    flex-direction: unset;
    padding-right: unset;
  }

  .h-list .h-item:nth-child(odd) .y {
    margin-right: 0;
    margin-left: 0;
  }

  .h-list .h-item:nth-child(even) {
    padding-left: unset;
  }

  .h-list .h-item:nth-child(even) .y {
    margin-right: 0;
  }

  .h-list .h-item:nth-child(even) .line::before {
    left: unset;
    right: -2px;
  }

  .h-list .h-item:nth-child(even) .line::after {
    left: unset;
    right: -6px;
  }

  .h-list .h-item:nth-child(3) .t p {
    text-align: left;
  }

  .xx {
    display: block;
  }

  .ii-list {
    flex-wrap: wrap;
    align-items: unset;
  }

  .ii-list li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #d2d2d2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ii-list li:not(:first-child) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ii-list li:nth-child(1),
  .ii-list li:nth-child(2) {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
  }

  .ii-list li:nth-child(3),
  .ii-list li:nth-child(4) {
    padding-top: 15px;
  }

  .ii-list li p {
    font-size: 12px;
  }

  .tese-wrap .tese-item .t {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
  }

  .tese-wrap .tese-item .b {
    padding: 20px;
  }

  .add-wrap .add-item {
    padding: 20px 15px;
  }

  .add-wrap .add-item .l {
    padding-right: 20px;
  }

  .add-wrap .add-item .l p {
    font-size: 16px;
  }

  .add-wrap .add-item .r {
    padding-left: 20px;
  }

  .r-list2 .r-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .r-list2 .r-title .r-btn {
    margin-left: 10px;
  }

  .r-list2 .r-con {
    padding: 0 0 20px;
  }

  .r-list2 .as-wrap .a {
    margin-right: 10px;
    width: 40rem;
    height: 40rem;
  }

  .s-list {
    display: block;
  }

  .s-list li {
    width: 100%;
  }

  .en-list {
    display: block;
  }

  .en-list .en-item {
    width: 100%;
  }

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

  .en-list .en-item .t {
    max-height: unset;
  }

  .t-list .t-item {
    width: 100%;
    padding: 15px;
    background-size: cover;
  }

  .t-list .t-item .desc {
    background-size: 22rem 22rem;
  }

  .t-list .t-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .t-list .t-item .t-title {
    font-size: 16px;
  }

  .d-list .d-item a {
    padding: 15px 10px;
  }

  .d-list .d-item a img {
    margin-left: 10px;
  }

  .d-list2 {
    display: block;
  }

  .d-list2 .d-item {
    width: 100%;
    height: unset;
  }

  .d-list2 .d-item .d-item-inner {
    height: unset;
  }

  .d-list2 .d-item .d-title {
    font-size: 18px;
  }

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

  .sx-list .sx-item {
    width: 48%;
    margin-bottom: 20px;
  }

  .sx-list .sx-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .page-search-wrap .search-item {
    flex-wrap: wrap;
  }

  .page-search-wrap .search-item .search-t {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .page-search-wrap .search-item .search-l .search-link {
    margin: 0 0 10px 0;
  }

  footer .container .f-img {
    max-height: unset;
  }

  header .header-menu-wrap .menu-item:hover {
    background-color: unset;
    display: unset;
  }

  header .header-menu-wrap .menu-item:hover .menu-item-dropdown-wrap {
    display: unset;
  }

  .wrap .cont {
    width: 88vw;
  }

  header .header-search-switch {
    display: none;
  }

  .notice .n-date {
    font-size: 14px;
  }

  .active .a-desc {
    padding-left: 30px;
  }

  .active .a-desc:nth-child(2) {
    background: url(../images/icon-clock2.png) no-repeat;
    background-position: top 5rem left;
    background-size: 24rem;
    padding-left: 30rem;
  }

  .active .a-desc:nth-child(3) {
    background: url(../images/icon-address2.png) no-repeat;
    background-position: top 5rem left;
    background-size: 24rem;
    padding-left: 30rem;
  }

  footer .t {
    font-size: 16px;
  }

  footer .r a {
    font-size: 14px;
  }

  footer .ad-wrap .ad-item {
    font-size: 14px;
  }
}

@media (min-width: 2000px) {
  .new-list .item .top {
    height: 242rem;
  }
}
