.container > small {
  position: relative;
}
.container > small::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 266px;
  height: 1px;
  background: #0075C1;
  transform: translateX(-50%);
}
.container > small::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 66px;
  height: 5px;
  background: #0075C1;
  transform: translateX(-50%);
}
.container > .line {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  margin: 61px 0 0;
  text-align: center;
  line-height: 28px;
}

.rc-1-wrap > .container.standard {
  padding-bottom: 79px;
}
.rc-1-wrap > .container > .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rc-1-wrap > .container > .row > .desc {
  margin-top: 62px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  text-align: center;
}
.rc-1-wrap > .container > .row > .cover {
  margin: 43px 0 0;
  width: 1200px;
  transform: translateX(2vw);
}
.rc-1-wrap > .container > .row > .cover > img:last-child {
  display: none;
}
.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/fj-banner.jpg) no-repeat center;
  background-size: cover;
}

.rc-2-wrap > .mask h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.rc-2-wrap > .mask small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.rc-2-wrap .row {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  margin-top: 42px;
  padding-bottom: 78px;
}
.rc-2-wrap .row .rich-text {
  margin-right: 61px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 28px;
}
.rc-2-wrap .row .cover-wrap {
  display: flex;
  width: 70%;
}
.rc-2-wrap .row .cover {
  width: 50%;
  /*height: 273px;*/
}
.rc-2-wrap .row .cover + .cover {
  margin-left: 10px;
}
.rc-2-wrap .row .cover > img {
  width: 100%;
  /*height: 100%;*/
  object-fit: contain;
}


.rc-3-wrap {
  padding-bottom: 62px;
}
.rc-3-wrap > .container > .row {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.rc-3-wrap > .container > .row > img {
  max-width: 100%;
  object-fit: contain;
}

.rc-4-wrap {
  padding-bottom: 81px;
  background-color: #F7F6FC;
}
.rc-4-wrap .row {
  display: flex;
  margin-top: 41px;
}
.rc-4-wrap .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rc-4-wrap .col + .col {
  margin-left: 28px;
}
.rc-4-wrap .col:hover .icon {
  opacity: 1;
}
.rc-4-wrap .icon {
  width: 60px;
  height: 60px;
  opacity: .4;
  transition: opacity .3s;
}
.rc-4-wrap .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rc-4-wrap .col:hover .title {
  color: #0075C1;
}
.rc-4-wrap .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 24px 0 22px;
  transition: color .3s;
}
.rc-4-wrap .desc {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  text-align: center;
}

.rc-5-wrap{
  height: 462px;
  position: relative;
}
.rc-5-wrap> img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-5-wrap> .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
.rc-5-wrap .container {
  display: flex;
  align-items: center;
}
.rc-5-wrap .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.rc-5-wrap .rich-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 61px;
}
.rc-5-wrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 41px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  transition: background .3s;
}
.rc-5-wrap a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.rc-5-wrap .container .cover {
  width: 929px;
  min-width: 929px;
  height: 355px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  margin-left: 79px;
}
.rc-5-wrap .container .cover > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.rc-6-wrap {
  padding-bottom: 80px;
}
.rc-6-wrap.mobile {
  display: none;
}
.rc-6-wrap > .container > small::after,
.rc-6-wrap > .container > small::before {
  display: none;
}
.rc-6-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-6-wrap > .container > .row > .tab-bar {
  width: 380px;
  background: #F7F6FC;
}
.rc-6-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-6-wrap > .container > .row > .tab-bar > li.active::before {
  content: '';
  width: 4px;
  height: 72px;
  background: #0075C1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.rc-6-wrap > .container > .row > .tab-bar > li.active {
  background: #fff;
  color: #0075C1;
}
.rc-6-wrap > .container > .row > .tab-cons {
  flex: 1;
  height: 760px;
}
.rc-6-wrap > .container > .row > .tab-cons .scroll-content {
  display: none;
  padding: 0 72px;
  box-sizing: border-box;
}
.rc-6-wrap > .container > .row > .tab-cons .scroll-content img {
  width: 100%;

}
.rc-6-wrap > .container > .row > .tab-cons .scroll-content.active {
  display: block;
}


.rc-7-wrap {
  background: #F7F6FC;
  padding-bottom: 86px;
}
.rc-7-wrap .row {
  display: flex;
  margin-top: 37px;
}
.rc-7-wrap .col {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.rc-7-wrap .col + .col {
  margin-left: 56px;
}
.rc-7-wrap .col .desc {
  margin-top: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 24px;
}


.rc-8-wrap {
  padding-bottom: 80px;
  /* background: #F7F6FC; */
}
.rc-8-wrap .row {
  margin-top: 44px;
  padding: 5px;
}

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


.rc-9-wrap {
  background: #F7F6FC;
  padding-bottom: 108px;
}
.rc-9-wrap .row {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rc-9-wrap .cover {
  width: 50%;
  /*min-width: 701px;*/
  height: 372px;
}
.rc-9-wrap .cover> img {
  width: 100%;
  /*height: 100%;*/
  object-fit: contain;
}
.rc-9-wrap .row .icons {
  /*flex: 1;*/
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.rc-9-wrap .row .col {
  width: 43%;
  margin-right: 61px;
  margin-bottom: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.rc-9-wrap .row .col:nth-child(2n) {
  margin-right: unset;
}
.rc-9-wrap .row .col:nth-child(3),
.rc-9-wrap .row .col:nth-child(4) {
  margin-bottom: unset;
}
.rc-9-wrap .row .col .icon {
  margin-bottom: 31px;
}
.rc-9-wrap .row .col .icon {
  width: 46px;
  height: 46px;
  position: relative;
}
.rc-9-wrap .row .col .icon > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .3s;
}
.rc-9-wrap .row .col .icon > img:first-child {
  opacity: 1;
}
.rc-9-wrap .row .col .icon > img:last-child {
  opacity: 0;
}
.rc-9-wrap .row .col .title {
  margin-bottom: 22px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.rc-9-wrap .row .col .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 24px;
  text-align: center;
}
.rc-9-wrap .row .col:hover .icon > img:first-child {
  opacity: 0;
}
.rc-9-wrap .row .col:hover .icon > img:last-child {
  opacity: 1;
}


@media screen and (max-width: 1670px) {
  .rc-1-wrap > .container > .row > .cover {
    width: unset;
  }
  .rc-2-wrap .row .rich-text {
    margin-right: 20px;
  }
  .rc-3-wrap > .container > .row {
    width: 100%;
  }
  .rc-3-wrap > .container > .row > img {
    width: 100%;
  }
  .rc-4-wrap .row {
    align-items: flex-start;
  }
  .rc-5-wrap .container .cover {
    margin-left: 30px;
  }
  .rc-9-wrap .row {
    /*flex-direction: column;*/
  }

}

@media screen and (max-width: 1480px) {
  .rc-5-wrap {
    height: 700px;
  }
  .rc-5-wrap .container {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
  .rc-5-wrap .container .text {
    width: 100%;
  }
  .rc-5-wrap .container .cover {
    margin-left: unset;
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .rc-5-wrap .rich-text {
    margin-bottom: 30px;
    text-align: center;
  }
  .rc-5-wrap a {
    display: none;
  }
  .rc-6-wrap > .container > .row > .tab-bar {
    width: 280px;
  }
  .rc-9-wrap .row .col {
    margin-right: 30px;
    margin-bottom: 30px;
  }

}


@media screen and (max-width: 1000px) {
  .rc-3-wrap > .container > .row > .tab-cons {
    height: unset;
  }
  .rc-1-wrap > .container.standard {
    padding-bottom: 39px;
  }
  .rc-1-wrap > .container > .row > .desc {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .rc-1-wrap > .container > .row > .cover {
    margin-top: 21px;
  }
  .rc-1-wrap > .container > .row > .cover > img:first-child {
    display: none;
  }
  .rc-1-wrap > .container > .row > .cover > img:last-child {
    display: block;
  }
  /*.rc-1-wrap > .container > .row > .cover {*/
  /*  display: none;*/
  /*}*/
  .rc-2-wrap > .mask h2 {
    font-size: 6.5vw;
  }
  .rc-2-wrap > .mask small {
    font-size: 2.8vw;
  }
  .container > .line {
    font-size: 2.8vw;
    line-height: 1.4;
  }
  .rc-2-wrap .row {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .rc-2-wrap .row .rich-text {
    margin: unset;
    font-size: 2.8vw;
  }
  .rc-2-wrap .row .cover {
    width: unset;
    height: unset;
  }
  .rc-2-wrap .row .cover-wrap {
    width: 100%;
    flex-direction: column;
  }
  .rc-2-wrap .row .cover + .cover {
    margin: 10px 0 0;
  }
  .rc-3-wrap > .container > .row > img {
    height: unset;
  }
  .rc-4-wrap .row {
    flex-wrap: wrap;
  }
  .rc-4-wrap .col {
    margin: unset;
  }
  .rc-4-wrap .col + .col {
    margin-left: unset;
    margin-top: 30px;
  }
  .rc-4-wrap .title {
    margin: 14px 0 12px;
  }
  .rc-4-wrap {
    padding-bottom: 40px;
  }
  .rc-5-wrap {
    height: 500px;
  }

  .rc-6-wrap {
    display: none;
  }
  .rc-6-wrap.mobile {
    display: block;
    padding-bottom: 60px;
  }
  .rc-6-wrap.mobile > .container > .row {
    display: block;
    height: unset;
    overflow: hidden;
    transition: height .3s;
    border-radius: 8px;
  }
  .rc-6-wrap.mobile > .container > .row + .row {
    margin-top: 15px;
  }
  .rc-6-wrap.mobile .row > .title {
    padding: 4vw 3vw;
    font-size: 16px;
    font-weight: 700;
    color: #666;
  }
  .rc-6-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-6-wrap.mobile .row > .cons img {
    width: 100%;
  }
  .rc-6-wrap.mobile .row > .cons p:first-of-type {
    margin-top: unset;
  }


  .rc-6-wrap > .container > .row {
    flex-wrap: wrap;
  }
  .rc-6-wrap > .container > .row > .tab-cons .scroll-content {
    padding: 24px 15px;
  }
  .rc-6-wrap > .container > .row > .tab-bar {
    width: unset;
    height: 72px;
    display: flex;
    overflow-y: scroll;
  }
  .rc-6-wrap > .container > .row > .tab-bar::-webkit-scrollbar {
    display: none;
  }
  .rc-6-wrap > .container > .row > .tab-bar > li {
    min-width: 220px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rc-6-wrap > .container > .row > .tab-bar > li.active::before {
    width: 100%;
    height: 4px;
  }
  .rc-7-wrap {
    padding-bottom: 44px;
  }
  .rc-7-wrap .row {
    flex-wrap: wrap;
  }
  .rc-7-wrap .col + .col {
    margin: unset;
  }
  .rc-7-wrap .col .desc {
    margin-top: 15px;
    font-size: 2.8vw;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .rc-8-wrap {
    padding-bottom: 60px;
  }
  .rc-8-wrap .row .swiper-wrapper {
    padding: unset;
  }
  .rc-8-wrap .row {
    padding: unset;
  }
  .rc-9-wrap {
    padding-bottom: 50px;
  }
  .rc-9-wrap .row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .rc-9-wrap .row .col + .col {
    margin: unset;
  }
  .rc-9-wrap .row .icons {
    width: 100%;
  }
  .rc-9-wrap .row .col {
    width: 44%;
    margin: unset;
    margin-right: 15px !important;
    margin-bottom: 30px !important;
  }
  .rc-9-wrap .row .col:nth-child(2n) {
    margin-right: unset !important;
  }
  .rc-9-wrap .row .icons {
    margin-bottom: 0px;
    justify-content: space-between;
    align-content: space-between;
  }
  .rc-9-wrap .cover {
    width: 100%;
    height: unset;
    min-width: unset;
    margin-bottom: 30px;
  }

}
