.rd-banner-help {
  height: 200px;
  min-width: 1200px;
  background: url(../images/banner-help-center.jpg) center center no-repeat;
}

.rd-banner-contentWrap {
  width: 590px;
  margin: 0 auto;
  padding-top: 112px;
}

.rd-help-searchFrame {
  width: 560px;
  height: 40px;
  background: #fff;
  border-radius: 23px;
  padding: 0 0 0 30px;
}

.rd-help-searchFrame .f-searchAreaWrap {
  width: 440px;
  height: 100%;
  float: left;
}

.rd-help-searchFrame .f-searchInput {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  outline: 0;
  color: #333;
  font-size: 14px;
  line-height: 45px;
  vertical-align: middle;
  border: 0;
}

.rd-help-searchFrame .f-searchIconWrap {
  float: right;
  cursor: pointer;
  position: relative;
  right: 0;
  display: block;
  width: 60px;
  height: 100%;
  border-radius: 20px;
  transition: background .2s;
  border: 0;
  background: none;
}

.rd-help-searchFrame .f-searchIconWrap .rd-icon-search {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -8px;
  margin-right: -8px;
  height: 16px;
  width: 16px;
  background: url(../images/home_ico.png) 0 -1363px no-repeat;
  display: inline-block;
}

.rd-help-searchFrame .f-searchIconWrap:hover {
  background: #deebff;
}

.rd-blogPage-listPage {
  padding-top: 70px;
  background: #f1f4f9;
  padding-bottom: 114px;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}

.rd-blogListWrap {
  width: 1233px;
  margin: 0 auto;
  overflow: hidden;
}

.rd-blogPage-listPage .f-aside {
  float: left;
  width: 183px;
  margin-right: 20px;
}

.rd-blogPage-listPage .f-simpleList {
  background: #fff;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
}

.rd-blogPage-listPage .f-simpleItem-second {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  transition: all .3s ease .2s;
  position: relative;
}

.rd-blogPage-listPage .f-simpleList a {
  padding: 0 40px 0 30px;
  display: block;
  border-color: transparent;
  color: #333;
  white-space: nowrap;
  text-align: left;
}

.f-simpleItem-second::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 20px;
  width: 8px;
  height: 4px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: top .3s ease .2s, transform .5s ease;
}

.rd-blogPage-listPage .f-simpleItem-second-list {
  display: none;
}

.f-simpleItem-second-list__active .f-simpleItem-second-list {
  display: block;
}

.f-simpleItem-second-list__active.f-simpleItem-second::after {
  transform: rotate(0);
}

.rd-blogPage-listPage .f-simpleItem-second-list li {
  width: 100%;
  text-align: center;
  height: 48px;
  box-sizing: border-box;
  line-height: 48px;
}

.rd-blogPage-listPage .f-simpleItem-second-list a {
  font-size: 14px;
  color: #828282;
  line-height: 48px;
}

.rd-blogPage-listPage .f-simpleItem-second-list li:first-child {
  margin-top: 20px;
}

.rd-blogPage-listPage .f-simpleItem-second-list .f-second-active {
  background: #e3eeff;
  color: #2f82ff;
}

.rd-blogPage-listPage .f-simpleItem-second-list .f-second-active a {
  color: #2f82ff;
}

.rd-blogPage-listPage .f-main {
  float: right;
  width: 1030px;
  background-color: #fff;
}

.rd-blogPage-listPage .f-mainItem {
  padding: 25px 0;
  width: auto;
  margin: 0 45px;
  border-top: solid 1px #e1e8ec;
  float: none;
  vertical-align: middle;
}

.rd-blogPage-listPage .f-mainItem:first-child {
  border: 0;
}

.rd-blogPage-listPage .f-mainItem-title {
  font-size: 16px;
  margin: 0;
}

.rd-blogPage-listPage .f-mainItem .f-link {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  max-width: 75%;
  text-overflow: ellipsis;
  height: 21px;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  transition: transform .3s;
}

.rd-blogPage-listPage .f-mainItem .f-link:hover {
  color: #2f82ff;
}

.rd-blogPage-listPage .f-mainArticleWrap {
  padding: 30px 30px 45px;
  background: #fff;
}

.f-mainArticle-header {
  position: relative;
  margin-bottom: 20px;
}

.rd-blogPage-listPage .f-mainNavWrap {
  padding-bottom: 25px;
  border-bottom: solid 1px #e1e8ec;
}

.rd-crumbsNav {
  overflow: hidden;
  line-height: 16px;
  color: #999;
  font-size: 14px;
}

.rd-blogPage-listPage .rd-crumbsNav a, .rd-blogPage-listPage .rd-crumbsNav span {
  font-size: 16px;
  color: #999;
}

.rd-blogPage-listPage .rd-crumbsNav a:hover {
  color: #2f82ff;
}

.rd-blogPage-listPage .rd-crumbsNav span {
  margin: 0 10px;
}

.f-mainArticle-titleWrap .f-mainArticle-title {
  display: -webkit-box;
  line-height: 1.5;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  width: 770px;
}

.rd-articleShareWrap {
  width: auto;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
}

.f-mainArticle-time {
  color: #999;
  font-weight: 400;
  padding-bottom: 32px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

.rd-blogPage-listPage .f-mainArticle-desc {
  word-break: break-all;
  line-height: 2;
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.f-ma-page_item {
  display: inline-block;
  padding-left: 15px;
  color: #656565;
  width: 45%;
  height: 40px;
  font-size: 13px;
  border: 1px solid #ededed;
  text-align: left;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.f-mainArticle-pages {
  margin-top: 50px;
}

.f-ma-page_next {
  margin-left: 6px;
  float: right;
}

.f-ma-page_item span {
  margin-right: 5px;
}

.advantage-banner {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
}

.rd-home-btn {
  width: 140px;
  height: 40px;
  background-image: linear-gradient(90deg, #2576fb 0, #59a3ff 100%);
  background-color: #2576fb;
  border-radius: 20px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  box-shadow: 0 16px 21px 3px rgba(42, 122, 251, 0.15);
  transition: box-shadow ease .3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rd-home-btn:hover {
  box-shadow: 0 8px 9px 0 rgba(42, 122, 251, 0.25);
  transition: box-shadow ease .3s;
  color: #fff;
}

.ind-box {
  height: 740px;
  background: url(../images/bg3.png) center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.ind-tab {
  margin-top: 20px;
}

.ind-tab .tab-nav {
  border-bottom: 1px solid #ddd;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.ind-tab .tab-nav a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  transition: color .3s;
  color: #555;
  width: 120px;
  height: 100%;
  margin: 0 20px;
  position: relative;
}

.ind-tab .tab-nav a.current::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
}

.ind-tab .tab-nav a:nth-child(1).current {
  color: #2184ff;
}

.ind-tab .tab-nav a:nth-child(1).current::after {
  background-color: #3a82f8;
  background: linear-gradient(90deg, #3a82f8 0, #59a3ff 100%);
}

.ind-tab .tab-nav a:nth-child(2).current {
  color: #ff862d;
}

.ind-tab .tab-nav a:nth-child(2).current::after {
  background-color: #f73;
  background: linear-gradient(90deg, #f73 0, #fdb75b 100%);
}

.ind-tab .tab-nav a:nth-child(3).current {
  color: #2bacd6;
}

.ind-tab .tab-nav a:nth-child(3).current::after {
  background-color: #2bb4d6;
  background: linear-gradient(90deg, #2bb4d6 0, #4addbb 100%);
}

.ind-tab .tab-nav a:nth-child(4).current {
  color: #4a93ff;
}

.ind-tab .tab-nav a:nth-child(4).current::after {
  background-color: #5d9eff;
  background: linear-gradient(90deg, #5d9eff 0, #a3e2ff 100%);
}

.ind-tab .tab-con {
  margin-top: 50px;
}

.ind-tab .tab-con-item {
  display: none;
}

.ind-tab .tab-con-item::after {
  content: '';
  display: block;
  clear: both;
}

.ind-left {
  float: left;
  width: 420px;
  height: 340px;
  position: relative;
}

.ind-right {
  float: right;
  width: 550px;
}

.ind-img-con {
  height: 100%;
  box-sizing: border-box;
  z-index: 0;
  transition: opacity .65s ease, filter .65s ease;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-shadow: 26px 37px 24px 3px rgba(68, 93, 127, 0.2);
}

.tab-con-item .ind-left::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 160px;
  transition-property: opacity, filter, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
  z-index: 0;
}

.tab-con-item:nth-child(1) .ind-img-con {
  width: 420px;
  background-image: url(https://d1.faiusr.com/2/AAEIABACGAAg0Jer6gUowPuO7QMwhgQ4-ww.jpg);
}

.tab-con-item:nth-child(1) .ind-left::after {
  background-color: #a3e2ff;
  background: linear-gradient(90deg, #5d9eff 0, #a3e2ff 100%);
}

.tab-con-item:nth-child(2) .ind-img-con {
  width: 216px;
  background-image: url(https://d1.faiusr.com/2/AAEIABACGAAgoMzwnAYo-M7UuQIwkAM4_AU.jpg);
}

.tab-con-item:nth-child(2) .ind-left::after {
  background-color: #fdb75b;
  background: linear-gradient(90deg, #f73 0, #fdb75b 100%);
}

.tab-con-item:nth-child(3) .ind-img-con {
  width: 420px;
  background-image: url(https://d1.faiusr.com/2/AAEIABACGAAg1Mnd6wUogf61rAIwhgQ49go.jpg);
}

.tab-con-item:nth-child(3) .ind-left::after {
  background-color: #4addbb;
  background: linear-gradient(90deg, #2bb4d6 0, #4addbb 100%);
}

.tab-con-item:nth-child(4) .ind-img-con {
  width: 216px;
  background-image: url(https://d1.faiusr.com/2/AAEIABACGAAg1bK85AUo1crVogMwyAE45AI.jpg);
}

.tab-con-item:nth-child(4) .ind-left::after {
  background-color: #a3e2ff;
  background: linear-gradient(90deg, #5d9eff 0, #a3e2ff 100%);
}


.ind-right h3 {
  margin-top: 2px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  font-weight: bold;
  color: #3e4552;
}

.ind-right p {
  margin-top: -3px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

.ind-right div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.ind-right div a {
  display: block;
  width: 90px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #ddd;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  color: #3e4552;
  transition: border-color .3s, color .3s, background-color .3s;
  margin-right: 20px;
  margin-bottom: 15px;
}

.template-more-link {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  box-sizing: border-box;
  border-radius: 23px;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
  transition: background-color .3s;
}

.tab-con-item:nth-child(1) .ind-right div a:hover {
  color: #2184ff;
  border-color: #2184ff;
  background-color: rgba(33, 132, 255, 0.02);
}

.tab-con-item:nth-child(1) .template-more-link {
  background-color: #59a3ff;
}

.tab-con-item:nth-child(1) .template-more-link:hover {
  background-color: #2184ff;
}

.tab-con-item:nth-child(1) .template-more-icon svg * {
  fill: #59a3ff;
}

.tab-con-item:nth-child(2) .ind-right div a:hover {
  color: #ff862d;
  border-color: #ff862d;
  background-color: rgba(33, 132, 255, 0.02);
}

.tab-con-item:nth-child(2) .template-more-link {
  background-color: #fdb75b;
}

.tab-con-item:nth-child(2) .template-more-link:hover {
  background-color: #ff862d;
}

.tab-con-item:nth-child(2) .template-more-icon svg * {
  fill: #ff862d;
}

.tab-con-item:nth-child(3) .ind-right div a:hover {
  color: #2bacd6;
  border-color: #2bacd6;
  background-color: rgba(33, 132, 255, 0.02);
}

.tab-con-item:nth-child(3) .template-more-link {
  background-color: #60c6e0;
}

.tab-con-item:nth-child(3) .template-more-link:hover {
  background-color: #2bacd6;
}

.tab-con-item:nth-child(3) .template-more-icon svg * {
  fill: #2bacd6;
}

.tab-con-item:nth-child(4) .ind-right div a:hover {
  color: #4a93ff;
  border-color: #4a93ff;
  background-color: rgba(33, 132, 255, 0.02);
}

.tab-con-item:nth-child(4) .template-more-link {
  background-color: #6fafff;
}

.tab-con-item:nth-child(4) .template-more-link:hover {
  background-color: #4a93ff;
}

.tab-con-item:nth-child(4) .template-more-icon svg * {
  fill: #4a93ff;
}

.template-more-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 37px;
  height: 37px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-more-icon svg {
  width: 17px;
}

.template-more-icon svg * {
  transition: fill .65s cubic-bezier(.19, 1, .22, 1);
}

.template-more-link:hover {
  color: #fff;
}

.template-more-link:hover .template-more-icon svg {
  animation: jitterLeftAndRight 1s cubic-bezier(.19, 1, .22, 1);
}

@keyframes jitterLeftAndRight {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(5px)
  }

  100% {
    transform: translateX(0)
  }
}

.case-box .tit-h1 {
  color: #fff;
}

footer {
  background: #282828;
}

.rd-divider {
  background: #202020;
  border-top: 1px solid #333;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}

footer .container .row .col-5 ul li:last-child {
  display: flex;
  flex-wrap: wrap;
}

footer .container .row .col-5 ul li:last-child a {
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news-tab .tab-nav a {
  color: #333;
  font-size: 30px;
  margin: 0 40px;
}

#news-tab .tab-nav a.current {
  color: #0076fe;
}

#news-tab .news-list {
  display: none;
}

#news-tab .news-list .news-card {
  position: relative;
  margin-top: 40px;
  width: 48%;
  height: 146px;
  background: #fff;
  box-shadow: 0 2px 18px 2px rgba(217, 223, 231, 0.6);
  border-radius: 8px;
  transition: box-shadow .65s cubic-bezier(.19, 1, .22, 1);
  float: left;
}

#news-tab .news-list .news-card-con {
  display: block;
  width: 100%;
  height: 100%;
  padding: 28px 30px 0 80px;
  box-sizing: border-box;
}

#news-tab .news-list .news-card-con:before {
  content: attr(data-index);
  position: absolute;
  top: 30px;
  left: 30px;
  width: 30px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #59a3ff;
  box-shadow: 0 6px 12px 0 rgba(43, 123, 255, 0.3);
  border-radius: 4px;
}

#news-tab .news-list .news-top {
  height: 30px;
  line-height: 30px;
}

#news-tab .news-list .news-title {
  max-width: 370px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news-tab .news-list .news-time {
  color: #666;
  font-size: 12px;
}

#news-tab .news-list .news-detail {
  margin-top: 8px;
  line-height: 25px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news-tab .news-list .news-card:nth-child(2n) {
  float: right;
}

#news-tab .news-list .news-card:hover {
  box-shadow: 0 4px 20px 5px rgba(217, 223, 231, 0.8);
}

.index-box6 .rd-home-btn {
  margin: 50px auto 0;
}

.nav_badge {
  position: absolute;
  width: 58px;
  line-height: 17px;
  background: #ef353e;
  border-radius: 7px 7px 7px 0;
  font-size: 12px;
  color: #fff;
  top: -16px;
  right: -30px;
  text-align: center;
}

.navbar-nav .nav-item {
  position: relative;
}

.case-box .swiper-container .swiper-slide .item a p {
  text-align: center;
  color: #333;
  margin-top: 10px;
}

header .logo span {
  position: relative;
  margin-left: 20px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  color: rgb(51, 51, 51);
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(230, 230, 230);
  border-image: initial;
  border-radius: 20px;
}

header .logo span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: -12px;
  width: 1px;
  height: 24px;
  background-color: #cfcfcf;
}

.picShow img {
  transition: all 300ms ease-out 0s;
}

.picShow img:hover, .picShow a:hover img {
  transition: all 300ms ease-out 0s;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tk {
  background-image: url("../images/kf.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 10000;
  display: none;
}

.tk h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 66px 0 0;
}

.tk div {
  text-align: center;
  margin-top: 16px
}

.tk div p {
  font-size: 16px;
}

.tk div img {
  width: 50%;
  display: block;
  margin: 22px auto 0;
}

.tk div a {
  margin: 10px auto 0;
}

.tk i {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

@media(max-width:768px) {
  .ind-tab .tab-nav a {
    width: 25%;
    margin: 0;
    font-size: 12px;
  }

  .ind-tab .tab-nav {
    display: flex;
    justify-content: space-between;
  }

  .ind-tab {
    margin-top: 0;
  }

  .ind-left, .ind-right {
    float: none;
    width: 100%;
  }

  .ind-img-con {
    max-width: 100%;
  }

  .ind-tab .tab-con {
    margin-top: 20px;
  }

  .ind-box {
    height: auto;
  }

  .ind-right div a {
    width: calc(25% - 10px);
    margin-right: 10px;
  }

  .case-box .swiper-container .swiper-slide .item a .img {
    height: 200px;
  }

  .tab-con-item .ind-left::after {
    width: 100%;
  }

  #news-tab .tab-nav a {
    font-size: 18px;
  }

  #news-tab .news-list .news-card {
    width: 100%;
  }

  footer .container .row, footer .container .wximg {
    display: none;
  }

  .advantage-banner {
    background-size: cover;
    height: 200px;
    background-position: -90px;
  }
}