﻿/* 产业链弹框 */

.cyl-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99999;
}
::-webkit-input-placeholder {
  color: #656668 !important;
}
.cyl-close {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 999999;
}

.cyl-close svg {
  width: 30px;
  height: 30px;
  color: #666;
  opacity: 0.7;
  cursor: pointer;
  transition: all linear 0.25s;
}

.cyl-close svg:hover {
  opacity: 1;
  color: #333;
}

.cyl-content {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 30px auto;
  /* position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    right: 30px; */
  background: #fff;
  z-index: 99999;
}

.cyl-content iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.inno-popup {
  margin: 0px 20px;
  line-height: 40px;
  border: 1px solid #cedff1;
  border-radius: 2px;
  color: #333;
  box-shadow: 2px 2px 10px rgba(60, 148, 207, 0.2);
  background: #fff;
}

.inno-popup img {
  width: 295px;
  height: 220px;
}

.inno-popup p {
  padding: 0 20px;
  line-height: 40px;
}

.type-list ul li {
  background: #fff;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
  height: 65px;
  display: flex;
  cursor: pointer;
}

/*滚动条样式*/

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
}

.car-right-wrap-yqpic {
  width: 290px;
  height: 150px;
  border-radius: 4px;
  margin: 20px 0 10px 0;
  overflow: hidden;
  cursor: pointer;
}

.car-right-wrap-yqpic img {
  width: 100%;
  height: 100%;
}

.c2-right-honer {
  height: calc(70% - 10rem);
  overflow-y: auto;
}

.c2-right-honer p {
  font-size: 1.6rem;
  text-align: left;
  color: #333;
  position: relative;
  margin-left: 2.5rem;
  padding: 0.4rem 0;
}

.c2-right-honer p i {
  display: inline-block;
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border: 0.3rem solid #3c94cf;
  border-radius: 50%;
  left: -2.5rem;
  top: 50%;
  margin-top: -0.6rem;
}

.car-right-wrap-jgpic {
  width: 84%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 20px;
}

.car-right-wrap-jgpic img {
  width: 100%;
  height: 100%;
}

.cij-right-list ul li {
  cursor: pointer;
}

.rt-rc-ents ul li {
  cursor: pointer;
}

.crt-chart {
  flex: 1;
  margin-top: 15px;
  width: 100%;
  height: calc(100% - 180px);
  position: relative;
}

/* .crt-chart div {
            width:300px;
            height:200px;
            float:left
            } */

.car-info-wrap {
  width: 50% !important;
  height: 50% !important;
  float: left;
}

/* .crt-chart div:nth-child(1) {
        width: 50%;
        height: 50%;
        }
        .crt-chart div:nth-child(2) {
            position: absolute;
            right: 0;
            top: 0;
            left: 50%;
            bottom: 50%;
            }
            .crt-chart div:nth-child(3) {
                position: absolute;
                left: 0;
                top: 50%;
                right: 50%;
                bottom: 0;
                }
                .crt-chart div:nth-child(4) {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    right: 0;
                    bottom: 0
                    }
     */
.ind-left-type {
  height: calc(100%);
  overflow: auto;
}

.ind-left-title {
  font-size: 14px;
  padding: 12px 5px 4px 18px;
  color: #444;
}
.ind-left-type-item dt {
  overflow: hidden;
}
.ind-left-type-item dl a {
  float: left;
}
.ind-left-type-item {
  position: relative;
  clear: both;
  margin: 10px 0 8px 16px;
}
.ind-left-type-item dl dd i {
  width: 56px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 1px;
  background: url(../images/tag-db-icon.png) !important;
  opacity: 0.92;
  margin-left: -7px;
}
/* 意向登记 */
.intention-reg {
  width: 700px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -350px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.pano-popup-intention {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pano-popup-intention-open {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
}
.pano-popup-intention-close {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}
input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bfbfbf;
}
input:-moz-placeholder {
  font-size: 1px;
  color: #bfbfbf;
}
input:-ms-input-placeholder {
  font-size: 14px;
  color: #bfbfbf;
}
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}

.zeromodal-container {
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', Arial-normal, 'open sans',
    'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: absolute;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  border: none;
  background-color: #fff;
  z-index: 1001;
  padding: 19px 16px;
  box-sizing: content-box;
  z-index: 10004;
  width: 350px;
  height: 240px;
  position: absolute;
  margin: 0px;
  left: 50%;
  margin-left: -175px;
  top: 50%;
  margin-top: -160px;
}

.zeromodal-top {
  cursor: move;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
}

.zeromodal-header {
  margin-top: 4px;
  margin-bottom: 18px;
  color: #666;
  font-weight: bold;
  font-size: 14px;
}

.zeromodal-body {
  font-size: 12px;
  color: #333;
  /*overflow-y: auto;*/
}
.show-zero2 {
  -webkit-animation: showZeroAlert 0.3s;
  animation: showZeroAlert 0.3s;
}

.show-zero2.no-animation {
  -webkit-animation: none;
  animation: none;
}

.zeromodal-icon {
  width: 80px;
  height: 80px;
  border: 4px solid #808080;
  border-radius: 50%;
  margin: 16px auto 16px;
  margin-top: 16px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zeromodal-icon.zeromodal-icon-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #3fc3ee;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.zeromodal-icon.zeromodal-icon-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #c9dae1;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.zeromodal-error {
  border-color: #f27474;
}

.zeromodal-icon.zeromodal-error .x-mark {
  position: relative;
  display: block;
}

.zeromodal-icon.zeromodal-error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.zeromodal-icon.zeromodal-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.zeromodal-icon.zeromodal-error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.zeromodal-icon.zeromodal-success {
  border-color: #a5dc86;
}

.zeromodal-icon.zeromodal-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.zeromodal-icon.zeromodal-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.zeromodal-icon.zeromodal-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.zeromodal-icon.zeromodal-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.zeromodal-icon.zeromodal-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.zeromodal-icon.zeromodal-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.zeromodal-icon.zeromodal-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes showZeroAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes showZeroAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes hideZeroAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes hideZeroAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.zeromodal-title1 {
  width: 100%;
  text-align: center;
  color: #575757;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0;
}

.zeromodal-title2 {
  width: 100%;
  text-align: center;
  color: #b7b7b7;
  font-size: 13px;
  padding: 8px 0;
}
.zeromodal-footer {
  position: absolute;
  bottom: 12px;
  width: 100%;
  left: 0px;
}
.intention-title {
  margin: 0 25px;
  padding: 20px 0 10px;
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  text-indent: 40px;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 20px;
  text-indent: 40px;
  margin-right: 45px;
}
.zeromodal-line {
  border: none;
  border-top: 1px solid #efefef;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 97%;
}

.zeromodal-btn-container {
  text-align: right;
  padding-right: 15px;
}
.zeromodal-btn {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  outline: none;
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 8px;
  line-height: 20px;
  border-radius: 1px;
  min-width: 80px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.32);
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.zeromodal-btn:hover {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
}

.zeromodal-btn-primary {
  color: #fff;
  background-color: #2196f3;
  border: none;
}

.zeromodal-btn-default {
  color: #333;
  background-color: #fff;
  border: none;
  padding: 6px 8px;
}
.intention-wrap {
  margin: 0 15px;
  padding: 15px 0;
  color: #222;
}

.intention-wrap ul li {
  float: left;
  margin: 0 10px 20px 10px;
  width: 305px;
  font-size: 15px;
  position: relative;
}

.intention-wrap ul li p input {
  border: solid 1px #d5dbde;
  height: 34px;
  line-height: 34px;
  width: 285px;
  padding: 0 10px;
}

.intention-wrap ul li p {
  padding-bottom: 5px;
  margin-bottom: 0;
  position: absolute;
  z-index: 9999;
  left: 10px;
  top: 11px;
}

.intention-wrap p i {
  color: #f91f1f;
  margin-right: 3px;
  font-style: normal;
}

.reg-infotext {
  padding-bottom: 5px;
  position: relative;
}
.reg-infotext input {
  border: solid 1px #eceef0;
  height: 40px;
  line-height: 40px;
  width: 265px;
  padding: 0 20px;
  border-radius: 4px;
  background: #eceef0;
}

.reg-infotext.has-right input:hover,
.intention-textarea.has-right textarea:hover {
  border-right-width: 1px !important;
  border-color: rgb(64, 169, 255);
}
.reg-infotext.has-right input:focus,
.intention-textarea.has-right textarea:focus {
  border-color: rgb(64, 169, 255);
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(64, 169, 255, 0.2);
  box-shadow: 0 0 0 2px rgba(64, 169, 255, 0.2);
  border-right-width: 1px !important;
}
.has-error input {
  border: solid 1px #f5222d;
}
.reg-infotext.has-error input:focus,
.intention-textarea.has-error textarea:focus {
  border-color: rgb(245, 34, 45);
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
  border-right-width: 1px !important;
}
.has-error:after {
  content: '';
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
  animation-name: diffZoomIn2 !important;
  position: absolute;
  z-index: 999;
  left: 12px;
  top: 42px;
  font-size: 13px;
}
.has-error1:after {
  content: '';
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
  animation-name: diffZoomIn2 !important;
  position: absolute;
  z-index: 999;
  left: 12px;
  top: 40px;
  font-size: 13px;
}
.intention-organize.has-error:after {
  content: '请填写您的机构名称！';
}
.intention-name.has-error:after {
  content: '请填写您的姓名！';
}
.intention-tel.has-error:after {
  content: '请填写您的联系方式！';
}
.intention-tel.has-error1:after {
  content: '号码格式有误,请重新输入！';
}
.intention-email.has-error:after {
  content: '请填写您的邮箱！';
}
.intention-email.has-error1:after {
  content: '邮箱格式有误,请重新输入！';
}
.intention-textarea.has-error:after {
  content: '请填写您的投资/需求/咨询描述！';
  top: 36px;
}
.intention-textarea {
  margin: 0 10px;
  clear: both;
  position: relative;
}

.intention-textarea p {
  padding-bottom: 10px;
  margin-bottom: 0;
  position: absolute;
  z-index: 9999;
  left: 10px;
  top: 7px;
}

.intention-textarea textarea {
  border: solid 1px #d5dbde;
  width: 100%;
  height: 110px;
  width: 630px;
  border-radius: 4px;
  text-indent: 12px;
  line-height: 30px;
  background: #eceef0;
  text-indent: 20px;
}
.intention-wrap select {
  display: block;
  width: 630px;
  line-height: 40px;
  height: 40px;
  background: #eceef0;
  border: 1px solid #eceef0;
  color: #656668;
  border-radius: 5px;
  margin: 0 0 20px 10px;
  padding: 0 0 0 10px;
}
.open-close-intention {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 999;
  background: #f00;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.open-close a {
  display: block;
}

.open-close a svg {
  width: 30px;
  height: 30px;
  color: #fff;
}
.open-close-intention a svg {
  width: 18px;
  height: 18px;
  color: #fff;
  left: 2px;
  margin: 3px;
}

.intention-tag {
  color: #db4f4f;
  padding: 0 0 10px 0;
  margin: 0 25px;
  font-size: 14px;
  margin-top: -10px;
}

.intention-tag img {
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.intention-button {
  text-align: center;
}
.intention-button a {
  display: inline-block;
  margin: 0 5px;
  width: 140px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 19px;
  cursor: pointer;
  font-style: 14px;
  transition: 0.2s all ease;
}

.intention-button-submit {
  background: #539edd;
  border: solid 1px #539edd;
  color: #fff;
}
.intention-button-submit:hover {
  background: #3183c8;
}
.intention-button-clean {
  background: #f5f8fa;
  border: solid 1px #dcdee0;
  color: #333;
}
.intention-button-clean:hover {
  background: #fff;
}

#cnzz_stat_icon_1278980093 {
  display: none;
  opacity: 0;
}
.right-out-reg {
  width: 160px;
  display: block;
  position: relative;
  height: 64px;
  background: #1d2b3a;
  line-height: 64px;
  color: #fff;
  font-size: 15px;
  text-indent: 70px;
  cursor: pointer;
}
.right-out-reg i {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #1aada4;
  display: block;
  position: absolute;
  left: 32px;
  top: 18px;
}
.right-out-reg i svg {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 5px;
}
.right-out-label {
  width: 95px;
  height: 30px;
  display: block;
  background: #28b1bb;
  border-radius: 4px;
  position: absolute;
  top: -5px;
  left: 50px;
  text-align: center;
  line-height: 30px;
  background-image: url(../images/reg03.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 10px 7px;
  text-indent: 20px;
  font-size: 14px;
}

.intention-title i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1aada4;
  display: block;
  position: absolute;
}
.intention-title i svg {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 6px;
}
.intention-title i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1aada4;
  display: block;
  position: absolute;
}
.intention-title i svg {
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 6px;
}

.nav-reg {
  margin: 0 10px 10px 10px;
  position: relative;
}
.nav-reg p {
  border: solid 1px #eceef0;
  height: 40px;
  line-height: 40px;
  width: 630px;
  border-radius: 4px;
  background: #eceef0;
  color: #656668;
  text-indent: 20px;
}
.nav-reg p::after {
  content: '';
  width: 8px;
  height: 8px;
  background: url(/images/sel-arrow.png) no-repeat;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -4px;
  background-size: contain;
}

.new-reg {
  width: 632px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  right: 0;
  left: 0;
  padding: 10px 15px 10px;
  border-radius: 3px;
  display: none;
}
.new-reg span {
  line-height: 38px;
  color: #5d5d5d;
  display: block;
  border-radius: 2px;
  text-indent: 10px;
  margin: 2px 0;
}
.nav-reg span:hover,
.nav-reg span.selected {
  background: #5ca9f6;
  color: #fff;
}
