.zct-index .top-layer {
  background-image: url('../../image/zct/bg-hero-01.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.section-header {
  padding-top: 80px;
}
.section-header .title {
  padding: 20px 60px;
  text-align: center;
  letter-spacing: 3px;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
.section-header .desc {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  opacity: .7;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
.section-search {
  padding-top: 40px;
  text-align: center;
}
.section-search .title {
  margin-top: 40px;
  text-align: center;
  color: #FFF;
  font-size: 26px;
}
.section-search .desc {
  margin-top: 10px;
  text-align: center;
  opacity: .7;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
}
.section-search .btn-complete {
  margin: 28px 0;
  padding: 10px 40px;
  border-radius: 100px;
}
.section-search .content {
  margin: 20px 0 35px;
  text-align: center;
}
.section-search .content .search-container {
  position: relative;
  display: inline-block;
  width: 60%;
  margin-right: 20px;
  border-radius: 20px;
}
.section-search .content .search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 14px 40px;
  border: 1px solid #FFF;
  border-radius: 100px;
  background: #FFF;
  font-size: 16px;
}
.section-search .content .btn-search {
  padding: 14px 75px;
  border-radius: 100px;
  font-size: 16px;
}
.section-search .content .input-container {
  display: inline-block;
}
.section-search .content input::-webkit-input-placeholder {
  opacity: .7;
  color: #2A2B34;
}
.section-match-result {
  text-align: center;
}
.section-match-result .module {
  float: left;
  width: 49%;
  text-align: center;
}
.section-match-result .split-line {
  position: relative;
  top: 20px;
  float: left;
  width: 2%;
  text-align: center;
}
.section-match-result .split-line i {
  display: inline-block;
  width: 1px;
  height: 50px;
  opacity: .3;
  background: #FFF;
}
.section-match-result .module .value {
  padding: 0 80px;
  text-align: center;
  letter-spacing: .47px;
  color: #12B6CC;
  font-size: 36px;
}
.section-match-result .module .desc {
  text-align: center;
  opacity: .7;
  color: #FFF;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  line-height: 26px;
}
.section-hot-policy {
  margin-top: 60px;
  text-align: center;
}
.section-hot-policy .header .title {
  margin-bottom: 5px;
  text-align: center;
  color: #FFF;
  font-size: 26px;
}
.section-hot-policy .header .desc {
  text-align: center;
  opacity: .7;
  color: #FFF;
  font-size: 12px;
  line-height: 26px;
}
.section-hot-policy .inner {
  margin-top: 32px;
}
.section-hot-policy .policy-items .left, .section-hot-policy .policy-items .right {
  float: left;
  width: 32%;
}
.section-hot-policy .policy-items .item {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.section-hot-policy .policy-items .center {
  float: left;
  width: 36%;
  text-align: center;
}
.section-hot-policy .policy-items .center .item {
  width: 92%;
  margin: 0 auto;
}
.section-hot-policy .policy-items .item {
  cursor: pointer;
}
.section-hot-policy .policy-items .item .tag {
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -35px;
  padding: 5px 20px 3px;
  text-align: center;
  color: #FFF;
  border-radius: 6px;
  background: #12B6CC;
  font-size: 14px;
}
.section-hot-policy .policy-items .item .title {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  padding: 60px 20px 15px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .36px;
  text-overflow: ellipsis;
  color: #2A2B34;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
.section-hot-policy .policy-items .bonus {
  display: inline-block;
  overflow: hidden;
  margin: 5px 0;
  color: #12B6CC;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
}
.section-hot-policy .policy-items .advantage {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px 35px 0 35px;
  text-align: left;
  height: 150px;
}
.section-hot-policy .policy-items .advantage li {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: .7;
  color: #2A2B34;
  font-size: 14px;
}
.section-hot-policy .policy-items .advantage li:before {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-right: 14px;
  content: ' ';
  background: url('../../image/zct/icon-check.png') center center no-repeat;
  background: url('../../image/zct/icon-check.svg') center center no-repeat,
  none;
}
.section-hot-policy .policy-items .btn-apply {
  margin: 30px 0 40px;
  padding: 8px 40px;
  font-size: 16px;
}
.section-hot-policy .view-more {
  display: inline-block;
  margin: 40px 0 80px;
  padding: 5px 0;
  cursor: pointer;
  color: #12B6CC;
  border-bottom: 2px solid #12B6CC;
  font-size: 14px;
}
.section-achievement {
  padding: 20px 0 30px;
}
.section-achievement .split-line {
  position: relative;
  top: 20px;
  float: left;
  width: 2%;
  text-align: center;
}
.section-achievement .split-line i {
  display: inline-block;
  width: 1px;
  height: 140px;
  background: #DADBE0;
}
.section-achievement .module {
  float: left;
  width: 49%;
  text-align: center;
}
.section-achievement .module .num {
  color: #12B6CC;
  font-size: 52px;
  font-weight: bold;
}
.section-achievement .module .title {
  padding: 15px;
  text-align: center;
  color: #2A2B34;
  font-size: 18px;
  line-height: 26px;
}
.section-achievement .module .desc {
  max-width: 314px;
  margin: 0 auto;
  text-align: center;
  opacity: .7;
  color: #2A2B34;
  font-size: 14px;
  line-height: 26px;
}
.section-advantage .header {
  padding: 80px 0 36px;
}
.section-advantage .header .title {
  margin-bottom: 10px;
  text-align: center;
  color: #2A2B34;
  font-size: 26px;
}
.section-advantage .header .desc {
  text-align: center;
  opacity: .7;
  color: #2A2B34;
  font-size: 14px;
  line-height: 26px;
}
.section-advantage .row .cell {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
  width: calc(50% - 10px);
  min-height: 202px;
  margin-bottom: 20px;
  padding: 40px 40px 40px 180px;
  border-radius: 6px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.section-advantage .row .cell.last-child {
  float: right;
}
.section-advantage .row .cell .title {
  padding-bottom: 16px;
  color: #2A2B34;
  font-size: 18px;
  font-weight: bold;
}
.section-advantage .row .cell .desc {
  opacity: .7;
  color: #2A2B34;
  font-size: 14px;
  line-height: 26px;
}
.section-advantage .row .cell .desc p:before {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 14px;
  content: ' ';
  background: url('../../image/zct/icon-check.png') center center no-repeat;
  background: url('../../image/zct/icon-check.svg') center center no-repeat,
  none;
}
.section-advantage .row .cell .icon {
  position: relative;
  width: 180px;
}
.section-advantage .row .cell .icon {
  position: absolute;
  top: 50%;
  left: 50px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}
.section-about-us {
  margin-bottom: 115px;
  padding: 20px 0 30px;
}
.section-about-us .header .title {
  margin-bottom: 10px;
  text-align: center;
  color: #2A2B34;
  font-size: 26px;
}
.section-about-us .header .desc {
  text-align: center;
  opacity: .7;
  color: #2A2B34;
  font-size: 14px;
  line-height: 26px;
}
.section-about-us .inner {
  position: relative;
  width: 100%;
  height: 240px;
  margin: 32px 0 20px;
  background-image: url('../../image/zct/img-about-us.png');
}
.section-about-us .left {
  position: absolute;
  bottom: -100px;
  left: 40px;
  width: 30%;
  height: 200px;
  border-radius: 6px;
  background: #F2F5F8;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
.section-about-us i {
  position: absolute;
  top: 80px;
  left: 45%;
  display: inline-block;
  width: 44px;
  height: 32px;
  background-image: url('../../image/zct/icon-enter.png');
  background-image: url('../../image/zct/icon-enter.svg'), none;
}
.section-about-us .right {
  position: absolute;
  right: 40px;
  bottom: -100px;
  width: 60%;
  height: 200px;
  border-radius: 6px;
  background: #1271A0;
  background: linear-gradient(174deg, #0389B2 0%, rgba(62, 9, 89, .8) 100%);
}
.section-about-us .right .desc {
  padding: 60px 40px;
  text-indent: 25px;
  letter-spacing: .15px;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}
.icon-gold {
  background-image: url('../../image/zct/icon-ad-gold.png');
  background-image: url('../../image/zct/icon-ad-gold.svg'), none;
}
.icon-policy {
  background-image: url('../../image/zct/icon-ad-policy.png');
  background-image: url('../../image/zct/icon-ad-policy.svg'), none;
}
.icon-info {
  background-image: url('../../image/zct/icon-ad-info.png');
  background-image: url('../../image/zct/icon-ad-info.svg'), none;
}
.icon-exhibition {
  background-image: url('../../image/zct/icon-ad-exhibition.png');
  background-image: url('../../image/zct/icon-ad-exhibition.svg'), none;
}
.section-case {
  padding: 90px 0 80px;
  text-align: center;
}
.section-case .title {
  text-align: center;
  color: #FFF;
  font-size: 26px;
}
.section-case .inner {
  margin-top: 32px;
}
.section-case .case-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
}
.section-case .case-item h3 {
  padding: 0 40px;
  text-align: center;
  color: #12B6CC;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
.section-case .case-item p {
  margin-top: 20px;
  padding: 0 40px;
  text-align: left;
  text-indent: 25px;
  opacity: .7;
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
}
.section-case .bx-wrapper {
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-case .bx-wrapper .bx-controls-direction a {
  display: none;
}
.section-case .bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  opacity: .7;
  border-radius: 4px;
  background: #FFF;
}
.section-case .bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
  background: #FFF;
}
.section-case .bx-wrapper .bx-pager.bx-default-pager a:hover {
  opacity: 1;
  background: #FFF;
}
/*匹配弹窗*/
.policy-popup .ent-info-container {
  min-width: 520px;
  padding: 0;
}
.match-industry {
  overflow-y: auto;
  max-height: 420px;
  padding: 0 40px 40px;
  text-align: center;
}
.company-industry-title {
  margin-top: 32px;
  text-align: left;
  color: #2A2B34;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.company-industry-desc {
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  color: #525465;
  font-size: 14px;
}
.policy-popup .popup-container .match-industry .form-item {
  margin-bottom: 10px;
}
.policy-popup .popup-container .match-industry label {
  margin-top: 9px;
}
.policy-popup .match-input .match-input-info {
  padding: 40px 40px 20px;
  border-bottom: 1px solid #F0F1F3;
}
.policy-popup .match-input .company-industry-title {
  font-size: 18px;
}
.policy-popup .match-input .title {
  margin-bottom: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.policy-popup .match-get .match-get-info {
  padding: 50px 60px 33px;
  border-bottom: 1px solid #F0F1F3;
}
.policy-popup .match-get .company-industry-title {
  font-size: 22px;
}
.policy-popup .match-get .title {
  margin-bottom: 5px;
  text-align: left;
  color: #2A2B34;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.policy-popup .match-get .summary {
  color: #525465;
  font-size: 14px;
}
.policy-popup .popup-container.ent-info-container .zct-btn {
  width: 200px;
}
.policy-popup .ent-info-container .zct-form input[type='text'] {
  width: 334px;
}
.policy-popup .ent-info-container .zct-form select {
  width: 186px;
}
.industry-list {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 460px;
  margin-bottom: 50px;
  padding-right: 60px;
  text-align: left;
}
.industry-list.no-item .edit-btn {
  left: 0;
  padding-left: 0;
}
.industry-list span {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 14px;
  text-align: center;
  color: #525465;
  border-radius: 13px;
  background: #F2F5F8;
  font-size: 14px;
  line-height: 20px;
}
.industry-list .edit-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 20px;
  cursor: pointer;
  color: #12B6CC;
  font-size: 14px;
  line-height: 20px;
}
.industry-list .edit-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 6px;
  vertical-align: middle;
  background: url('../../image/zct/icon/edit.svg') no-repeat center center/100%
  100%;
}
/* 新增信息输入-zc-10.18 */


.ent-info-first {
  position: relative;
  /* display: none; */
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 640px;
  /* height: 618px; */
  /* margin: 100px auto; */
  /* margin-top: -321px; */
  padding: 30px 30px 50px;
  transform: translate(-50%,-50%);
  border-radius: 6px;
  background-color: #FFF;
}
.ent-info-input {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  /* text-align: center; */
  /* background-color: pink; */
  /* background: url(../../image/common/bgblack.png); */

  background: rgba(0, 0, 0, .4);
}
/* 第一步 */
.ent-info-con {
  box-sizing: border-box;
  width: 100%;
  /* height: 189px; */
  padding: 20px;
  border-radius: 4px;
  background-color: #F2F5F8;
}
.ent-info-con h3 {
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: bold;
}
.ent-info-con-area {
  color: #525465;
  font-size: 14px;
}
.ent-info-con-code {
  margin-bottom: 10px;
  color: #525465;
  font-size: 14px;
}
.ent-info-con-nums {
  color: #525465;
  font-size: 14px;
}
.ent-info-con-foot {
  margin-top: 10px;
  margin-left: 126px;
}
.ent-info-only-three {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  margin-top: 48px;
  color: #12B6CC;
  letter-spacing: 1px;
}
.ent-info-only-three span {
  position: relative;
}
.ent-info-only-three span::before, .ent-info-only-three span::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 52px;
  height: 1px;
  background-color: #12B6CC;
  top: 50%;
}
.ent-info-only-three span::before {
  left: -62px;
}
.ent-info-only-three span::after {
  right: -62px;
}
.ent-info-only-three .second {
  color: #F08D02;
  font-weight: bold;
}
.ent-info-industry {
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 0 0 20px;
}
.ent-info-industry-title span {
  margin-right: 8px;
  font-weight: bold;
  color: #12B6CC;
  font-size: 28px;
}
.ent-info-industry-title i {
  color: #2A2B34;
  font-size: 26px;
  font-weight: bold;
}
.ent-info-industry-subtitle {
  margin-bottom: 10px;
  color: #2A2B34;
  font-size: 22px;
  font-weight: bold;
}
.ent-info-industry-introduce {
  margin-bottom: 30px;
  margin-top: 6px;
  color: #525465;
}
.ent-info-industry-item span {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 2px 10px;
  cursor: pointer;
  border: 1px solid #FFF;
  border-radius: 13px;
  background-color: #F2F5F8;
}
/* 行业多选激活样式 */
.ent-info-industry-item .ent-info-industry-active {
  color: #12B6CC;
  border: 1px solid #12B6CC;
  background-color: #F6FFFF;
}
.ent-info-options {
  display: flex;
}
.ent-info-btn {
  width: 140px;
  height: 48px;
  margin: 0 0 0 auto;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  border-radius: 24px;
  background-color: #CCC;
  font-size: 18px;
  line-height: 48px;
}
/* 第一步操作完成 下一步样式 */
.ent-info-btn-active {
  width: 210px;
  margin: 0 auto 0 20px;
  background: linear-gradient(180deg,rgba(97,227,237,1) 0%,rgba(18,182,204,1) 100%);
  box-shadow: 0 0 20px 0 rgba(50,195,214,.2);
}
input[type='radio'] {
  display: none;
  outline: none;
          appearance: none;
  -webkit-appearance: none;
}
input[type='radio'] + i {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 6px;
  cursor: pointer;
  vertical-align: middle;
  background: url('../../image/zct/radio-no-act.png') no-repeat;
  background-size: cover;
}
input[type='radio']:checked + i {
  cursor: pointer;
  background-image: url('../../image/zct/radio-act.png');
  background-size: cover;
}
select {
  box-sizing: border-box;
  width: 180px;
  height: 40px;
  padding-right: 10px;
  color: #2A2B34;
  background: url('../../image/zct/sel-icon1.png') no-repeat scroll 155px;
          appearance: none;
     -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
 

.hide {
  display: none;
}
.step-content {
  margin-top: 46px;
}
.ent-info-step-close {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../../image/zct/ent-info-first-close.png) no-repeat;
  background-size: cover;
  opacity: .8;
}
/* 重写企业资料模板样式 */
.ent-info-input .template-info-box .zct-form input[type='text'], .ent-info-input .template-info-box .zct-form input[type='number'], .ent-info-input .template-info-box .zct-form input[type='tel'] {
  width: 300px;
}
.ent-info-input .input-verify-box {
  width: 300px;
}