@charset "UTF-8";
/**
 * 下一代智慧招采平台研发项目-采虹学院2020
 * date: 2023-10-7
 * author: xhz;
 */
body {
  background: #fff;
}

.banner {
  height: 400px;
  background: url(/images/integrationHome/images/home/banner.jpg) no-repeat center;
  padding-top: 80px;
}
.banner h2 {
  height: 54px;
  line-height: 54px;
  font-size: 36px;
  text-align: center;
}
.banner .search {
  border-radius: 60px;
  border: 1px solid #c9d9ff;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 876px;
  height: 75px;
  margin: 40px auto 0;
  position: relative;
}
.banner .search .search-input {
  width: 100%;
  height: 100%;
  font-size: 22px;
  padding-left: 30px;
  font-size: 16px;
  color: #666;
  border: none;
  outline: none;
  background: none;
}
.banner .search .search-input::-moz-placeholder {
  color: #999;
}
.banner .search .search-input::placeholder {
  color: #999;
}
.banner .search .search-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 51px;
  height: 51px;
  background: url(/images/integrationHome/images/home/search-btn.png) no-repeat center;
  background-size: 100% 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

.statistics {
  margin-top: -40px;
}

.nav-btns {
  display: flex;
  justify-content: space-between;
}
.nav-btns li {
  width: 387px;
  height: 106px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 25px 3px rgba(173, 194, 236, 0.29);
  position: relative;
  transition: all 0.3s;
  padding: 15px;
  padding-left: 143px;
  padding-top: 25px;
  /*cursor: pointer;*/
}
.nav-btns li .name,
.nav-btns li .txt {
  transition: all 0.3s;
}
/*.nav-btns li:hover {
  background: linear-gradient(180deg, #5d9dfe 0%, #2a82ea 100%);
  color: #fff;
}
.nav-btns li:hover .txt {
  color: #fff;
}
.nav-btns li:hover .name {
  color: #fff;
}*/
.nav-btns li i {
  width: 105px;
  height: 105px;
  position: absolute;
  left: 10px;
  top: 0;
  background-size: 100% 100%;
  background-position: 12px center;
  background-repeat: no-repeat;
}
.nav-btns li:nth-child(1) i {
  background-image: url(/images/integrationHome/images/product-icon1.png);
}
.nav-btns li:nth-child(2) i {
  background-image: url(/images/integrationHome/images/product-icon2.png);
}
.nav-btns li:nth-child(3) i {
  background-image: url(/images/integrationHome/images/product-icon3.png);
}
.nav-btns .name {
  font-size: 22px;
  font-weight: 700;
}
.nav-btns .txt {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.statistics-content {
  margin-top: 54px;
}

.statistics-detail {
  display: flex;
  height: 154px;
  border-radius: 10px;
  border-bottom: 1px solid #fff;
  background: linear-gradient(180deg, #f4f6f9 0%, #fff 100%);
  box-shadow: 0px 7px 11px 0px #f2f5f9;
  justify-content: space-between;
  position: relative;
}
.statistics-detail.active {
  display: flex;
}
.statistics-detail:before {
  /*content: "";*/
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #edf1f5;
  position: absolute;
  top: -20px;
  margin-left: -10px;
}
.statistics-detail:nth-child(1):before {
  left: 193px;
}
.statistics-detail:nth-child(2):before {
  left: 50%;
}
.statistics-detail:nth-child(3):before {
  right: 193px;
}
.statistics-detail li {
  width: 25%;
  padding: 35px 0 0 90px;
  font-size: 16px;
  position: relative;
}
.statistics-detail li + li::before {
  content: "";
  width: 1px;
  height: 51px;
  background: #bec8df;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
.statistics-detail .value span {
  font-size: 32px;
  color: #4787fb;
  margin-right: 5px;
  font-family: Jost;
}
.statistics-detail .add {
  font-size: 32px;
  font-family: Jost;
  color: #333 !important;
}
.statistics-detail .txt {
  margin-top: 15px;
}

.model {
  padding-top: 80px;
  position: relative;
}
.model .title {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
}
.model .sub-title {
  text-align: center;
  font-size: 20px;
  color: #666;
  margin-top: 8px;
}
.model .more {
  position: absolute;
  top: 80px;
  right: 0;
  color: #4787fb;
  font-size: 20px;
}

.new-course {
  margin-top: 40px;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
}
.new-course > .item {
  width: 590px;
  height: 520px;
}
.new-course > .item .item-img {
  height: 415px !important;
}
.new-course > .item .item-img .time {
  left: 20px !important;
  top: 20px !important;
}
.new-course > .item .item-img .mark {
  right: 20px !important;
  width: 92px !important;
  height: 38px !important;
}
.new-course > .item .item-img .price {
  right: 20px !important;
  bottom: 20px !important;
}
.new-course > .item .item-txt {
  padding-left: 32px !important;
}
.new-course > .item .item-txt h2 {
  padding-top: 20px !important;
  line-height: 28px !important;
  font-size: 24px !important;
}
.new-course > .item .item-txt p {
  margin-top: 13px !important;
  color: #999 !important;
  font-size: 16px !important;
}
.new-course ul {
  width: 590px;
  height: 520px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.new-course ul li {
  width: 285px;
  height: 251px;
}
.new-course .item {
  height: 251px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px #eaebf1;
  position: relative;
}
.new-course .item .item-img {
  height: 167px;
  position: relative;
}
.new-course .item .item-img .course-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.new-course .item .item-img .time {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 24px;
  line-height: 24px;
  padding-left: 33px;
  padding-right: 8px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2) url(/images/integrationHome/images/home/time.png) no-repeat 8px center;
}
.new-course .item .item-img .mark {
  position: absolute;
  width: 57px;
  height: 24px;
  right: 10px;
  top: 0;
}
.new-course .item .item-img .price {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.54);
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  min-width: 52px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.new-course .item .item-txt {
  padding-left: 16px;
}
.new-course .item .item-txt h2 {
  padding-top: 14px;
  line-height: 28px;
  color: #2c2c2c;
  font-size: 18px;
}
.new-course .item .item-txt p {
  /* margin-top: 10px; */
  color: #999;
  font-size: 16px;
}

.new-publicity table {
  margin-top: 20px;
}

.news {
  margin-top: 30px;
  height: 570px;
  background: url(/images/integrationHome/images/home/news-bg.jpg) no-repeat center;
  padding-top: 50px;
}
.news .container {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}
.news .list {
  width: 530px;
}
.news .list li {
  height: 60px;
  border-bottom: 1px solid #e7eef6;
  line-height: 60px;
}
.news .list li a {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0 12px;
  font-size: 16px;
}
.news .list li .txt {
  width: calc(100% - 110px);
}
.news .list li .time {
  color: #445a7b;
}

.info-swiper {
  width: 590px;
  height: 423px;
  overflow: hidden;
  margin: 0 !important;
  border-radius: 9px;
  border: 1px solid #dce4f0;
}
.info-swiper .swiper-slide {
  position: relative;
}
.info-swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
.info-swiper .img {
  width: 100%;
  height: 320px;
}
.info-swiper .summary {
  height: calc(100% - 320px);
  background: #fafcff;
  padding: 15px 0 0 30px;
  width: 450px;
}
.info-swiper .summary h2 {
  font-size: 24px;
  color: #333;
}
.info-swiper .summary p {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}
.info-swiper .ring {
  text-align: right;
  padding-right: 32px;
  bottom: 45px;
}
.info-swiper .ring .swiper-pagination-bullet {
  background: #dce4f0;
  border-radius: 5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.info-swiper .ring .swiper-pagination-bullet-active {
  background: #4787fb;
  opacity: 1;
}
.info-swiper .swiper-container-horizontal > .swiper-pagination-bullets.ring {
  width: auto;
  left: auto;
  bottom: 12px;
  right: 20px;
}
.info-swiper .swiper-container-horizontal > .swiper-pagination-bullets.ring .swiper-pagination-bullet {
  margin: 0px 2px;
}
.banner .text-wrap {
  display: flex;
  width: 836px;
  margin: 0 auto;
}
.banner .text-wrap li {
  position: relative;
  height: 33px;
  margin-left: 12px;
  font-size: 16px;
  line-height: 33px;
}
.banner .text-wrap li::after{
  content:'';
  position:absolute;
  right: -6px;
  top:50%;
  transform: translateY(-14px) rotate(40deg);
  width: 17px;
  height: 17px;
  border-right: 1px solid #A5A5A5;
}

.banner .text-wrap li:first-child{
  margin-left:0;
}

.banner .text-wrap li:last-child::after{
  border:0;
}

.banner .text-wrap li a{
  display:block;
  height:100%;
  padding: 0 10px;
  color:#666;
  cursor: default;
}

.new-course .full-item{
  width: 1124px;
  margin: 0 auto;
  height: 415px;
}
.new-course .full-item .item-img .mark{
  right:39px!important;
}

.new-course .full-item .item-img .enter-btn{
  position:absolute;
  left:31px;
  bottom:42px;
  width:184px;
  height:44px;
  font-size:20px;
  font-weight:700;
  color:#fff;
  padding-left:24px;
  background:#F85D3B url(/images/integrationHome/images/home/enter_bg.png);
  border-radius:22px;
  line-height:44px;
}
.new-course  .swiper-wrap{
  position:relative;
  width:100%;
  padding: 0 38px;
  margin-top:20px;
}
.new-course  .swiper-wrap .swiper-container{
  padding-bottom:6px;
}
.new-course .swiper-wrap .item a{
  display:block;
  height:100%;
}
.new-course  .swiper-wrap .course-prev{
  left: 0;
  top: 21px;
  width:26px;
  height:251px;
  background:#eee url(/images/integrationHome/images/home/source_prev.png) center no-repeat;
  border-radius:4px;
}

.new-course  .swiper-wrap .course-prev:hover{
  background-color: rgba(71,135,251,.16);
  background-image:url(/images/integrationHome/images/home/source_prev_hover.png)
}

.new-course  .swiper-wrap .course-next{
  right: 0;
  top: 21px;
  width:26px;
  height:251px;
  background:#eee url(/images/integrationHome/images/home/source_next.png) center no-repeat;
  border-radius:4px;
}

.new-course  .swiper-wrap .course-next:hover{
  background-color: rgba(71,135,251,.16);
  background-image:url(/images/integrationHome/images/home/source_next_hover.png)
}

.banner {
  margin-top: 80px;
}

.new-banner {
  height: 399px;
  background: url(/images/integrationHome/images/home/img_new_banner_bg.png) center no-repeat;
}
.new-banner-title {
  padding-top: 114px;
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  line-height: 56px;
}
.statistics {
  margin-top: -110px;
}
.statistics-content {
  margin-top: 0;
}

.new-course .full-item {
  width: 1200px;
}

.new-course .full-item .item-img .enter-btn {
  height: auto;
  width: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: left 31px bottom 42px;
  background-repeat: no-repeat;
  background-color: transparent;
}

.learning-garden {
  margin-top: 31px;
}
.learning-garden-tab {
  height: 522px;
  display: flex;
}
.learning-garden-tab .tab-hd {
  margin-right: 37px;
  width: 249px;
  height: 100%;
}
.learning-garden-tab .tab-nav {
  position: relative;
  background: #f00;
  display: block;
  height: 50%;
  box-sizing: border-box;
  color: #fff;
  padding-left: 18px;
  padding-top: 75px;
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
}
.learning-garden-tab .tab-nav::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
}
.learning-garden-tab .tab-nav span {
  height: 45px;
  font-weight: 400;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 45px;
  display: block;
}
.learning-garden-tab .tab-nav.active::before {
  border: 3px solid #4787fb;
}
.learning-garden-tab .tab-nav.active::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #4787fb;
}
.learning-garden-tab .tab-nav:first-child::before {
  border-radius: 10px 10px 0 0;
}
.learning-garden-tab .tab-nav:first-child {
  border-radius: 10px 10px 0 0;
  background: url(/images/integrationHome/images/home/img_learning_garden_tab1.png) center no-repeat;
  background-size: 100% 100%;
}
.learning-garden-tab .tab-nav:last-child::before {
  border-radius: 0 0 10px 10px;
}
.learning-garden-tab .tab-nav:last-child {
  background: url(/images/integrationHome/images/home/img_learning_garden_tab2.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 0 0 10px 10px;
}
.learning-garden-tab .tab-bd {
  width: calc(100% - 249px - 37px);
  height: 100%;
}
.learning-garden-tab .tab-page {
  height: 100%;
  display: none;
  position: relative;
}
.learning-garden-tab .tab-page .swiper-button-prev,
.learning-garden-tab .tab-page .swiper-button-next {
  top: 0;
  bottom: 10px;
  height: auto;
  width: 26px;
  margin: 0;
  z-index: 2;
  opacity: 1;
}
.learning-garden-tab .tab-page .swiper-button-prev {
  left: 0;
  background: #eeeeee url(/images/integrationHome/images/home/icon_prev.png) center no-repeat;
}
.learning-garden-tab .tab-page .swiper-button-next {
  right: 0;
  background: #eeeeee url(/images/integrationHome/images/home/icon_next.png) center no-repeat;
}

.learning-garden-tab .tab-page .swiper {
  padding: 0 38px 10px;
  height: calc(100% + 10px);
}
.learning-garden-list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.learning-garden-item {
  width: calc(33.33% - (20px * 2 / 3));
  height: calc(50% - 10px);
  margin-right: 20px;
  box-shadow: 0px 4px 15px 0px #eaebf1;
  border-radius: 0px 0px 0px 0px;
  position: relative;
}
.learning-garden-item:nth-child(3n) {
  margin-right: 0;
}
.learning-garden-item:nth-child(n + 4) {
  margin-top: 20px;
}
.learning-garden-item .item-img {
  height: 167px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.learning-garden-item .item-img img {
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: 'Alimama_ShuHeiTi_Bold';
  src: url('./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf') format('truetype');
}
.learning-garden-item .item-read {
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 79px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2) url(/images/integrationHome/images/home/icon_read.png) left 10px center
  no-repeat;
  border-radius: 4px 4px 4px 4px;
  padding-left: 33px;
  padding-right: 8px;

  font-size: 16px;
  color: #ffffff;
}
.learning-garden-item .item-label {
  position: absolute;
  top: 0;
  right: 12px;
  width: 57px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  background: url(/images/integrationHome/images/home/img_label.png) center no-repeat;
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
}
.learning-garden-item .item-price {
  min-width: 63px;
  height: 28px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px 2px 2px 2px;
  padding: 0 8px;
  top: 129px;
  right: 10px;
  position: absolute;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.learning-garden-item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 14px;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #2c2c2c;
}
.learning-garden-item .item-text {
  height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
}
.liberal-college-favorable {
  height: 107px;
  margin-top: 24px;
  box-sizing: border-box;
  padding: 18px 176px 18px 20px;
  background: url(/images/integrationHome/images/home/img_liberal_college_favorable.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.liberal-college-favorable .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  margin-bottom: 4px;
}
.liberal-college-favorable p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.liberal-college-favorable a {
  right: 20px;
  position: absolute;
  text-align: center;
  width: 136px;
  height: 32px;
  background: #4787fb;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
}
.liberal-college-favorable .liberal-link {
  top: 18px;
}
.liberal-college-favorable .archives-link {
  bottom: 18px;
}