#creService {
  /*margin-top: -80px;*/
  position: relative;
}

.new-banner-img {
  height: 360px;
  width: 100%;
  /* min-width: 1900px; */
  display: flex;
  /* padding-left: 200px; */
  padding-top: 88px;
  box-sizing: border-box;
  background-image: url("../image/banner/pic_creditserviceproductzone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  flex-direction: column;
  /* margin-top: -1px; */
}

.new-banner-img .new-banner-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 56px;
  font-style: normal;
  width: 1335px;
  /* margin: 0 auto; */
  padding-left: 200px;
  box-sizing: border-box;
}

.new-banner-img .new-banner-tips {
  font-family: PingFangSC, PingFang SC;
  margin-top: 16px;
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  font-style: normal;
  width: 1335px;
  /* margin: 0 auto; */
  padding-left: 200px;
  box-sizing: border-box;
}

.new-credit-service {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-top: 90px;
  padding-left: 200px;
  box-sizing: border-box;
  justify-content: space-between;
}

.new-credit-service .new-credit-service-left {
  /* width: 441px; */
  width: 441px;
  /* height: 1080px; */
  display: flex;
  /* margin-top: 203px;
  margin-left: 150px; */
  box-sizing: border-box;
  flex-direction: column;
  padding-top: 113px;
}

.new-credit-service .new-credit-service-left .credit-service-topSection {
  display: flex;
  margin-bottom: 61px;
}

.credit-service-topSection .service-tips {
  margin-left: 37px;
  display: flex;
  flex-direction: column;
}

.credit-service-topSection > img {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.credit-service-topSection .service-tips .service-title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 800;
  font-size: 53px;
  color: #000000;
  line-height: 76px;
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
  /* min-width: 335px; */
}

.code-tips {
  display: flex;
  padding-left: 42px;
  margin-top: 12px;
  height: 32px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  box-sizing: border-box;
}

.credit-service-topSection .service-tips .service-info {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 23px;
  color: #000000;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  /* min-width: 335px; */
}

.new-credit-service .new-credit-service-right {
  width: 849px;
  height: 810px;
  display: flex;
  /* padding-top: 120px;
  padding-left: 158px; */
  flex-direction: column;
  background-image: url("../image/credit-service/pic_creditservice_shenqixinproduct.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 5px -85px;
  padding-left: 119px;
  box-sizing: border-box;
}

.new-credit-service .credit-right-title {
  /* margin-top: 90px; */
  margin-left: 237px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 36px;
  color: #126cff;
  line-height: 53px;
  /* text-align: right; */
  font-style: normal;
  margin-bottom: 24px;
}

.new-credit-service .credit-right-tips {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 600;
  font-size: 21px;
  color: #000000;
  line-height: 30px;
  /* text-align: right; */
  font-style: normal;
}

/*#creService .credit-banner {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 400px;*/
/*    background: #be2309;*/
/*    overflow: hidden;*/
/*}*/
/*#creService .credit-banner img {*/
/*    height: 400px;*/
/*    float: right;*/
/*}*/
#creService .creService-rela {
  position: relative;
  z-index: 5;
}

.nav-tranbg {
  background: rgba(255, 255, 255, 0.3) !important;
  position: relative;
  z-index: 10;
}

#creService .creService-tit {
  width: 200px;
  font-size: 50px;
  font-family: NotoSansHans-Medium, NotoSansHans;
  font-weight: 500;
  color: rgba(245, 197, 1, 1);
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 173, 33, 1) 0%,
    rgba(255, 237, 190, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 173, 33, 1) 0%,
    rgba(255, 237, 190, 1) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(255, 173, 33, 1) 0%,
    rgba(255, 237, 190, 1) 100%
  );
  background: -ms-transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  margin-top: 156px;
}

#creService .creService-section {
  font-size: 0;
  padding-top: 50px;
}

#creService .creService-section .creService-section-inline {
  padding: 0 24px 24px 24px;
  background: #fff;
  width: 45%;
  display: inline-block;
}

#creService .creService-section .creService-section-inline h3 {
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}

#creService .creService-section .creService-section-inline h3 span {
  font-size: 14px;
  color: #bfbfbf;
  float: right;
}

#creService
  .creService-section
  .creService-section-inline
  .creService-section-inline-list {
  font-size: 18px;
  color: #262626;
}

#creService
  .creService-section
  .creService-section-inline
  .creService-section-inline-list
  li {
  padding-top: 24px;
}

#creService
  .creService-section
  .creService-section-inline
  .creService-section-inline-list
  span {
  font-size: 16px;
  color: #bfbfbf;
  float: right;
}

#creService .creService-section .creService-section-bot {
  padding: 0 24px 40px 24px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

#creService .creService-section .creService-section-bot h3 {
  height: 72px;
  line-height: 72px;
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}

#creService .home-product-list {
  font-size: 0;
  margin-top: 30px;
}

#creService .home-product-list li {
  display: inline-block;
  width: 22.4%;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  margin-right: 3.4%;
  text-align: center;
  padding: 10px 0 30px 0;
}

#creService .home-product-list li.home-product-list-last {
  margin-right: 0;
}

#creService .home-product-list li p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

#creService .home-product-list li .home-product-tit {
  height: 46px;
  line-height: 46px;
  font-size: 20px;
}

#creService .home-product-list li .home-product-tit-ed {
  font-size: 16px;
}

#creService .home-product-list li .home-product-tit img {
  width: 46px;
  height: 46px;
  margin-right: 5px;
}

#creService .home-product-list li .home-product-tit-ed img {
  width: 40px;
  height: 40px;
}

#creService .home-product-list li .home-product-tip {
  font-size: 22px;
  margin-top: 8px;
}

#creService .home-product-list li .home-product-tip {
  color: #595959;
}

#creService .home-product-list li .home-product-num {
  margin-top: 40px;
  font-size: 20px;
  height: 44px;
}

#creService .home-product-list li .home-product-num span {
  font-size: 40px;
  color: #ff8923;
}

#creService .home-product-list li .home-product-num-tip {
  font-size: 16px;
  color: #8c8c8c;
}

#creService .home-product-list li .home-product-term {
  font-size: 16px;
  margin-top: 10px;
}

#creService .home-product-list li .home-product-term span {
  color: #ff8923;
}

#creService .home-product-list li .home-product-search {
  width: 136px;
  height: 40px;
  font-size: 16px;
  margin-top: 30px;
}

#creService .creService-tip {
  width: 640px;
  font-size: 16px;
  font-family: NotoSansHans-Regular, NotoSansHans;
  font-weight: 400;
  color: rgba(245, 197, 1, 1);
  line-height: 24px;
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 173, 33, 1) 0%,
    rgba(255, 237, 190, 1) 100%
  );
  background: -o-linear-gradient(
    180deg,
    rgba(255, 173, 33, 1) 0%,
    rgba(255, 237, 190, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 173, 33, 1) 0%,
    rgba(255, 237, 190, 1) 100%
  );
  background: -ms-transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-background-clip: text;
  -o-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  margin-top: 30px;
}

/*#creService .service-section {*/
/*    padding: 0 30px 70px 30px;*/
/*    background: #fff;*/
/*    margin-top: 110px;*/
/*    margin-bottom: 32px;*/
/*}*/
/*#creService .service-section-input {*/
/*    width: 450px;*/
/*}*/
/* #product .product-input .product-el-input {
    border: 1px solid #2d6fc5;
    border-radius:2px;
} */
/*#creService .service-section-input .el-input__inner {*/
/*    border: 1px solid #2d6fc5;*/
/*    height: 38px;*/
/*}*/
/*#creService .service-section-input .product-el-btn {*/
/*    background: #2d6fc5;*/
/*    border-radius: 0;*/
/*    color: #fff;*/
/*}*/
/*#creService .service-section-input-block {*/
/*    padding: 24px 0 32px 0;*/
/*    border-bottom: 1px solid #D9D9D9;*/
/*}*/
#creService .financing-top-section {
  margin-top: 30px;
  background: #fff;
  padding: 50px 20px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

#creService .financing-organ-section {
  margin-top: 0;
}

#creService .financing-top-section .financing-top-section-data {
  /* margin-top: 10px; */
}

#creService .financing-top-section .recommen-compony-icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  margin-right: 30px;
  position: relative;
}

#creService
  .financing-top-section
  .recommen-compony-icon
  .recommen-compony-icon-tip {
  width: 56px;
  height: 24px;
  line-height: 24px;
  background: #2d89ff;
  border-radius: 12px 12px 12px 0px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -12px;
  left: 50%;
}

#creService .financing-top-section .recommen-compony-icon img {
  width: 72px;
  height: 72px;
}

#creService .financing-top-section .recommen-compony-organ img {
  width: 72px;
  height: 72px;
}

#creService .financing-top-section .recommen-compony-info {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

#creService .financing-top-section .financing-top-section-company {
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -o-flex;
  -o-align-items: center;
  display: -moz-flex;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-align-items: center;
}

#creService
  .financing-top-section
  .financing-top-section-company
  .financing-top-section-tit {
  font-size: 24px;
  font-weight: 600;
  margin-right: 20px;
}

#creService
  .financing-top-section
  .financing-top-section-company
  .financing-top-section-tip {
  display: inline-block;
  padding: 6px 8px;
  background: #e8efff;
  margin-right: 10px;
  color: #2d89ff;
  font-size: 14px;
}

#creService .financing-top-section .financing-top-section-mode {
  font-size: 16px;
  margin-right: 95px;
  display: inline-block;
}

#creService .financing-top-section .financing-top-section-mode span {
  font-size: 30px;
  color: #ff8923;
  margin-left: 8px;
}

#creService .financing-top-section .financing-top-section-apply {
  height: 78px;
  line-height: 78px;
  text-align: center;
}

#creService .financing-top-section .financing-top-section-bot {
  margin-top: 12px;
}

#creService .financing-top-section .recommen-compony-apply {
  width: 136px;
  height: 64px;
  font-size: 16px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

#creService .financing-top-section .financing-top-section-data dl {
  display: inline-block;
  text-align: center;
}

#creService .financing-top-section .financing-top-section-data dl dt {
  font-size: 20px;
  height: 45px;
}

#creService .financing-top-section .financing-top-section-data dl dt span {
  font-size: 26px;
  line-height: 56px;
  color: #ff8923;
}

#creService .financing-top-section .financing-top-section-data dl dd {
  font-size: 16px;
  color: #666;
}

#creService .organ-pagination {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 54px;
}

#creService .product-no-data {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  font-size: 18px;
  color: #262626;
}

#creService .product-no-data .product-line {
  display: inline-block;
  height: 1px;
  width: 200px;
  background: #d9d9d9;
  vertical-align: middle;
}

#creService .product-no-data span {
  margin: 0 20px;
}

#creService .credit-banner {
  background: url(../image/fgw_banner4.png) center center no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  display: -o-flex;
  -o-align-items: center;
  -o-justify-content: space-between;
  display: -ms-flex;
  -ms-align-items: center;
  -ms-justify-content: space-between;
}

#creService .credit-banner .credit-banner-dl dt {
  font-size: 32px;
}

#creService .credit-banner .credit-banner-dl dd {
  width: 560px;
  font-size: 14px;
  color: #595959;
  margin-top: 40px;
  line-height: 24px;
}

#creService .credit-search {
  width: 192px;
  margin-top: 32px;
}

#creService .credit-search .el-input__inner {
  border-radius: 40px;
}

#creService .credit-flex {
  /*display: flex;*/
  /*justify-content: space-between;*/
  margin-bottom: 48px;
  /*flex-wrap: wrap;*/
}

#creService .credit-flex .credit-flex-content {
  width: 285px;
  height: 338px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding: 24px 0 16px 0;
  position: relative;
  margin-top: 24px;
  display: inline-block;
  margin-right: 18px;
}

#creService .credit-flex .credit-flex-content:nth-child(4n + 0) {
  margin-right: 0;
}

#creService .credit-flex .credit-flex-content h4 {
  font-size: 20px;
  color: #262626;
  font-weight: 500;
  /*border-left:4px solid #2d6fc5;*/
  /*height: 18px;*/
  /*line-height: 18px;*/
  padding-left: 24px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分省略号 */
  word-break: break-all;
  /* break-all(允许在单词内换行。) */
  display: -webkit-box;
  /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 显示的行数 */
}

#creService .credit-flex .credit-flex-content h4::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #2d6fc5;
  position: absolute;
  left: 0;
  top: 0;
}

#creService .credit-flex .credit-flex-content p {
  padding: 0 24px;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  margin-top: 10px;
  text-align: justify;
}

#creService .credit-flex .credit-flex-content .el-button {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #2d6fc5;
  border: 1px solid #2d6fc5;
}

#creService .credit-flex .credit-flex-content .credit-btn {
  border: 0;
  background: #f5f5f5;
  color: #8c8c8c;
}

#creService .credit-flex-content .credit-flex-content-tip {
  padding-left: 24px;
  margin-top: 8px;
}

#creService .credit-flex-content .credit-flex-content-tip span {
  display: inline-block;
  border: 1px solid rgba(232, 232, 232, 1);
  padding: 4px 10px;
  color: #8c8c8c;
  font-size: 12px;
  margin-right: 8px;
}

#creService .credit-flex-content .credit-flex-content-hei {
  height: 105px;
}

#creService .credit-flex-content .credit-flex-content-ul {
  background: #f7f6f3;
  padding: 5px 0 5px 24px;
}

#creService .credit-flex-content .credit-flex-content-ul li {
  padding: 5px 0;
  font-size: 14px;
  color: #8c8c8c;
}

#creService .credit-flex-content .credit-flex-content-ul li span {
  font-size: 40px;
  color: #2d6fc5;
  margin-right: 8px;
  max-width: 140px;
  display: inline-block;
  /* overflow: hidden; */
  /* text-overflow:ellipsis  */
}

.new-credit-service-left img {
  width: 109px;
  height: 109px;
  border-radius: 20px;
}

.new-credit-service-left-img img {
  width: 198px !important;
  height: 198px !important;
}
