@charset "UTF-8";
/**快速匹配
 * date:2021-12-17
 * author: zhaojun;
 */
.top {
  height: 248px;
  background: url("../images/quick/bg.png") center no-repeat;
}

.common-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bannertle {
  font-size: 42px;
  font-family: ys;
  color: #fff;
  line-height: 65px;
  text-shadow: 0px 6px 12px rgba(48, 109, 160, 0.49);
  margin-top: -6px;
}

.littlep {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.comtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 65px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #3c91f1;
  line-height: 65px;
}

.comtitle .index {
  font-size: 24px;
  font-family: OPPOSans;
  font-weight: normal;
  font-style: italic;
  color: #3C91F1;
  line-height: 65px;
  margin-right: 15px;
}

.company-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company-confirm .label {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 44px;
  position: relative;
  width: 115px;
  text-align: right;
}

.company-confirm .label::after {
  content: '*';
  position: absolute;
  right: -5px;
  top: 56%;
  color: red;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company-confirm .putcont {
  width: 551px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 18px;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}

.company-confirm .putcont .dim-word2 {
  position: absolute;
}

.company-confirm .putcont .puttext {
  width: 550px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-radius: 5px;
}

.company-confirm .putcont .putbtn {
  width: 80px;
  height: 32px;
  background: #3C91F1;
  border-radius: 5px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  margin-top: -1px;
}

.company-confirm .success {
  font-size: 14px;
  color: #333333;
  line-height: 44px;
  padding-left: 30px;
  background: url("../images/quick/ok.png") center left no-repeat;
  margin-left: 16px;
}

.policy-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.policy-project .project-cont {
  width: 224px;
  height: 266px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  position: relative;
}

.policy-project .project-cont.extra > div::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 13px;
  background: url(../images/quick/icon-arr-bottom.png) center no-repeat;
}

.policy-project .project-cont.extra:hover > div::after {
  background: url(../images/quick/icon-arr-top.png) center no-repeat;
}

.policy-project .project-cont > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 4px;
  padding-top: 8px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F3F8FF), to(#E8F2FF));
  background: linear-gradient(0deg, #F3F8FF, #E8F2FF);
  border-radius: 5px;
  border: 2px solid transparent;
}

.policy-project .project-cont > div .second-cont {
  width: 100%;
}

.policy-project .project-cont > div .second-cont .checkbox {
  width: 100%;
  padding-right: 2px;
}

.policy-project .project-cont:hover > div {
  display: block;
  width: 224px;
  left: 0;
  height: auto;
  min-height: 266px;
  max-height: 440px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F9FF), to(#EBF4FF));
  background: linear-gradient(0deg, #F5F9FF, #EBF4FF);
  z-index: 99;
  border-radius: 5px;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 21px 40px 0px rgba(50, 61, 95, 0.15);
          box-shadow: 0px 21px 40px 0px rgba(50, 61, 95, 0.15);
  border-radius: 5px;
}

.policy-project .project-cont:hover > div .second-cont {
  height: auto;
  max-height: 270px;
}

.policy-project .project-cont:nth-child(5n) {
  margin-right: 0;
}

.policy-project .project-cont:nth-child(n+6) {
  margin-top: 20px;
}

.policy-project .project-cont .top {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/quick/pctopbg.png") center no-repeat;
}

.policy-project .project-cont .top.purpose {
  background: url("../images/quick/purposebg.png") center no-repeat;
}

.policy-project .project-cont .top.blue {
  background: url("../images/quick/bluebg.png") center no-repeat;
}

.policy-project .project-cont .top.green {
  background: url("../images/quick/greenbg.png") center no-repeat;
}

.policy-project .project-cont .top.orange {
  background: url("../images/quick/orangebg.png") center no-repeat;
}

.policy-project .project-cont .top h3 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  margin-left: 10px;
}

.checkbox {
  display: block;
  height: 39px;
  width: 208px;
  padding-left: 32px;
  font-size: 15px;
  color: #666666;
  line-height: 39px;
  background: url("../images/quick/box.png") center left 4px no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkbox.active, .checkbox.active2 {
  color: #3C91F1;
  background: url("../images/quick/boxed2.png") center left 4px no-repeat;
}

.second-cont {
  height: 120px;
}

.all,
.all2 {
  margin-top: 8px;
}

.have-chosen {
  height: 114px;
  background: -webkit-gradient(linear, left top, right top, from(#F5F9FF), to(#EBF4FF));
  background: linear-gradient(90deg, #F5F9FF, #EBF4FF);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0 15px 0;
  overflow: hidden;
}

.have-chosen.active {
  height: auto;
}

.have-chosen .name {
  font-size: 14px;
  color: #666666;
  line-height: 44px;
  padding-left: 18px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.have-chosen .tag-box,
.have-chosen .tag-box2 {
  width: 888px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.have-chosen .tag-box .tag-list,
.have-chosen .tag-box .industry-list,
.have-chosen .tag-box2 .tag-list,
.have-chosen .tag-box2 .industry-list {
  width: 168px;
  height: 34px;
  background: #fff;
  border-radius: 2px;
  margin-right: 12px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.have-chosen .tag-box .tag-list:nth-child(5n),
.have-chosen .tag-box .industry-list:nth-child(5n),
.have-chosen .tag-box2 .tag-list:nth-child(5n),
.have-chosen .tag-box2 .industry-list:nth-child(5n) {
  margin-right: 0;
}

.have-chosen .tag-box .tag-list:nth-child(n+6),
.have-chosen .tag-box .industry-list:nth-child(n+6),
.have-chosen .tag-box2 .tag-list:nth-child(n+6),
.have-chosen .tag-box2 .industry-list:nth-child(n+6) {
  margin-top: 14px;
}

.have-chosen .tag-box .tag-list p,
.have-chosen .tag-box .industry-list p,
.have-chosen .tag-box2 .tag-list p,
.have-chosen .tag-box2 .industry-list p {
  width: 135px;
  font-size: 14px;
  color: #666666;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.have-chosen .tag-box .tag-list .close,
.have-chosen .tag-box .tag-list .close2,
.have-chosen .tag-box .industry-list .close,
.have-chosen .tag-box .industry-list .close2,
.have-chosen .tag-box2 .tag-list .close,
.have-chosen .tag-box2 .tag-list .close2,
.have-chosen .tag-box2 .industry-list .close,
.have-chosen .tag-box2 .industry-list .close2 {
  width: 10px;
  height: 10px;
  margin-left: 7px;
  background: url("../images/quick/close.png") center no-repeat;
  cursor: pointer;
}

.have-chosen .clearall,
.have-chosen .clearall2 {
  width: 56px;
  height: 24px;
  background: #3C91F1;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-left: 22px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.have-chosen .open,
.have-chosen .open2 {
  width: 56px;
  height: 24px;
  background: #3C91F1;
  border-radius: 12px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  margin-left: 11px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.have-chosen .open::after,
.have-chosen .open2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

.have-chosen .open.active::after,
.have-chosen .open2.active::after {
  content: '';
  border: none;
}

.have-chosen .open.active::before,
.have-chosen .open2.active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-bottom: 5px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

.btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}

.btn-cont .matching {
  width: 127px;
  height: 43px;
  background: #3C91F1;
  border-radius: 2px;
  font-size: 18px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}

.btn-cont .retry {
  width: 127px;
  height: 43px;
  background: #EBF4FF;
  border-radius: 2px;
  font-size: 18px;
  color: #3C91F1;
  line-height: 43px;
  text-align: center;
  cursor: pointer;
}

.match-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  background: url("../images/quick/onething-banner.png") center no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.match-info .genju {
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding-left: 57px;
}

.match-info .poc-num {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  position: relative;
}

.match-info .poc-num::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 84px;
  background: url("../images/quick/line.png") center no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.match-info .poc-num .numcont {
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
  color: #35f8ff;
  line-height: 20px;
  text-align: center;
}

.match-info .poc-num .numcont > span {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.match-info .poc-num .pname {
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}

.match-info .thing-num {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.match-info .thing-num .numcont {
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
  color: #fff45c;
  line-height: 20px;
  text-align: center;
}

.match-info .thing-num .numcont > span {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
}

.match-info .thing-num .pname {
  font-size: 18px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}

body .chosen2 {
  margin-top: 5px;
  /*border-top: 2px solid #666;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.exppreoject {
  margin-top: 20px;
  display: none;
}

.projectout {
  display: flex;
  flex-wrap: wrap;
}

.moreProject {
  width: 57px;
  display: block;
  margin: 25px auto 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #3e7fec;
  line-height: 24px;
  padding-right: 24px;
  background: url("../images/quick/up.png") center right no-repeat;
  cursor: pointer;
}

.moreProject.active {
  background: url("../images/quick/morepc.png") center right no-repeat;
}

.industry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.industry-list .industry-in {
  width: 223px;
  height: 71px;
  background: url("../images/quick/indusbg.png") center no-repeat;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 22px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}

.industry-list .industry-in:nth-child(5n) {
  margin-right: 0;
}

.industry-list .industry-in:nth-child(n+6) {
  margin-top: 20px;
}

.industry-list .industry-in.active {
  -webkit-box-shadow: 0px 6px 15px 0px rgba(121, 165, 252, 0.51), 0px 3px 7px 0px rgba(13, 56, 127, 0.35);
          box-shadow: 0px 6px 15px 0px rgba(121, 165, 252, 0.51), 0px 3px 7px 0px rgba(13, 56, 127, 0.35);
  background: url("../images/quick/cnbg.png") center no-repeat;
}

.industry-list .industry-in.active::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 46px;
  background: url("../images/quick/pointto.png") center no-repeat;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.industry-list .industry-in.active .name {
  color: #FFF;
}

.industry-list .industry-in .name {
  display: block;
  font-size: 15px;
  color: #333333;
  line-height: 22px;
}

.industry-detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 37px;
  margin-bottom: 35px;
  height: 142px;
  background: #FDFDFD;
  border: 1px solid #E7ECF3;
  -webkit-box-shadow: 0px 13px 27px 0px rgba(221, 226, 237, 0.4);
          box-shadow: 0px 13px 27px 0px rgba(221, 226, 237, 0.4);
  border-radius: 4px;
  padding: 0 20px;
}

.industry-detail .project-cont {
  display: block;
}

.industry-detail .project-cont .all2 {
  width: 100%;
  margin-top: 6px;
  position: relative;
}

.industry-detail .project-cont .all2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -7px;
  border-bottom: 1px dashed #C5C5C5;
}

.industry-detail .project-cont .thirdbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 78px;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 8px;
}

.industry-detail .project-cont .thirdbox .third {
  width: 192px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.company-confirm .putcont .dim-word2 {
    position: absolute;
}

.dim-word,.dim-word2 {
    position: absolute;
    top: 48px;
    left: 0;
    width: 464px;
    padding: 15px 24px 15px 10px;
    border-radius: 8px;
    background: #fff;
    z-index: 1000;
    max-height: 218px;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.2);
    display: none;
}

.dim-word2  {
    width: 551px;
    top: 33px;
}

.dim-word li,.dim-word2 li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    cursor: pointer;
}

.dim-word li:hover {
    background: #edf5ff;
}

.dim-word li span {
    color: #3c91f1;
}

.dim-word2 li:hover {
    background: #edf5ff;
}

.dim-word2 li span {
    color: #3c91f1;
}

.policy-list li {
    padding: 18px 0px 13px 14px;
    border-bottom: 1px solid #e0e0e0;
}

.policy-list li:hover {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: transparent;
    -webkit-box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
    box-shadow: 0 4px 24px rgba(17, 27, 39, 0.2);
}

.policy-list li .policy-title {
    display: block;
    padding-left: 28px;
    font-size: 18px;
    line-height: 30px;
    background: url("../images/policy-title.png") no-repeat left center;
    cursor: pointer;
}

.policy-list li .policy-intro {
    /*margin: 12px 0;*/
    margin: 3px 0px 3px 28px;
    /*height: 48px;*/
    line-height: 24px;
    color: #868686;
}

.policy-intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.policy-list li .policy-info {
    float: left;
    color: #868686;
}

.policy-list li .policy-info .split-line {
    margin: 0 15px;
}

.policy-list li .policy-operation {
    float: right;
}

.policy-list li .policy-operation a {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    padding: 0 10px;
    border: 1px solid transparent;
}

.policy-list li .policy-operation a.read {
    color: #3aaf8a;
    border-color: #3aaf8a;
}

.policy-list li .policy-operation a.cash {
    color: #e96d42;
    border-color: #e96d42;
    margin-bottom: 5px;
}

body .thing-list {
    height: 86px;
    background: #f4f9fd;
    border-radius: 4px;
    padding: 12px 17px 0 20px;
}

.thing-box {
    display: none;
}

.policy-list li:nth-child(1) .thing-box {
    display: block;
}

.policy-list li:nth-child(1) .thing-box {
    display: block;
}

.thing-list:nth-child(n+2) {
    margin-top: 10px;
}
.keyword {
    color: #e60012;
}
.partcont {
    padding-left: 28px;
}
.business>.partcont {
    display: none;
}
.query-conditions .split-line {
    float: left;
    margin: 0 10px;
    color: #e0e0e0;
    line-height: 26px;
}
.policy-list li .policy-info .split-line {
    margin: 0 15px;
}

.supplynum {
    color: #3c91f1;
    position: relative;
    cursor: pointer;
}

.supplynum::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("../images/sortup.png") center no-repeat;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
}

.supplynum.active::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("../images/sortdown.png") center no-repeat;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
}

.readmore {
    display: block;
    height: 40px;
    background: #f4f9fd;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #4c8ff2;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

.thingtitle {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
    cursor: pointer;
}
body .business>.policy-title {
    background: url("../images/green.png ") no-repeat left center;
}
.have-chosen-theone {
    height: 65px !important;
}
.other{
    margin-right: -20px;
}
.banner-content-left {
    width: 50%;
    padding-top: 19px;
}


.banner-content-right {
    width: 50%;
    right: -45px;
    position: relative;
    top: 26px;

}

.perfect-information {
    font-family: ys;
    display: inline-block;
    width: 118px;
    height: 34px;
    background: #fff;
    border-radius: 17px;
    margin-left: -330px;
    margin-left: 389px;
    margin-top: 56px;
}


.icon-pen-blue2 {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-left: 19px;
    margin-top: 9px;
    margin-right: 6px;
    background: url(../images/bg-btn-right.png) center no-repeat;

}


.perfect-information span {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 400;
    color: #3c91f1;
    line-height: 34px;
}
