.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 {
  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: 500px;
  position: relative;
}
.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.4);
  display: flex;
  align-items: center;
}
.rc-2-wrap > .mask h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: unset;
}
.rc-2-wrap > .mask small {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.rc-2-wrap > .mask small::after,
.rc-2-wrap > .mask small::before {
  display: none;
}
.rc-2-wrap .row {
  margin-top: 59px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
}


.rc-3-wrap {
  padding-bottom: 62px;
  background: #F7F6FC;
}
.rc-3-wrap > .container > .row {
  width: 100%;
  text-align: center;
  margin-top: 38px;
}
.rc-3-wrap > .container > .row > img {
  height: 552px;
  object-fit: contain;
}
.rc-3-2-wrap {
  background: #fff;
  height: 300px;
  margin-top: 250px;
}
.rc-3-2-wrap .container {
  /* width: 1410px; */
  height: 414px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
  border-radius: 20px;
  transform: translateY(-200px);
  padding: 0 40px;
  box-sizing: border-box;
}
.rc-3-2-wrap h3 {
  margin: 0;
  padding: 38px 0 31px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0075C1;
  text-align: center;
}

.rc-3-2-wrap .r {
  display: flex;
}
.rc-3-2-wrap .col {
  width: 425px;
}
.rc-3-2-wrap .col + .col {
  /* margin-left: 28px; */
}
.rc-3-2-wrap .col .cover {
  height: 120px;
  overflow: hidden;
}
.rc-3-2-wrap .col:hover .cover > img {
  transform: scale(1.05);
}
.rc-3-2-wrap .col .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.rc-3-2-wrap .col .desc {
  height: 150px;
  background: #F7F6FC;
  box-sizing: border-box;
  padding: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 24px;
}



.rc-4-wrap {
  padding-bottom: 105px;
  background: #F7F6FC url(../images/jdxl-2.jpg) no-repeat center;
}
.rc-4-wrap > .container.standard > h2 {
  padding-top:20px;
}
.rc-4-wrap > .container > small::after,
.rc-4-wrap > .container > small::before {
  display: none;
}
.rc-4-wrap .row {
  display: flex;
  margin-top: 41px;
}
.rc-4-wrap .col {
  display: flex;
  flex-direction: column;
}
.rc-4-wrap .col + .col {
  margin-left: 53px;
}
.rc-4-wrap .icon {
  width: 162px;
  height: 105px;
}
.rc-4-wrap .col:hover .icon > img {
  transform: scale(1.05);
}
.rc-4-wrap .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .3s;
}
.rc-4-wrap .col:hover .title {
  color: #0075C1;
}
.rc-4-wrap .title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: color .3s;
  margin: 35px 0 30px;
}
.rc-4-wrap .list > li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.rc-4-wrap .list > li + li {
  margin-top: 12px;
}
.rc-4-wrap .list > li > img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 11px;
}


.rc-5-wrap {
  padding-bottom: 80px;
}
.rc-5-wrap > .container > small::after,
.rc-5-wrap > .container > small::before {
  display: none;
}
.rc-5-wrap .row {
  margin-top: 43px;
}
.rc-5-wrap .row .tab-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}
.rc-5-wrap .row .tab-bar > .tab {
  width: 181px;
  height: 49px;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  cursor: pointer;
}
.rc-5-wrap .row .tab-bar > .tab.active,
.rc-5-wrap .row .tab-bar > .tab:hover {
  border-color: #0075C1;
  background: #0075C1;
  color: #fff;
}
.rc-5-wrap .row .tab-bar > .tab + .tab {
  margin-left: 20px;
}
.tab-cons .cover {
  display: none;
  justify-content: space-between;
}
.tab-cons .cover.active {
  display: flex;
}
.tab-cons .cover > img {
  width: 695px;
  height: 400px;
  object-fit: contain;
}

.rc-6-wrap{
  background: #F7F6FC;
  padding-bottom: 80px;
}
.rc-6-wrap small::after,
.rc-6-wrap small::before {
  display: none;
}
.rc-6-wrap .row {
  margin-top: 35px;
  display: flex;
  align-items: center;
}
.rc-6-wrap .row .rich-text {
  flex: 1;
  margin-right: 85px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 36px;
}
.rc-6-wrap .row .cover-wrap {
  display: flex;
}
.rc-6-wrap .row .cover {
  width: 290px;
  height: 340px;
  /*background: #0075C1;*/
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.rc-6-wrap .row .cover:hover > img {
  transform: scale(1.05);
}
.rc-6-wrap .row .cover + .cover {
  margin-left: 27px;
}
.rc-6-wrap .row .cover > .mask {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.rc-6-wrap .row .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}



@media screen and (max-width: 1670px) {
  .rc-1-wrap > .container > .row > .cover {
    width: unset;
  }
  .rc-3-wrap > .container > .row > img {
    width: 100%;
    height: unset;
  }
  .rc-6-wrap .row {
    flex-direction: column;
    text-align: center;
  }
  .rc-6-wrap .row .rich-text {
    margin: unset;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .tab-cons .cover > img {
    width: 49.5%;
    height: unset;
  }
}

@media screen and (max-width: 1280px) {
  .rc-6-wrap .row .cover {
    width: 20vw;
    height: 20vw;
  }
  .rc-6-wrap .row .cover + .cover {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .rc-5-wrap .row .tab-bar {
    margin-bottom: 22px;
  }
  .tab-cons .cover {
    flex-direction: column;
  }
  .tab-cons .cover > img {
    width: 100%;
  }
  .tab-cons .cover > img + img {
    margin-top: 10px;
  }
  .rc-1-wrap > .container.standard {
    padding-bottom: 40px;
  }
  .rc-1-wrap > .container > .row > .desc {
    font-size: 2.8vw;
    line-height: 1.6;
  }
  .rc-1-wrap > .container > .row > .cover {
    display: none;
  }
  .rc-2-wrap {
    height: 300px;
  }
  .rc-2-wrap > .mask h2 {
    font-size: 6.5vw;
  }
  .rc-2-wrap > .mask small {
    font-size: 2.8vw;
  }
  .rc-2-wrap .row {
    font-size: 2.4vw;
    line-height: 2.2;
    margin-top: 20px;
  }
  .container > .line {
    font-size: 2.4vw;
  }
  .rc-3-2-wrap h3 {
    font-size: 6.5vw;
  }
  .rc-3-2-wrap .r {
    padding: unset;
  }
  .rc-3-2-wrap {
    height: 270px;
  }
  .rc-3-wrap {
    padding-bottom: 32px;
  }
  .rc-3-2-wrap .col .desc {
    padding: 15px;
    font-size: 2.8vw;
  }
  .rc-3-2-wrap .container {
    width: unset;
    padding: 0 20px;
    margin: 0 20px;
  }
  .rc-4-wrap {
    padding-bottom: 55px;
  }
  .rc-4-wrap .row {
    flex-wrap: wrap;
  }
  .rc-4-wrap .col + .col {
    margin-left: unset;
    margin-top: 60px;
  }
  .rc-4-wrap .icon {
    width: 90px;
    height: 90px;
  }
  .rc-4-wrap .title {
    font-size: 4.5vw;
    margin: 15px 0 15px;
  }
  .rc-4-wrap .list > li {
    font-size: 3.5vw;
  }

  .rc-4-wrap .list > li > img {
    width: 16px;
    height: 16px;
  }
  .rc-5-wrap {
    padding-bottom: 60px;
  }
  .rc-6-wrap {
    padding-bottom: 60px;
  }
  .rc-6-wrap .row .cover-wrap {
    flex-direction: column;
    width: 100%;
  }
  .rc-6-wrap .row .cover {
    width: unset;
    height: unset;
  }
  .rc-6-wrap .row .cover + .cover {
    margin: 15px 0 0;
  }
  .rc-6-wrap .row .cover > img {
    height: unset;
  }
  .rc-6-wrap .row .rich-text {
    font-size: 3.5vw;
  }
  .rc-6-wrap .row {
    margin-top: 20px;
  }
}
