.rc-1-wrap > .container.standard {
  padding-bottom: 79px;
}
.rc-1-wrap > .container > .row {
  display: flex;
  margin-top: 58px;
}
.rc-1-wrap > .container > .row .cover {
  width: 705px;
  min-width: 705px;
  height: 389px;
  margin-left: 20px;
}
.rc-1-wrap > .container > .row .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-1-wrap > .container > .row .rich-text {
  text-indent: 32px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 36px;
}

.rc-2-wrap {
  /*height: 670px;*/
  position: relative;
  background: url(../images/fd-bg.jpg) no-repeat center;
  background-size: cover;
}
.rc-2-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-2-wrap > .mask {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  background: rgba(0, 0, 0, 0.2);
}
.rc-2-wrap > .mask h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.rc-2-wrap > .mask small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.rc-2-wrap .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 92px;
  padding-bottom: 100px;
}
.rc-2-wrap .col {
  display: flex;
  max-width: 308px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.rc-2-wrap .col + .col {
  margin-left: 10px;
}
.rc-2-wrap .cover {
  width: 77px;
  height: 77px;
  margin-bottom: 41px;
}
.rc-2-wrap .cover > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rc-2-wrap .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 32px;
  text-align: center;
}
.rc-2-wrap .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}



.rc-3-wrap {
}
.rc-3-wrap.mobile {
  display: none;
}
.rc-3-wrap > .container > .row {
  display: flex;
  height: 760px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
  margin-top: 38px;
}
.rc-3-wrap > .container > .row > .tab-bar {
  width: 380px;
  background: #F7F6FC;
}
.rc-3-wrap > .container > .row > .tab-bar > li {
  display: flex;
  align-items: center;
  height: 72px;
  padding-left: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.rc-3-wrap > .container > .row > .tab-bar > li.active::before {
  content: '';
  width: 4px;
  height: 72px;
  background: #0075C1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.rc-3-wrap > .container > .row > .tab-bar > li.active {
  background: #fff;
  color: #0075C1;
}
.rc-3-wrap > .container > .row > .tab-cons {
  flex: 1;
  height: 760px;
}
.rc-3-wrap > .container > .row > .tab-cons .scroll-content {
  display: none;
  padding: 0 72px;
  box-sizing: border-box;
}
.rc-3-wrap > .container > .row > .tab-cons .scroll-content img {
  width: 100%;
}
.rc-3-wrap > .container > .row > .tab-cons .scroll-content.active {
  display: block;
}






.rc-4-wrap {
  padding-bottom: 81px;
}
.rc-4-wrap .row {
  display: flex;
  margin-top: 41px;
}
.rc-4-wrap .rich-text {
  flex: 1;
  margin-right: 66px;
}
.rc-4-wrap .cover {
  width: 847px;
  min-width: 847px;
  height: 482px;
}
.rc-4-wrap .cover > img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}


.rc-5-wrap {
  padding-bottom: 148px;
  background: #F7F6FC;
}
.rc-5-wrap .row {
  margin-top: 44px;
}
.rc-5-wrap .row .swiper-wrapper {
  padding: 5px;
}
.rc-5-wrap .col {
  width: 340px;
  /* max-width: 340px; */
  height: 381px;
  /* margin-right: 17px; */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow .3s;
  cursor: pointer;
}
.rc-5-wrap .col:hover {
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.082);
}
.rc-5-wrap .cover {
  /* width: 340px; */
  height: 255px;
  background: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.rc-5-wrap .col:hover .cover > img {
  transform: scale(1.05);
}
.rc-5-wrap .cover > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s;
}
.rc-5-wrap .cons {
  padding: 0 19px;
}
.rc-5-wrap .col:hover .title {
  color: #0075C1;
}
.rc-5-wrap .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 20px;
}
.rc-5-wrap .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 28px;
  margin-top: 16px;
}
.rc-5-wrap .controller {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}
.rc-5-wrap .controller > div {
  width: 36px;
  height: 36px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.rc-5-wrap .controller > div:hover {
  color: #0075C1;
  border-color: #0075C1;
}
.rc-5-wrap .controller > div + div {
  margin-left: 20px;
}
.rc-5-wrap .controller > div > i {
  font-size: 24px;
  color: inherit;
}

.rc-6-wrap {
  padding-bottom: 61px;
}
.rc-6-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 41px;
}
.rc-6-wrap .col {
  width: 32%;
  height: 320px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-right: 27px;
  margin-bottom: 27px;
  overflow: hidden;
}
.rc-6-wrap .col:nth-child(3n) {
  margin-right: unset;
}
.rc-6-wrap .cover {
  width: 450px;
  height: 260px;
}
.rc-6-wrap .cover > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rc-6-wrap .col:hover .desc {
  background: #0075C1;
  color: #fff;
}
.rc-6-wrap .col .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  transition: background .3s;
  cursor: pointer;
}

.rc-7-wrap {
  height: 717px;
  position: relative;
}
.rc-7-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-7-wrap > .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.rc-7-wrap > .mask h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.rc-7-wrap > .mask small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.rc-7-wrap .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 38px;
}
.rc-7-wrap .row .col {
  /* width: 253px; */
  /* max-width: 253px; */
  /*min-width: 253px;*/
  height: 354px;
  /*background: rgba(255, 255, 255, 0.637);*/
  transition: transform .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rc-7-wrap .row .col:hover {
  transform: scale(1.05);
}
.rc-7-wrap .row .col > img {
  /*width: 100%;*/
  height: 100%;
  object-fit: contain;
}
.rc-7-wrap .controller {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 31px;
}
.rc-7-wrap .controller > div {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s;
}
.rc-7-wrap .controller > div:hover {
  /* color: #0075C1; */
  background: #0075C1;
  border-color: #0075C1;
}
.rc-7-wrap .controller > div + div {
  margin-left: 20px;
}
.rc-7-wrap .controller > div > i {
  font-size: 24px;
  color: inherit;
}


.rc-8-wrap {
  padding-bottom: 123px;
}
.rc-8-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 51px;
}
.rc-8-wrap .col {
  width: 218px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-right: 19px;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s;
}
.rc-8-wrap .col:hover {
  transform: scale(1.05);
}
.rc-8-wrap .col > img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.rc-8-wrap .col:nth-child(6n) {
  margin-right: unset;
}

@media screen and (max-width: 1670px) {
  .rc-1-wrap > .container > .row .rich-text {
    flex: 1;
  }
  .rc-1-wrap > .container > .row .cover {
    flex: 1.5;
    width: unset;
    min-width: unset;
  }
  .rc-4-wrap .rich-text {
    margin-right: 30px;
  }
  .rc-4-wrap .cover {
    width: unset;
    min-width: unset;
    flex: 1.5;
  }
  .rc-4-wrap .cover > img {
    object-fit: contain;
  }
  .rc-6-wrap .col {
    margin-right: 1.2vw;
    margin-bottom: 1.2vw;
  }
  .rc-8-wrap .col:nth-child(5n) {
    margin-right: unset;
  }
  .rc-8-wrap .col:nth-child(6n) {
    margin-right: 19px;
  }
}
@media screen and (max-width: 1480px) {
  .rc-1-wrap > .container > .row .rich-text {
    font-size: 14px;
    line-height: 2;
  }
  .rc-3-wrap > .container > .row > .tab-bar {
    width: 270px;
  }
  .rc-8-wrap .col:nth-child(4n) {
    margin-right: 19px;
  }
  .rc-8-wrap .col:nth-child(5n) {
    margin-right: 19px;
  }
  .rc-8-wrap .col:nth-child(6n) {
    margin-right: 19px;
  }
}

@media screen and (max-width: 600px) {
  .rc-3-wrap {
    display: none;
  }
  .rc-3-wrap.mobile {
    display: block;
    padding-bottom: 60px;
  }
  .rc-3-wrap.mobile > .container > .row {
    /*height: 48px;*/
    overflow: hidden;
    transition: height .3s;
    border-radius: 8px;
  }
  .rc-3-wrap.mobile > .container > .row + .row {
    margin-top: 15px;
  }
  .rc-3-wrap.mobile .row > .title {
    padding: 4vw 3vw;
    font-size: 16px;
    font-weight: 700;
    color: #666;
  }
  .rc-3-wrap.mobile .row > .cons {
    border-top: 1px solid #efefef;
    padding: 4vw 3vw;
    /*background: rgba(239, 239, 239, 0.6);*/
    background: #fff;
    font-size: 12px;
    line-height: 2;
    color: #666;
  }
  .rc-3-wrap.mobile .row > .cons img {
    width: 100%;
  }
  .rc-3-wrap.mobile .row > .cons p:first-of-type {
    margin-top: unset;
  }

  .rc-3-wrap > .container > .row {
    height: unset;
  }
  .rc-3-wrap > .container > .row > .tab-cons {
    height: unset;
  }
  .rc-1-wrap > .container > .row {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .rc-1-wrap > .container > .row .cover {
    margin: unset;
  }
  .rc-1-wrap > .container > .row .rich-text {
    font-size: 12px;
  }
  .rc-2-wrap > .mask h2 {
    font-size: 6.5vw;
  }
  .rc-2-wrap > .mask small {
    font-size: 3.5vw;
  }
  .rc-2-wrap .row {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .rc-2-wrap .col {
    flex: unset;
    /*width: 40vw;*/
    max-width: unset;
    margin-bottom: 30px;
  }
  .rc-2-wrap .col + .col {
    margin-left: unset;
  }
  .rc-2-wrap .cover {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .rc-2-wrap .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .rc-2-wrap .desc {
    display: block;
  }
  .rc-4-wrap {
    padding-bottom: 40px;
  }
  .rc-4-wrap .row {
    flex-direction: column-reverse;
  }
  .rc-4-wrap .rich-text {
    margin-right: unset;
    margin-top: 20px;
    font-size: 12px;
  }
  .rc-5-wrap {
    padding-bottom: 60px;
  }
  .rc-7-wrap {
    height: 667px;
  }
  .rc-8-wrap .col {
    height: 90px;
  }
  .rc-8-wrap {
    padding-bottom: 60px;
  }
  .rc-8-wrap .col:nth-child(2n) {
    margin-right: unset;
  }
  .rc-6-wrap .cover > img {
    width: 100%;
    height: unset;
  }

  .rc-6-wrap .col {
    width: unset;
    height: unset;
    margin-right: unset;
    margin-bottom: 20px;
  }
  .rc-3-wrap > .container > .row > .tab-bar {
    width: unset;
    display: flex;
  }
  .rc-3-wrap > .container > .row > .tab-bar > li {
    padding-left: unset;
    flex: 1;
    justify-content: center;
    padding: 0 10px;
  }
  .rc-8-wrap .col {
    width: 47%;
  }
  .rc-3-wrap > .container > .row > .tab-bar > li.active::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #0075C1;
  }
  .rc-3-wrap > .container > .row > .tab-cons .scroll-content.active {
    padding: 20px 15px;
  }
  .rc-3-wrap > .container > .row {
    display: flex;
    flex-direction: column;
  }
  .rc-2-wrap > .container > .row .col {
    width: 26vw;
  }
  .rc-2-wrap > .container > .row .cover {
    width: 26vw;
    height: 26vw;
  }
  .rc-8-wrap .col {
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
  .rc-5-wrap .row .swiper-wrapper {
    padding: unset;
  }
  .rc-6-wrap .cover {
    width: unset;
    height: unset;
  }
}
