/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area {
  margin-top: 35px;
}

.home-slider-area .home-slider-left {
  /* width: 250px; */
  margin-bottom: 30px;
}


.home-slider-area .home-slider-left>ul {
  margin-bottom: 0;
}

.home-slider-area .home-slider-left .left-li {
  width: 100%;
  height: 120px;
  padding: 0 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 577px) {
  .home-slider-area .home-slider-left .left-li {
    height: 70px;
    margin-bottom: 10px;
  }
}


.home-slider-area .home-slider-left .left-li:last-child {
  margin-bottom: 0;
}

.home-slider-area .home-slider-left .left-li a {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.home-slider-area .home-slider-left .left-li i {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
}

.home-slider-area .home-slider-left .left-li h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.home-slider-area .home-slider-content {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

@media (min-width: 900px) and (max-width: 1399px) {
  .home-slider-area .home-slider-left .left-li {
    padding: 0 10px;
  }

  .home-slider-area .home-slider-left .left-li i {
    font-size: 25px;
  }

  .home-slider-area .home-slider-left .left-li h5 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-slider-area .home-slider-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .home-slider-area .home-slider-left .left-li h5 {
    font-size: 1.2rem;
  } */
}

.home-slider-area .home-slider-content .swiper-container {
  width: 100%;
}

/* 右边新闻动态 */

.home-slider-area .news-title {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 15px;
}

.home-slider-area .news-title h3 {
  font-size: 20px;
  color: #2583C1;
  margin: 0 0 0 8px;
  font-weight: 700;
}


.home-slider-area .news-title i {
  font-size: 40px;
  color: #2583C1;
}

.home-slider-area .more-btn {
  color: #2583C1;
}

.home-slider-area .home-slider-news .news-ul {
  width: 100%;
  margin-bottom: 0;
}

.home-slider-area .home-slider-news .news-ul li {
  margin-top: 29px;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}

.home-slider-area .home-slider-news .news-ul li:last-child {
  margin-bottom: 0px;
}

.home-slider-area .home-slider-news .news-ul li a {
  display: inline-block;
  display: flex;
  width: 100%;
}

.home-slider-area .home-slider-news .news-ul li .news-time {
  border: 1px solid #2583C1;
  width: 65px;
  text-align: center;
  margin-right: 15px;
}

.home-slider-area .home-slider-news .news-ul li .news-time-day {
  margin-bottom: 0;
  font-size: 22px;
  background-color: #2583C1;
  color: #fff;
}

.home-slider-area .home-slider-news .news-ul li .news-time-yearMo {
  margin-bottom: 0;
  font-size: 14px;
}

.home-slider-area .home-slider-news .news-ul li .news-content {
  /* flex: 1; */
  width: calc(100% - 80px);
}

.home-slider-area .home-slider-news .news-ul li .news-content h5 {
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  font-size: 1.1rem;
  font-weight: 700;
}

.home-slider-area .home-slider-news .news-ul li .news-content:hover h5 {
  color: #2583C1;
}

.home-slider-area .home-slider-news .news-ul li .news-content p {
  white-space: nowrap;
  text-overflow: ellipsis;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  font-size: 14px;
}

.home-slider-area.slider-default {
  position: relative;
}



.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination {
  bottom: 8px;
  width: auto;
  right: 10px;
  left: auto;
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7);
  height: 9px;
  opacity: 1;
  width: 8px;
  border-radius: 0;
  padding: 0;
}

.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FB124A;
}


.home-slider-content .home-slider-item {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.home-slider-content .slider-content-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 400px;
  z-index: 1;
}

.home-slider-area.slider-default .slider-content-area .content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  padding: 10px;
  bottom: 0;
  color: #fff;
}

.home-slider-area.slider-default .slider-content-area .content h6 {
  color: #fff;
  text-align: left;
  font-size: 0.8rem;
  margin-bottom: 0;
  width: 70%;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
}

/* 办事流程 */

.serviceProcess-area {
  margin-bottom: 50px;
}

.serviceProcess-title {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F6F6F6;
}

.serviceProcess-title h1 {
  text-align: center;
}

.serviceProcess-title ul {
  padding-right: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  width: 100%;
}

.serviceProcess-title ul li {
  font-size: 1rem;
  cursor: pointer;
  margin-right: 20px;
  /* width: 90px; */
}

@media only screen and (max-width: 991px) {
  .serviceProcess-title ul li {
    margin-right: 0;
    width: 33.3%;
    text-align: center;
    margin-bottom: 5px;
  }
}

.serviceProcess-title ul li:last-child {
  margin-right: 0;
}

.serviceProcess-title ul li.current {
  color: #2362B2;
  font-weight: 700;
}

.serviceProcess-content-item h2 {
  font-size: 0.9rem;
}

.serviceProcess-content-item>.row {
  margin: 0 !important;
}

.serviceProcess-content-item ul {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(7, 48, 128, 0.09);
  box-shadow: 0 5px 10px 0 rgba(7, 48, 128, 0.09);
}

.serviceProcess-content-item li {
  padding: 40px !important;
  box-sizing: border-box;
  background: linear-gradient(to right, #fff, #fff);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.serviceProcess-content-item li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.serviceProcess-content-item li a img {
  width: 90px;
}

.serviceProcess-content-item .serviceProcess-img-current {
  display: none;
}

.serviceProcess-content-item li:hover {
  /*渐变色*/
  background: linear-gradient(to right, #2362B2, #2362B2);

}

.serviceProcess-content-item li:hover h2 {
  color: #fff;
}

.serviceProcess-content-item li:hover .serviceProcess-img-current {
  display: block;
}

.serviceProcess-content-item li:hover .serviceProcess-img-normal {
  display: none;
}

.sticky-height {
  height: 242px;
}

@media (max-width: 768px) {
  .sticky-height {
    height: 52px;
  }
}



/* 通知公告 */
.notice-area {}

.notice-area .notice-content {
  background-color: #2362B2;
  padding: 25px;
}

@media only screen and (max-width: 991px) {
  .notice-area .notice-content {
    padding: 10px 25px;
  }
}

.notice-area .notice-content .notice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.notice-area .notice-content .title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;

}

.notice-area .notice-content .title i {
  margin-right: 10px;
}

.notice-area .notice-content .notice-title a {
  color: #fff;
  font-size: 0.8rem;
}

.notice-list .news-ul {
  /* width: 100%; */
  margin-bottom: 0;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.notice-list .news-ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .notice-list .news-ul li {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .notice-list .news-ul li:nth-child(6),
  .notice-list .news-ul li:nth-child(7),
  .notice-list .news-ul li:nth-child(8) {
    display: none;
  }
}

.notice-list .news-ul li:last-child {
  margin-bottom: 0px;
}

.notice-list .news-ul li a {
  display: inline-block;
  display: flex;
  width: 100%;
}

.notice-list .news-ul li .news-time {
  /* border: 1px solid #2583C1; */
  width: 65px;
  text-align: center;
  margin-right: 15px;
}

.notice-list .news-ul li .news-time-day {
  margin-bottom: 0;
  font-size: 22px;
  background-color: #fff;
  color: #2C79E3;
}

.notice-list .news-ul li .news-time-yearMo {
  margin-bottom: 0;
  font-size: 14px;
  background-color: #2C79E3;
  color: #fff;
}

.notice-list .news-ul li .news-content {
  width: calc(100% - 80px);
}

.notice-list .news-ul li .news-content h5 {
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.notice-list .news-ul li .news-content:hover h5 {
  color: #97c3fb;
}

.notice-list .news-ul li .news-content p {
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 隐藏溢出内容 */
  font-size: 14px;
  color: #c7c7c7;
}

/* 入口 */

.entrance {
  /* padding: 5px 0; */
}

.entrance .entrance-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.entrance .entrance-title .title {
  color: #2362B2;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.entrance .entrance-title .title i {
  margin-right: 10px;
}

.entrance .entrance-title a {
  color: #2362B2;
  font-size: 0.8rem;
}

.entrance .entrance-list a {
  display: block;
  margin-bottom: 6px;
}

.entrance .entrance-list a:last-child {
  margin-bottom: 0;
}

.entrance .entrance-list .img {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 50px;
  border:1px solid #ccc;
  background-position: left;
}

/* .entrance .entrance-list a img {
  width: 100%;
  height: 50px;
} */


/* 企业需求与成果转化 */
.transformation-area {
  margin-top: 50px;
  padding-bottom:40px;
}

.transformation-area .transformation-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.transformation-area .transformation-title .title {
  color: #2362B2;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto;
}

.transformation-area .transformation-title .title i {
  margin-right: 10px;
  font-size: 1.8rem;
}

.transformation-area .transformation-title a {
  color: #2362B2;
  font-size: 0.8rem;

}

.transformationSwiper {
  padding: 0 60px;
  height: 320px;
}

.transformationSwiper .swiper-slide {
  padding: 15px;
}
.transformationSwiper .swiper-slide a{
  display: inline-block;
  padding-top: 20px;
}

.transformationSwiper .swiper-slide .transformationSwiper-item {
  -webkit-box-shadow: 0 0 10px 5px rgba(7, 48, 128, 0.09);
  box-shadow: 0 0 10px 5px rgba(7, 48, 128, 0.09);
  height: 280px;
  margin-top: 20px;
}

@media (max-width: 769px) {
  .transformationSwiper {
    padding: 0 30px;
    height: 350px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px;
  }
    .transformationSwiper .swiper-slide .transformationSwiper-item {
      height: 310px;
    }
}
/* .transformationSwiper .img {
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.transformationSwiper h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  color: #2362B2;
  font-weight: 700;
  margin-top: 15px;
  padding: 0 20px;

  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transformationSwiper ul li {
  font-size: 0.95rem;
  color: #808080;
  margin-bottom: 5px;
  padding: 0 20px;

}


/* 信息列表 */
.list-area .row>div {
  margin-bottom: 30px;
}

.list-area .row>div:nth-child(even) {
  padding-left: 40px;
}

.list-area .row>div:nth-child(odd) {
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  f .list-area .row>div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


.list-area .news-title i {
  font-size: 30px;
}



.list-content li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0;
}

.list-content li a {
  display: flex;
  width: 100%;
}

.list-content li .list-content-left {
  width: 80px;
  text-align: center;
  border-right: 3px solid #d6d6d6;
  margin-right: 20px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-content li .list-content-left .day {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.list-content li .list-content-right {
  width: calc(100% - 100px);
}

.list-content li .list-content-right h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}

.list-content li .list-content-right:hover h5 {
  color: #2464BB;
  ;
}

.list-content li .list-content-right p {
  font-size: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 其他 */
.other-area li {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .other-area li.col-md-2 {
    width: 20%;
  }
}


.other-area li .otherIcon {
  width: 78px;
}

.other-area li img {
  max-width: 78px;
}

.other-area li h2 {
  margin: 2rem 0 1rem;
  font-size: 1rem;
  color: #323232;
  height: 3rem;
}

.other-area li h3 {
  font-size: 0.8rem;
  color: #666666;
  line-height: 1rem;
  padding: 0 1rem;
  width: 100%;
}

.other-area li h2 span,
.other-area li h2 span b {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Myriad;
  padding-right: 0.05rem
}

.other-area li:hover img {
  transform: rotateY(365deg);
  transition: 0.5s;
}