.home-page .banner .bg {
  height: 20em;
  background-image: url("?assets/imgs/images/home/banner.png");
  /* background-image: url("?assets/imgs/images/home/banner.jpg"); */
}
.home-page .introduction .landmark {
  width: 36.6%;
  height: 100%;
  max-width: 400px;
  object-fit: cover;
  margin-right: 3.2em;
}
.home-page .introduction .content {
  flex: 1;
  color: #080404;
}
.home-page .introduction .content h2 {
  font-size: 1.71em;
  margin-bottom: 1.25em;
}
.home-page .introduction .content p {
  overflow: hidden;
  display: -webkit-box;
  line-height: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.home-page .introduction .content .btn-more {
  cursor: pointer;
  color: #002fa7;
  border: 1px solid #002fa7;
  padding: 0 2.5em;
  display: inline-block;
  margin-top: 2.14em;
  transition: all 0.3s;
  line-height: 2.71em;
}
.home-page .introduction .content .btn-more:hover, .home-page .introduction .content .btn-more:active {
  color: #ffffff;
  background-color: #002fa7;
}
.home-page .introduction .content .img-wrap {
  display: none;
  overflow: hidden;
}
.home-page .introduction .content .img-wrap img {
  flex: 1;
  overflow: hidden;
  max-height: none;
  object-fit: cover;
}
.home-page .introduction .content .img-wrap img + img {
  margin-left: 5px;
}
.home-page .develop .body {
  position: relative;
  padding-top: 0;
}
.home-page .develop .bg {
  width: 100%;
}
.home-page .develop .content {
  display: flex;
  padding-top: 250px;
  padding-bottom: 300px;
}
.home-page .develop .item {
  position: relative;
}
.home-page .develop .item:nth-child(1),
.home-page .develop .item:nth-child(2),
.home-page .develop .item:nth-child(3),
.home-page .develop .item:nth-child(4),
.home-page .develop .item:nth-child(5),
.home-page .develop .item:nth-child(6) {
  width: 15%;
}
.home-page .develop .item:nth-child(7) {
  width: 35%;
}
.home-page .develop .item:nth-child(8) {
  width: 30%;
}
.home-page .develop .item:nth-child(9) {
  width: 45%;
}
.home-page .develop .item::before {
  content: '';
  position: absolute;
}
.home-page .develop .item::before {
  width: 100%;
  height: 2px;
  background-color: #002fa7;
}
.home-page .develop .item .circle {
  top: -12px;
  left: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
}
.home-page .develop .item .circle::before,
.home-page .develop .item .circle::after {
  top: 50%;
  left: 50%;
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
}
.home-page .develop .item .circle::before {
  width: 12px;
  height: 12px;
  background: #002fa7;
  border-radius: 50%;
}
.home-page .develop .item .circle::after {
  width: 24px;
  height: 24px;
  background: rgba(0,47,167,.3);
  border-radius: 50%;
}
.home-page .develop .item.active {
  color: #002fa7;
}
.home-page .develop .item .wrap {
  width: 175%;
  padding: 35px 0;
  position: absolute;
}
.home-page .develop .item:nth-child(6) .wrap {
  width: 300%;
}
.home-page .develop .item:nth-child(8) .wrap {
  width: 235%;
}
.home-page .develop .item:nth-child(9) .wrap {
  width: 100%;
}
.home-page .develop .item:nth-child(2n) .wrap {
  bottom: 20px;
}
.home-page .develop .item:nth-child(2n) .wrap h3 {
  bottom: 0;
}
.home-page .develop .item:nth-child(2n-1) .wrap {
  top: 20px;
}
.home-page .develop .item:nth-child(2n-1) .wrap h3 {
  top: 0;
}
.home-page .develop .item .wrap h3 {
  position: absolute;
}
.home-page .develop .item.active p:after {
  background-color: #013592;
}
.home-page .develop .item h3 {
  color: #002fa7;
  font-size: 1.57em;
}
.home-page .develop .item p {
  position: relative;
  font-size: 0.86em;
  line-height: 1.8;
  padding-left: 1.25em;
}
.home-page .develop .item p:after {
  top: 0.765em;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #002fa7;
}
.home-page .vision .bg {
  height: 14.5em;
  background: url("?assets/imgs/images/home/vision.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-page .mission .body {
  position: relative;
  padding-top: 0;
}
.home-page .mission .content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.home-page .mission .content .item {
  flex: 1;
  padding: 0 5em;
}
.home-page .mission .content .item .icon {
  font-size: 3.5em;
  margin-bottom: 0.8em;
}
.home-page .mission .content .item .text {
  font-size: 1.428em;
  line-height: 2;
}
.home-page .core .item {
  flex: 1;
  padding: 0 0.416em;
}
.home-page .core .item-group {
  height: 27em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.home-page .core .item-group img {
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.home-page .core .item-group:hover img {
  transform: scale(1.2);
}
.home-page .core .item-group:hover .wrap .mask {
  width: 100%;
}
.home-page .core .item-group:hover .wrap .label {
  font-size: 2em;
  transition: all 0.3s linear;
}
.home-page .core .item-group:hover .wrap .label::after {
  width: 1.5em;
}
.home-page .core .item-group:hover .wrap .text {
  display: block;
}
.home-page .core .item:nth-child(2n) .mask {
  left: 0;
}
.home-page .core .item:nth-child(2n-1) .mask {
  right: 0;
}
.home-page .core .item .wrap {
  top: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0 0.833em;
  position: absolute;
  transition: all 0.3s;
  flex-direction: column;
  justify-content: center;
}
.home-page .core .item .wrap .mask {
  top: 0;
  width: 0%;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  background-color: rgba(1, 53, 146, 0.75);
}
.home-page .core .item .wrap .label {
  position: relative;
  font-size: 2.85em;
  text-align: center;
  transition: all 0.3s linear;
  line-height: 2;
}
.home-page .core .item .wrap .label:after {
  left: 50%;
  width: 0;
  height: 2px;
  bottom: 0;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
  background-color: #ffffff;
}
.home-page .core .item .wrap .text {
  display: none;
  position: relative;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}


.home-page .honor .img-wrap {
  display: flex;
}
.home-page .honor .img-wrap .img-left {
  width: 66.666%;
  display: flex;
  flex-wrap: wrap;
}
.home-page .honor .img-wrap .img-right {
  width: 33.333%;
  display: flex;
  flex-wrap: wrap;
}

.home-page .honor .img-wrap .item {
  width: 50%;
  padding: 0.5em;
}
.home-page .honor .img-wrap .img-right .item {
  width: 100%;
}
.home-page .honor .img-wrap .item img {
  height: 20em;
  width: 100%;
  position: relative;
  object-fit: cover;
  transition: all 0.3s;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}
.home-page .honor .img-wrap .img-right .item img {
  height: 41em;
}
.home-page .honor .img-wrap .item:hover img {
  z-index: 2;
  transform: scale(1.2);
}
.home-page .honor .tag-wrap {
  display: block;
  margin-top: 48px;
}
.home-page .honor .tag-wrap .w {
  display: flex;
  justify-content: space-between;
}
.home-page .honor .tag-wrap .w:nth-child(2) .item {
  width: 15em;
}
.home-page .honor .tag-wrap .item {
  color: #13477e;
  width: 12em;
  margin: 10px;
  border: 1px solid #22a1ff;
  display: inline-block;
  font-size: 1.28em;
  border-radius: 10px;
}
.home-page .honor .tag-wrap .item:hover {
  opacity: 0.8;
}
.home-page .honor .tag-wrap .item-group {
  height: 100%;
  padding: 0.8em 0;
  position: relative;
}
.home-page .honor .tag-wrap .item-group .tag {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .honor .tag-wrap .item-group .tag strong {
  font-size: 1.5em;
}
.home-page .honor .tag-wrap .item-group-::before {
  top: 4px;
  left: 0;
  width: 4px;
  height: calc(100% - 8px);
  content: "";
  position: absolute;
  background-color: #ffffff;
}
.home-page .honor .tag-wrap .item:nth-last-child(2) {
  width: 20em;
}
.home-page .honor .tag-wrap .item:nth-last-child(1),
.home-page .honor .tag-wrap .item:nth-last-child(3) {
  width: 15.6em;
}

@media screen and (max-width: 768px) {
  .home-page  {
    font-size: .8em;
  }
  .home-page .banner .bg {
    height: 9.375em;
    background-image: url("?assets/imgs/images/home/banner@768.png");
  }
  .home-page .introduction .body {
    display: block;
  }
  .home-page .introduction .body .landmark {
    display: none;
  }
  .home-page .introduction .body h2 {
    text-align: center;
    margin-bottom: 0.5em;
  }
  .home-page .introduction .body p {
    line-height: 2.4;
    -webkit-line-clamp: 5;
  }
  .home-page .introduction .body .btn-more {
    border: none;
    padding: 0;
    margin-top: 0;
  }
  .home-page .introduction .body .btn-more:hover, .home-page .introduction .body .btn-more:active {
    color: #002fa7;
    opacity: 0.5;
    background: none;
  }
  .home-page .introduction .body .img-wrap {
    display: flex;
  }
  .home-page .introduction .body .img-wrap img {
    height: 7.5em;
  }
  .home-page .develop .bg {
    display: none;
  }
  .home-page .develop .content {
    display: block;
    padding: 0;
    position: relative;
  }
  .home-page .develop .item {
    width: auto !important;
    left: auto !important;
    position: relative;
    padding-left: 2em;
  }
  .home-page .develop .item .circle {
    display: none;
  }
  .home-page .develop .item .wrap {
    width: 100% !important;
    padding: 0;
    position: static;
  }
  .home-page .develop .item .wrap h3 {
    position: static;
  }
  .home-page .develop .item .text {
    padding-bottom: 1em;
  }
  .home-page .develop .item::after, .home-page .develop .item::before {
    content: "";
    position: absolute;
  }
  .home-page .develop .item::after {
    /* display: none; */
    top: 0.2em;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background-color: #002fa7;
  }
  .home-page .develop .item::before {
    top: 0.2em;
    left: 0.4em;
    width: 0;
    height: 100%;
    border-left: 1px solid #002fa7;
  }
  .home-page .develop .item:last-child::before {
    display: none;
  }
  .home-page .develop .item p {
    font-size: 1em;
  }
  .home-page .develop .item p::after {
    top: 0.7em;
    width: 0.4em;
    height: 0.4em;
    border-radius: 100%;
  }
  .home-page .vision .bg {
    height: 6.5em;
    background-image: url("?assets/imgs/images/home/vision@768.jpg");
  }
  .home-page .mission .bg {
    display: none;
  }
  .home-page .mission .content {
    position: relative;
  }
  .home-page .mission .content .item {
    padding: 0 0.5em;
  }
  .home-page .mission .content .item .icon {
    font-size: 1.8em;
  }
  .home-page .mission .content .item .text {
    font-size: 0.833em;
  }
  .home-page .core .item-group {
    width: 5.8em;
    height: 5.8em;
    border-radius: 50%;
  }
  .home-page .core .item-group img {
    width: 100%;
    height: 100%;
  }
  .home-page .core .item-group:hover img {
    transform: none;
  }
  .home-page .core .item-group:hover .wrap .mask {
    width: 0%;
  }
  .home-page .core .item-group:hover .wrap .label {
    font-size: 1em;
  }
  .home-page .core .item-group:hover .wrap .text {
    display: none;
  }
  .home-page .core .item .wrap .label {
    font-size: 1em;
  }



  .home-page .honor .body .img-wrap {
    display: block;
    padding: 1em 0;
    overflow: hidden;
  }
  .home-page .honor .body .img-wrap .img-left,
  .home-page .honor .body .img-wrap .img-right {
    width: 100%;
  }
  .home-page .honor .body .img-wrap .item {
    width: 50%;
    margin: 0.333em 0;
    display: block;
  }
  .home-page .honor .body .img-wrap .item img {
    width: 100%;
    height: 10.25em;
    display: block;
  }
  .home-page .honor .body .img-wrap .img-right img {
    height: 20.5em;
  }
  .home-page .honor .body .img-wrap .item:hover img {
    transform: none;
  }
  .home-page .honor .body .tag-wrap {
    flex: 1;
    overflow: hidden;
    /* margin-top: 1.75em; */
    margin-top: 0;
    padding-left: 0.5em;
  }
  .home-page .honor .tag-wrap .w {
    display: block;
  }
  .home-page .honor .body .tag-wrap .item {
    width: 100% !important;
    margin: 0.5em 0;
    font-size: .8em;
  }
  .home-page .honor .body .tag-wrap .item:nth-child(2n+1):not(:first-child) {
    /* margin-top: 4.45em; */
  }
  .home-page .honor .body .tag-wrap .item-group {
    padding: 0.6em 0;
  }
  .home-page .honor .body .tag-wrap .item .tag {
    font-size: 0.75em;
  }
}<!--0.00017499923706055-->