<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rc-1-wrap &gt; .container.standard {
  padding-bottom: 80px;
}
.rc-1-wrap &gt; .container.standard small {
  color: #0075C1;
}
.rc-1-wrap &gt; .container &gt; .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
}
.rc-1-wrap &gt; .container &gt; .row &gt; .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.rc-1-wrap &gt; .container &gt; .row &gt; .r {
  display: flex;
  width: 100%;
  margin-top: 92px;
}
.rc-1-wrap .col {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*padding: 0 120px;*/
  height: 118px;
}
.rc-1-wrap .col + .col {
  border-left: 1px solid #e6e6e6;
}
.rc-1-wrap .r1 {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0075C1;
}
.rc-1-wrap .r1 &gt; span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.rc-1-wrap .r2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}



.rc-2-wrap {
  height: 739px;
  position: relative;
}
.rc-2-wrap &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-2-wrap &gt; .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.rc-2-wrap &gt; .mask h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.rc-2-wrap &gt; .mask small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.rc-2-wrap .row {
  margin-top: 44px;
}
.rc-2-wrap .row .swiper-wrapper {
  padding: 5px;
}
.rc-2-wrap .cover {
  /* width: 340px; */
  height: 356px;
  background: rgba(255, 255, 255, .3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rc-2-wrap .col:hover .cover &gt; img {
  transform: scale(1.05);
}
.rc-2-wrap .cover &gt; img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: transform .3s;
}
.rc-2-wrap .desc {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 29px;
  text-align: center;
}
.rc-2-wrap .controller {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}
.rc-2-wrap .controller &gt; div {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rc-2-wrap .controller &gt; div:hover {
  color: #0075C1;
  border-color: #0075C1;
}
.rc-2-wrap .controller &gt; div + div {
  margin-left: 20px;
}
.rc-2-wrap .controller &gt; div &gt; i {
  font-size: 24px;
  color: inherit;
}


.rc-3-wrap {
  padding-bottom: 84px;
}
.rc-3-wrap .row {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.rc-3-wrap .col {
  max-width: 320px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}
.rc-3-wrap .col + .col {
  margin-left: 30px;
}
.rc-3-wrap .icon {
  width: 75px;
  height: 75px;
  position: relative;
}
.rc-3-wrap .icon &gt; img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s;
}
.rc-3-wrap .col:hover .icon &gt; img:first-child {
  opacity: 0;
}
.rc-3-wrap .icon &gt; img:first-child {
  opacity: 1;
}
.rc-3-wrap .col:hover .icon &gt; img:last-child {
  opacity: 1;
}
.rc-3-wrap .icon &gt; img:last-child {
  opacity: 0;
}
.rc-3-wrap .desc {
  margin-top: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 28px;
}







.rc-4-wrap {
  height: 514px;
  position: relative;
}
.rc-4-wrap &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-4-wrap &gt; .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.rc-4-wrap &gt; .mask h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.rc-4-wrap &gt; .mask small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.rc-4-wrap .row {
  display: flex;
  margin-top: 62px;
}
.rc-4-wrap .row h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  padding: 37px 0 17px;
  margin: 0;
}
.rc-4-wrap .row h3::before {
  content: '';
  width: 50px;
  height: 3px;
  background: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.rc-4-wrap .row small {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: .7;
}
.rc-4-wrap .row .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 38px;
}
.rc-4-wrap .col {
  max-width: 378px;
}
.rc-4-wrap .col + .col {
  margin-left: 138px;
}



.rc-5-wrap {
  padding: 80px 0;
}
.rc-5-wrap .row {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}
.rc-5-wrap .row + .row {
  margin-top: 40px;
}
.rc-5-wrap .col:last-child {
  margin-right: unset;
}
.rc-5-wrap .col:first-child {
  width: 246px;
  height: 163px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.rc-5-wrap .row:first-child .col:first-child::after {
  content: '01';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 142px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #F0F0F0;
  z-index: -1;
}
.rc-5-wrap .row:nth-child(2) .col:first-child::after {
  content: '02';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 142px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #F0F0F0;
  z-index: -1;
}
.rc-5-wrap .col:first-child h3 {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 0 23px;
}
.rc-5-wrap .col:first-child small {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.rc-5-wrap .col:not(.col:first-child) {
  padding-top: 40px;
}
.rc-5-wrap .col:not(.col:first-child) h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0 0 27px;
  border-left: 3px solid #0075C1;
  padding-left: 22px;
}
.rc-5-wrap .col:not(.col:first-child) small {
  display: block;
  width: 196px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  padding-left: 22px;
}



.rc-6-wrap {
  background: #F7F6FB;
  padding-bottom: 103px;
}
.rc-6-wrap .row:first-of-type {
  margin-top: 42px;
}
.rc-6-wrap .row {
  display: flex;
  align-items: center;
}
.rc-6-wrap .row + .row {
  margin-top: 40px;
}
.rc-6-wrap .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.rc-6-wrap .desc {
  flex: 1;
  margin-right: 52px;
}
.rc-6-wrap .row:nth-child(2n) .desc {
  margin: 0 0 0 52px ;
}
.rc-6-wrap .desc &gt; h3 {
  margin: 0;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.rc-6-wrap .desc &gt; p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin: 37px 0 50px;
}
.rc-6-wrap .desc &gt; a {
  width: 142px;
  height: 40px;
  background: #0075C1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.rc-6-wrap .cover {
  width: 50%;
  height: 325px;
  border-radius: 16px;
  overflow: hidden;
}
.rc-6-wrap .cover &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




@media screen and (max-width: 1000px) {
  .rc-1-wrap &gt; .container &gt; .row {
    margin-top: 18px;
  }
  .rc-1-wrap &gt; .container &gt; .row &gt; .desc {
    font-size: 2.8vw;
  }
  .rc-1-wrap &gt; .container &gt; .row &gt; .r {
    width: 100%;
    margin-top: 22px;
    flex-wrap: wrap;
  }
  .rc-1-wrap .col + .col {
    border: unset;
  }
  .rc-1-wrap .col:first-child {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .rc-1-wrap .col:last-child {
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    transform: translate(0px, -1px);
  }
  .rc-1-wrap .col {
    flex: unset;
    padding: unset;
    /*flex: 1;*/
    width: 40%;
    height: 70px;
    padding: 0 10px;
  }
  .rc-1-wrap &gt; .container.standard {
    padding-bottom: 40px;
  }
  .rc-1-wrap .r1 {
    font-size: 6.5vw;
  }
  .rc-1-wrap .r1 &gt; span {
    font-size: 12px;
  }
  .rc-1-wrap .r2 {
    font-size: 2.6vw;
  }
  .rc-2-wrap &gt; .mask h2 {
    font-size: 6.5vw;
  }
  .rc-2-wrap &gt; .mask small {
    font-size: 3vw;
  }

  .rc-3-wrap .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .rc-3-wrap .col {
    width: 48%;
    max-width: unset;
    margin: 0 0 40px;
  }
  .rc-3-wrap .col + .col {
     margin-left: unset;
  }
  .rc-3-wrap .desc {
    margin-top: 20px;
    line-height: 1.6;
  }
  .rc-3-wrap .icon {
    /* 40 */
    width: 40px;
    height: 40px;
  }
  .rc-3-wrap .desc {
    font-size: 2.6vw;
  }
  .rc-3-wrap {
    padding-bottom: 44px;
  }
  .rc-4-wrap {
    height: 414px;
  }
  .rc-4-wrap .col + .col {
    margin: 0 2px;
  }
  .rc-4-wrap .col {
    padding: 27px 5px 0;
    flex: 1;
  }
  .rc-4-wrap &gt; .mask h2 {
    font-size: 6.5vw;
  }
  .rc-4-wrap &gt; .mask small {
    font-size: 3vw;
  }
  .rc-4-wrap .row {
    margin-top: 30px;
  }
  .rc-4-wrap .row h3 {
    font-size: 4.5vw;
    padding: 27px 0 7px;
  }
  .rc-4-wrap .row .desc {
    font-size: 2.8vw;
    margin-top: 18px;
  }
  .rc-4-wrap .row h3::before {
    width: 20px;
  }
  .rc-5-wrap .row {
    flex-wrap: wrap;
    display: block;
  }
  .rc-5-wrap .col:first-child h3 {
    margin: 0 0 13px;
  }
  .rc-5-wrap .col:not(.col:first-child) {
    padding-top: 20px;
  }
  .rc-5-wrap .col:not(.col:first-child) h3 {
    padding-left: 18px;
    margin: 0 0 7px;
  }
  .rc-5-wrap .col:not(.col:first-child) small {
    width: unset;
  }

  .rc-6-wrap .row {
    flex-direction: column-reverse !important;
  }
  .rc-6-wrap .row .desc {
    margin: unset !important;
  }
  .rc-6-wrap .cover {
    width: unset;
    height: unset;
  }
  /*.rc-6-wrap .row:first-of-type .desc &gt; h3 {*/
  /*  margin-top: 0;*/
  /*}*/
  .rc-6-wrap .desc &gt; h3 {
    margin-top: 20px;
  }
  .rc-6-wrap .desc &gt; p {
    margin: 10px 0;
    font-size: 2.8vw;
    line-height: 2;
  }
  .rc-6-wrap .desc &gt; a {
    margin-bottom: 30px;
  }

}
</pre></body></html>