@charset "UTF-8";
/*
 * @Author: trh 
 *服务办事大厅
 * @Date: 2022-06-16
 * @Last Modified time: 2022-06-17
 */
.center {
  margin: 0 auto;
  width: 1280px;
  overflow: hidden;
}

.banner {
  display: block;
  height: 518px;
  border-bottom: 6px solid #d7c394;
  background: url("../images/finance/banner.jpg") center top no-repeat;
}

.layout-top {
  padding-bottom: 51px;
  background: url(../images/service_hall//layouttop_bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.layout-center {
  min-height: 260px;
  overflow: hidden;
  background: url(../images/service_hall/layoutcenter_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

/*企业项目平台*/
.top-main {
  position: relative;
}

/*标题*/
.title-wrap {
  height: 169px;
  position: relative;
}

.enterprise-title {
  position: absolute;
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.subtitle {
  position: absolute;
  top: 108px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.category-box {
  margin: 0 187px;
}

.category-item {
  width: 93px;
  height: 265px;
  margin: 12px 44px 0;
  cursor: pointer;
}

.category-item.active .category-link, .category-item:hover .category-link {
  background-image: url(../images/service_hall/category_active.png);
}

.category-item.active .category-link > span, .category-item:hover .category-link > span {
  text-align: justify;
  text-shadow: #73e2ad 1px 0 0, #73e2ad 0 1px 0, #73e2ad -1px 0 0, #73e2ad 0 -1px 0;
}

.category-link {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 34px;
  background: url(../images/service_hall/category_normal.png) no-repeat center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-link > span {
  color: #c58f52;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}

.categorybox {
  overflow: hidden;
}

/*图书、报纸、期刊、音像制品、电子及其他出版物出版*/
.journalism-box {
  margin-right: -20px;
}

.journalism-item {
  margin-top: 19px;
  width: 305px;
  height: 220px;
  padding: 35px 24px 11px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  background: url(../images/service_hall/news_bg.png) no-repeat center;
  overflow: hidden;
}

.journalism-info {
  color: #764a31;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
}

.journalism-name {
  color: #764A31;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.journalism-text {
  margin-top: 8px;
  overflow: hidden;
}

/* 直接挂牌 */
.listing {
  margin-top: 88px;
}

.listing .hd {
  height: 48px;
  text-align: center;
  font-size: 0;
}

.listing-li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.listing-li.active .listing-a {
  color: #764a31;
  background: url("../images/finance/listing1.png") left top no-repeat;
}

.listing-a {
  display: block;
  width: 163px;
  height: 48px;
  line-height: 48px;
  background: #eeddc9;
  font-size: 20px;
  color: #bea08f;
  border-radius: 24px;
}

.listing .bd {
  min-height: 400px;
}

.listing {
  /*条件*/
  /*挂牌流程*/
  /*挂牌成功提供服务*/
}

.listing-top {
  padding-top: 9px;
}

.listing-condition {
  width: 462px;
  height: 352px;
  padding: 63px 13px 20px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/service_hall/house_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.condition-hd {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.condition-item {
  min-width: 32px;
  height: 24px;
  padding-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
  margin: 0 9px;
  color: #867771;
  cursor: pointer;
}

.condition-item.active {
  color: #ae000e;
  font-weight: 700;
  position: relative;
}

.condition-item.active:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 16px;
  background: #ae000e;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  border-radius: 3px;
}

.condition-bd {
  height: calc(100% - 29px);
}

.condition-bd .bdl {
  height: calc(100% - 15px);
  padding: 20px 16px 0 23px;
  overflow: hidden;
}

.condition-bd .info-item {
  line-height: 30px;
  font-size: 16px;
  color: #343331;
}

.listing-process {
  width: 803px;
  height: 331px;
  margin: 21px 0 0 0;
  background: url(../images/service_hall/process_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.process-title {
  padding-top: 23px;
  height: 30px;
  color: #764a31;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.process-box {
  margin: 26px 0;
  height: calc(100% - 54px - 53px);
  overflow: auto;
  margin-right: -17px;
}

.process-lists {
  padding: 0 14px;
}

.process-item {
  width: 151px;
  margin: 0 2px;
  height: 134px;
  position: relative;
}

.process-item:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 20px;
  background: url(../images/service_hall/process_arrow.png) no-repeat center;
  left: -9px;
  top: 44px;
}

.process-item:first-child:before {
  content: none;
}

.process-step {
  margin: 36px 0 0 45px;
  width: 57px;
  line-height: 31px;
  font-size: 12px;
  height: 34px;
  color: #E3C5A3;
  text-align: center;
  background: url(../images/service_hall/process_ico.png) no-repeat left 9px center;
}

.process-info {
  margin-top: 2px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 151px;
  height: 56px;
  line-height: 17px;
  text-align: center;
  color: #FEFEFD;
  padding: 8px 18px;
  background: url(../images/service_hall/process_item_bg.png) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.process-info > p {
  text-align: center;
  width: 100%;
}

.listing-bom {
  margin-top: 22px;
  height: 293px;
  margin-left: 13px;
}

.listing-bom .item {
  height: 100%;
}

.sucess-serve {
  width: 832px;
  background: #ede5d9 url(../images/service_hall/sucess_bg.png) no-repeat center;
  background-size: calc(100% - 12px) calc(100% - 14px);
  border-radius: 2px;
}

.sucess-swiper {
  height: calc(100% - 53px - 27px);
  margin: 7px 24px 20px 24px;
}

.sucess-item {
  width: 186px;
  margin: 0 5px;
}

.sucess-link {
  display: block;
  width: 186px;
  height: 158px;
  background: #d2c3ac;
  border-radius: 2px;
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sucess-img {
  height: 113px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.sucess-img:before {
  position: absolute;
  content: "";
  width: 160px;
  height: 107px;
  left: 4px;
  top: 3px;
  background: url(../images/service_hall/sucess_bg.png) no-repeat center;
  background-size: 160px 107px;
  z-index: 999;
}

.sucess-img > img {
  width: 100%;
  height: 100%;
}

.sucess-name {
  color: #764a31;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 6px;
}

.swiper-wrap {
  width: 100%;
}

.sucess-step {
  width: 418px;
}

.sucess-step-item {
  padding: 19px 22px 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 137px;
  background: #ede5d9;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sucess-step-item + .sucess-step-item {
  margin-top: 19px;
}

.sucess-explain {
  width: 200px;
  margin-right: 15px;
}

.sucess-explain-info {
  line-height: 24px;
  font-size: 16px;
  color: #764a31;
  padding-left: 25px;
}

.sucess-vip {
  display: block;
  color: #fff;
  line-height: 21px;
  background: #ae000e;
  border-radius: 23px;
  width: 56px;
  padding: 5px 14px;
  height: 21px;
  margin: 12px auto 0;
  /*敬请期待*/
}

.noinfo {
  position: absolute;
  content: "";
  color: #fff;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px 14px;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
}

.sucess-vip:hover {
  /* position: relative; */
  /* font-size: 0; */
}

.sucess-vip:hover .noinfo {
  display: block;
}

.sucess-pic {
  width: 181px;
  height: 93px;
  margin: 3px 0 0 0;
}

.sucess-pic > img {
  width: 100%;
  height: 100%;
}

/*轮播样式swiper*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d2c3ac;
  opacity: 1;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 12px;
}

.swiper-pagination-bullet-active {
  background: #ae000e;
}

/*需求挂牌tab*/
.demands .listing-bom {
  height: 360px;
}

.demands .sucess-serve.left {
  width: 441px;
  background-image: url(../images/service_hall/provide_box_bg.png);
}

.demands .sucess-serve.right {
  width: 803px;
  padding: 32px 27px 34px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.demands .sucess-serve.right .sucess-step {
  width: 383px;
}

.demands .sucess-serve.right .sucess-step-item {
  background: #f8f1e8;
  border-radius: 2px;
}

.demands-serve {
  height: calc(100% - 53px - 67px);
  margin: 47px 22px 20px 17px;
}

.provide-lists .sucess-name {
  padding-top: 0;
}

.provide-item {
  width: 193px;
  height: 96px;
  margin: 0 4px 7px;
  background: url(../images/service_hall/provide_bg.png) no-repeat center;
}

.provide-link {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.provide-link > p {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}

.provide-demands {
  width: 346px;
  height: 294px;
  background: #f8f1e8;
  border-radius: 2px;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.provide-demands .provide-lists {
  padding: 49px 18px 22px 10px;
  height: calc(100% - 71px);
  overflow: auto;
  margin-right: -18px;
}

.provide-demands .provide-item {
  width: 99px;
  height: 65px;
  margin: 0 0 18px 7px;
  opacity: 0.6;
  background-image: url(../images/service_hall/demand_click_bg.png);
}

.provide-demands .provide-item:hover, .provide-demands .provide-item.active {
  opacity: 1;
}

.provide-demands .provide-item .noinfo {
  color: #764a31;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
}

.provide-demands .provide-item:hover .journalism-info {
  position: relative;
  font-size: 0;
}

.provide-demands .provide-item:hover .noinfo {
  display: block;
}

/*个人*/
.personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
}

.personal .sucess-step-item {
  background: #faf3ea;
  border: 1px solid #d2c3ac;
  border-radius: 2px;
  margin: 0 10px 0;
}

/*艺术挂牌平台*/
.layout-third {
  padding-bottom: 47px;
  background: url(../images/service_hall/layouthird_bg.png) no-repeat bottom center;
  background-size: 100% 100%;
}

.layout-third .title-wrap {
  height: 94px;
}

.layout-third .enterprise-title {
  top: 47px;
}

.layout-third .listing-condition {
  width: 637px;
  height: 372px;
  padding: 48px 18px 14px 13px;
}

.layout-third .condition-bd {
  height: calc(100% - 53px);
}

.layout-third .condition-bd .bdl {
  padding: 19px 25px 0 31px;
  height: calc(100% - 19px);
}

.art {
  padding: 43px 0 26px 0;
}

.layout-third .listing-bom {
  height: 195px;
  margin-top: 23px;
}

.layout-third .listing-process {
  width: 803px;
  height: 195px;
  margin-top: 0;
}

.life.sucess-serve {
  width: 424px;
}

.life .process-title {
  height: 27px;
  line-height: 27px;
  padding-top: 37px;
}

.life .condition-bd {
  height: calc(100% - 64px - 29px);
  padding: 19px 27px 10px 32px;
}

.life .condition-bd .info-item {
  line-height: 24px;
}

.layout-third .process-box {
  margin: 0;
  height: calc(100% - 53px);
}

.layout-third .process-item {
  height: 118px;
}

.layout-third .process-item:before {
  top: 29px;
}

.layout-third .process-step {
  margin-top: 21px;
}

.art-enter {
  padding-top: 24px;
  text-align: center;
}

.enter-btn {
  display: block;
  width: 266px;
  height: 30px;
  margin: 0 auto;
  color: #fce6c4;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 37px 0;
  background: url(../images/service_hall/enter_btn_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.enter-btn .noinfo {
  height: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 37px 0;
  color: #97d69f;
}

.enter-btn:hover {
  color: #97d69f;
  position: relative;
  /* font-size: 0; */
}

.enter-btn:hover .noinfo {
  display: block;
}

/*文创版融资服务*/
.layout-bom {
  padding-bottom: 25px;
  background: #fff;
}

.layout-bom .title-wrap {
  height: 124px;
}

.layout-bom .enterprise-title {
  top: 47px;
}

.financing-explain {
  text-align: center;
}

.financing-explain-txt {
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
  margin: 0 266px;
}

.products-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.products-item {
  width: 305px;
  height: 373px;
  background: #ede5d9;
  border-radius: 2px;
  padding: 21px 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 36px;
  margin-right: 20px;
  overflow: hidden;
}

.products-link {
  display: block;
  width: 266px;
  height: 165px;
}

.products-link > img {
  width: 100%;
  height: 100%;
}

.products-name {
  color: #764a31;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  line-height: 30px;
  padding-top: 12px;
}

.products-info-txt {
  color: #62605b;
  font-size: 14px;
  line-height: 21px;
  padding-top: 12px;
}

.sucess-explain-info > span {
  overflow: hidden;
}

.sucess-explain-info > p {
  overflow: hidden;
}
