@charset "UTF-8";
@media (max-width: 575.98px) {
  html {
    font-size: 16px !important;
  }
}
.base-box {
  width: 72.92rem;
  margin: 0 auto;
}

.news-tag {
  height: 22px;
  line-height: 22px;
  background-color: #F22F38;
  color: #ffffff;
  font-size: 12px;
  padding: 0 6px;
}

.job-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 60rem;
}
.job-title a {
  text-indent: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 60rem;
}

@keyframes carouselScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#carouselBannerControls {
  width: 100%;
  overflow: hidden;
}
#carouselBannerControls .carousel-indicators li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 0 5px;
}
#carouselBannerControls .carousel-inner {
  height: 100%;
}
#carouselBannerControls .carousel-inner .carousel-item {
  background-color: #2A5AB1;
  height: 100%;
}
#carouselBannerControls .carousel-inner .carousel-item img {
  width: 100%;
  animation-name: carouselScale;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
}

.floor-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.19rem;
}
.floor-title .title {
  font-size: 1.63rem;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  font-weight: bold;
  text-align: left;
  color: #333333;
  letter-spacing: 0.07rem;
}
.floor-title .subtitle {
  opacity: 0.5;
  font-size: 1rem;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  font-weight: normal;
  text-align: left;
  color: #333333;
}

.floor-content {
  display: flex;
  justify-content: space-between;
}
.floor-content .floor-box-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor-content .floor-box-item + .floor-box-item {
  margin-left: 1.6rem;
}
.floor-content .tabs-box {
  flex: 1;
}
.floor-content .tabs-box .tab-items {
  display: flex;
}
.floor-content .tabs-box .tab-items .tab-item + .tab-item {
  margin-left: 1.8rem;
}
.floor-content .tabs-box .tab-items .tab-item {
  position: relative;
  padding-bottom: 0.6rem;
  cursor: pointer;
}
.floor-content .tabs-box .tab-items .tab-item:hover {
  color: #2772CF;
}
.floor-content .tabs-box .tab-items .tab-item:hover::after {
  content: "";
  width: 100%;
  height: 0.31rem;
  background-image: url(../images/active2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.18rem;
  left: 0;
}
.floor-content .tabs-box .tab-items .tab-item.active {
  color: #2A5AB1;
}
.floor-content .tabs-box .tab-items .tab-item.active::after {
  content: "";
  width: 100%;
  height: 0.31rem;
  background-image: url(../images/active2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.18rem;
  left: 0;
}
.floor-content .tabs-box .tab-items .tab-item .tab-text {
  font-size: 1rem;
}
.floor-content .tabs-box .tab-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floor-content .tabs-box .tab-content .article {
  width: 100%;
  height: 14.98rem;
  font-size: 1rem;
  padding: 0.6rem 0;
  text-indent: 2rem;
  box-sizing: border-box;
}
.floor-content .tabs-box .tab-content .more-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #2a5ab1;
  font-size: 0.88rem;
  border-radius: 0.31rem;
  cursor: pointer;
}
.floor-content .tabs-box .tab-content .more-button:hover {
  box-shadow: 0.1rem 0.05rem 0.61rem 0rem #031f52;
}
.floor-content .pic-text-box {
  width: 36.75rem;
  height: 19.63rem;
  margin-left: 1.5rem;
}
.floor-content .pic-text-box.news-box-p {
  margin-left: 0 !important;
}
.floor-content .pic-text-box img {
  max-width: 36.75rem;
  height: 19.63rem;
}
.floor-content .tabs-box .articles-box .art-list .art-item {
  display: flex;
  width: 37rem;
  margin-top: 1rem;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-img {
  width: 10rem;
  height: 7.5rem;
  overflow: hidden;
  cursor: pointer;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-img img {
  width: 100%;
  height: 100%;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b {
  flex: 1;
  overflow: hidden;
  margin-left: 1rem;
  cursor: pointer;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b:hover,
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b:hover .news-c {
  color: #2772CF;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b .news-t {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b .news-t .t-span {
  flex: 1;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b .news-tag {
  height: 22px;
  line-height: 22px;
  background-color: #F22F38;
  color: #ffffff;
  font-size: 12px;
  padding: 0 6px;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b .news-c {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #666666;
}
.floor-content .tabs-box .articles-box .art-list .art-item .art-c-b .news-time {
  color: #999999;
  font-size: 0.88rem;
  text-align: right;
}

.floor-news .pic-text-art {
  height: 8.93rem;
}
.floor-news .pic-text-art .pic-text-art-line {
  display: flex;
  justify-content: space-between;
}
.floor-news .pic-text-art .pic-text-art-line .news-title {
  font-size: 1.25rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.floor-news .pic-text-art .pic-text-art-line .art-tag {
  height: 22px;
  line-height: 22px;
  background-color: #F22F38;
  color: #ffffff;
  font-size: 12px;
  padding: 0 6px;
}
.floor-news .pic-text-art .pic-text-art-conent {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.floor-news .pic-text-art .create-time {
  color: #999999;
  text-align: right;
}

.banner2 {
  width: 75rem;
  height: 12.5rem;
  overflow: hidden;
}
.banner2 img {
  width: 100%;
  height: 12.5rem;
}
.banner2 .bussCarousel {
  height: 22rem;
}
.banner2 .bussCarousel .carousel-item {
  width: 100%;
  height: 22rem;
  background-color: pink;
}

.floor-swiper {
  width: 100%;
  height: 22rem;
  position: relative;
}
.floor-swiper .swiper {
  width: 100%;
  height: 22rem;
  position: relative;
  overflow: hidden;
}
.floor-swiper .swiper-box {
  width: 300rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 22rem;
}
.floor-swiper .img-item {
  width: 11.25rem;
  height: 22rem;
  background-color: lightblue;
  color: #ffffff;
  float: left;
  position: relative;
}
.floor-swiper .img-item .op-mask {
  position: absolute;
  opacity: 0.4;
  background: #021c4c;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.floor-swiper .img-item.img-hover {
  width: 18.75rem !important;
}
.floor-swiper .img-item.img-hover a:hover {
  color: unset;
}
.floor-swiper .img-item.img-hover .title-box .c-intro .c-intro-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
  overflow: hidden;
}
.floor-swiper .img-item .title-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.floor-swiper .img-item .title-box .c-title {
  width: 1.5rem;
  font-size: 1.5rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-lr;
  z-index: 100;
}
.floor-swiper .img-item .title-box .c-intro {
  width: 100%;
  height: 100%;
  padding: 0 1.44rem;
  color: #ffffff;
  opacity: 0.9;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.floor-swiper .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.floor-swiper .carousel-control-prev {
  position: absolute;
  left: -8.75rem;
}
.floor-swiper .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../images/arrow-left.png);
  width: 1.63rem;
  height: 2.75rem;
}
.floor-swiper .carousel-control-next {
  position: absolute;
  right: -8.75rem;
}
.floor-swiper .carousel-control-next .carousel-control-next-icon {
  background-image: url(../images/arrow-right.png);
  width: 1.63rem;
  height: 2.75rem;
}

.index-floor {
  margin-top: 2.86rem;
}

.index-floor-title-box {
  text-align: center;
  margin-bottom: 1.41rem;
}
.index-floor-title-box .index-floor-title {
  font-size: 1.35rem;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  font-weight: bold;
  color: #2a5ab1;
}
.index-floor-title-box .index-floor-subtitle {
  opacity: 0.5;
  font-size: 0.83rem;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  font-weight: normal;
  color: #333333;
}

.index-news {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.index-news .index-news-swiper-box {
  width: 36.51rem;
  height: 20.73rem;
}
.index-news .index-news-swiper-box .carousel-indicators {
  left: unset;
  bottom: -10px;
  margin-right: 2%;
}
.index-news .index-news-swiper-box .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.index-news .index-news-swiper-box .carousel-item {
  position: relative;
  width: 36.51rem;
  height: 20.73rem;
  cursor: pointer;
}
.index-news .index-news-swiper-box .carousel-item img {
  max-width: 100%;
  max-height: 100%;
}
.index-news .index-news-swiper-box .carousel-item .carousel-item-title {
  width: 100%;
  height: 2.45rem;
  line-height: 2.45rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  /* 防止文字换行 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}

.index-list-box {
  width: 32.87rem;
}
.index-list-box .tabs-box {
  display: flex;
  width: 100%;
  height: 2.34rem;
  line-height: 2.34rem;
  margin-bottom: 0.68rem;
}
.index-list-box .tabs-box .tab-items {
  flex: 1;
  display: flex;
}
.index-list-box .tabs-box .tab-items .tab-item {
  background: #ebebeb;
  padding: 0 0.94rem;
  cursor: pointer;
}
.index-list-box .tabs-box .tab-items .tab-item.active {
  color: #ffffff;
  background-color: #2a5ab1;
}
.index-list-box .tabs-box .tab-items .tab-item:hover {
  color: #ffffff;
  background-color: #2a5ab1;
}
.index-list-box .tabs-box .more {
  width: 3rem;
  font-size: 0.78rem;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  font-weight: bold;
  text-align: right;
  color: #333333;
}
.index-list-box .list-box ul {
  margin: 0;
  padding: 0;
}
.index-list-box .list-box ul li {
  width: 32.87rem;
  display: flex;
  justify-content: space-between;
  line-height: 2.32rem;
}
.index-list-box .list-box ul li a {
  width: 27.34rem;
  font-size: 0.98rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-list-box .list-box ul li span {
  min-width: 3.2rem;
  font-size: 0.78rem;
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
  font-weight: bold;
  text-align: left;
  color: #666666;
}

.news-arts {
  width: 33.87rem;
  height: 18.75rem;
  font-size: 0.89rem;
}
.news-arts li {
  position: relative;
}
.news-arts li::before {
  content: "";
  position: absolute;
  width: 0.31rem;
  height: 0.31rem;
  border-radius: 50%;
  background: #e5e5e5;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}

.zyyw-floor-mobile {
  display: none;
}

#carouselZyyw {
  padding: 0 3.18rem;
}
#carouselZyyw .carousel-control-prev {
  width: 3.18rem;
  height: 100%;
  justify-content: flex-start;
}
#carouselZyyw .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../images/arrow-left.png);
  width: 1.35rem;
  height: 2.29rem;
}
#carouselZyyw .carousel-control-next {
  width: 3.18rem;
  height: 100%;
  justify-content: flex-end;
}
#carouselZyyw .carousel-control-next .carousel-control-next-icon {
  background-image: url(../images/arrow-right.png);
  width: 1.35rem;
  height: 2.29rem;
}
#carouselZyyw .zyyw-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 26.63rem;
}
#carouselZyyw .zyyw-items .zyyw-item {
  width: 20.23rem;
  height: 12.86rem;
  overflow: hidden;
  margin-top: 0.79rem;
  position: relative;
}
#carouselZyyw .zyyw-items .zyyw-item:nth-child(-n+3) {
  margin-top: 0;
}
#carouselZyyw .zyyw-items .zyyw-item img {
  width: 100%;
  height: 100%;
}
#carouselZyyw .zyyw-items .zyyw-item .title {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  height: 2.87rem;
  line-height: 2.87rem;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  font-size: 1.15rem;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  /* 防止文字换行 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
#carouselZyyw .zyyw-items .empty-item {
  width: 20.23rem;
  height: 0;
  opacity: 0;
}

@media (max-width: 575.98px) {
  .base-box {
    width: 100%;
    margin: 0 auto;
    display: block !important;
  }
  .index-news {
    display: block;
    justify-content: space-between;
    margin: 0 auto;
  }
  .index-news .index-news-swiper-box {
    width: 100%;
    height: auto;
  }
  .index-news .index-news-swiper-box .carousel-indicators {
    left: unset;
    bottom: -10px;
    margin-right: 2%;
  }
  .index-news .index-news-swiper-box .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .index-news .index-news-swiper-box .carousel-item {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .index-news .index-news-swiper-box .carousel-item img {
    max-width: 100%;
    max-height: 100%;
  }
  .index-news .index-news-swiper-box .carousel-item .carousel-item-title {
    width: 100%;
    height: 2.45rem;
    line-height: 2.45rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    /* 防止文字换行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
  }
  .index-list-box {
    width: 100%;
    margin-top: 20px;
    padding: 0 12px;
  }
  .index-list-box .tabs-box {
    display: flex;
    width: 100%;
    height: 2.34rem;
    line-height: 2.34rem;
    margin-bottom: 0.68rem;
  }
  .index-list-box .tabs-box .tab-items {
    flex: 1;
    display: flex;
  }
  .index-list-box .tabs-box .tab-items .tab-item {
    background: #ebebeb;
    padding: 0 0.94rem;
    cursor: pointer;
  }
  .index-list-box .tabs-box .tab-items .tab-item.active {
    color: #ffffff;
    background-color: #2a5ab1;
  }
  .index-list-box .tabs-box .tab-items .tab-item:hover {
    color: #ffffff;
    background-color: #2a5ab1;
  }
  .index-list-box .tabs-box .more {
    width: 3rem;
    font-size: 0.78rem;
    font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
    font-weight: bold;
    text-align: right;
    color: #333333;
  }
  .index-list-box .list-box ul {
    margin: 0;
    padding: 0;
  }
  .index-list-box .list-box ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 2.32rem;
  }
  .index-list-box .list-box ul li a {
    width: 100%;
    font-size: 0.98rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index-list-box .list-box ul li span {
    min-width: 3.2rem;
    font-size: 0.78rem;
    font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
    font-weight: bold;
    text-align: left;
    color: #666666;
  }
  .news-arts {
    width: 100%;
    height: unset;
    font-size: 0.89rem;
  }
  .news-arts li {
    position: relative;
  }
  .news-arts li::before {
    content: "";
    position: absolute;
    width: 0.31rem;
    height: 0.31rem;
    border-radius: 50%;
    background: #e5e5e5;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .index-tscdt {
    margin-top: 2.86rem;
  }
  .zyyw-floor {
    display: none;
  }
  .zyyw-floor-mobile {
    display: block;
  }
  .index-zyyw-swiper-box {
    width: 100%;
    height: auto;
  }
  .index-zyyw-swiper-box .carousel-indicators {
    left: unset;
    bottom: -10px;
    margin-right: 2%;
  }
  .index-zyyw-swiper-box .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .index-zyyw-swiper-box .carousel-item {
    position: relative;
    width: 100%;
    height: 250px;
    cursor: pointer;
  }
  .index-zyyw-swiper-box .carousel-item img {
    max-width: 100%;
    height: 100%;
  }
  .index-zyyw-swiper-box .carousel-item .carousel-item-title {
    width: 100%;
    height: 2.45rem;
    line-height: 2.45rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    /* 防止文字换行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
  }
}

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