body {
  background: url("../../img/bg/joinus.png") no-repeat fixed;
  background-size: 100% 100%;
  color: #fff;
}

.joinus-main {
  overflow: hidden;
  padding: 50rem 105rem;
}
.joinus-main .part {
  border-bottom: 1px solid #fff;
}
.joinus-main .part .part-title {
  font-size: 26rem;
  font-weight: bold;
}
.joinus-main .part .part-des {
  margin: 23rem 0;
  font-size: 18rem;
  line-height: 30rem;
}

@media (max-width: 750px) {
  .joinus-main {
    padding: 2rem 3rem;
    margin-top: 5rem;
  }
  .joinus-main .part .part-title {
    font-size: 2.5rem;
  }
  .joinus-main .part .part-des {
    margin: 2.5rem 0;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}
.aboutus-main {
  padding: 20rem 107rem 20rem 107rem;
  overflow: hidden;
}
.aboutus-main .aboutus-top {
  display: flex;
  align-items: center;
}
.aboutus-main .aboutus-top .aboutus-top-left {
  margin-right: 55rem;
}
.aboutus-main .aboutus-top .aboutus-top-left .left-title {
  font-size: 30rem;
  font-weight: bold;
}
.aboutus-main .aboutus-top .aboutus-top-left .left-des {
  margin-top: 13rem;
  font-size: 20rem;
  line-height: 35rem;
}
.aboutus-main .aboutus-top .linkus-div {
  width: 100%;
  margin-right: 0;
}
.aboutus-main .aboutus-top .linkus-div .linkus {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus-main .aboutus-top .linkus-div .linkus div {
  display: flex;
  align-items: center;
}
.aboutus-main .aboutus-top .linkus-div .linkus div img {
  width: 26rem;
  height: 26rem;
  margin-right: 14rem;
}
.aboutus-main .aboutus-top .aboutus-top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 160rem;
  height: 190rem;
  background-color: #fff;
  border-radius: 10rem;
  color: #333;
  font-size: 14rem;
}
.aboutus-main .aboutus-top .aboutus-top-right img {
  width: 100%;
  padding: 3rem;
  box-sizing: border-box;
}
.aboutus-main .linkus-div-div {
  margin-top: 20rem;
}

@media (min-width: 750px) {
  .web {
    display: flex !important;
  }

  .aboutus-bottom {
    margin-top: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aboutus-bottom .aboutus-bottom-title {
    font-size: 34rem;
    font-weight: bold;
  }
  .aboutus-bottom .web-line {
    padding: 0 125rem;
    margin: 12rem 0 12rem;
  }
  .aboutus-bottom .web-line img {
    width: 100%;
    height: 78rem;
  }
  .aboutus-bottom .aboutus-bottom-group {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part {
    box-sizing: border-box;
    width: 250rem;
    height: 321rem;
    background: linear-gradient(0deg, #1842A2 0%, #4476E9 100%);
    border-radius: 10rem;
    padding: 0 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part span {
    font-size: 24rem;
    font-weight: bold;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part div {
    margin-top: 16rem;
    font-size: 18rem;
    line-height: 34rem;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part img {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    animation: fadeInUp;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part .ring-1 {
    animation-duration: 2s;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part .ring-2 {
    animation-duration: 1.5s;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part .ring-3 {
    animation-duration: 1s;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part .ring-4 {
    animation-duration: 0.5s;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part .ring-5 {
    animation-duration: 0.1s;
  }
  .aboutus-bottom .aboutus-bottom-group .bottom-part:hover img {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .aboutus-main {
    padding: 0;
    margin-top: 0;
    padding-bottom: 12rem;
  }
  .aboutus-main .linkus-div-div {
    margin-top: 1rem;
  }
  .aboutus-main .aboutus-top {
    flex-direction: column;
  }
  .aboutus-main .aboutus-top .aboutus-top-left {
    margin-right: 0;
  }
  .aboutus-main .aboutus-top .aboutus-top-left .left-title {
    margin-top: 3rem;
    line-height: 0;
    font-size: 2.5rem;
    text-align: center;
  }
  .aboutus-main .aboutus-top .aboutus-top-left .left-des {
    padding: 0.5rem 3rem 2rem 3rem;
    font-size: 1.5rem;
    margin: 2.5rem 0;
    line-height: 2.5rem;
  }
  .aboutus-main .aboutus-top .linkus-div {
    margin-right: 0;
  }
  .aboutus-main .aboutus-top .linkus-div .linkus {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .aboutus-main .aboutus-top .linkus-div .linkus div {
    width: calc(100%);
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .aboutus-main .aboutus-top .linkus-div .linkus div img {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
  }
  .aboutus-main .aboutus-top .aboutus-top-right {
    margin-top: 0;
    width: 15rem;
    height: auto;
    border-radius: 0.5rem;
    color: #333;
    font-size: 1.5rem;
  }
  .aboutus-main .aboutus-top .aboutus-top-right img {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
  .aboutus-main .aboutus-top .aboutus-top-right span {
    padding-bottom: 1rem;
  }
  .aboutus-main .phone {
    margin-top: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .aboutus-main .phone .phone-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .aboutus-main .phone .line-part {
    width: 100%;
    padding: 0 11rem;
    box-sizing: border-box;
  }
  .aboutus-main .phone .line-part .line-part-bg {
    width: 100%;
    height: 30rem;
    background: url("../../img/other/phone_line.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
  }
  .aboutus-main .phone .line-bottom {
    display: flex;
    position: relative;
    top: 1rem;
  }
  .aboutus-main .phone .part-group {
    width: 11.5rem;
    height: 25rem;
    background: linear-gradient(0deg, #1842A2 0%, #4476E9 100%);
    border-radius: 0.5rem;
    flex-shrink: 0;
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
  .aboutus-main .phone .part-group span {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .aboutus-main .phone .part-group div {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media (min-width: 750px) {
  .partner-pc {
    overflow: hidden;
    display: flex !important;
    height: calc(100vh - 98rem);
    justify-content: center;
    align-items: center;
  }
  .partner-pc .partner-bg-left {
    width: 320rem;
    height: 454rem;
    background: url("../../img/bg/bg_left.png") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .partner-pc .partner-bg-right {
    width: 594rem;
    height: 854rem;
    background: url("../../img/bg/bg_right.png") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .partner-pc .partner-main {
    display: flex;
    z-index: 888;
  }
  .partner-pc .partner-main .main-left {
    margin-right: 120rem;
  }
  .partner-pc .partner-main div {
    display: flex;
    flex-direction: column;
  }
  .partner-pc .partner-main div .top-img {
    width: 250rem;
    height: 117rem;
    background-color: #FFFFFF;
    margin-bottom: 4rem;
    border-radius: 10rem;
    padding: 0 80rem;
    margin-bottom: 64rem;
  }
  .partner-pc .partner-main img {
    width: 426rem;
  }
}
@media (max-width: 750px) {
  .partner-phone {
    display: block !important;
    display: flex !important;
    align-items: center;
    height: calc(100vh - 8rem);
    width: 100vw;
    position: relative;
    overflow: hidden;
  }
  .partner-phone .partner-bg-left {
    width: 29rem;
    height: 53rem;
    background: url("../../img/bg/bg_left_phone.png") no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .partner-phone .partner-bg-right {
    width: 34rem;
    height: 107rem;
    background: url("../../img/bg/bg_right_phone.png") no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: 10rem;
    right: 0;
  }
  .partner-phone .partner-main {
    display: flex;
    flex-direction: column;
    z-index: 888;
    padding: 0 10rem;
    box-sizing: border-box;
  }
  .partner-phone .partner-main div {
    display: flex;
    flex-direction: column;
  }
  .partner-phone .partner-main img {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    margin-bottom: 4rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
  }
}
.case {
  height: 100%;
}
.case .video-part {
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 200rem;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.case .video-part .video-main {
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .case .video-part {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 50% 0 !important;
  }
}
.case .article-part {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 100rem 300rem;
  z-index: 999;
  box-sizing: border-box;
}
.case .article-part .article-main {
  background-color: #fff;
  border-radius: 10rem;
  height: 100%;
  width: 100%;
  color: #000;
}
.case .article-part .article-main #articleTitle {
  font-size: 22rem;
  text-align: center;
  padding: 60rem 0;
}
.case .article-part .article-main #articleContent {
  font-size: 15rem;
  padding: 0 30rem;
  margin-bottom: 2rem;
}
.case .article-part .article-main #articleImg {
  display: flex;
  justify-content: space-around;
}
.case .article-part .article-main #articleImg img {
  margin-top: 20rem;
  width: 250rem;
  height: 420rem;
}
@media (max-width: 750px) {
  .case .article-part {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 2rem 3rem !important;
  }
  .case .article-part .article-main {
    border-radius: 1rem;
    margin-top: 7rem;
    height: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    width: calc(100% - 2rem);
    font-size: 1.3rem;
  }
  .case .article-part .article-main #articleTitle {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding: 0;
  }
  .case .article-part .article-main #articleContent {
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin-bottom: 2rem !important;
    padding: 0;
  }
  .case .article-part .article-main #articleImg {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .case .article-part .article-main #articleImg img {
    margin-top: 0;
    margin-bottom: 2rem;
    width: 23rem;
    height: 35rem;
  }
}
@media (min-width: 750px) {
  .case .case-pc {
    display: block !important;
  }
  .case .case-pc .bg-part .bg-left {
    width: 198rem;
    height: 794rem;
    background: url("../../img/bg/bg_case_left.png") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 0;
  }
  .case .case-pc .bg-part .bg-bottom {
    width: 390rem;
    height: 524rem;
    background: url("../../img/bg/bg_case_bottom.png") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 159rem;
    left: 246rem;
  }
  .case .case-pc .bg-part .bg-right {
    width: 1108rem;
    height: 1068rem;
    background: url("../../img/bg/bg_case_right.png") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .case .case-pc #swiper-y {
    width: 100vw;
    height: calc(100vh - 153rem);
    padding: 0 100rem;
    box-sizing: border-box;
    position: relative;
  }
  .case .case-pc #swiper-y > .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    padding-right: 200rem;
    box-sizing: border-box;
  }
  .case .case-pc #swiper-y > .swiper-wrapper .swiper-slide .slide-left .slide-left-title {
    font-weight: bold;
    font-size: 48rem;
  }
  .case .case-pc #swiper-y > .swiper-wrapper .swiper-slide .slide-left .slide-left-des {
    margin-top: 51rem;
    width: 505rem;
    font-size: 22rem;
    line-height: 41rem;
  }
  .case .case-pc #swiper-y > .swiper-wrapper .swiper-slide .slide-left .slide-left-btn {
    margin-top: 57rem;
  }
  .case .case-pc #swiper-y > .swiper-wrapper .swiper-slide .slide-left .slide-left-btn button {
    width: 186rem;
    height: 46rem;
    border-radius: 23rem;
    border: 0;
    margin-right: 40rem;
    font-size: 16rem;
    color: #5B5780;
    cursor: pointer;
  }
  .case .case-pc #swiper-y > .swiper-wrapper .swiper-slide .slide-left .slide-left-btn button:hover {
    background: linear-gradient(0deg, #1842A2 0%, #4476E9 100%);
    color: #fff;
  }
  .case .case-pc #swiper-y > .swiper-wrapper .swiper-slide .slide-right {
    width: 100%;
    height: 567rem;
    margin: 100rem;
    overflow: hidden;
  }
  .case .case-pc #swiper-y .swiper-x {
    height: 100%;
    position: relative;
  }
  .case .case-pc #swiper-y .swiper-x .bg-parent {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .case .case-pc #swiper-y .swiper-x .bg-parent .bg-phone {
    height: 100%;
    position: relative;
  }
  .case .case-pc #swiper-y .swiper-x .swiper-wrapper {
    position: relative;
    top: 65rem;
    left: 13rem;
  }
  .case .case-pc #swiper-y .swiper-x .swiper-wrapper .swiper-slide {
    height: 441rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .case .case-pc #swiper-y .swiper-x .swiper-wrapper .swiper-slide img {
    position: absolute;
    left: 0;
    width: 248rem;
    height: 100%;
    top: -2rem;
  }
  .case .case-pc #swiper-y .swiper-x .swiper-wrapper .swiper-slide-active, .case .case-pc #swiper-y .swiper-x .swiper-wrapper .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .case .case-pc #swiper-y .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: auto;
    position: absolute;
    right: 100rem;
    top: calc(50vh - 112rem);
  }
  .case .case-pc #swiper-y .swiper-pagination .swiper-btn {
    cursor: pointer;
    margin-bottom: 40rem;
    display: flex;
    align-items: center;
    font-size: 14rem;
    color: #999;
  }
  .case .case-pc #swiper-y .swiper-pagination .swiper-btn .icon-round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    background-color: #999;
    color: #0E1346;
  }
  .case .case-pc #swiper-y .swiper-pagination .swiper-btn .icon-line {
    width: 30rem;
    margin-left: 20rem;
    border-bottom: 1px solid #999;
  }
  .case .case-pc #swiper-y .swiper-pagination .swiper-btn:last-of-type {
    margin-bottom: 0;
  }
  .case .case-pc #swiper-y .swiper-pagination .swiper-pagination-customs-active {
    color: #fff;
    font-size: 22rem;
  }
  .case .case-pc #swiper-y .swiper-pagination .swiper-pagination-customs-active .icon-round {
    width: 30rem;
    height: 30rem;
    background-color: #fff;
  }
  .case .case-pc #swiper-y .swiper-pagination .swiper-pagination-customs-active .icon-line {
    width: 40rem;
    border-bottom: 1px solid #fff;
  }
  .case .case-pc .swiper-container2 {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 750px) {
  .case .case-phone {
    display: block !important;
    padding-bottom: 3rem;
  }
  .case .case-phone .bg-part .bg-left {
    width: 37rem;
    height: 60rem;
    background: url("../../img/bg/bg_left_group.png") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 15rem;
  }
  .case .case-phone .bg-part .bg-right {
    width: 20rem;
    height: 80rem;
    background: url("../../img/bg/bg_right_single.png") no-repeat center;
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .case .case-phone .phone-nav {
    padding: 0 1rem;
    margin-top: 4rem;
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .case .case-phone .phone-nav .nav-part {
    width: 8rem;
    height: 3rem;
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 3rem;
    color: #05023C;
  }
  .case .case-phone .phone-nav .case_active {
    background-color: #fff !important;
  }
  .case .case-phone .swiper-container2 .swiper-phone {
    margin: 3rem 0;
    position: relative;
    height: 30rem;
  }
  .case .case-phone .swiper-container2 .swiper-phone .bg-parent {
    position: absolute;
    top: 0.25rem;
    left: 30.8%;
  }
  .case .case-phone .swiper-container2 .swiper-phone .bg-parent img {
    width: 15rem;
    height: 29.5rem;
  }
  .case .case-phone .swiper-container2 .swiper-phone .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .case .case-phone .swiper-container2 .swiper-phone .swiper-slide .img {
    width: 14rem;
    height: 23rem;
  }
  .case .case-phone .swiper-container2 .swiper-phone .swiper-slide-active, .case .case-phone .swiper-container2 .swiper-phone .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .case .case-phone .swiper-container2 .text-part {
    color: #fff;
  }
  .case .case-phone .swiper-container2 .text-part .text-title {
    margin-bottom: 3rem;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: blod;
  }
  .case .case-phone .swiper-container2 .text-part .text-des {
    margin: 0 2rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .case .case-phone .swiper-container2 .btn-part {
    margin-top: 3rem;
    margin-bottom: 8rem;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .case .case-phone .swiper-container2 .btn-part button {
    width: 12rem;
    height: 4rem;
    font-size: 1.4rem;
    border-radius: 2rem;
    border: 0;
    color: #161E6D;
    outline: none;
  }
  .case .case-phone .swiper-container2 .btn-part button:first-child {
    margin-right: 0;
  }
}

/*# sourceMappingURL=joinus.css.map */
