body,
html {
  font-family: "PingFang SC", "Source Sans Pro", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.title {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .title {
    margin-bottom: 25px;
  }
}

.title h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1200px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.banner {
  background-image: url('http://www.fanruan.com/images/jt-banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 114px;
  padding-bottom: 113px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.banner h2 {
  font-size: 56px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 78px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .banner h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}

.banner p {
  width: 448px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 72px;
}

@media (max-width: 1200px) {
  .banner p {
    width: 100%;
    margin-bottom: 40px;
  }
}

.banner .btn {
  width: 270px;
  background-color: #0069EA;
  background-image: url('http://www.fanruan.com/images/jt-right-jt.svg');
  background-repeat: no-repeat;
  background-position: 215px center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  padding-left: 30px;
  line-height: 44px;
  height: auto;
}

@media (max-width: 1200px) {
  .banner .btn {
    width: 170px;
    background-position: 125px center;
    background-size: 20px;
    font-size: 16px;
    padding-left: 24px;
    line-height: 34px;
  }
}

@media (max-width: 1200px) {
  .jt-tz .item {
    margin-bottom: 15px;
  }

  .jt-tz .item:last-of-type {
    margin-bottom: 0;
  }
}

.jt-tz .jt-tz-box {
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
  padding: 50px 30px 40px;
  /* 20220419 */
  height: 321px;
}

@media (max-width: 1200px) {
  .jt-tz .jt-tz-box {
    padding: 30px 30px 30px;
  }
}

.jt-tz .jt-tz-box img {
  display: block;
  max-width: 60px;
  margin: 0 auto 35px;
}

.jt-tz .jt-tz-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}

.jt-tz .jt-tz-box p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 0;
  text-align: justify;
}

.jt-hz {
  background-image: url('http://www.fanruan.com/images/jt-hz.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 114px;
  padding-bottom: 114px;
}

@media (max-width: 1200px) {
  .jt-hz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.jt-hz h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  text-align: center;
}

@media (max-width: 1200px) {
  .jt-hz h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    text-align: center;
  }
}

.jt-hz .btn {
  width: 370px;
  height: auto;
  background: #0069EA;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
}

@media (max-width: 1200px) {
  .jt-hz .btn {
    width: 180px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
}

.jt-bjhh {
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  .jt-bjhh {
    padding-bottom: 50px;
  }
}

.jt-bjhh .jt-bjhh-box {
  display: flex;
}

@media (max-width: 1200px) {
  .jt-bjhh .jt-bjhh-box {
    flex-wrap: wrap;
  }
}

.jt-bjhh .jt-bjhh-box .item {
  width: 25%;
  padding: 32px 44px;
  background-image: url('http://www.fanruan.com/images/jt-bjhh-odd.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px;
}

@media (max-width: 1200px) {
  .jt-bjhh .jt-bjhh-box .item {
    width: 50%;
    padding: 20px 15px;
  }
}

.jt-bjhh .jt-bjhh-box .item:nth-of-type(even) {
  background-image: url('http://www.fanruan.com/images/jt-bjhh-even.png');
}

@media (max-width: 1200px) {
  .jt-bjhh .jt-bjhh-box .item:nth-of-type(3) {
    background-image: url('http://www.fanruan.com/images/jt-bjhh-even.png');
  }

  .jt-bjhh .jt-bjhh-box .item:nth-of-type(4) {
    background-image: url('http://www.fanruan.com/images/jt-bjhh-odd.png');
  }
}

.jt-bjhh .jt-bjhh-box .item h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .jt-bjhh .jt-bjhh-box .item h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.jt-bjhh .jt-bjhh-box .item p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .jt-bjhh .jt-bjhh-box .item p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 22px;
  }
}

.jt-hzkh .jt-hzkh-box {
  display: flex;
  flex-wrap: wrap;
}

.jt-hzkh .jt-hzkh-box .item {
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 20px;
}

.jt-hzkh .jt-hzkh-box .item img {
  width: 100%;
}

@media (max-width: 1200px) {
  .jt-hzkh .jt-hzkh-box .item {
    width: 32%;
  }
}

.jt-hzkh .jt-hzkh-box .item:nth-of-type(5n) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .jt-hzkh .jt-hzkh-box .item:nth-of-type(5n) {
    margin-right: 2%;
  }
}

@media (max-width: 1200px) {
  .jt-hzkh .jt-hzkh-box .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.jt-zlqy .jt-zlqy-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jt-zlqy .jt-zlqy-box .item {
  max-width: 200px;
  margin-right: 100px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .jt-zlqy .jt-zlqy-box .item {
    margin-right: 0;
    width: 48%;
    margin-bottom: 25px;
  }
}

.jt-zlqy .jt-zlqy-box .item:nth-of-type(4n) {
  margin-right: 0;
}

.jt-zlqy .jt-zlqy-box .item img {
  max-width: 64px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .jt-zlqy .jt-zlqy-box .item img {
    max-width: 50px;
  }
}

.jt-zlqy .jt-zlqy-box .item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .jt-zlqy .jt-zlqy-box .item h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

.jt-zlqy .jt-zlqy-box .item p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .jt-zlqy .jt-zlqy-box .item p {
    font-size: 12px;
    line-height: 22px;
  }
}

.jt-case {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('http://www.fanruan.com/images/jt-case-bg.png');
}

@media (max-width: 1200px) {
  .jt-case {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.jt-case .mySwiper {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper {
    margin-bottom: 30px;
  }
}

.jt-case .mySwiper .swiper-slide {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(206, 227, 248, 0.5);
  border-radius: 4px;
  border: 1px solid #DFEBFF;
  padding: 40px 34px 35px 30px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper .swiper-slide {
    padding: 30px;
  }
}

.jt-case .mySwiper .swiper-slide .s-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper .swiper-slide .s-title {
    margin-bottom: 15px;
  }
}

.jt-case .mySwiper .swiper-slide .s-title img {
  max-width: 50px;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper .swiper-slide .s-title img {
    margin-right: 10px;
  }
}

.jt-case .mySwiper .swiper-slide .s-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper .swiper-slide .s-title h3 {
    font-size: 20px;
  }
}

.jt-case .mySwiper .swiper-slide .case-img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper .swiper-slide .case-img {
    margin-bottom: 10px;
  }
}

.jt-case .mySwiper .swiper-slide p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper .swiper-slide p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.jt-case .mySwiper .swiper-slide a {
  font-size: 18px;
  font-weight: 500;
  color: #0069EA;
  line-height: 25px;
}

@media (max-width: 1200px) {
  .jt-case .mySwiper .swiper-slide a {
    font-size: 12px;
  }
}

.jt-case .mySwiper .swiper-slide a i {
  margin-left: 5px;
}

.jt-case .lr-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jt-case .lr-box .lr {
  position: initial;
  margin-top: 0;
  width: 48px;
  height: 48px;
  background-color: #0069EA;
  border-radius: 48px;
  background-size: 12px;
  margin: 0 15px;
}

@media (max-width: 1200px) {
  .jt-case .lr-box .lr {
    width: 30px;
    height: 30px;
    background-size: 8px;
    margin: 0 5px;
  }
}

.jt-case .lr-box .lr.swiper-button-disabled {
  background-color: #D1D5DB;
  opacity: 1;
}

.jt-jjfa {
  padding-bottom: 10px;
}

.jt-jjfa .title-box {
  width: 1290px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .jt-jjfa .title-box {
    width: 100%;
  }
}

.jt-jjfa .title-box .jt-jjfa-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
}

.jt-jjfa .title-box .jt-jjfa-title .item {
  width: 25%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1200px) {
  .jt-jjfa .title-box .jt-jjfa-title .item {
    padding: 5px 0;
  }
}

.jt-jjfa .title-box .jt-jjfa-title .item a {
  line-height: 80px;
  background: none;
  margin-right: 0;
  padding: 0;
  border: none;
  color: #333333;
}

@media (max-width: 1200px) {
  .jt-jjfa .title-box .jt-jjfa-title .item a {
    line-height: 20px;
    font-size: 14px;
  }
}

.jt-jjfa .title-box .jt-jjfa-title .item a br {
  display: none;
}

@media (max-width: 1200px) {
  .jt-jjfa .title-box .jt-jjfa-title .item a br {
    display: block;
  }
}

.jt-jjfa .title-box .jt-jjfa-title .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #CEDDF2;
  position: absolute;
  right: -1px;
  top: 28px;
}

@media (max-width: 1200px) {
  .jt-jjfa .title-box .jt-jjfa-title .item:after {
    top: 15px;
  }
}

.jt-jjfa .title-box .jt-jjfa-title .item:last-of-type:after {
  display: none;
}

.jt-jjfa .title-box .jt-jjfa-title .item.active {
  background-image: url('http://www.fanruan.com/images/jt-jjfa-titbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.jt-jjfa .title-box .jt-jjfa-title .item.active a {
  color: #fff;
}

.jt-jjfa .title-box .jt-jjfa-title .item.active:after {
  display: none;
}

.jt-jjfa .con-box {
  background: #F4F8FF;
  padding-top: 90px;
  padding-bottom: 110px;
  position: relative;
  top: -40px;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box {
    background: #F4F8FF;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    top: -25px;
  }
}

.jt-jjfa .con-box .box {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box {
    margin-bottom: 25px;
  }
}

.jt-jjfa .con-box .box:last-of-type {
  margin-bottom: 0;
}

.jt-jjfa .con-box .box .s-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tit {
    margin-bottom: 10px;
  }
}

.jt-jjfa .con-box .box .s-tit span {
  width: 20px;
  height: 2px;
  background: #343434;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tit span {
    width: 10px;
  }
}

.jt-jjfa .con-box .box .s-tit h3 {
  margin: 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tit h3 {
    margin: 0 9px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
  }
}

.jt-jjfa .con-box .box .dec {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .dec {
    font-size: 12px;
    line-height: 22px;
  }
}

.jt-jjfa .con-box .box .img {
  width: 100%;
  box-shadow: 0px 2px 8px 0px rgba(0, 105, 234, 0.3), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
}

.jt-jjfa .con-box .box .s-tab-box {
  display: flex;
  align-items: unset;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tab-box {
    flex-wrap: wrap;
  }
}

.jt-jjfa .con-box .box .s-tab-box .s-tab {
  width: 410px;
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tab-box .s-tab {
    width: 100%;
  }
}

.jt-jjfa .con-box .box .s-tab-box .s-tab:before,
.jt-jjfa .con-box .box .s-tab-box .s-tab:after {
  display: none;
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 0px rgba(206, 227, 248, 0.5);
  border-radius: 2px;
  border: 1px solid #DFEBFF;
  padding: 30px 74px 30px 40px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tab-box .s-tab .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tab-box .s-tab .item h3 {
    font-size: 16px;
  }
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 15px;
  margin-bottom: 0;
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item a {
  display: none;
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item.active {
  background-image: url('http://www.fanruan.com/images/jt-yycjbg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 34px;
  box-shadow: 0px 4px 8px 0px rgba(0, 105, 234, 0.4);
  border: 0px solid #DFEBFF;
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item.active h3 {
  color: #fff;
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item.active p {
  margin-bottom: 18px;
  color: #C0D7F3;
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item.active a {
  display: block;
  width: 96px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .jt-jjfa .con-box .box .s-tab-box .s-tab .item.active a {
    font-size: 12px;
  }
}

.jt-jjfa .con-box .box .s-tab-box .s-tab .item.active a i {
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
}

.jt-jjfa .con-box .box .s-tab-box .tab-content {
  width: 700px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 105, 234, 0.3), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 10px;
}

.jt-jjfa .con-box .box .s-tab-box .tab-content img {
  width: 100%;
}












/* 地产 */
.dc-con-item {

  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 105, 234, 0.3), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
}

.dc-con-item.active {
  display: flex;
  ;
}

.dc-con-item .left {
  width: 870px;
  padding: 50px 154px 70px 60px;
}

.dc-con-item .left h3 {
  font-size: 20px;

  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 16px;
}

.dc-con-item .left p {
  max-width: 665px;

  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 30px;
}

.dc-con-item .left .a-link {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}

.dc-con-item .left .a-link a {
  width: 148px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #0069EA;
  font-size: 16px;
  font-weight: 500;
  color: #0069EA;
  line-height: 40px;
  text-align: center;
}

.dc-con-item .left .a-link a:last-child {
  background: #0069EA;
  color: #fff;
  margin-left: 15px;
}

.dc-con-item .left h4 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

.dc-con-item .left .gn {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.dc-con-item .left .gn span {
  box-shadow: 0 2px 8px 0 rgba(153, 189, 226, 0.5);
  background-color: #fff;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  min-width: 130px;
  margin-right: 15px;
}

.dc-con-item .left .hz {
  display: flex;
}

.dc-con-item .hz span {
  box-shadow: 0 2px 8px 0 rgba(153, 189, 226, 0.5);
  background-color: #fff;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-align: center;
  min-width: 130px;
  margin-right: 15px;
}

.dc-con-item .hz span img {
  max-height: 33px;
}

.dc-con-item .right {
  background-color: #ffffff;
  text-align: center;
  width: 330px;
  border-radius: 4px;
  padding-top:16px;
}

.dc-con-item .right h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 15px;
  }
      .dc-con-item .right .subtitle{
        text-align: left;
      	font-size: 20px;
        color: #333;
        font-weight: 500;
        padding-top:40px;
        padding-left:68px;
      }
      .dc-con-item .right .subtext{        
		font-family: PingFangSC-Regular, PingFang SC;
        text-align: left;
      	color: #666666;
        font-size:14px;     
		line-height: 22px;
        padding-top: 10px;
        padding-left:68px;
      }   

.dc-con-item .right img {
  max-width: 170px;
  margin-bottom: 50px;
}

.dc-con-item .right a {
  font-size: 16px;
  font-weight: 400;
  color: #0069EA;
  line-height: 22px;
  display: block;
}



.fc-cptx .cptx-box {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.fc-cptx .cptx-box .item {
  width: 242px;
  background-image: url('http://www.fanruan.com/images/qicheng-fc-cptxbg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;

}

.fc-cptx .cptx-box .item .top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}

.fc-cptx .cptx-box .item .top-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.fc-cptx .cptx-box .item .top-box img {
  max-width: 94px;
}

.fc-cptx .cptx-box .item .top-box p {
  font-size: 16px;
  font-weight: 400;
  color: #0069EA;
  line-height: 22px;
  cursor: pointer;
}

.fc-cptx .cptx-box .item .bottom-box {
  display: none;
}

.fc-cptx .cptx-box .item.active .top-box {
  display: none;
}

.fc-cptx .cptx-box .item.active {
  padding: 40px 60px;
  width: 630px;
  background-image: url('http://www.fanruan.com/images/qicheng-fc-cptxbg-active.png');
  box-shadow: 0px 2px 8px 0px rgba(0, 105, 234, 0.3), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
}

.fc-cptx .cptx-box .item.active .bottom-box {
  display: block;
}

.fc-cptx .cptx-box .item .bottom-box h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 10px;
}

.fc-cptx .cptx-box .item .bottom-box>p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 30px;
}

.fc-cptx .cptx-box .item .bottom-box h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

.fc-cptx .cptx-box .item .bottom-box .gn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.fc-cptx .cptx-box .item .bottom-box .gn span {
  box-shadow: 0 2px 8px 0 rgba(153, 189, 226, 0.5);
  background-color: #fff;
  border-radius: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.fc-cptx .cptx-box .item .bottom-box .jz {
  display: flex;
  margin-bottom: 40px;
}

.fc-cptx .cptx-box .item .bottom-box .jz p {
  font-size: 14px;

  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-right: 40px;
}

.fc-cptx .cptx-box .item .bottom-box .jz p span {
  font-weight: 300;
  display: block;
}

.fc-cptx .cptx-box .item .bottom-box a {
  display: block;
  width: 100%;
  height: 42px;
  background: #0069EA;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
}

.dc-slide .s-title {
  display: flex;


}

.dc-slide .s-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-top: 0;
}

.dc-slide .s-title span {
  width: 74px;
  height: 26px;
  background: rgba(0, 105, 234, .15);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #0069EA;
  line-height: 26px;
  text-align: center;
  margin-left: 15px;
}

.dc-slide .dec p {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px !important;
  padding-left: 10px;
}

.dc-slide .dec p:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #0069EA;
  border-radius: 4px;
  left: 0;
  top: 9px;
}

.dc-slide .dec {
  margin-bottom: 15px;
}

.fc-bjhh .fc-bjhh-box .item {

  background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-odd.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px;
}

.fc-bjhh .fc-bjhh-box .item:nth-of-type(even) {
  background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-even.png');

}

.fc-bjhh .fc-bjhh-box .item h3 {
  color: #333333;
}

.fc-bjhh .fc-bjhh-box .item p {
  color: #666666;
}

.fc-bjhh .fc-bjhh-box .item img {
  filter: invert(1);
}

.news-item {
  margin-bottom: 30px;
}

.news-item .box {
  box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 12px;
}

.news-item .box img {
  max-width: 200px;
}

.news-item .box .txt {
  max-width: 310px;
}

.news-item .box .txt h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.news-item .box .txt p {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
}

.news-item .box .txt span {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #617288;
  line-height: 20px;
}

.fc-hz {
  background: #EFF5FF;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* 移动端适配 */
@media (max-width: 1200px) {
  .dc-con-item {

    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 105, 234, 0.3), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .dc-con-item.active {
    display: flex;
    flex-wrap: wrap;
  }

  .dc-con-item .left {
    width: 100%;
    padding: 25px;
  }

  .dc-con-item .left h3 {
    font-size: 20px;

    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .dc-con-item .left p {
    max-width: 665px;

    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .dc-con-item .left .a-link {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .dc-con-item .left .a-link a {
    width: 120px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #0069EA;
    font-size: 14px;
    font-weight: 500;
    color: #0069EA;
    line-height: 32px;
    text-align: center;
  }

  .dc-con-item .left .a-link a:last-child {
    background: #0069EA;
    color: #fff;
    margin-left: 15px;
  }

  .dc-con-item .left h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .dc-con-item .left .gn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;

  }

  .dc-con-item .left .gn span {
    box-shadow: 0 2px 8px 0 rgba(153, 189, 226, 0.5);
    background-color: #fff;
    border-radius: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    min-width: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .dc-con-item .left .hz {
    display: flex;
    flex-wrap: wrap;
  }

  .dc-con-item .hz span {
    box-shadow: 0 2px 8px 0 rgba(153, 189, 226, 0.5);
    background-color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 10px;
  }

  .dc-con-item .hz span img {
    max-height: 33px;
  }

  .fc-cptx .cptx-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

  }

  .fc-cptx .cptx-box .item {
    width: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   height: auto;
   background-image: url('http://www.fanruan.com/images/qicheng-fc-cptxbg-active.png');
   box-shadow: 0px 2px 8px 0px rgba(0, 105, 234, 0.3), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
   padding: 20px 30px;
   margin-bottom: 15px;
  }

  .fc-cptx .cptx-box .item .top-box {
   display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;

  }

  .fc-cptx .cptx-box .item .top-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .fc-cptx .cptx-box .item .top-box img {
    max-width: 94px;
  }

  .fc-cptx .cptx-box .item .top-box p {
    font-size: 16px;
    font-weight: 400;
    color: #0069EA;
    line-height: 22px;
    cursor: pointer;
  }

  .fc-cptx .cptx-box .item .bottom-box {
    display: block;
  }

  .fc-cptx .cptx-box .item.active .top-box {
    display: none;
  }

  .fc-cptx .cptx-box .item.active {
    padding: 20px 30px;
   width: 100%;
    background-image: url('http://www.fanruan.com/images/qicheng-fc-cptxbg-active.png');
    box-shadow: 0px 2px 8px 0px rgba(0, 105, 234, 0.3), inset 0px -2px 3px 0px rgba(255, 255, 255, 0.8);
  }

  .fc-cptx .cptx-box .item.active .bottom-box {
    display: block;
  }

  .fc-cptx .cptx-box .item .bottom-box h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .fc-cptx .cptx-box .item .bottom-box>p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .fc-cptx .cptx-box .item .bottom-box h5 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .fc-cptx .cptx-box .item .bottom-box .gn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .fc-cptx .cptx-box .item .bottom-box .gn span {
    box-shadow: 0 2px 8px 0 rgba(153, 189, 226, 0.5);
    background-color: #fff;
    border-radius: 48px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .fc-cptx .cptx-box .item .bottom-box .jz {
    display: flex;
    margin-bottom: 40px;
  }

  .fc-cptx .cptx-box .item .bottom-box .jz p {
    font-size: 14px;

    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-right: 15px;
  }

  .fc-cptx .cptx-box .item .bottom-box .jz p span {
    font-weight: 300;
    display: block;
  }

  .fc-cptx .cptx-box .item .bottom-box a {
    display: block;
    width: 100%;
    height: 42px;
    background: #0069EA;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
  }

  .dc-slide .s-title {
    display: flex;


  }

  .dc-slide .s-title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 33px;
    margin-top: 0;
  }

  .dc-slide .s-title span {
    width: 74px;
    height: 26px;
    background: rgba(0, 105, 234, .15);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #0069EA;
    line-height: 26px;
    text-align: center;
    margin-left: 15px;
  }

  .dc-slide .dec p {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-bottom: 10px !important;
    padding-left: 10px;
  }

  .dc-slide .dec p:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #0069EA;
    border-radius: 4px;
    left: 0;
    top: 9px;
  }

  .dc-slide .dec {
    margin-bottom: 15px;
  }

  .fc-bjhh .fc-bjhh-box .item {

    background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-odd.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 40px;
  }

  .fc-bjhh .fc-bjhh-box .item:nth-of-type(even) {
    background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-even.png');

  }
  .fc-bjhh .fc-bjhh-box .item:nth-of-type(3) {
    background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-even.png') !important;

  }
  .fc-bjhh .fc-bjhh-box .item:nth-of-type(4) {
    background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-odd.png') !important;

  }
  .fc-bjhh .fc-bjhh-box .item h3 {
    color: #333333;
  }

  .fc-bjhh .fc-bjhh-box .item p {
    color: #666666;
  }

  .fc-bjhh .fc-bjhh-box .item img {
    filter: invert(1);
  }

  .news-item {
    margin-bottom: 30px;
  }

  .news-item .box {
    box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 12px;
    flex-wrap: wrap;
  }

  .news-item .box img {
    max-width: inherit;
   width: 100%;
  }

  .news-item .box .txt {
    max-width: inherit;
    width: 100%;
  }

  .news-item .box .txt h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .news-item .box .txt p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
  }

  .news-item .box .txt span {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #617288;
    line-height: 20px;
  }

  .fc-hz {
    background: #EFF5FF;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .dc-title .item:after {
    top: 3px !important;
}


.fc-jjfa .con-box{
  padding-bottom: 0;
}
.fc-jjfa .title{
  padding-left: 15px;
  padding-right: 15px;
}
}

 .jt-case .s-title span{
      	width: 74px;
        height: 26px;
        background: rgba(0, 105, 234, .15);
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        color: #0069EA;
        line-height: 26px;
        text-align: center;
        margin-left: 15px;
      }
      .jt-case .mySwiper .swiper-slide .s-title h3{
      	font-size: 20px;
      }
      .jt-bjhh .jt-bjhh-box .item {
        background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-odd.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 40px;
      }
      .jt-bjhh .jt-bjhh-box .item:nth-of-type(even) {
        background-image: url('http://www.fanruan.com/images/qicheng-fc-bjhh-even.png');
      }
      .jt-bjhh .jt-bjhh-box .item h3{
      	color: #333;
      }
      .jt-bjhh .jt-bjhh-box .item p{
      	color: #666;
      }
      .jt-bjhh .jt-bjhh-box .item img{
      	filter: invert(1);
      }
      .zz-hz{
      	background: #EFF5FF;
        padding-top: 80px;
        padding-bottom: 80px;
      }

      /* 应用场景 */
      .jt-yycj{
      	background: #ffffff;
      }
      .jt-yycj .text{margin: 0px;}
      .jt-yycj .text .box{
          background-image:url('http://www.fanruan.com/images/jt-yycj-off.png');
          background-position: center;
    	  background-repeat: no-repeat;
    	  background-size: cover;
          padding:30px;
          margin-bottom: 30px;
          box-shadow: 0px 4px 14px 0px rgb(204 213 222 / 20%);
          border: 1px solid #EFF5FF;
          border-radius: 4px;
          width: 370px;
      }
      .jt-yycj .text .box:hover{
      	background-image:url('http://www.fanruan.com/images/jt-yycj-on.png');
        box-shadow: 0px 4px 14px 0px rgb(204 213 222 / 50%);
      }
      .jt-yycj .text .box .boxtitle{
          font-size: 24px;
          color: #333;
          padding-bottom: 16px;
      }
      .jt-yycj .text .box:hover .boxtitle{
      	color:#0069EA;
      }
      .jt-yycj .text .box p{
          font-size:14px;
          color:#666666;
          padding-bottom: 32px;
       	  margin-bottom: 0px;
          line-height: 24px;
      }
      .jt-yycj .text .box a{
          width: 120px;
          height: 40px;
          background-color: #0069EA;
          background-repeat: no-repeat;
          background-position: 215px center;
          font-size: 14px;
          font-weight: 400;
          color: #FFFFFF;
          text-align: left;
          padding: 9px 0px 9px 32px;
          line-height: 20px;
          display: inline-block;
          border-radius: 4px;
      }