.container {
  width: 100%;
}

.container .banner {
  width: 100%;
}

.container .banner img {
  width: 100%;
  object-fit: cover;
}

.container .introduce {
  width: 90%;
  margin: 4.375rem auto 0 auto;
  max-width: 1200px;
}

.container .introduce .first-line {
  font-size: 1rem;
  color: #333333;
  text-indent: 2rem;
  line-height: 2.375rem;
  width: 80%;
  margin: 0 auto;
}

.container .introduce .course {
  width: 100%;
  margin: 8.125rem auto;
  position: relative;
  display: flex;
  height: 568px;
}

.container .introduce .course .left {
  width: 22px;
  height: inherit;
  position: relative;
  margin: 0 1.875rem 0 3.125rem;
}

.container .introduce .course .left .car {
  position: absolute;
  left: 2px;
  top: -15px;
}

.container .introduce .course .right {
  height: inherit;
  overflow: hidden;
  width: calc(100% - (22px + 8.125rem));
  margin-right: 3.125rem;
  padding-bottom: 1.25rem;
}

.container .introduce .course .right .scroll-box {
  width: calc(100% + 20px);
  height: 100%;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 1.875rem;
}

.container .introduce .course .right .scroll-box .group {
  width: 100%;
  display: flex;
  margin-bottom: 3.75rem;
}

.container .introduce .course .right .scroll-box .group span:first-of-type {
  font-size: 1.375rem;
  color: #ff871f;
  margin-right: 1.875rem;
}
.container .introduce .course .right .scroll-box .group p:not(:first-of-type){
  display: inline-block;
  min-width: 0;
}
.container .introduce .course .right .scroll-box .group p:first-of-type {
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
  min-width: 3rem;
}

.container .introduce .culture {
  width: 100%;
  margin: 0 auto;
  z-index: 30;
  position: relative;
}

.container .introduce .culture .img-group {
  width: 100%;
  position: relative;
  height: 695px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.container .introduce .culture .img-group img {
  position: absolute;
}

.container .introduce .culture .img-group img:nth-child(1) {
  left: 0;
  top: 0;
}

.container .introduce .culture .img-group img:nth-child(2) {
  right: 0;
  top: 0;
}

.container .introduce .culture .img-group img:nth-child(3) {
  left: 0;
  bottom: 0;
}

.container .introduce .culture .img-group img:nth-child(4) {
  left: 340px;
  bottom: 230px;
}

.container .introduce .culture .img-group img:nth-child(5) {
  left: 340px;
  bottom: 0;
}

.container .introduce .culture .img-group img:nth-child(6) {
  right: 185px;
  bottom: 0;
}

.container .introduce .culture .img-group img:nth-child(7) {
  right: 0;
  bottom: 0;
}

.container .vaule {
  width: 100%;
  height: 547px;
  display: flex;
  flex-direction: column;
  background: url("/static/images/about-value-bg.jpg") no-repeat;
  background-size: cover;
  margin-top: -80px;
}

.container .vaule .cus-min-title {
  margin-top: 150px;
}

.container .vaule .vaule-list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}

.container .vaule .vaule-list .group {
  width: calc(100%/4 - 20px);
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
  justify-content: center;
  position: relative;
}

.container .vaule .vaule-list .group span {
  width: 85%;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-top: -6.25rem;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}

.container .vaule .vaule-list .group p {
  font-size: 1.125rem;
  color: #333333;
}

.container .vaule .vaule-list .group img {
  width: 100%;
  object-fit: contain;
}

.container .financing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6.25rem 0;
}

.container .financing .first-line {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-top: -20px;
}

.container .financing .process {
  width: 100%;
  display: flex;
  margin-bottom: 3.125rem;
  justify-content: space-between;
}

.container .financing .process .group {
  width: 100%;
  max-width: 150px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.container .financing .process .group .image {
  width: 100%;
  margin-bottom: 20px;
}

.container .financing .process .group .image img {
  width: 146px;
  object-fit: contain;
}

.container .financing .process .group span {
  font-size: 1.375rem;
  color: #fb851d;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: -7.8125rem;
}

.container .financing .process .group p {
  width: 100%;
  font-size: 1rem;
  color: #999999;
  line-height: 1.875rem;
  transform: rotate(55deg);
  margin-left: 60px;
  white-space: nowrap;
  word-wrap: break-word;
  word-break: break-all;
}

.container .financing .logo-list {
  width: 100%;
  display: flex;
  margin: 1.875rem auto;
  justify-content: space-between;
  flex-wrap: wrap
}

.container .financing .logo-list img {
  width: calc(100%/8 - .625rem);
  object-fit: contain;
}

.container .partner {
  width: 100%;
  background: #3d4044;
  padding: 4.375rem 0;
}

.container .partner .main {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.container .partner .main .cus-min-title {
  margin-bottom: 40px;
}

.container .partner .main p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.875rem;
  text-indent: 2rem;
}

.container .partner .logo-list, .container .partner .logo-list2 {
  width: 90%;
  max-width: 81.25rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.container .partner .logo-list img, .container .partner .logo-list2 img {
  width: calc(100%/7);
  object-fit: contain;
}

.container .partner .logo-list {
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 961px) and (max-width: 1281px) {
  /* hi-res laptops and desktops */
  .container .introduce .course .car {
    top: -45px;
  }
  .container .introduce .course .highway {
    top: -30px;
  }
  .container .financing .logo-list {
    width: 95%;
  }
  .container .financing .process {
    width: 95%;
    margin: 0 auto;
  }
  .container .financing .process .group {
    width: 6.25rem;
  }
  .container .financing .process .group .image img {
    width: 100%;
    object-fit: contain;
  }
  .container .financing .process .group .image span {
    font-size: 1.125rem;
  }
  .container .financing .process .group p {
    font-size: .875rem;
    margin-left: 20px;
  }
  .container .culture .img-group {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }
  .container .culture .img-group img {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: relative !important;
    object-fit: cover;
  }
  .container .culture .img-group img:nth-child(1), .container .culture .img-group img:nth-child(4) {
    width: 100%;
  }
  .container .culture .img-group img:nth-child(2), .container .culture .img-group img:nth-child(3), .container .culture .img-group img:nth-child(5) {
    width: 50%;
  }
  .container .culture .img-group img:nth-child(6), .container .culture .img-group img:nth-child(7) {
    width: 25%;
  }
  .container .culture .img-group img:nth-child(1), .container .culture .img-group img:nth-child(4) {
    width: 100%;
  }
  .container .culture .img-group img:nth-child(4) {
    height: 15.625rem;
  }
  .container .culture .img-group img:nth-child(2), .container .culture .img-group img:nth-child(3) {
    width: 50%;
    height: 12.5rem;
  }
  .container .culture .img-group img:nth-child(5) {
    width: 75%;
    object-position: right center;
  }
  .container .culture .img-group img:nth-child(6) {
    display: none;
  }
  .container .culture .img-group img:nth-child(7) {
    width: 25%;
    object-position: top;
  }
}

@media only screen and (min-width: 481px) and (max-width: 960px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .container .introduce {
    width: 100%;
  }
  .container .introduce .first-line {
    width: 90%;
  }
  .container .introduce .course .highway {
    left: 15%;
  }
  .container .introduce .course .car {
    left: calc(15% + 2px);
  }
  .container .introduce .course .group {
    margin-top: 3.125rem;
  }
  .container .introduce .course .group .right {
    width: 75% !important;
    margin-left: 10%;
  }
  .container .culture .img-group {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }
  .container .culture .img-group img {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: relative !important;
    object-fit: cover;
  }
  .container .culture .img-group img:nth-child(1), .container .culture .img-group img:nth-child(4) {
    width: 100%;
  }
  .container .culture .img-group img:nth-child(2), .container .culture .img-group img:nth-child(3), .container .culture .img-group img:nth-child(5) {
    width: 50%;
  }
  .container .culture .img-group img:nth-child(6), .container .culture .img-group img:nth-child(7) {
    width: 25%;
  }
  .container .culture {
    width: 95% !important;
  }
  .container .culture .img-group img:nth-child(1), .container .culture .img-group img:nth-child(4) {
    width: 100%;
  }
  .container .culture .img-group img:nth-child(4) {
    height: 15.625rem;
  }
  .container .culture .img-group img:nth-child(2), .container .culture .img-group img:nth-child(3) {
    width: 50%;
    height: 12.5rem;
  }
  .container .culture .img-group img:nth-child(5) {
    width: 100%;
    object-position: right center;
  }
  .container .culture .img-group img:nth-child(6) {
    width: 50%;
  }
  .container .culture .img-group img:nth-child(7) {
    width: 50%;
  }
  .container .vaule {
    height: auto !important;
    padding-bottom: 1.875rem;
    background-position: center center;
  }
  .container .vaule .cus-min-title {
    margin-top: 9.375rem;
    margin-bottom: 1.875rem;
  }
  .container .vaule .vaule-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .vaule .vaule-list .group {
    margin-top: 1.25rem;
    width: calc(100%/2 - 10px);
  }
  .container .vaule .vaule-list .group img {
    width: 150px;
  }
  .container .financing .logo-list {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .container .financing .logo-list img {
    width: calc(100%/4 - .625rem);
  }
  .container .financing .process {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .financing .process .group {
    width: 8.75rem;
    margin-bottom: 3.125rem;
  }
  .container .financing .process .group .image img {
    width: 100%;
    object-fit: contain;
  }
  .container .financing .process .group .image span {
    font-size: 1.125rem;
  }
  .container .financing .process .group p {
    font-size: .875rem;
    margin-left: 20px;
  }
  .container .partner .logo-list, .container .partner .logo-list2 {
    flex-wrap: wrap;
  }
  .container .partner .logo-list img, .container .partner .logo-list2 img {
    width: calc(100%/3) !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* smartphones, iPhone, portrait 480x320 phones */
  .container .introduce {
    width: 100%;
    margin-top: 1.875rem;
  }
  .container .introduce .first-line {
    width: 90%;
  }
  .container .introduce .course .highway {
    left: 15%;
  }
  .container .introduce .course .car {
    left: calc(15% + 2px);
  }
  .container .introduce .course .group {
    margin-top: 1.875rem;
  }
  .container .introduce .course .group .right {
    width: 75% !important;
    margin-left: 10%;
  }
  .container .culture .img-group {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
  }
  .container .culture .img-group img {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: relative !important;
    object-fit: cover;
  }
  .container .culture .img-group img:nth-child(1), .container .culture .img-group img:nth-child(4) {
    width: 100%;
  }
  .container .culture .img-group img:nth-child(2), .container .culture .img-group img:nth-child(3), .container .culture .img-group img:nth-child(5) {
    width: 50%;
  }
  .container .culture .img-group img:nth-child(6), .container .culture .img-group img:nth-child(7) {
    width: 25%;
  }
  .container .culture {
    width: 100% !important;
  }
  .container .culture .img-group img:nth-child(1) {
    height: 9.375rem;
  }
  .container .culture .img-group img:nth-child(1), .container .culture .img-group img:nth-child(4) {
    width: 100%;
  }
  .container .culture .img-group img:nth-child(4) {
    height: 9.375rem;
  }
  .container .culture .img-group img:nth-child(2), .container .culture .img-group img:nth-child(3) {
    width: 50%;
    height: 9.375rem;
  }
  .container .culture .img-group img:nth-child(5) {
    width: 100%;
    height: 9.375rem;
    object-position: right center;
  }
  .container .culture .img-group img:nth-child(6), .container .culture .img-group img:nth-child(7) {
    width: 50%;
    object-position: center 10%;
    height: 23.75rem;
  }
  .container .vaule {
    height: auto !important;
    padding-bottom: 1.875rem;
    background-position: center center;
  }
  .container .vaule .cus-min-title {
    margin-top: 9.375rem;
    margin-bottom: 1.875rem;
  }
  .container .vaule .vaule-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .vaule .vaule-list .group {
    margin-top: 1.25rem;
    width: calc(100%/2 - 10px);
  }
  .container .vaule .vaule-list .group img {
    width: 9.375rem;
  }
  .container .vaule .vaule-list .group span {
    margin-top: -5.625rem;
  }
  .container .financing {
    width: 90%;
  }
  .container .financing .logo-list {
    width: 90%;
    margin: .9375rem auto;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .container .financing .logo-list img {
    width: calc(100%/3);
  }
  .container .financing .process {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .financing .process .group {
    width: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .container .financing .process .group .image img {
    width: 100%;
    object-fit: contain;
  }
  .container .financing .process .group p {
    font-size: .875rem;
    margin-left: 20px;
  }
  .container .financing .process .group span {
    margin-top: -6.25rem;
    font-size: 1.125rem;
  }
  .container .partner .logo-list, .container .partner .logo-list2 {
    flex-wrap: wrap;
  }
  .container .partner .logo-list img, .container .partner .logo-list2 img {
    width: calc(100%/3) !important;
  }
}
