.qfb-detail-banner {
  height: 508px;
  background: url(../images/services/qfb_banner.png) center no-repeat;
}

.detail-profile {
  height: 460px;
  background: url(../images/services/detail_rlzy.jpg) center no-repeat;
}
.detail-profile.fl {
  background: url(../images/services/profile_fl.jpg) center no-repeat;
}
.detail-profile .detail-profile-con {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding-top: 68px;
}
.detail-profile .detail-profile-left {
  width: 720px;
}
.detail-profile .detail-profile-left .profile-title {
  font-size: 28px;
  line-height: 30px;
  color: #2b2b2b;
}
.detail-profile .detail-profile-left .profile-info {
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
  color: #2b2b2b;
}
.detail-profile .detail-profile-left .profile-address {
  font-size: 14px;
  line-height: 26px;
  color: #4b4b4b;
  margin-top: 17px;
}
.detail-profile .detail-profile-left .profile-tel {
  font-size: 14px;
  line-height: 26px;
  color: #4b4b4b;
}
.detail-profile .btn-ljzx {
  display: flex;
  width: 127px;
  height: 45px;
  background: #1138f8;
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
}
.detail-profile .btn-ljzx.fl {
  margin-top: 300px;
  background: #fd5211;
  height: 36px;
  border-radius: 18px;
}
.detail-profile .btn-ljzx.fl:hover {
  background: #e5480d;
  color: #fff;
}
.detail-profile .btn-ljzx i {
  display: block;
  width: 19px;
  height: 9px;
  background: url(../images/services/jiantou.png);
  margin-left: 10px;
}
.detail-profile .btn-ljzx:hover {
  background: #2f51f7;
  color: #fff;
}
.detail-profile .detail-profile-right {
  width: 427px;
  height: 276px;
}

.detail-service {
  padding: 55px 0 34px 0;
  margin: 0 auto;
}
.detail-service.fl {
  background: #122550;
}

.detail-title {
  font-size: 28px;
  line-height: 30px;
  color: #2b2b2b;
  width: 1200px;
  margin: 0 auto;
}
.detail-title .line {
  width: 50px;
  height: 3px;
  background: #1138f8;
  margin-top: 13px;
}

.fl .detail-title {
  color: #fff;
}

.detail-service-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 47px;
}
.detail-service-list .item {
  height: 222px;
  box-shadow: 0 0 20px rgba(216, 221, 244, 0.45);
  margin-bottom: 23px;
  display: flex;
  padding-right: 40px;
}
.detail-service-list .item img {
  display: block;
  width: 376px;
  height: 222px;
}
.detail-service-list .item .item-right {
  margin-left: 35px;
  padding-top: 30px;
  flex: 1;
}
.detail-service-list .item .item-right .item-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.detail-service-list .item .item-right .item-info {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  height: 100px;
}
.detail-service-list .item .item-right .item-bottom {
  display: flex;
  justify-content: space-between;
}
.detail-service-list .item .item-right .item-bottom .item-price {
  font-size: 20px;
  font-weight: bold;
  color: #fd5211;
}
.detail-service-list .item .item-right .item-bottom .item-btn {
  display: flex;
}
.detail-service-list .item .item-right .item-bottom .item-btn a {
  display: block;
  width: 90px;
  height: 38px;
  border-radius: 19px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 38px;
  margin-left: 10px;
}
.detail-service-list .item .item-right .item-bottom .item-btn a.btn-ljzx {
  background: #1138f8;
}
.detail-service-list .item .item-right .item-bottom .item-btn a.btn-ljzx:hover {
  background: #2f51f7;
}
.detail-service-list .item .item-right .item-bottom .item-btn a.btn-ljxd {
  background: #fd5211;
}
.detail-service-list .item .item-right .item-bottom .item-btn a.btn-ljxd:hover {
  background: #f87645;
}

.fl .detail-service-list .item {
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.detail-message {
  height: 509px;
  background: url(../images/services/detail_08.jpg) center no-repeat;
  padding: 55px 0;
}
.detail-message .detail-msg-con {
  width: 1200px;
  margin: 0 auto;
}
.detail-message .detail-msg-con .detail-title {
  color: #fff;
}
.detail-message .detail-msg-con .line {
  background: #fd5211;
}
.detail-message .message-wrap {
  background: #f1f4f9;
  margin-top: 48px;
  border: 1px solid #e4e3e3;
}
.detail-message .message-wrap .message-top {
  background: #fafbff;
  height: 216px;
  padding: 30px 30px 20px 30px;
}
.detail-message .message-wrap .message-top .area-style {
  width: 100%;
  background: #fafbff;
  border: 0;
  height: 130px;
  font-family: "Microsoft YaHei";
}
.detail-message .message-wrap .message-font {
  text-align: right;
  color: #b7bac6;
  font-size: 16px;
}
.detail-message .message-wrap .message-font span {
  color: #fd5211;
}
.detail-message .message-wrap .message-bottom {
  display: flex;
  height: 80px;
  padding: 18px 0 18px 20px;
}
.detail-message .message-wrap .message-bottom .item {
  margin-right: 10px;
}
.detail-message .message-wrap .message-bottom .item .input-style {
  outline: none;
  height: 44px;
  border: 1px solid #dee1e7;
  background: #fff;
  width: 235px;
}
.detail-message .message-wrap .message-bottom .btn-submit {
  display: block;
  width: 97px;
  height: 44px;
  background: #6b80e6;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.detail-message .message-wrap .message-bottom .btn-submit:hover {
  background: #556ee5;
}

.detail-news {
  background: url(../images/services/detail_20.png) center top no-repeat;
  padding: 55px 0;
}
.detail-news .detail-news-con {
  width: 1200px;
  margin: 0 auto;
}
.detail-news .detail-news-list {
  margin: 40px 0;
}
.detail-news .detail-news-list .item {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
}
.detail-news .detail-news-list .item img {
  display: block;
  width: 370px;
  height: 198px;
}
.detail-news .detail-news-list .item .item-right {
  margin-left: 40px;
}
.detail-news .detail-news-list .item .item-right h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 15px;
}
.detail-news .detail-news-list .item .item-right p {
  font-size: 14px;
  line-height: 26px;
  color: #535457;
  margin-top: 10px;
}
.detail-news .detail-news-list .item:last-child {
  border: 0;
}

.enterprise-layer-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1005;
  display: none;
  align-items: center;
  justify-content: center;
}
.enterprise-layer-shadow.active {
  display: flex;
}
.enterprise-layer-shadow .enterprise-layer-content {
  width: 532px;
  min-height: 300px;
  background: #fff;
  border-radius: 3px;
  padding: 20px 20px 40px 20px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-top .layer-title {
  font-size: 22px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-top .layer-close {
  width: 18px;
  height: 18px;
  background: url(../images/services/close.png);
  cursor: pointer;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form {
  margin-top: 30px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .form-item {
  display: flex;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .form-item .form-item-left {
  line-height: 46px;
  width: 150px;
  text-align: right;
  padding-right: 20px;
  font-size: 14px;
  color: #696d71;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .form-item .form-item-right {
  width: 290px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .form-item .form-item-right .input-style {
  height: 46px;
  border: 1px solid #e4e7ee;
  width: 290px;
  padding: 15px;
  background: #f5f9fd;
  border-radius: 3px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .form-item .form-item-right .area-style {
  height: 96px;
  border: 1px solid #e4e7ee;
  display: block;
  padding: 15px;
  background: #f5f9fd;
  width: 290px;
  border-radius: 3px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .form-item .err-msg {
  font-size: 14px;
  padding: 5px 0;
  line-height: 18px;
  color: #ff0000;
  min-height: 22px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .btn-submit {
  display: block;
  margin-left: 170px;
  width: 150px;
  height: 50px;
  background: #1138f8;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
}
.enterprise-layer-shadow .enterprise-layer-content .layer-form .btn-submit:hover {
  background: #2f51f7;
}
