.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .banner .text {
  position: absolute;
  left: 10vw;
  bottom: 15%;
  color: white;
}
.home .banner .text .cn {
  font-size: 3vw;
  font-weight: bolder;
}
.home .banner .text .en {
  color: #E6EAF2;
  font-size: 1.5vw;
  text-transform: capitalize;
  font-family: "StardosStencil-Regular";
}
.home .main {
  background: url("../images/jbg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 5vw 10vw;
}
.home .main .t {
  color: #1B338B;
  font-size: 1.8vw;
  font-weight: bolder;
}
.home .main .allItems {
  margin: 5vw 0;
}
.home .main .allItems .item {
  background: #FCFCFC;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.home .main .allItems .item .d1 {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .allItems .item .d1 p {
  color: #333333;
  font-size: 1.4vw;
}
.home .main .allItems .item .d1 .icon {
  transform: rotate(-90deg);
  transition: all 600ms;
}
.home .main .allItems .item .d2 {
  padding: 0 40px 40px 40px;
  display: none;
}
.home .main .allItems .item .d2 .tag {
  display: flex;
  font-size: 1vw;
  margin-bottom: 10px;
  justify-content: space-between;
}
.home .main .allItems .item .d2 .tag .st1 {
  color: #1D358D;
  width: 80px;
}
.home .main .allItems .item .d2 .tag .st2 {
  width: calc(98% - 80px);
  color: #666666;
}
.home .main .allItems .item .d2 .more {
  width: 320px;
  height: 52px;
  border: 1px solid rgba(27, 51, 139, 0.5);
  border-radius: 48px;
  position: relative;
  display: block;
  margin-top: 30px;
}
.home .main .allItems .item .d2 .more p {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #1B338B;
}
.home .main .allItems .item .d2 .more .circle {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  top: 0;
  background: #1B338B;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  justify-content: center;
  transition: all 600ms;
}
.home .main .allItems .item .d2 .more .circle img {
  transform: translateY(-2px);
  display: block;
}
.home .main .allItems .item .d2 .more:hover .circle {
  right: 30px;
}
.home .main .allItems .active .d1 .icon {
  transform: rotate(0);
}
.home .main .pager {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.home .main .pager a {
  display: flex;
  width: 60px;
  height: 60px;
  border: 1px solid #A8A8A8;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
    color: #1B338B;
  transition: all 600ms;
}
.home .main .pager a:hover {
  background: #1B338B;
  border-color: #1B338B;
  color: white;
}
.home .main .pager .active {
  background: #1B338B;
  border-color: #1B338B;
  color: white;
}
.home .main .pager a:first-child {
  background: #1B338B;
  border-color: #1B338B;
  transform: rotateY(180deg);
}
.home .main .pager a:last-child {
  background: #1B338B;
  border-color: #1B338B;
}
@media screen and (max-width: 768px) {
  .home .banner img {
    height: 200px;
  }
  .home .banner .text .cn {
    font-size: 20px;
  }
  .home .banner .text .en {
    font-size: 18px;
  }
  .home .main {
    padding: 30px;
  }
  .home .main .t {
    font-size: 18px;
  }
  .home .main .allItems .item {
    margin-bottom: 15px;
  }
  .home .main .allItems .item .d1 {
    padding: 20px;
  }
  .home .main .allItems .item .d1 p {
    font-size: 16px;
  }
  .home .main .allItems .item .d1 .icon img {
    width: 20px;
  }
  .home .main .allItems .item .d2 {
    padding: 20px;
  }
  .home .main .allItems .item .d2 .tag {
    font-size: 14px;
  }
  .home .main .allItems .item .d2 .more {
    width: 100%;
    font-size: 14px;
  }
  .home .main .allItems .item .d2 .more p {
    left: 15px;
  }
  .home .main .pager {
    margin: 20px 0;
  }
  .home .main .pager a {
    width: 40px;
    height: 40px;
  }
}

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