.qfb-banner {
  height: 508px;
  background: url(../images/services/qfb_banner.png?20220914) center no-repeat;
}

.qfb-jxfw {
  padding: 50px 0 60px;
}

.qfb-title .en {
  font-size: 24px;
  color: #dadbee;
  text-align: center;
}
.qfb-title .cn {
  display: flex;
  justify-content: center;
  font-size: 30px;
  align-items: center;
}
.qfb-title .cn .line {
  width: 44px;
  height: 1px;
  border-bottom: 1px solid #dadbee;
}
.qfb-title .cn .font {
  margin: 0 13px;
}

.qfb-jxfw-list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
}
.qfb-jxfw-list .item {
  width: 290px;
  height: 327px;
  padding: 70px 0 0 30px;
}
.qfb-jxfw-list .item.cs {
  background: url(../images/services/jxfw_01.png);
}
.qfb-jxfw-list .item.gs {
  background: url(../images/services/jxfw_02.png);
}
.qfb-jxfw-list .item.fl {
  background: url(../images/services/jxfw_03.png);
}
.qfb-jxfw-list .item.zscq {
  background: url(../images/services/jxfw_04.png);
}
.qfb-jxfw-list .item aside {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
.qfb-jxfw-list .item a {
  display: flex;
  width: 114px;
  height: 43px;
  border: 1px solid #fff;
  margin-top: 115px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.qfb-jxfw-list .item a:hover {
  background: #fff;
  color: #303151;
}
.qfb-jxfw-list .item a i {
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 10px;
}
.qfb-jxfw-list .item a:hover i {
  border-left: 6px solid #303151;
}

.qfb-fwfl {
  background: #f7f8fa;
  padding: 50px 0 15px;
}

.qfb-fwfl-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.qfb-fwfl-list .item {
  width: 373px;
  height: 154px;
  background: #fff;
  margin-bottom: 43px;
  border-radius: 3px;
  padding: 45px 0 0 35px;
  display: flex;
}
.qfb-fwfl-list .item:hover {
  background: #111a51;
}
.qfb-fwfl-list .item:hover section {
  margin-left: 20px;
}
.qfb-fwfl-list .item:hover section .item-title {
  color: #fff;
}
.qfb-fwfl-list .item:hover section .item-line {
  background: #fff;
}
.qfb-fwfl-list .item:hover section .item-info {
  color: #fff;
}
.qfb-fwfl-list .item:hover i.icon-fwfl-1 {
  background-position: 0 -40px;
}
.qfb-fwfl-list .item:hover i.icon-fwfl-2 {
  background-position: -40px -40px;
}
.qfb-fwfl-list .item:hover i.icon-fwfl-3 {
  background-position: -80px -40px;
}
.qfb-fwfl-list .item:hover i.icon-fwfl-4 {
  background-position: -120px -40px;
}
.qfb-fwfl-list .item:hover i.icon-fwfl-5 {
  background-position: -160px -40px;
}
.qfb-fwfl-list .item:hover i.icon-fwfl-6 {
  background-position: -200px -40px;
}
.qfb-fwfl-list .item i {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/services/icon.png);
}
.qfb-fwfl-list .item i.icon-fwfl-1 {
  background-position: 0 0;
}
.qfb-fwfl-list .item i.icon-fwfl-2 {
  background-position: -40px 0;
}
.qfb-fwfl-list .item i.icon-fwfl-3 {
  background-position: -80px 0;
}
.qfb-fwfl-list .item i.icon-fwfl-4 {
  background-position: -120px 0;
}
.qfb-fwfl-list .item i.icon-fwfl-5 {
  background-position: -160px 0;
}
.qfb-fwfl-list .item i.icon-fwfl-6 {
  background-position: -200px 0;
}
.qfb-fwfl-list .item section {
  margin-left: 20px;
}
.qfb-fwfl-list .item section .item-title {
  font-size: 18px;
  line-height: 24px;
}
.qfb-fwfl-list .item section .item-line {
  width: 31px;
  height: 3px;
  background: #0023f6;
  margin-top: 5px;
}
.qfb-fwfl-list .item section .item-info {
  font-size: 14px;
  color: #585858;
  line-height: 24px;
  margin-top: 10px;
}

.qfb-about {
  background: #fdf7f3 url(../images/services/fwld_bg.png) top center no-repeat;
  padding-top: 50px;
  padding-bottom: 97px;
}
.qfb-about .qfb-counts {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding-top: 45px;
}
.qfb-about .qfb-counts .item {
  flex: 1;
  border-right: 1px solid #e3ddd6;
  height: 39px;
  position: relative;
}
.qfb-about .qfb-counts .item:last-child {
  border-right: 0;
}
.qfb-about .qfb-counts .item .item-con {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}
.qfb-about .qfb-counts .item .item-top {
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 38px;
}
.qfb-about .qfb-counts .item .item-top span {
  font-size: 32px;
  color: #fe5a2c;
  font-weight: bold;
}
.qfb-about .qfb-counts .item .item-bottom {
  text-align: center;
  font-size: 18px;
  color: #111a51;
  line-height: 24px;
}
.qfb-about .qfb-profile {
  width: 815px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #737373;
  margin-top: 35px;
  font-family: "Microsoft YaHei";
  text-align: center;
}
.qfb-about .qfb-fwld {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  height: 500px;
}
.qfb-about .qfb-fwld .qfb-fwld-item {
  position: absolute;
  width: 280px;
}
.qfb-about .qfb-fwld .qfb-fwld-item .qfb-fwld-title {
  font-size: 18px;
  font-weight: bold;
  color: #fe5a2c;
}
.qfb-about .qfb-fwld .qfb-fwld-item p {
  font-size: 14px;
}
.qfb-about .qfb-fwld .qfb-fwld-item.ld1 {
  left: 50%;
  margin-left: -140px;
  top: 0;
  text-align: center;
}
.qfb-about .qfb-fwld .qfb-fwld-item.ld2 {
  left: 40px;
  top: 370px;
  text-align: right;
}
.qfb-about .qfb-fwld .qfb-fwld-item.ld3 {
  right: 40px;
  top: 370px;
}

.qfb-zxqy {
  width: 1200px;
  margin: 0 auto;
}
.qfb-zxqy .zxqy-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding-top: 35px;
}
.qfb-zxqy .zxqy-title i {
  width: 41px;
  height: 24px;
  background: url(../images/services/icon_title_line.png);
}
.qfb-zxqy .zxqy-title span {
  margin: 0 22px;
}
.qfb-zxqy .zxqy-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 43px;
}
.qfb-zxqy .zxqy-list .item {
  width: 387px;
  height: 153px;
  border-top: 3px solid #fe5a2c;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 33px;
  padding: 34px 50px 0 25px;
  display: flex;
}
.qfb-zxqy .zxqy-list .item .item-left {
  width: 56px;
  height: 56px;
}
.qfb-zxqy .zxqy-list .item .item-left.icon-ptrz {
  background: url(../images/services/icon_ptrz.png);
}
.qfb-zxqy .zxqy-list .item .item-left.icon-ztts {
  background: url(../images/services/icon_ztts.png);
}
.qfb-zxqy .zxqy-list .item .item-left.icon-khtj {
  background: url(../images/services/icon_khtj.png);
}
.qfb-zxqy .zxqy-list .item .item-left.icon-pxfx {
  background: url(../images/services/icon_pxfx.png);
}
.qfb-zxqy .zxqy-list .item .item-left.icon-glxt {
  background: url(../images/services/icon_glxt.png);
}
.qfb-zxqy .zxqy-list .item .item-left.icon-zskf {
  background: url(../images/services/icon_zskf.png);
}
.qfb-zxqy .zxqy-list .item .item-right {
  flex: 1;
  margin-left: 25px;
}
.qfb-zxqy .zxqy-list .item .item-right aside {
  font-size: 18px;
  line-height: 20px;
}
.qfb-zxqy .zxqy-list .item .item-right p {
  font-size: 16px;
  line-height: 26px;
  color: #676767;
  margin-top: 10px;
}
.qfb-zxqy .zxqy-content {
  margin-top: 25px;
}
.qfb-zxqy .zxqy-content .zxqy-head {
  height: 85px;
  border-bottom: 4px solid #fe5a2c;
  background: #111a51;
}
.qfb-zxqy .zxqy-content .zxqy-head ul {
  display: flex;
  height: 81px;
}
.qfb-zxqy .zxqy-content .zxqy-head ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.qfb-zxqy .zxqy-content .zxqy-head ul li .icon-pthy {
  display: block;
  width: 21px;
  height: 18px;
  background: url(../images/services/icon_zuanshi.png);
  margin-right: 10px;
}
.qfb-zxqy .zxqy-content .zxqy-head ul li .icon-jphy {
  display: block;
  width: 23px;
  height: 21px;
  background: url(../images/services/icon_huangguan.png);
  margin-right: 10px;
}
.qfb-zxqy .zxqy-content .zxqy-body ul {
  display: flex;
  height: 83px;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e2e3e6;
}
.qfb-zxqy .zxqy-content .zxqy-body ul:nth-child(even) {
  background: #f6f6fd;
}
.qfb-zxqy .zxqy-content .zxqy-body ul li {
  width: 33.33%;
  height: 82px;
  border-right: 1px solid #e2e3e6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qfb-zxqy .zxqy-content .zxqy-body ul li:first-child {
  padding-left: 124px;
  font-size: 16px;
  justify-content: flex-start;
}
.qfb-zxqy .zxqy-content .zxqy-body ul li:last-child {
  border-right: 0;
}
.qfb-zxqy .zxqy-content .zxqy-body ul li .icon-true {
  display: block;
  width: 32px;
  height: 23px;
  background: url(../images/services/icon_true.png);
}
.qfb-zxqy .zxqy-content .zxqy-body ul li .icon-false {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/services/icon_false.png);
}
.qfb-zxqy .zxqy-rzbz {
  width: 930px;
  height: 121px;
  border: 1px solid #d8dae7;
  margin: 50px auto 0 auto;
  position: relative;
}
.qfb-zxqy .zxqy-rzbz .rzbz-title {
  width: 144px;
  height: 36px;
  background: #fdf7f3;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -72px;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.qfb-zxqy .zxqy-rzbz .rzbz-list {
  position: absolute;
  left: -135px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  height: 80px;
  bottom: -40px;
}
.qfb-zxqy .zxqy-rzbz .rzbz-list .item {
  height: 80px;
  width: 269px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.qfb-zxqy .zxqy-rzbz .rzbz-list .item.bz1 {
  background: url(../images/services/rzbz_01.png);
}
.qfb-zxqy .zxqy-rzbz .rzbz-list .item.bz2 {
  background: url(../images/services/rzbz_02.png);
}
.qfb-zxqy .zxqy-rzbz .rzbz-list .item.bz3 {
  background: url(../images/services/rzbz_03.png);
}
.qfb-zxqy .zxqy-rzbz .rzbz-list .item.bz4 {
  background: url(../images/services/rzbz_04.png);
}

.qfb-xxhd {
  padding: 55px 0 58px 0;
}
.qfb-xxhd .xxhd-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
.qfb-xxhd .xxhd-list .item {
  width: 290px;
  height: 275px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(216, 219, 224, 0.3);
  display: block;
}
.qfb-xxhd .xxhd-list .item img {
  display: block;
  width: 290px;
  height: 188px;
}
.qfb-xxhd .xxhd-list .item section {
  margin: 15px 20px;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.qfb-rmzc {
  padding: 55px 0 58px;
  background: #f5f6fc;
}
.qfb-rmzc .rmzc-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 7px;
}
.qfb-rmzc .rmzc-list .item {
  display: flex;
  border-bottom: 1px solid #eaedf4;
  padding: 30px 0;
}
.qfb-rmzc .rmzc-list .item img {
  display: block;
  width: 370px;
  height: 198px;
}
.qfb-rmzc .rmzc-list .item section {
  margin-left: 27px;
}
.qfb-rmzc .rmzc-list .item section .item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.qfb-rmzc .rmzc-list .item section .item-info {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 20px;
  height: 78px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.qfb-rmzc .rmzc-list .item section .item-bottom {
  display: flex;
  margin-top: 15px;
}
.qfb-rmzc .rmzc-list .item section .item-bottom p {
  font-size: 14px;
  color: #7f7f7f;
  margin-right: 45px;
}
.qfb-rmzc .rmzc-list .item section .item-bottom p span {
  display: inline-block;
  width: 36px;
  height: 17px;
  background: #0023f6;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-right: 9px;
  line-height: 18px;
}

.float-code {
  position: fixed;
  width: 170px;
  height: 202px;
  top: 50%;
  right: 10px;
}
