/*================
 Section
==================*/

/* box 03 */
/*.home-section{*/
/*    margin-top: 40px;*/
/*}*/
.site-header .header-carousel {
  overflow: hidden;
}

#home-box-03-tab {
  width: 70%;
  margin: 0 auto;
}

.txt-22 {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}

.qywh {
  width: 70%;
  margin: 0 auto;
}

.home-box-03 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gsjs-cot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab-content #tab001 {
  background-image: none;
}

.text-26 {
  font-size: 26px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.box-underline {
  margin: 20px 0 30px 0;
}

.text-14 {
  color: #666666;
}



.title-day {
  margin: 80px 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  color: #2568ef;
}

.text-20 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.ri-img {
  max-width: 50%;
  width: 50%;
  height: 374px;
  overflow: hidden;
  padding: 0;
}

.ri-img img {
  width: 100%;
  height: 374px;
}

.ri-tit {
  max-width: 41%;
  width: 41%;
  padding: 0;
  text-align: justify;
}

/* 时间轴 */
.time-axis-wrapper {
  max-width: 1080px;
  min-width: 480px;
  width: 100%;
  height: 2px;
  background: #2568ef;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.time-axis-item {
  position: relative;
  width: 120px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.circle {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.circle.active {
  border: 2px solid #2568ef;
}

.circle-txt {
  position: absolute;
  top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 54px;
}

.circle-txt.active {
  top: -56px;
  font-size: 30px;
  color: #2568ef;
}

.culture {
  background-color: #f2f5ff;
  background-image: url(../img/about/culture-bg.png);
  background-repeat: no-repeat;
}

.logo-item-wrapper {
  padding-bottom: 60px;
}

.culture .culture-item {
  width: 386px;
  height: 126px;
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #ffffff;
  border: 1px solid #2568ef;
  cursor: pointer;
}

.culture .culture-item>div:nth-child(1) {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.culture .culture-item>div:nth-child(2) {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.culture .culture-item-wrapper::after {
  width: 386px;
  content: '';
}

.culture .logo-item-wrapper>div:nth-child(1) {
  border: 1px dashed #2568ef;
}

.culture .logo-item {
  width: 386px;
  height: 248px;
}

.culture .logo-item div {
  height: 114px;
  border: 1px solid #2568ef;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  background: #fff;
  cursor: pointer;
}

.logo-item div:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -webkit-transition: all 0.3s;
}

.culture-item:hover {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  -webkit-transition: all 0.3s;
}


#glories-carousel .carousel-item {
  padding: 0;
}

#glories-carousel button {
  width: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
}

#glories-carousel .carousel-control-prev-icon,
#glories-carousel .carousel-control-next-icon {
  width: 30px;
  height: 74px;
  line-height: 74px;
  font-size: 22px;
  font-weight: bolder;
  color: #2568ef;
  background-color: #e9f0f9;
  background-image: none;
}

.glories-carousel-item {
  /*width: 23.5%;*/
  height: 180px;
  /*margin: 20px 0;*/
  background: #fff;
  /*border-radius: 10px;*/
  box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

.glories-carousel-item img {
  width: 100% !important;
  height: 100% !important;
  /* object-fit: cover; */
}

.training-carousel-item img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

#training-carousel .carousel-item {
  padding: 0;
}

#training-carousel button {
  width: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
}

#training-carousel .carousel-control-prev-icon,
#training-carousel .carousel-control-next-icon {
  width: 30px;
  height: 74px;
  line-height: 74px;
  font-size: 22px;
  font-weight: bolder;
  color: #2568ef;
  background-color: #c7d5f3;
  background-image: none;
}

.training-carousel-item {
  height: 206px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d8d8d8;
}

/* box 06 */
#carouselExampleControls {
  display: none;
}

#gloriesControls {
  display: none;
}

.training-carousel-item,
.glories-carousel-item {
  overflow: hidden;
  cursor: pointer;
}

.glories-carousel-item img {
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.glories-carousel-item:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.training-carousel-item img {
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.training-carousel-item:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/*公司荣誉*/
.glories-images {
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  gap: 20px;
}

/**培训与活动*/
.training-images {
  display: grid;
  grid-template-columns: repeat(3, 32.5%);
  gap: 12px;
}

/* 屏幕 -- 差异化 */

@media (min-width: 576px) {
  .site-header {
    min-height: 500px;
  }
}

@media (min-width: 1620px) {
  .site-header {
    min-height: 574px;
  }
}


@media (max-width: 768px) {
  .home-box-03 {
    padding: 30px 0 0;
  }

  .height-40 {
    height: 20px !important;
  }

  .tab-pane .col>img {
    width: 100%;
  }

  .tab-pane .row {
    flex-direction: column;
  }

  .glories-images {
    grid-template-columns: repeat(2, 48%);
    gap: 10px;
  }

  .training-images {
    grid-template-columns: repeat(2, 48%);
    gap: 10px;
  }

  .parBd .slideBox {
    padding: 0 !important;
  }
  .training-carousel-item{
      height: auto;
  }

  .culture {
    padding: 0 20px;
  }

  .title-day {
    margin: 20px 0 10px 0;
  }

  .culture .culture-item {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    cursor: pointer;
  }

  .culture .logo-item {
    width: 100%;
    height: auto;

  }

  .culture .logo-item img {
    margin: 20px auto;
  }

  .culture .logo-item div {
    margin-top: 20px;
    height: auto;
  }

  .tab-content .tab-pane {
    width: 100%;
  }

  .qywh {
    width: 90%;
  }

  .gsjs-cot .ri-tit {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }

  .gsjs-cot .ri-img {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }

  .glories,
  .training {
    padding: 0 20px;
    width: 100%;
  }

  .glories-carousel-item {
    width: 100%;
    text-align: center;
  }

  .glories-carousel-item img {
    width: 100% !important;
    height: 100% !important;
    /* object-fit: cover; */
  }

  .circle-txt.active {
    font-size: 24px;
    min-width: 120px;
    text-align: center;
  }

  .time-axis-wrapper {
    max-width: 100%;
    min-width: 100%;
  }

  .glories {
    min-height: 100%;
  }

  #gloriesControls .carousel-item {
    padding: 0;
  }

  #gloriesControls button {
    width: 30px;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  #gloriesControls .carousel-control-prev-icon,
  #gloriesControls .carousel-control-next-icon {
    width: 30px;
    height: 74px;
    line-height: 74px;
    font-size: 22px;
    font-weight: bolder;
    color: #2568ef;
    background-color: #e9f0f9;
    background-image: none;
  }

  .glories-carousel-item {
    width: 100%;
    height: auto;
    background: #d8d8d8;
  }

  .carousel-inner {
    display: flex;
  }

  /*#carouselExampleControls {*/
  /*  display: block;*/
  /*  height: 206px;*/
  /*}*/

  #carouselExampleControls .carousel-item {
    padding: 0;
  }

  #carouselExampleControls button {
    width: 30px;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  #carouselExampleControls .carousel-control-prev-icon,
  #carouselExampleControls .carousel-control-next-icon {
    width: 30px;
    height: 74px;
    line-height: 74px;
    font-size: 22px;
    font-weight: bolder;
    color: #2568ef;
    background-color: #c7d5f3;
    background-image: none;
  }
}