@charset "UTF-8";
body {
  margin: 0;
}

img {
  object-fit: cover;
}

a {
  color: inherit;
  /*字体颜色跟随父元素*/
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container-title {
    text-align: center;
    font-size: 30px;
    color: #000;
    padding: 70px 0 60px;
    line-height: 60px;
  }
  .container-content {
    width: 1200px;
    margin: 0 auto;
  }
  #app {
    min-height: calc(100vh - 91px);
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  #app {
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
  }
}
.iframe-side {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
}

.navLayout {
  position: relative;
  z-index: 3;
}

@media (max-width: 1200px) {
  .swiper {
    width: 100%;
    height: 300px;
  }
  .swiper .img {
    width: 100%;
    height: 300px;
  }
  .swiper .my-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 50%;
  }
  .swiper .my-bullet-active {
    background: rgb(25, 137, 250);
  }
  .swiper .swiper-button-left {
    margin-left: 20px;
    font-weight: bold;
    color: rgb(25, 137, 250);
    opacity: 0.5;
  }
  .swiper .swiper-button-left:hover {
    opacity: 1;
  }
  .swiper .swiper-button-right {
    margin-right: 20px;
    font-weight: bold;
    opacity: 0.5;
  }
  .swiper .swiper-button-right:hover {
    opacity: 1;
  }
  .aboutContainer {
    box-sizing: border-box;
    margin-top: -50px;
    padding: 15px 15px;
    margin: -30px 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 9;
    border-radius: 5px;
  }
  .aboutContainer .img {
    width: 100%;
    height: 190px;
    border-radius: 10px;
  }
  .aboutContainer .right {
    color: #666;
    font-size: 14px;
    line-height: 27px;
    padding-top: 10px;
  }
  .aboutContainer .right .text:first-child {
    margin-bottom: 10px;
  }
  .rhr-bg-grey {
    background-color: #f6f6f6;
  }
  .rhr-width-min {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .rhr-width-min .rhr-sub-title {
    text-align: center;
    font-size: 22px;
    color: #000;
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .rhr-width-min .rhr-sub-subtitle {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .rhr-width-min .rhr-ul {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .rhr-width-min .rhr-ul .rhr-li {
    position: relative;
    text-align: center;
  }
  .rhr-width-min .rhr-ul .rhr-li .img {
    width: 105px;
    height: 105px;
    margin-bottom: 70px;
  }
  .rhr-width-min .rhr-ul .rhr-li .rhr-li-title {
    font-size: 14px;
    color: rgb(25, 137, 250);
    text-align: center;
  }
  .rhr-width-min .rhr-ul .rhr-li .rhr-li-subtitle {
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    color: #666;
  }
  .rhr-width-min .rhr-ul .rhr-li:before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: rgb(25, 137, 250);
    position: absolute;
    left: 50%;
    top: 105px;
    transform: translate(-50%, 0);
  }
  .rhr-width-min .rhr-ul .rhr-li::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: rgb(25, 137, 250);
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 155px;
    transform: translate(-50%, 0);
  }
  .rhr-technology-min .rhr-technology-title {
    text-align: center;
    font-size: 22px;
    color: #000;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .rhr-technology-min .rhr-technology {
    width: 100%;
    padding-bottom: 20px;
  }
  .rhr-technology-min .rhr-technology .rhr-technology-child .rhr-technology-child-li {
    flex: 1;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
  .rhr-technology-min .rhr-technology .rhr-technology-child .rhr-technology-child-li .system-platform-container {
    background-color: rgba(25, 137, 250, 0.5);
    padding: 10px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .rhr-technology-min .rhr-technology .rhr-technology-child .rhr-technology-child-li .system-platform-container .system-platform {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: rgb(25, 137, 250);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rhr-technology-min .rhr-technology .rhr-technology-child .rhr-technology-child-li .rhr-technology-child-content {
    font-size: 13px;
    color: #999;
    padding-top: 10px;
    line-height: 24px;
    text-align: center;
  }
  .rhr-bg-bule {
    background-color: rgba(25, 137, 250, 0.5);
  }
  .rhr-advantage-min .rhr-advantage-title {
    text-align: center;
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .rhr-advantage-min .rhr-advantage-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0);
  }
  .rhr-advantage-min .rhr-advantage-child {
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .rhr-advantage-min .rhr-advantage-child .li {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    padding: 10px 10px 7px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .rhr-advantage-min .rhr-advantage-child .li:last-child {
    margin-bottom: 0;
  }
  .rhr-advantage-min .rhr-advantage-child .li .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .rhr-advantage-min .rhr-advantage-child .li .right .num {
    color: #f1f1f1;
    font-size: 25px;
    margin-bottom: 10px;
  }
  .rhr-advantage-min .rhr-advantage-child .li .right .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .rhr-advantage-min .rhr-advantage-child .li .right .content {
    font-size: 14px;
  }
  .rhr-cooperative-min .rhr-cooperative-title {
    text-align: center;
    font-size: 22px;
    color: #000;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .rhr-cooperative-min .rhr-cooperative-child {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    padding-bottom: 20px;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li .img {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li .contain {
    object-fit: contain;
  }
  .rhr-cooperative-min .rhr-cooperative-child .li .title {
    font-size: 15px;
    text-align: center;
  }
}

/*# sourceMappingURL=index-mobile.css.map */
