.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.logo {
  width: 200px;
}
.v_news_content img{
  margin: auto !important;
}
@media screen and (min-width: 576px) {
  .logo {
    width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .logo {
    width: 25.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .logo {
    width: 441px;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav ul .f-s-18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav ul .p-t-14 {
    padding: 5px 0;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.banner img.baimg {
  display: none;
}

.bamask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.banner .swiper-pagination {
  left: 50%;
  bottom: 2%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 20;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

.banner .swiper-slide {
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.banner .swiper-slide .wp {
  height: 100%;
  position: relative;
  z-index: 30px;
}

.banner .swiper-slide .wp .txt {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 990;
  font-weight: normal;
  right: 30%;
}

.banner .swiper-slide .wp .txt a {
  color: #fff;
  font-size: 25px;
}

.banner .swiper-pagination-bullet {
  position: relative;
  z-index: 99;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  opacity: 1;
  background: #f9f9f9;
}

.banner .swiper-button-next {
  opacity: 0;
  right: 16%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
}

.banner .swiper-button-prev {
  opacity: 0;
  left: 16%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 65px;
}

.banner .swiper-button-next i,
.banner .swiper-button-prev i {
  color: #fff;
  font-size: 25px;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .banner .swiper-button-next {
    right: 5%;
  }
  .banner .swiper-button-prev {
    left: 5%;
  }
}
@media screen and (max-width: 1366px) {
  .banner .swiper-slide {
    height: 620px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-slide {
    height: 420px;
  }
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}
.swiper-slide {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .banner .swiper-slide {
    height: 300px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .banner .swiper-slide .wp .txt a {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .banner .swiper-slide {
    height: 708px;
  }
}
.swiper-slide-duplicate-active img {
  width: 734px;
  height: 492px;
  border-radius: 5px 5px 0px 0px;
}

.swiper-slide .descript {
  display: none;
}

.join-us {
  background: url(../img/join-us-bj.png) no-repeat left bottom;
  -o-background-size: 90% 80%;
     background-size: 90% 80%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 30px 0 50px;
}
.join-us::after {
  content: url(../img/join-us-right-bj.png);
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}
.join-us ul.every-system {
  height: 427px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.join-us ul.every-system li {
  width: 18.5333%;
  height: 427px;
  background: transparent;
  position: relative;
}
.join-us ul.every-system li .pic img {
  margin: 0 auto;
  padding: 20px 0;
}
.join-us ul.every-system li .Index_developItemTitle__3MZuH {
  text-align: center;
}
.join-us ul.every-system li .wrap-box {
  height: 302px;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 6;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31);
          box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31);
}
.join-us ul.every-system li .Index_developItemDesc__1JlP7 {
  padding: 40px 20px 0;
  margin-bottom: 80px;
}
.join-us ul.every-system li.join-us-preve .wrap-box {
  height: 364px;
  background: #fff !important;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31) !important;
          box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.join-us ul.every-system li.join-us-active {
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31);
          box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31);
}
.join-us ul.every-system li.join-us-active .wrap-box {
  height: 427px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.join-us ul.every-system li.join-us-active .Index_developItemHeader__2FU7R {
  background-color: rgba(var(--change-main-color));
  padding: 10px 0 20px;
}
.join-us ul.every-system li.join-us-active .Index_developItemTitle__3MZuH {
  color: #fff;
}
.join-us ul.every-system li.join-us-active .Index_developDetail__10BsI {
  display: block;
  color: #A51C30;
  text-align: center;
}
.join-us ul.every-system li.join-us-next .wrap-box {
  height: 364px;
  background: #fff !important;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31) !important;
          box-shadow: 0px 4px 8px 0px rgba(165, 28, 48, 0.31) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.join-us ul.every-system li .Index_developDetail__10BsI {
  display: none;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.english-color {
  margin-right: 10px;
  color: rgba(var(--change-main-color));
}
@media screen and (max-width: 992px) {
  .english-color {
    margin-right: 5px;
  }
}

.yinpinzixun {
  padding: 52px 0 35px;
  background: url(../img/yingpinzixun-img-bj.png) no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .yinpinzixun .title-box {
    padding: 0;
  }
}
.yinpinzixun .zixun-title {
  margin-bottom: 56px;
}
.yinpinzixun .english-title {
  margin-bottom: 32px;
}
.yinpinzixun .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgba(var(--change-main-color));
}
@media screen and (max-width: 768px) {
  .yinpinzixun {
    padding: 30px 0;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  }
  .yinpinzixun .english-title {
    margin-bottom: 20px;
  }
  .yinpinzixun .zixun-title {
    margin-bottom: 20px;
  }
}

.sbtn a svg {
  height: 7px;
  display: inline-block;
  width: 20px;
}
.sbtn a svg .cls-1 {
  fill: rgba(var(--change-main-color));
}
.sbtn a.next svg {
  top: -4px;
  position: relative;
}
.sbtn a:hover svg .cls-1 {
  fill: #fff;
}
.sbtn .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.nySer-e {
  padding: 0 0 56px;
}
.nySer-e .nytit {
  visibility: visible;
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
  width: 22.6154%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nySer-e .nytit .videos-box {
  position: relative;
  width: 100%;
}
.nySer-e .nytit .videos-box img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nySer-e .nytit .videos-box img {
    width: 100%;
    margin: 0 auto;
  }
}
.nySer-e .nytit .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nySer-e .nytit .video-player {
  display: none;
  width: 100%;
  height: 100%;
}
.nySer-e .lunbo {
  max-width: 982px;
  width: 75.5385%;
}
.nySer-e .swiper-container-3d {
  height: 100%;
}
.nySer-e .wp {
  max-width: 1300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nySer-e .item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nySer-e .item:hover {
  -webkit-box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.nySer-e .item:hover .txt {
  background: #fff;
}
.nySer-e .item .pic {
  height: 2.8rem;
}
.nySer-e .item .txt {
  height: 3.2rem;
  background: #f2f3f4;
  overflow: hidden;
  padding: 0.25rem 0.35rem;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nySer-e .item .txt time {
  display: block;
  position: relative;
  width: 1.5rem;
  line-height: 0.36rem;
  font-weight: bold;
  font-style: italic;
  color: #19599a;
  left: -0.36rem;
  padding-left: 0.2rem;
  margin-bottom: 0.3rem;
}
.nySer-e .item .txt time:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #19599a;
  -webkit-transform: skewX(-20deg);
     -moz-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
       -o-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transform-origin: top right;
     -moz-transform-origin: top right;
      -ms-transform-origin: top right;
       -o-transform-origin: top right;
          transform-origin: top right;
}
.nySer-e .item .txt h4 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.2rem;
  height: 0.66rem;
}
.nySer-e .item .txt p {
  line-height: 1.8em;
  color: #888;
  height: 0.84rem;
}
.nySer-e .swiper-slide .item {
  height: 100%;
}
.nySer-e .swiper-slide .item a {
width: 100%;
height:100%;
  display: block;
}
.nySer-e .swiper-slide .item a img {
  width: 100%;
height:100%;
  object-fit: cover; 
  display: block;
}
@media screen and (max-width: 768px) {
  .nySer-e {
    padding: 0;
  }
.nySer-e .swiper-slide .item a {
height: 200px;
 overflow: hidden;
}
.nySer-e .swiper-slide .item a img {
  height: 100%; 
}
}

.nySer-e .wp {
  height: 384px;
}
@media screen and (max-width: 992px) {
  .nySer-e .wp {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .nySer-e .wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .nySer-e .wp .nytit {
    width: 100%;
  }
  .nySer-e .wp .nytit .two-videos {
    margin: 20px 0;
  }
  .nySer-e .wp .lunbo {
    width: 100%;
  }
}

.nySer-e .tool {
  margin-top: 20px;
}
.nySer-e .tool .pgba {
  width: -webkit-calc(100% - 133px);
  width: -moz-calc(100% - 133px);
  width: calc(100% - 133px);
  position: relative;
  height: 5px;
  background: #ddd;
}
@media screen and (max-width: 768px) {
  .nySer-e .tool .pgba {
    width: -webkit-calc(100% - 86px);
    width: -moz-calc(100% - 86px);
    width: calc(100% - 86px);
  }
}
.nySer-e .tool .sbtn a {
  display: inline-block;
}
.nySer-e .tool .sbtn a {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(var(--change-main-color));
  border-radius: 50%;
  position: relative;
  text-align: center;
  background: #fff;
}
.nySer-e .tool .sbtn a:hover {
  background: rgba(var(--change-main-color));
}
@media screen and (max-width: 768px) {
  .nySer-e .tool .sbtn a {
    width: 30px;
    height: 30px;
  }
}
.nySer-e .tool .sbtn a.next {
  margin-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  .nySer-e .tool .sbtn a.next {
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .nySer-e .tool {
    margin-top: 15px;
  }
}
.index-news .col-1{
  display: flex;
  flex-direction: column;
}
.news-information .col-1 {
  font-size: 18px;
  max-height: 528px;
  overflow: hidden;
}
.news-information .col-1 .pic {
  margin-top: 21px;
}
.news-information .col-1 .list-gonggao {
  margin-top: 17px;
height: 100%;
  flex: 1;
}
.pb_sys_style1 .p_no_d{
  border: 1px solid #234e9c !important;
    background-color: #234e9c !important;
}
.news-information .col-1 .list-gonggao li {
  margin-bottom: 9px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(138, 138, 138, 0.3);
}
.news-information .col-1 .list-gonggao li a {
  display: inline-block;
  color: #080808;
}
.news-information .col-1 .list-gonggao li:last-of-type {
  border: none;
}
.news-information .col-1 .nav-list li {
  color: #000;
cursor: pointer;
}
.news-information .col-1 .nav-list li.nav-active {
  font-weight: bold;
  color: rgba(var(--change-main-color));
}
.news-information .col-1 .tabcon{
  flex: 1;
  height: 100%;
}
.news-information .col-1 .tabcons {
  display: none;
  height: 100%;
}
.news-information .col-1 .tabcons.tabcons-show {
  display: block;
}
.news-information .col-2 {
  width: 52.3077%;
  /* flex: 1; */
  overflow: hidden;
  position: relative;
  max-height: 528px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .news-information .col-2 .arrow {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}
@media screen and (max-width: 768px) {
  .news-information .col-1 {
    max-height: none;
    overflow: auto;
  }
  .news-information .col-1 .tabCon,
  .news-information .col-1 .dongtai-box {
    margin-top: 20px;
  }
  .news-information .col-1 .dongtai-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-information .col-1 .pic {
    margin-top: 0;
    width: 100%;
height: 250px;
        margin-bottom: 20px;
  }
  .news-information .col-1 .pic img {
    height: 100%;
    width: 100%;
object-fit: cover;
  }
  .news-information .col-1 .list-gonggao {
    width: 100%;
    margin-top: 0;
    font-size: 16px;
  }
  .news-information .col-2 {
    width: 100%;
    margin: 25px 0;
  }
  .news-information .col-2 .list li p {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 576px) {
  .news-information .col-1 .dongtai-box {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-information .col-1 .pic {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px 0;
    width: 100%;
  }
  .news-information .col-1 .pic img {
    height: 100%;
    width: 100%;
  }
  .news-information .col-1 .list-gonggao {
    width: 100%;
  }
  .news-information .col-1 .tabCon .dongtai-box .pic {
    margin-top: 0;
  }
  .news-information .col-2 {
    margin: 30px 0 50px;
    max-height: 430px;
  }
}
@media screen and (max-width: 400px) {
  .news-information .col-2 .arrow {
    left: 40px !important;
    right: 40px !important;
  }
}

.world-talents .section-title {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.world-talents .section-title .china-text {
  margin-left: 15px;
}
.world-talents .Index_talentDetail__2NdQv .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.world-talents .Index_talentDetail__2NdQv .swiper-slide .teacher-pic {
  width: 38.968%;
}
.world-talents .Index_talentDetail__2NdQv .swiper-slide .teacher-pic img {
      width: 250px;
    height: 300px;
    object-fit: cover;
}
.world-talents .Index_talentDetail__2NdQv .swiper-slide .person-desc {
  width: 55.613%;
}
.world-talents .Index_talentDetail__2NdQv .swiper-slide .person-desc .position {
  margin: 18px 0;
}
.world-talents .Index_talentDetail__2NdQv .swiper-slide .person-desc .intro {
  margin: 30px 0;
  line-height: 1.8;
}
.world-talents .Index_talentDetail__2NdQv .swiper-slide .person-desc .learn-more:hover {
  color: rgba(var(--hover-yellow-color));
}
@media screen and (max-width: 992px) {
  .world-talents .Index_talentDetail__2NdQv .swiper-slide .person-desc .intro {
    margin: 20px 0;
    line-height: 1.8;
  }
}
.world-talents .Index_talentItem__385-c.selected {
  color: rgba(var(--hover-yellow-color));
  font-weight: bold;
}

.bottom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0;
}
.bottom-link .common-link,
.bottom-link .campus-links-list {
  padding: 0 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-link .common-link li,
.bottom-link .campus-links-list li {
  margin-bottom: 10px;
}
.bottom-link .common-link li span,
.bottom-link .campus-links-list li span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .bottom-link .common-link,
  .bottom-link .campus-links-list {
    padding: 0;
  }
}
.bottom-link .common-link {
  margin-bottom: 20px;
}
.bottom-link a {
  color: #000;
  font-size: 18px;
}
.bottom-link a:hover {
  color: rgba(var(--hover-yellow-color));
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bottom-link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .bottom-link {
    padding: 30px 0;
  }
}

.right-menu-box {
  display: none;
}

.right-menu-box[data-v-71afe202] {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: grid;
  grid-template-rows: repeat(6, 56px);
  grid-template-columns: 56px;
  row-gap: 10px;
  z-index: 999;
}

.right-menu-box > div[data-v-71afe202] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(var(--change-main-color));
  border-radius: 5px;
}

.p-r {
  position: relative;
}

.btn-title[data-v-71afe202] {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: scale(0.83);
     -moz-transform: scale(0.83);
      -ms-transform: scale(0.83);
       -o-transform: scale(0.83);
          transform: scale(0.83);
  color: #fff;
}

.input-box[data-v-71afe202] {
  position: absolute;
width: 280px;
  left: -280px;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(var(--change-main-color));
  display: none;
  border-radius: 4px;
}

.right-search:hover .input-box[data-v-71afe202] {
  display: block;
}

.search-input[data-v-71afe202] {
  border: 2px solid rgba(var(--hover-yellow-color));
  border-radius: 6px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.el-input--small {
  position: relative;
  font-size: 13px;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
  background-color: transparent;
}

.el-input--small .el-input__inner {
  height: 32px;
  line-height: 32px;
}

.el-input__inner,
.el-textarea__inner {
  background-color: rgba(var(--hover-yellow-color));
  border: none;
  color: #fff;
  border-radius: 2px;
  padding: 0 15px;
}

.el-input-group__append {
  background-color: rgba(var(--hover-yellow-color));
  border: none;
  cursor: pointer;
}

.el-input-group__append,
.el-input-group__prepend {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}

.el-input-group__append .el-button {
  display: inline-block;
  margin: -10px -20px;
  background-color: transparent;
}

.el-button--small {
  min-height: 32px;
  padding: 9px 15px;
  font-size: 13px;
}

footer {
  width: 100%;
  background-image: url(/img/footer-bj.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-color: rgba(var(--change-main-color));
}
footer .footer-logo {
  margin-bottom: 40px;
}
footer .left-side p {
  margin-top: 5px;
}

footer .right-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
footer .right-side div {
  margin-right: 80px;
}
footer .right-side:hover a{
  color: #fff;
}
footer .right-side div:last-child {
  margin-right: 0;
}
footer .right-side div div {
  margin-top: 20px;
}
footer .right-side div div p {
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  footer .right-side {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .right-side div {
    width: 33%;
    margin-right: 0;
  }
  footer .right-side div div {
    margin: 10px 0 20px;
  }
}
footer .footer-box {
  padding: 50px 0;
}
@media screen and (max-width: 992px) {
  footer .footer-box {
    padding: 20px 0;
  }
}
footer .footer-bottom-info {
  margin-top: 46px;
}
footer .record-number p {
  margin-top: 5px;
}
footer .erweima-box {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .welcome {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  footer .footer-msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.introduction .content-html-box p img{
height: fit-content !important;
object-fit: contain;
}
