.schedule-file-list {
  width: 100%;
  max-width: 500px;
  height: 120px;
  overflow: hidden;
  overflow-y: auto;
}

.schedule-file-list2 {
  margin-left: 26px;
  padding-top: 10px;
  width: 91%;
  max-width: 500px;
  height: auto;
}

.schedule-file-list li {
  width: 50%;
  float: left;
  /* height: 30px; */
  padding: 0 10px 12px;
}

.schedule-file-list2 li {
  padding: 0 10px 10px 0;
}

.schedule-file-list li .inner {
  text-align: left;
  width: 100%;
  height: 28px;
  line-height: 26px;
  background: none;
  position: relative;
  padding: 0 130px 0 26px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.schedule-file-list li .inner .title {
  display: inline-block;
  position: relative;
  max-width: 100%;
  color: #212121;
}

.schedule-file-list li .inner span {
  display: inline-block;
  height: 26px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #212121;
  font-size: 12px;
}

.schedule-file-list li .inner .title em {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 26px;
  line-height: 26px;
}

.schedule-file-list li .inner .icon-close {
  display: block;
  width: 16px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  color: #c9c9c9;
  position: absolute;
  top: 1px;
  right: 7px;
}

.schedule-file-list li .inner .icon-file2 {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 16px;
  color: #898989;
  position: absolute;
  top: 3px;
  left: 0;
}

.schedule-file-list li .schedule {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 30px;
  display: block;
  width: 62px;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e5e5e5;
}

.schedule-file-list li .schedule em {
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  background-color: #0a8145;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.enterprise-punishment {
  width: 100%;
  padding: 10px 16px 16px;
  border: 1px solid #e5e5e5;
}
.enterprise-punishment h1 {
  font-size: 16px;
  color: #212121;
  line-height: 30px;
}
.enterprise-punishment p {
  font-size: 12px;
  color: #212121;
  line-height: 24px;
}

.enterprise-punishment-ul li {
  width: 50%;
  float: left;
  height: 28px;
  margin-bottom: 10px;
}
.enterprise-punishment-ul li .icon-qmark {
  font-size: 14px !important;
}

/* .rating-history */
.rating-history {
  width: 100%;
}
.rating-history dl {
  position: relative;
  padding-left: 20px;
  z-index: 1;
  margin-bottom: 12px;
}
.rating-history dl:before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 6px;
  content: "";
  display: block;
  background-color: #e5e5e5;
  z-index: 2;
}
.rating-history dl dt {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #707070;
  position: relative;
  z-index: 3;
}
.rating-history dl dt:before {
  content: "\e606";
  font-size: 13px;
  color: #0a8145;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  display: block;
  text-align: left;
  height: 30px;
  width: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -20px;
  font-weight: 600;
  z-index: 4;
}

.rating-history dl dd {
  padding: 10px;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #212121;
  line-height: 24px;
}

.rating-history dl dd .btn .icon-next {
  position: relative;
  top: 0px;
  right: -10px;
}

/* step-box */
.step-box {
  width: 100%;
}
.step-item {
  display: inline-block;
}

/* custom-step */
.custom-step {
  padding-top: 23px;
  width: 100%;
  background-color: #f6fcf9;
  height: 86px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.custom-step-box {
  display: inline-block;
}
.custom-step-item {
  display: block;
  float: left;
  height: 40px;
  font-size: 16px;
  color: #707070;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}
.custom-step-item.cur {
  cursor: pointer;
}
.custom-step-item span {
  margin: 0 12px;
}
.custom-step-item i {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #1e884b;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #1e884b;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-step-line {
  display: block;
  float: left;
  height: 40px;
  position: relative;
  margin-right: 12px;
}
.custom-step-line:before {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8dad1;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}
.custom-step-item.active {
  color: #212121;
}
.custom-step-item.active i {
  background-color: #1e884b;
  color: #fff;
}
.custom-step-line.active:before {
  background-color: #1e884b;
}

.custom-step-opent-btn {
  display: block;
  width: 60px;
  height: 22px;
  text-align: center;
  border: 1px solid #1e884b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #1e884b;
  background-color: #f1f9f5;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -11px;
  line-height: 20px;
}
.custom-step-opent-btn i.icon-up3 {
  display: none;
}

.bd-box {
  border: 1px solid #d9d9d9;
  padding: 8px 0 30px 20px;
}
.bd-box h1.title {
  font-size: 20px;
  color: #1e884b;
  position: relative;
  padding-left: 16px;
  height: 46px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 46px;
}
.bd-box h1.title:before {
  display: block;
  width: 3px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  background: #1e884b;
  height: 17px;
}

.info-box {
  padding: 10px 0 30px;
}
.info-box > p {
  font-size: 16px;
  line-height: 32px;
}
.info-box > p > i {
  position: relative;
  top: -1px;
  font-size: 18px;
}
.info-box > p > img {
  width: 20px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.info-box > p > i.icon-discount {
  top: -2px;
}
.info-box > p > i.icon-close3 {
  top: -2px;
  font-size: 17px;
}

/* custom-evaluate-box */
.custom-evaluate {
  text-align: center;
  font-size: 0;
  overflow: hidden;
  height: 70px;
}
.custom-evaluate-box {
  display: inline-block;
}
.custom-evaluate-item {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  float: left;
  font-size: 14px;
  position: relative;
}
.custom-evaluate-item i {
  display: block;
  width: 20px;
  height: 20px;
  color: #8faa9d;
  font-size: 16px;
  text-align: center;
}
.custom-evaluate-item span {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 200px;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -100px;
  font-size: 14px;
  color: #000000;
}
.custom-evaluate-line {
  display: block;
  width: 200px;
  height: 20px;
  float: left;
  position: relative;
}
.custom-evaluate-line:before {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  content: "";
  background-color: #afc9bd;
}
.custom-evaluate-line.active:before {
  background-color: #1e884b;
}
.custom-evaluate-item.active i {
  color: #1e884b;
}
.custom-evaluate-item.active span {
  color: #1e884b;
}

.evaluation-results h1 {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  padding-left: 12px;
  position: relative;
  color: #212121;
}
.evaluation-results h1:before {
  width: 3px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background-color: #1e884b;
  content: "";
}
.evaluation-results ul {
  padding-top: 22px;
}
.evaluation-results ul li {
  display: block;
  width: 100%;
  height: 72px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 20px 20px 20px 72px;
  line-height: 32px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5\9;
  color: #212121;
}
.evaluation-results ul li span {
  height: 32px;
  position: absolute;
  line-height: 32px;
  text-align: right;
  font-size: 24px;
  color: #212121;
  top: 50%;
  right: 20px;
  margin-top: -16px;
}
.evaluation-results ul li i {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6fcf9;
  color: #1e884b;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
}
.evaluation-results ul li i.icon-enterprise-evaluation-results {
  font-size: 22px;
}

.enterprise-info {
  padding: 16px 16px 26px;
  background-color: #f6fcf9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* padding-right: 420px; */
  min-height: 260px;
  position: relative;
}
.enterprise-info .evaluation-results {
  width: 384px;
  position: absolute;
  right: 16px;
  top: 16px;
}
.enterprise-info.relative {
  padding-right: 16px;
  min-height: 80px;
  padding-bottom: 10px;
}
.enterprise-info.relative2 {
  padding-right: 6px;
  min-height: 80px;
  padding-bottom: 10px;
}
.enterprise-info.relative2 .evaluation-results ul li span {
  height: 32px;
  position: relative;
  display: block;
  line-height: 32px;
  text-align: left;
  font-size: 24px;
  color: #212121;
  top: 0;
  right: 0;
  margin-top: 0;
}
.enterprise-info.relative2 .evaluation-results ul li {
  display: block;
  width: 100%;
  height: 92px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 10px 20px 10px 72px;
  line-height: 32px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5\9;
  color: #212121;
}

.enterprise-info.relative2 .evaluation-results,
.enterprise-info.relative .evaluation-results {
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
}
.enterprise-info.relative {
  padding-right: 6px;
}

.enterprise-info.relative .evaluation-results .li-item {
  width: 33.33%;
  float: left;
  padding-right: 10px;
}
.enterprise-info.relative2 .evaluation-results .li-item {
  width: 33.33%;
  float: left;
  padding-right: 10px;
}

.enterprise-info h1 {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  padding-left: 12px;
  position: relative;
  color: #212121;
}
.enterprise-info h1:before {
  width: 3px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background-color: #1e884b;
  content: "";
}

.enterprise-table-title {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  padding-left: 12px;
  position: relative;
  color: #212121;
}
.enterprise-table-title:before {
  width: 3px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  background-color: #1e884b;
  content: "";
}

.more-select {
  display: none;
}

.form-box {
  width: 700px;
  margin: 65px auto 0;
  font-size: 14px;
}

.certification-form-box {
  width: 480px;
  margin: 30px auto 0;
  font-size: 14px;
}

.form-box > li,
.certification-form-box > li {
  padding-bottom: 12px;
}

.audit-box {
  text-align: center;
  /* background: #fff url(../images/product-info.png) bottom center no-repeat; */
  background-size: 100% 100%;
}
.audit-box h3 {
  font-size: 20px;
  color: #212121;
  line-height: 40px;
}
.audit-box p {
  font-size: 14px;
  color: #707070;
  line-height: 32px;
}

.under-review {
  padding: 60px 10px 100px;
  display: block;
  width: 100%;
  text-align: center;
}
.under-review img {
  width: 32px;
  height: 32px;
}
.loading-img {
  margin: 0 auto;
  width: 420px;
  height: 320px;
  line-height: 320px;
  text-align: center;
}
.under-review p {
  font-size: 24px;
  color: #212121;
  line-height: 42px;
}

.manager-box {
  display: none;
}

.success-file {
  width: 704px;
  min-height: 500px;
  padding: 16px;
  background-color: #f2fafd;
  margin: 56px auto 48px;
  text-align: center;
  color: #0a8145;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.success-file .demand-stamp {
  width: 146px;
  height: 104px;
  position: absolute;
  top: 50px;
  right: 50px;
}

.success-file .demand-stamp img {
  width: 146px;
  height: 104px;
  cursor: pointer;
}

.success-file .success-title {
  font-size: 28px;
  line-height: 54px;
  margin-bottom: 26px;
}

.success-file .success-text {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}

.success-file .success-file-upload {
  width: 536px;
  height: 206px;
  padding-top: 80px;
  text-align: center;
  border: 2px dashed #e5e5e5;
  background-color: #fff;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.success-file .success-file-upload i {
  display: inline-block;
  height: 86px;
  line-height: 86px;
  font-size: 60px;
}

.success-file .success-file-upload a {
  display: block;
  width: 86px;
  height: 30px;
  margin: 0 auto;
  font-size: 16px;
  color: #212121;
  line-height: 30px;
}

.success-file .success-img {
  text-align: center;
}

.success-file .success-file-upload a:hover {
  color: #0a8145;
}

.success-file .success-file-upload p {
  font-size: 12px;
  color: #0a8145;
  line-height: 26px;
}

.success-con {
  font-size: 20px;
  line-height: 50px;
  color: #212121;
  text-align: center;
}

.success-btn {
  padding: 28px 0 20px;
  text-align: center;
}

.success-btn i {
  padding-right: 8px;
}

.success-btn .open-btn {
  display: inline-block;
  height: 28px;
  line-height: 26px;
  border: 1px solid #89c8ac;
  font-size: 16px;
  color: #0a8145;
  padding: 0 14px 0 20px;
  background-color: #f2f7fe;
}

.open-push-title1 {
  line-height: 60px;
  font-size: 28px;
  color: #0a8145;
  text-align: center;
}

.open-push-img {
  text-align: center;
}
.code-img {
  cursor: pointer;
  width: 66px;
  height: 38px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.registered-code-img {
  cursor: pointer;
  width: 66px;
  height: 38px;
  position: absolute;
  bottom: 3px;
  right: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* login */
.login {
  position: relative;
  min-width: 1260px;
  min-height: 620px;
  height: 100%;
  z-index: 1;
}
.login .login-bg {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.login .login-title {
  position: absolute;
  color: #fff;
  z-index: 3;
  font-size: 24px;
  line-height: 60px;
  left: 48px;
  top: 30px;
}
.login-box-bg {
  /* background: #f7f8fa url(../images/login-box-bg.png) bottom center no-repeat; */
  background: #f7f8fa;
}
.login-box {
  z-index: 3;
  width: 800px;
  height: 690px;
  padding-left: 320px;
  position: relative;
  margin: 0 auto 0;
  top: -88px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/welcome.png) bottom left no-repeat;
}

.login-logo {
  width: 320px;
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url(../images/login-logo.png) center no-repeat;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.login-register-btn {
  display: block;
  width: 200px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 68px;
  left: 59px;
  border: 1px solid #79dbab;
}

.login-bg1:before,
.login-bg2:before,
.login-bg3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  content: "";
}

/* .login-bg1:before {
  background: url(../images/login-left.png) no-repeat 0 0;
}

.login-bg2:before {
  background: url(../images/login-left2.png) no-repeat 0 0;
}

.login-bg3:before {
  background: url(../images/login-left3.png) no-repeat 0 0;
} */

.login-tab-box {
  height: 100%;
  background: #fbfbfc url(../images/login-tab-box.png) no-repeat bottom right;
}
.login-tab-box .tab {
  background-color: #fff;
  border-bottom: none;
  height: 88px;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  margin-bottom: 0;
}

.login-tab-box .tab span {
  line-height: 88px;
  height: 88px;
  padding: 0 20px;
  font-size: 16px;
  color: #707070;
  border-bottom: none;
}

.login-tab-box .tab span sub {
  position: absolute;
  bottom: 12px;
  display: none;
  height: 2px;
  width: 100%;
  background-color: #099052;
  left: 50%;
  margin-left: -50%;
}

.login-tab-box .tab span i.iconfont {
  color: #c1c1c1;
}
.login-tab-box .tab span:hover,
.login-tab-box .tab span.active {
  color: #000000;
  border-bottom: none;
}
.login-tab-box .tab span.active sub {
  display: block;
}
.login-tab-box .tab span:hover {
  border-bottom: none;
}
.login-tab-box .tab span:hover i.iconfont,
.login-tab-box .tab span.active i.iconfont {
  color: #5bb58c;
}
.login-tab-box .tab-cont ul {
  padding: 40px 40px 0;
}
.login-box ul .login-lab {
  display: block;
  margin-top: 10px;
  height: 88px;
  line-height: 88px;
  font-size: 12px;
  color: #707070;
}

.login-box ul li {
  position: relative;
  margin-bottom: 30px;
  height: 60px;
}
/* .Rectangle_3_copy_2 {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 10px 0px rgba(8, 81, 53, 0.08);
  position: absolute;
  left: 822px;
  top: 790px;
  width: 598px;
  height: 60px;
  z-index: 544;
} */

.login-box ul li.li-icon .li-iconfont {
  display: block;
  position: absolute;
  top: 0px;
  left: 24px;
  width: 46px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 2;
  color: #707070;
}
.login-box ul li.li-icon .icon-login-account {
  line-height: 36px;
}
.login-box ul li.li-icon input {
  padding-left: 94px;
  font-size: 16px;
}

.login-box ul li .inp,
.login-box ul li .select {
  height: 60px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(8, 81, 53, 0.08);
  -moz-box-shadow: 0px 2px 10px 0px rgba(8, 81, 53, 0.08);
  box-shadow: 0px 2px 10px 0px rgba(8, 81, 53, 0.08);
  line-height: 60px;
  border: none;
  width: 100% !important;
}

.login-box ul li .select {
  line-height: 54px;
}

.login-box ul li .select input {
  line-height: 88px;
}

:root .login-box ul li .select input {
  line-height: 68px;
}

.login-box ul li .per40 {
  width: 40% !important;
}

.login-box ul li .per50 {
  width: 50% !important;
  /* margin-left: 10px; */
}

.login-box ul li .per50 input,
.login-box ul li .per40 input {
  font-size: 12px;
}

.login-box ul li .iconfont {
  top: 2px !important;
}
.login .login-box ul li .iconfont {
  top: 2px !important;
}
.code-img {
  cursor: pointer;
  width: 87px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  right: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.login .login-box ul li .code {
  width: 100% !important;
  position: relative;
}

.login-box ul li .code-btn {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 8px;
  width: 110px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* .login .login-box ul li .code-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
} */

/* .login-box ul li .login-btn {
  width: 200px !important;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
} */
.login-box ul li .login-btn {
  width: 200px !important;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-color: #0a8145;
  background-image: -moz-linear-gradient(
          -90deg,
          rgb(9, 171, 104) 0%,
          rgb(13, 195, 103) 100%
  );
  background-image: -webkit-linear-gradient(
          -90deg,
          rgb(9, 171, 104) 0%,
          rgb(13, 195, 103) 100%
  );
  background-image: -ms-linear-gradient(
          -90deg,
          rgb(9, 171, 104) 0%,
          rgb(13, 195, 103) 100%
  );
  -webkit-box-shadow: 0px 6px 24px 0px rgba(8, 142, 92, 0.4);
  -moz-box-shadow: 0px 6px 24px 0px rgba(8, 142, 92, 0.4);
  box-shadow: 0px 6px 24px 0px rgba(8, 142, 92, 0.4);
  cursor: pointer;
  position: relative;
}

.login-box ul li .login-btn i {
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 50% !important;
  right: -4px;
  text-align: center;
  color: #6cd3a4;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
}

.login-box .select .option {
  padding: 0 !important;
}
.login-box .select .option li {
  line-height: 30px !important;
  margin-bottom: 0 !important;
  height: auto !important;
}

.login-box .select .option {
  top: 60px !important;
}

.login-box ul li.special {
  margin: 20px 0 10px;
}

.login-box ul li.special a {
  color: #707070;
}

.login-box ul li.special a:hover {
  color: #139159;
}

.index-login ul li .code-btn {
  height: 44px;
  line-height: 44px;
}

.login-box .select .option li {
  line-height: 20px;
}

.login-box .select .option {
  top: 38px;
}

.login-box ul li.special {
  margin: 20px 0 10px;
}

.login-box ul li.special a {
  color: #707070;
}

.login-box ul li.special a:hover {
  color: #0a8145;
}

.footer img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.footer a {
  color: #fff;
}

.footer a em {
  margin: 0 4px;
  color: #fff;
}

.footer-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  color: #fff;
}

.footer-login-fixed {
  width: 100%;
  height: 50px;
  background: none;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  color: #fff;
}
.body-bg {
  position: relative;
  z-index: 1;
}
#login-body {
  width: 800px;
  margin: 0 auto;
  min-height: 660px;
  display: table;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.login-body-table {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: relative;
  z-index: 3;
}
.login-body-bg {
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff url(../images/product-info.png) bottom center no-repeat;
}

.registered-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.workbench-left {
  width: 32%;
  float: left;
}
.workbench-item {
  -webkit-box-shadow: 0px 12px 24px 0px rgba(56, 73, 125, 0.06);
  -moz-box-shadow: 0px 12px 24px 0px rgba(56, 73, 125, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(56, 73, 125, 0.06);
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  border: 1px solid #e5e5e5\9;
}
.workbench-item .bg01 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff url(../images/workbench-bg01.png) repeat-x;
  position: relative;
  z-index: 1;
  height: 176px;
  padding-left: 18px;
}
.workbench-item .bg01 i.bg1 {
  display: block;
  position: absolute;
  width: 304px;
  height: 176px;
  top: 0;
  left: 50%;
  margin-left: -152px;
}
.workbench-item .bg01 i.bg01-1 {
  background: url(../images/bg01-1.png) center no-repeat;
}
.workbench-item .bg01 i.bg01-2 {
  background: url(../images/bg01-2.png) center no-repeat;
}
.workbench-item .bg01 i.bg01-3 {
  background: url(../images/bg01-3.png) center no-repeat;
}
.workbench-item h1.item-title {
  height: 63px;
  font-size: 16px;
  color: #212121;
  line-height: 56px;
  /* text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
  position: relative;
  overflow: hidden;
  padding-top: 6px;
  z-index: 3;
  border-bottom: 1px solid #f5f5f5;
}
.workbench-item h1.item-title.no-db {
  border-bottom: none;
}
.workbench-item h1.item-title:before {
  display: block;
  content: "";
  width: 3px;
  height: 16px;
  background-color: #149159;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -8px;
}
.workbench-ul{
  text-align: center;
  padding: 31px;
}
.workbench-ul li{
  display: inline-block;
  width: 11.5%;
}
.workbench-ul li P:first-child{
  color: #07a34d;
  font-size: 20px;
}
.workbench-ul li P em{
  font-size: 14px;
}
.query-btn{
  color: #07a34d !important;
  width: 60px;
  height: 20px;
  border: 1px solid #07a34d;
  font-size: 12px;
  padding: 0px !important;
  margin: 9px 20px 0 0!important;
  border-radius: 3px;
  text-align: center;
}
.workbench-ul li P:last-child{
  color: #000;
}
.workbench-info {
  width: 100%;
  height: 106px;
  position: relative;
  z-index: 3;
}
/* .workbench-info:before {
  content: "";
  width: 1px;
  height: 90px;
  background-color: #eff0f5;
  position: absolute;
  display: block;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
  left: 50%;
} */

.box-input{
  width: 95%;
  height: 100%;
  border: 1px solid #e5e5e5;
}
.head-box{
  text-align: center;
}
.head-box li{
  display: inline-block;
  width: 17%;
}
.finance-work em{
  line-height: 80px !important;
}
.drive-work em{
  line-height: 55px !important;
}
.workbench-info li {
  position: relative;
  z-index: 5;
  width: 33%;
  float: left;
  text-align: center;
}
.workbench-info li .item {
  display: inline-block;
  padding-left: 80px;
  position: relative;
  height: 66px;
}
.workbench-info li .item p {
  font-size: 16px;
  color: #212121;
  line-height: 28px;
}
.workbench-info li .item span {
  font-family: "DIN-Medium";
  font-size: 24px;
  color: #0cb17d;
  line-height: 30px;
}
.workbench-info li .item i {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
}
.workbench-info li .item i.workbench-enterprise {
  background: url(../images/workbench-enterprise.png) center no-repeat;
}
.workbench-info li .item i.workbench-project {
  background: url(../images/workbench-project.png) center no-repeat;
}
.workbench-info li .item i.workbench-amount {
  background: url(../images/workbench-amount.png) center no-repeat;
}
.item-blue {
  padding: 4px 20px 0;
}
.item-blue .inner {
  height: 28px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background-color: #fafbfd;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
}
.item-blue .inner span {
  font-size: 16px;
  color: #1788e8;
  font-family: "DIN-Medium";
}
.item-blue .inner img {
  position: relative;
  top: -2px;
}

.workbench-right {
  width: 68%;
  float: right;
}
.workbench-right ul {
  width: 100%;
}
.workbench-right ul li {
  width: 50%;
  padding-left: 12px;
  float: left;
}
.workbench-p-box{
  position: relative;
  left: 0;
  top: 0;
  width: 200%;
}
.workbench-p {
  width: 50%;
  padding: 30px 0px 0 0;
  font-size: 14px;
  line-height: 30px;
  color: #212121;
  position: relative;
  z-index: 3;
}
.workbench-p .title-ellipsis {
  max-width: 100%;
  display: inline-block;
  position: relative;
  height: 24px;
  line-height: 24px;
  padding-left: 24px;
}
.workbench-p .title-ellipsis span {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  height: 24px;
  font-size: 14px;
  color: #707070;
}
.workbench-p .title-ellipsis img,
.workbench-p .title-ellipsis i {
  display: block;
  width: 24px;
  height: 24px;
  color: #23e698;
  position: absolute;
  top: 0;
  left: 0;
}
.workbench-p .title-ellipsis em {
  display: block;
  width: 20px;
  height: 24px;
  color: #07a34d;
  position: absolute;
  top: 0;
  left: 0;
}
.workbench-p a {
  cursor: auto;
}
.workbench-p a.link {
  cursor: pointer;
}
.workbench-p .title-ellipsis .icon-section01 {
  font-size: 17px;
}
.workbench-p .title-ellipsis:hover span {
  /* color: #07a34d; */
}
.workbench-p .title-ellipsis:hover {
  /* border-bottom: 1px #07a34d solid; */
}

.workbench-dl dt {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  color: #293552;
  padding-left: 10px;
  z-index: 1;
}
.workbench-dl dt span {
  position: relative;
  z-index: 3;
}
.workbench-dl dt:after {
  display: block;
  width: 46px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  z-index: 2;
  background: url(../images/workbench-dl.png) no-repeat top left;
}
.workbench-item .bg02 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff url(../images/workbench-bg02.png) repeat-x;
  position: relative;
  z-index: 1;
  height: 196px;
  overflow: hidden;
  padding: 14px 28px 0;
}
.workbench-item .bg02 i.bg2 {
  display: block;
  position: absolute;
  z-index: 2;
  width: 360px;
  height: 196px;
  top: 0;
  left: 0;
}
.workbench-item .bg02 i.bg02-1 {
  background: url(../images/bg02-1.png) left top no-repeat;
}
.workbench-item .bg02 i.bg02-2 {
  background: url(../images/bg02-2.png) left top no-repeat;
}
.workbench-item .bg02 i.bg03-2 {
  background: url(../images/bg03-2.png) left top no-repeat;
}
.workbench-item .item-title2 {
  position: relative;
  z-index: 3;
  height: 82px;
  font-size: 20px;
  color: #212121;
  line-height: 82px;
  text-align: center;
}

.workbench-item .btn {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  font-size: 14px;
  color: #09a070;
  line-height: 40px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(74, 97, 166, 0.08);
  -moz-box-shadow: 0px 4px 12px 0px rgba(74, 97, 166, 0.08);
  box-shadow: 0px 4px 12px 0px rgba(74, 97, 166, 0.08);
  margin: 0 0 12px;
  position: relative;
  z-index: 3;
  border: 1px solid #e5e5e5\9;
}

.workbench-item .btn:hover {
  background-color: #11ba80;
  color: #fff;
  -webkit-box-shadow: inset 0px 2px 12px 0px rgba(79, 79, 79, 0.25);
  -moz-box-shadow: inset 0px 2px 12px 0px rgba(79, 79, 79, 0.25);
  box-shadow: inset 0px 2px 12px 0px rgba(79, 79, 79, 0.25);
}
.declare {
  padding: 14px 28px;
  background: #fff url(../images/declare.png) repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  height: 456px;
  overflow: hidden;
}
.declare .page {
  position: relative;
  z-index: 5;
  margin-top: -9px;
}
.declare h1 {
  font-size: 16px;
  color: #212121;
  line-height: 34px;
  height: 34px;
}
.declare ul {
  height: 138px;
  position: relative;
  z-index: 3;
}
.declare ul li {
  height: 36px;
  width: 100%;
  border: 1px solid #eff0f4;
  line-height: 34px;
  padding: 0 186px 0 80px;
  position: relative;
  background-color: #fff;
  margin-bottom: 10px;
}
.declare ul li span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 34px;
  font-size: 14px;
  color: #212121;
  height: 34px;
  width: 100%;
}

.declare ul li b {
  display: block;
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #0b9e70;
  background-color: #e5f1eb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}

.declare ul li a {
  display: block;
  width: 60px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #0b9e70;
  border: 1px solid #0b9e70;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}

.declare ul li em {
  position: absolute;
  right: 82px;
  width: 96px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #0cb17d;
  top: 50%;
  margin-top: -10px;
}

.per100 .declare ul li {
  padding-left: 120px;
}
.per100 .declare ul li b {
  width: 100px;
  height: 28px;
  line-height: 28px;
  margin-top: -14px;
}
.per100 .declare {
  padding: 16px 16px 6px;
  height: auto;
}
.per100 .declare ul {
  height: auto;
}

.per100 .declare ul li {
  height: 48px;
  line-height: 46px;
}
.per100 .declare ul li span {
  line-height: 46px;
  height: 46px;
}
.per100 .declare ul li a {
  height: 28px;
  line-height: 26px;
  margin-top: -14px;
}

.declare ul li:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(74, 97, 166, 0.12);
  -moz-box-shadow: 0px 2px 12px 0px rgba(74, 97, 166, 0.12);
  box-shadow: 0px 2px 12px 0px rgba(74, 97, 166, 0.12);
  border: 1px solid #e5e5e5\9;
}
.declare ul li:hover a {
  background-color: #0b9e70;
  color: #fff;
}
.declare p {
  position: relative;
  z-index: 3;
}
.declare p.db01 {
  border-bottom: 1px solid #e9eaf0;
}

.per100 .declare table {
  position: relative;
  z-index: 9;
}
.per100 .declare table th {
  border-bottom-width: 2px;
}
.declare-btn01 {
  display: inline-block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #0b9e70;
  background-color: #e5f1eb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
.declare-btn02 {
  display: inline-block;
  width: 60px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  color: #0b9e70;
  border: 1px solid #0b9e70;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}

.workbench-item .declare i.bg3 {
  display: block;
  position: absolute;
  z-index: 2;
  width: 720px;
  height: 456px;
  top: 0;
  right: 0;
}
.workbench-item .declare i.bg03-1 {
  background: url(../images/bg03-1.png) right center no-repeat;
}

.declaration-service {
  padding: 32px 20px 0 0;
}
.declaration-service-item {
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 44px 28px 0;
}
.declaration-service-item.bg-green {
  background: #f5fbf8 url(../images/declaration-service-bg01.png) right center
  no-repeat !important;
}
.declaration-service-item.bg-blue {
  background: #f4f8fa url(../images/declaration-service-bg02.png) right center
  no-repeat !important;
}
.declaration-service-item h2 {
  font-size: 20px;
  line-height: 34px;
  color: #212121;
}
.declaration-service-item p {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-transform: uppercase;
}
.declaration-service-item.bg-green p {
  color: #a2bcaf;
}
.declaration-service-item.bg-blue p {
  color: #a2b1bc;
}
.declaration-service-item a {
  display: block;
  width: 132px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  margin-top: 26px;
}

.declaration-service-item.bg-green a {
  background-color: #1e8857;
}
.declaration-service-item.bg-blue a {
  background-color: #1786d4;
}

.green-assets {
  width: 100%;
  padding-top: 24px;
}
.green-assets li {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.green-assets li .inner {
  height: 110px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  position: relative;
  padding-left: 132px;
}
.green-assets li .inner .assets-name {
  width: 132px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding-top: 71px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.green-assets li .inner .assets-count {
  width: 100%;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: url(../images/assets-count.png) center no-repeat;
  text-align: center;
  font-size: 48px;
  color: #fff;
  line-height: 110px;
  font-weight: 600;
  font-family: "DIN-Medium";
  background-size: 100% 100%;
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/assets-count.png', sizingMethod='scale');
}
.green-assets li .inner.bg-green {
  background-color: #07a34d;
}
.green-assets li .inner.bg-blue {
  background-color: #118ce2;
}
.green-assets li .inner.bg-green .assets-name {
  background: url(../images/assets-name01.png) center top no-repeat;
}
.green-assets li .inner.bg-blue .assets-name {
  background: url(../images/assets-name02.png) center top no-repeat;
}

.declaration-transit {
  padding-top: 16px;
  padding-right: 20px;
}

.declaration-transit-item {
  width: 100%;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 200px;
}
.declaration-transit-item.bg-green {
  background-color: #f5fbf8 !important;
}
.declaration-transit-item.bg-blue {
  background-color: #f6f9fb !important;
}
.declaration-transit-item dt {
  display: block;
  width: 200px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  padding-left: 88px;
  line-height: 120px;
  color: #212121;
}
.declaration-transit-item dt i {
  display: block;
  width: 48px;
  position: absolute;
  top: 50%;
  left: 34px;
  margin-top: -24px;
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  text-align: center;
}
.declaration-transit-item dd {
  width: 100%;
  height: 120px;
  border-left: 4px solid #fff;
  display: table;
  vertical-align: middle;
}

.declaration-transit-item.bg-green dt i {
  color: #1e884b;
}
.declaration-transit-item.bg-blue dt i {
  color: #1786d4;
}
.declaration-transit-item dd .inner {
  display: table-cell;
  width: 100%;
  height: 120px;
  vertical-align: middle;
  line-height: 28px;
  font-size: 14px;
  color: #707070;
  padding: 0 30px;
}

.declaration-transit-item dd .inner h3 {
  font-size: 14px;
  line-height: 28px;
  color: #707070;
}

.my-enterprise {
  font-size: 16px;
  color: #707070;
  line-height: 20px;
  margin-bottom: 10px;
}
.my-enterprise em {
  margin: 0 4px;
}
.my-enterprise i {
  margin-top: -3px;
  margin-right: 6px;
}

.user-box {
  display: table;
  width: 100%;
  height: 100px;
  vertical-align: middle;
  padding: 10px 16px;
}
.head-portrait {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.user-text {
  display: block;
  height: 80px;
  margin-left: 20px;
  float: left;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  padding-top: 16px;
}
.user-text p {
  font-size: 16px;
  color: #212121;
  line-height: 28px;
}
.user-btn {
  padding-top: 25px;
  float: right;
}

.list-of-lists {
  width: 100%;
  padding: 10px 0 0;
}
.list-of-lists li {
  width: 33.33%;
  float: left;
  max-width: 300px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.list-of-lists li .inner {
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  /* -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24); */
  border: 1px solid #e5e5e5;
  height: 110px;
}
.list-of-lists li:hover .inner {
  border: 1px solid #139159;
}
.list-of-lists li .inner h3 {
  margin: 8px 0;
  font-size: 16px;
  line-height: 20px;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.list-of-lists li .inner .lists-count,
.list-of-lists li .inner .lists-time {
  font-size: 12px;
  color: #333;
  line-height: 28px;
}
.list-of-lists li .inner .lists-count i {
  font-size: 14px;
  cursor: pointer;
}
.form-color i {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 8px 8px 0;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-color i.color-item {
  cursor: pointer;
}

.form-color i.active {
  border: 2px solid #139159;
}

.my-enterprise {
  font-size: 16px;
  color: #707070;
  line-height: 20px;
  margin-bottom: 10px;
}
.my-enterprise em {
  margin: 0 4px;
}
.my-enterprise i {
  margin-top: -3px;
  margin-right: 6px;
}

.user-box {
  display: table;
  width: 100%;
  height: 100px;
  vertical-align: middle;
  padding: 10px 16px;
}
.head-portrait {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.user-text {
  display: block;
  height: 80px;
  margin-left: 20px;
  float: left;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  padding-top: 16px;
}
.user-text p {
  font-size: 16px;
  color: #212121;
  line-height: 28px;
}
.user-btn {
  padding-top: 25px;
  float: right;
}

.uploadify-queue {
  display: none !important;
}

.no-data {
  position: relative;
  z-index: 3;
}

.layui-calculation-icon {
  background: none;
}

.measure-result {
  position: relative;
  padding-left: 2em;
  margin-top: 5px;
  /* margin-left: 2em; */
}
.measure-result dt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -46px;
  color: #707070;
}
.measure-result dd {
  float: left;
  width: 190px;
  padding-right: 12px;
  margin-bottom: 12px;
  text-align: center;
}
.measure-result dd div {
  height: 178px;
  padding-top: 32px;
  background-color: #f5f5f5;
}
.measure-result dd div [class*="icon-measure-"] {
  display: block;
  height: 50px;
  background-image: url(../images/icon-measure.png);
  background-repeat: no-repeat;
}
.average11 dd div [class*="icon-measure-"] {
  display: block;
  height: 50px;
  background-image: url(../images/icon-measure.png);
  background-repeat: no-repeat;
}
.icon-measure-energy {
  background-position: 50% 0;
}
.icon-measure-co2 {
  background-position: 50% -50px;
}
.icon-measure-cod {
  background-position: 50% -100px;
}
.icon-measure-nh {
  background-position: 50% -150px;
}
.icon-measure-so2 {
  background-position: 50% -200px;
}
.icon-measure-nox {
  background-position: 50% -250px;
}
.icon-measure-h2o {
  background-position: 50% -300px;
}
.icon-measure-fpm {
  background-position: 50% -350px;
}
.icon-measure-tvoc {
  background-position: 50% -400px;
}
.icon-measure-tan {
  background-position: 50% -450px;
}
.icon-measure-tp {
  background-position: 50% -500px;
}
.icon-measure-cs {
  background-position: 50% -550px;
}

.measure-result dd div b {
  display: block;
  padding-top: 20px;
  padding-bottom: 3px;
  font-size: 20px;
  line-height: 24px;
}
.measure-result dd div em {
  font-size: 12px;
}
.measure-result dd > span {
  display: block;
  padding-top: 5px;
}
.measure-result dd > span em {
  color: #1e884b;
}

.result-box4 dd {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* result-box4 */
.result-box4 {
  margin: 0 -6px -12px;
}
.result-box4 > li {
  float: left;
  width: 33.33%;
}
.result-box4 dl {
  padding: 19px 16px 1px;
  margin: 0 6px 12px;
  background-color: #f6fcf9;
}
.result-box4 dt {
  /* display: inline-block; */
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 30px;
}
.result-box4 dd {
  position: relative;
  padding: 5px;
  margin-bottom: 12px;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
}
/* .result-box4 dd.pointer-dd:hover{
  cursor: pointer;
} */
.result-box4 dd b.laber {
  font-weight: normal;
  display: block;
  width: 68px;
  height: 20px;
  background: url(../images/icon.png) 0 -1720px no-repeat;
  font-size: 12px;
  position: absolute;
  top: -1px;
  right: -1px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
/* .result-box4 dd.pointer-dd.active{
  border: 1px solid #0b7752;
}
.result-box4 dd.pointer-dd.active b.laber{
  display: block;
} */

.result-box4 dd > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  position: relative;
  min-height: 96px;
  padding: 15px 24px 15px 100px;
}
.result-box4 dd > div ul.form-grid {
  display: table-cell;
  min-height: 66px;
  vertical-align: middle;
}
.result-box4 dd > div.con-box2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: table;
  position: relative;
  min-height: 96px;
  padding: 15px 100px 15px 20px;
}
.result-box4 dd > div > div {
  min-height: 66px;
  display: table-cell;
  vertical-align: middle;
}
.result-box4 dd > div > div.guide-box {
  display: none;
}
.con-box-btn {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  font-size: 12px;
  right: 20px;
}
.result-box4 dd > div i.iconfont {
  position: absolute;
  cursor: pointer;
  right: 6px;
  top: 50%;
  margin-top: -10px;
  color: #3577f8;
}
.result-box5 {
  border: 1px solid #e5e5e5;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
.result-box5 .inner {
  padding: 16px 0 0 84px;
  position: relative;
  background: url(../images/result-box2.png) repeat 0 0;
}
.result-box5 .form-grid {
  padding-left: 20px !important;
}
.result-box5 .form-grid li {
  padding-bottom: 5px !important;
}

.icon-result4 {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-image: url(../images/icon-result4.png);
}
.icon-result4.green {
  background-position: 0 0;
}
.icon-result4.nongreen {
  background-position: 0 -65px;
}
.icon-result4.other {
  background-position: 0 -455px;
}
.icon-result4.artific-green {
  background-position: 0 -130px;
}
.icon-result4.artific-nongreen {
  background-position: 0 -195px;
}
.icon-result4.artific-other {
  background-position: 0 -520px;
}
.icon-result4.intelligent-green {
  background-position: 0 -260px;
}
.icon-result4.intelligent-nongreen {
  background-position: 0 -390px;
}
.icon-result4.intelligent-other {
  background-position: 0 -325px;
}
.icon-result4.key-areas {
  background: url(../images/icon-result5.png) center no-repeat;
}
.result-box4 dd .form-grid li {
  padding-bottom: 4px;
}
.result-box4 dd .form-grid .form-lab {
  display: inline-block;
  text-align: left;
}
.result-box4 dd p {
  line-height: 26px;
}
.result-box4 dd .btn-h {
  height: 30px;
  font-size: 12px;
  line-height: 28px;
}
.result-box4 dd .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 0;
  min-height: auto;
  background-color: rab;
  background: rgba(0, 0, 0, 0.7);
  background: #000\9;
  filter: alpha(opacity=70);
}
.result-box4 dd:hover .hover {
  display: block;
}
.result-box4 dd .hover .icon-edit {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  border: 1px solid #939393;
  background-color: rgba(255, 255, 255, 0.16);
  background-color: #686868\9;
}

.examination-passed img {
  display: block;
  width: 280px;
  margin: 0 auto;
}

.enterprise-info-laber {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #e9e9e9;
  background-color: #e9e9e9;
  color: #666666;
  font-size: 12px;
  padding: 4px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 10px;
}
.enterprise-info-laber .icon-success {
  margin-right: 6px;
  font-size: 14px;
  position: relative;
  top: 0px;
}
.enterprise-info-laber .icon-success:before {
  color: #999999 !important;
}

.enterprise-info-laber.active {
  border-color: #c9c9c9;
  background-color: #fff;
  color: #212121;
}
.enterprise-info-laber.active .icon-success:before {
  color: #43cd4c !important;
}

.title-alink {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
}

.fraction-box {
  /* -webkit-transition: all ease 1s; 
  transition: all ease 1s; 
  -moz-transition: all ease 1s; 
  -o-transition: all ease 1s; */
  padding: 14px 10px 0 66px;
  display: block;
  position: fixed;
  width: 158px;
  height: 84px;
  z-index: 97;
  right: 8px;
  top: 50%;
  margin-top: -42px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5\9;
}
.fraction-box i {
  display: block;
  position: absolute;
  top: 50%;
}
.fraction-box i.fraction-img {
  width: 46px;
  height: 46px;
  background: url(../images/fraction.png) center no-repeat;
  margin-top: -23px;
  left: 13px;
}
.fraction-box i.icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  right: 0;
  color: #cfd0d0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}
.fraction-box i.icon-next:hover {
  color: #0b7752 !important;
}

.fraction-box h1 {
  font-size: 14px;
  color: #212121;
  line-height: 24px;
  height: 24px;
}
.fraction-box p {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  color: #212121;
}
.fraction-box p span {
  font-size: 28px;
  color: #0cb17d;
  font-family: "DIN-Medium";
  margin-right: 6px;
}
.fraction-box p em {
  position: relative;
  top: -1px;
}

.fraction-box.fraction-close {
  width: auto;
  padding: 14px 20px 0 14px;
  height: 60px;
}

.fraction-box.fraction-close h1,
.fraction-box.fraction-close i.fraction-img,
.fraction-box.fraction-close p em {
  display: none;
}

.fraction-box.fraction-close i.fraction-close-btn:before {
  content: "\e6cb" !important;
}

.tip-title2 {
  width: 100%;
  height: 50px;
  border: 1px solid #ff6e61;
  color: #ff6e61;
  font-size: 16px;
  padding: 10px;
  line-height: 28px;
  background-color: #fcebe9 !important;
}
.tip-title2 i {
  margin-top: -4px;
  font-size: 20px;
}

.split-item {
  width: 100%;
  padding: 20px 0;
}
.split-item dt {
  font-size: 16px;
  line-height: 34px;
  height: 36px;
  padding-left: 40px;
  position: relative;
  color: #139159;
}
.split-item dt i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #139159;
}
.split-item dd {
  width: 100%;
}
.split-item dd ul.split-enterprise {
  width: 100%;
  padding: 20px 40px 0 20px;
}
.split-item dd ul.split-enterprise li {
  width: 33.33%;
  float: left;
  padding: 0 0 0 20px;
}
.split-item dd ul.split-enterprise li .inner {
  width: 100%;
  padding: 16px;
  border: 1px solid #eaeaea;
}
.split-item-title {
  font-size: 18px;
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 34px;
}
.split-item-title span {
  display: inline-block;
  padding: 1px 5px;
  font-size: 12px;
  border: #139159 1px solid;
  color: #139159;
}
.split-item dd ul.split-enterprise li .inner h3 {
  font-size: 14px;
  color: #707070;
  margin-bottom: 10px;
}
.split-item dd ul.split-enterprise li .inner p {
  font-size: 14px;
  color: #212121;
}
.split-item dd ul.split-enterprise li.active .inner,
.split-item dd ul.split-enterprise li .inner:hover {
  border-color: #139159;
}

.split-item dd ul.split-enterprise li.disabled .inner,
.split-item dd ul.split-enterprise li.disabled .inner:hover {
  border-color: #e5e5e5;
}
.split-item dd ul.split-enterprise li.disabled .split-item-title,
.split-item dd ul.split-enterprise li.disabled .inner p,
.split-item dd ul.split-enterprise li.disabled .inner h3,
.split-item dd ul.split-enterprise li.disabled .split-item-title span {
  border-color: #e5e5e5;
  color: #999999;
}

.split-upload,
.split-form-box {
  width: 100%;
  padding-left: 20px;
  padding-right: 40px;
}
.split-upload li,
.split-form-box li {
  padding-top: 10px;
  width: 33.33%;
  float: left;
  padding-left: 20px;
  min-height: 77px;
}
.split-form-box li .btn {
  height: 37px;
  line-height: 37px;
}
.split-form-box li .form-lab {
  color: #212121;
}
.split-textarea-box {
  padding: 20px 40px 0 40px;
}
.split-textarea {
  height: 200px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}

.have-upload,
.split-upload-box {
  width: 100%;
  height: 212px;
  text-align: center;
  border: 1px dashed #139159;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
.split-form-box .icon-false {
  position: absolute;
  cursor: pointer;
  top: -15px;
  right: -15px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.have-upload img,
.split-upload-box img {
  width: 100%;
  height: 210px;
  display: block;
}
.split-upload-box.bg01 {
  background: url(../images/split-upload01.png) center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/split-upload01.png', sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/split-upload01.png', sizingMethod='scale');
  background-size: 100% 100%;
}
.split-upload-box.bg02 {
  background: url(../images/split-upload02.png) center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/split-upload02.png', sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/split-upload02.png', sizingMethod='scale');
  background-size: 100% 100%;
}
.split-upload-box.bg03 {
  background: url(../images/split-upload03.png) center no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/split-upload03.png', sizingMethod='scale');
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/split-upload03.png', sizingMethod='scale');
  background-size: 100% 100%;
}
.split-upload-btn {
  width: 100%;
  text-align: center;
  padding-top: 94px;
}
.split-upload-btn i {
  font-size: 60px;
  color: #139159;
}
.split-upload-text {
  font-size: 18px;
  color: #139159;
  padding-top: 70px;
}
.split-upload-text i {
  font-size: 40px;
}
.split-upload-text p {
  margin-top: 40px;
}

/* corporate-history */
.corporate-history {
  padding: 30px;
}

.corporate-history dl {
  padding-left: 140px;
  position: relative;
  line-height: 26px;
  min-height: 40px;
}

.corporate-history dl dt {
  font-size: 16px;
  color: #212121;
  line-height: 26px;
  height: 26px;
  width: 140px;
  padding-right: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.corporate-history dl dt i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #139159;
  position: absolute;
  top: 4px;
  right: 10px;
}

.corporate-history dl dd {
  width: 100%;
  line-height: 26px;
  padding-bottom: 20px;
  position: relative;
  min-height: 70px;
}

.corporate-history dl dd .promote {
  display: none;
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.corporate-history dl dd .promote-btn {
  cursor: pointer;
}

.corporate-history dl dd .promote-btn .icon-up3 {
  display: none;
}

.corporate-history dl dd:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 20px;
  left: -20px;
  background-color: #139159;
}

.corporate-history dl dd.noline:before {
  display: none;
}

.corporate-history dl:last-child dd:before {
  display: none;
}

.corporate-history dl dd p {
  font-size: 16px;
  margin-bottom: 10px;
}

.corporate-history dl dd span {
  font-size: 14px;
}

.corporate-history dl dd em {
  color: #139159;
}

.corporate-history dl.red dt i {
  color: #ff6e61;
}
.corporate-history dl.red dd:before {
  background-color: #ff6e61;
}

.corporate-history.no-time dl dt {
  width: 40px;
  padding-right: 0px;
}
.corporate-history.no-time dl {
  padding-left: 40px;
  position: relative;
  line-height: 26px;
  min-height: 40px;
}

/* title */
h3.title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}

h3.title em {
  vertical-align: top;
}

h3.title .abtn,
h3.title .btn {
  font-size: 14px;
  font-weight: normal;
}

.appeal-info {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
.appeal-info li {
  float: left;
  padding-right: 50px;
  line-height: 24px;
}
.appeal-box {
  margin: 20px auto;
  position: relative;
  padding-left: 330px;
  min-height: 310px;
}
.appeal-title,
.appeal-box .title {
  width: 100%;
  height: 30px;
  position: relative;
  line-height: 30px;
  font-size: 16px;
  color: #212121;
  margin-bottom: 10px;
}
.appeal-title:before,
.appeal-box .title:before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  background-color: #139159;
  top: 0;
  left: -16px;
}
.appeal-left {
  width: 310px;
  height: 310px;
  position: absolute;
  top: 0;
  left: 0;
}
.appeal-right {
  width: 100%;
  height: 310px;
}
.appeal-right .bg-gray {
  width: 100%;
  height: 238px;
  border: 1px solid #e5e5e5;
}
.appeal-right .appeal-img-box {
  padding-right: 120px;
  position: relative;
  margin: 0 auto;
}
.appeal-right .appeal-img {
  width: 100%;
  height: 238px;
  margin: 0 auto;
  text-align: center;
}
.appeal-right .appeal-img img {
  width: 380px !important;
}
.appeal-right .appeal-img-list {
  position: absolute;
  top: 0;
  right: 0;
  height: 258px;
  overflow: hidden;
}
.appeal-right .appeal-img img {
  width: 100%;
  height: 100%;
}
.appeal-right .appeal-img-list li {
  border: 1px solid #e5e5e5;
  height: 66px;
  width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.appeal-right .appeal-img-list li img {
  width: 100%;
  height: 100%;
}
.appeal-right .appeal-img-list li.active,
.appeal-right .appeal-img-list li:hover {
  border-color: #139159;
}

.appeal-left .form-grid.value li {
  padding-bottom: 7px;
}

.layui-calculation-tip {
  padding: 10px 20px;
  font-size: 14px;
  color: #ff9600;
  background-color: #fff0db;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 24px;
  font-size: 14px;
}
.layui-calculation-tip-close {
  position: absolute;
  top: 13px;
  right: 6px;
  padding: 5px;
  font-size: 12px;
  line-height: 10px;
  color: #ababab;
  cursor: pointer;
}

/* news-center */
.news-center-title {
  font-size: 18px;
  color: #212121;
  line-height: 30px;
  height: 30px;
}

.news-center-tab {
  padding-top: 16px;
  border-bottom: 1px dashed #dadada;
}

.icon-news-center {
  vertical-align: middle;
  margin-right: 6px;
  width: 25px;
  height: 22px;
  background-position: -31px -110px;
}

.news-center-title span {
  font-size: 14px;
  margin-left: 6px;
  vertical-align: middle;
}

.news-center-title span em {
  color: #0a8145;
}

.news-ul li {
  height: 50px;
  border-bottom: 1px dashed #dadada;
  position: relative;
  padding-left: 190px;
  position: relative;
}

.news-ul li span {
  display: block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #707070;
  position: absolute;
  top: 0;
  left: 0;
}

.news-ul li span.unread:after {
  color: #ff6e61;
  font-size: 16px;
  content: "\e6c2";
  position: absolute;
  top: -5px;
  right: 8px;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
}

.news-ul li span i {
  margin: -2px 4px 0 10px;
}

.news-ul li em {
  display: block;
  font-size: 14px;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #212121;
}

.news-ul li a:hover em,
.news-ul li a:hover span {
  color: #0a8145;
}

.news-detail {
  min-height: 580px;
}

.news-detail-admin {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.news-top {
  padding: 0 10px 10px;
}

.news-top em {
  font-size: 14px;
  line-height: 32px;
  color: #707070;
}

.news-con {
  font-size: 14px;
  line-height: 28px;
  color: #707070;
  padding: 0 10px;
}

.news-top .news-title {
  font-size: 20px;
  line-height: 34px;
  margin: 16px 0 24px;
  text-align: center;
}

.new-news {
  padding-left: 24px;
  width: 280px;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 580px;
}

.new-news .new-news-title {
  font-size: 14px;
  color: #212121;
  line-height: 32px;
  margin: 0 0 16px 0px;
}

.new-cont-box {
  padding-left: 6px;
  height: 550px;
  overflow: hidden;
  overflow-y: auto;
}

.new-news ul {
  padding: 4px 12px 20px 12px;
  border-left: 1px solid #bdbdbd;
}

@media (min-height: 300px) {
  .new-cont-box {
    height: 60px;
  }
}

@media (min-height: 400px) {
  .new-cont-box {
    height: 140px;
  }
}

@media (min-height: 500px) {
  .new-cont-box {
    height: 240px;
  }
}

@media (min-height: 600px) {
  .new-cont-box {
    height: 340px;
  }
}

@media (min-height: 700px) {
  .new-cont-box {
    height: 440px;
  }
}

.new-news ul li {
  width: 100%;
  margin-bottom: 12px;
}

.new-news ul li a {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 6px 12px 5px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.new-news ul li p {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.new-news ul li em {
  line-height: 26px;
  color: #707070;
  font-size: 12px;
}

.new-news ul li a:before,
.new-news ul li a:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}

.new-news ul li a:before {
  width: 13px;
  height: 13px;
  top: 3px;
  left: -20px;
  background-position: -108px 0;
}

.new-news ul li a:after {
  width: 4px;
  height: 7px;
  top: 6px;
  left: -4px;
  background-position: -126px 0;
}

.new-news ul li a.active,
.new-news ul li a:hover {
  border-color: #0a8145;
}
.new-news ul li a.active:before,
.new-news ul li a:hover:before {
  background-position: -90px 0;
}
.new-news ul li a.active:after,
.new-news ul li a:hover:after {
  background-position: -133px 0;
}
.new-news ul li a.active p,
.new-news ul li a.active em,
.new-news ul li a:hover p,
.new-news ul li a:hover em {
  color: #0a8145;
}

.bread-crumbs {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.bread-crumbs a {
  display: block;
  height: 40px;
  float: left;
  color: #707070;
}

.bread-crumbs a:hover {
  color: #0a8145;
}

.bread-crumbs em {
  display: block;
  height: 40px;
  float: left;
  color: #707070;
  font-family: "宋体";
  margin: 0 5px;
}

.bread-crumbs span {
  color: #212121;
  display: block;
  height: 40px;
  float: left;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.n-news-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
.n-news-banner {
  height: 280px;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.24);
}
.n-news-bg {
  background: #ffffff url(../images/n-news-top-bg.png) top right no-repeat;
}
.n-news-tab {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #f5f5f5;
  background-color: #f5f5f5;
  overflow: hidden;
}
.n-news-list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 28px 30px 28px 8px;
}
.n-news-list dl {
  height: 192px;
  position: relative;
  padding-top: 20px;
}

.n-news-list dl a {
  display: block;
  height: 172px;
  width: 100%;
  padding-left: 222px;
}

.n-news-list dl dt {
  padding-top: 60px;
  width: 182px;
  height: 192px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: 4px solid #eef5f2;
}
.n-news-list dl.first-child dt,
.n-news-list dl:first-child dt,
.n-news-list dl.first-child,
.n-news-list dl:first-child {
  padding-top: 0;
  height: 172px;
}
.n-news-list dl.first-child dt,
.n-news-list dl:first-child dt {
  padding-top: 40px;
}
.n-news-list dl dt i {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #e5e5e5;
  font-size: 46px;
  text-align: center;
  margin: 0 auto;
}

.n-news-list dl dt p {
  font-size: 18px;
  color: #707070;
  text-align: center;
  line-height: 32px;
}

.n-news-list dl dt:after {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 76px;
  right: -12px;
  content: "";
  background: url(../images/icon.png) -79px -34px no-repeat;
}

.n-news-list dl dd {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 6px 24px 0px rgba(51, 51, 51, 0.1);
  width: 100%;
  height: 172px;
  padding: 12px 30px 0;
  border: 1px solid #e5e5e5\9;
}
.n-news-list dl dd h3 {
  line-height: 52px;
  height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #212121;
}

.n-news-list dl dd p {
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.n-news-list dl a:hover dd {
  background: url(../images/n-news-list.png) center no-repeat;
  background-size: 100% 100%;
  /* -webkit-box-shadow: 0px 6px 32px 0px rgba(5, 98, 51, 0.49);
  -moz-box-shadow: 0px 6px 32px 0px rgba(5, 98, 51, 0.49);
  box-shadow: 0px 6px 32px 0px rgba(5, 98, 51, 0.49); */
}

.n-news-list dl a:hover dd h3 {
  color: #0a8145;
}

.n-news-list dl a:hover dt i {
  color: #0a8145;
}

.n-news-list dl a:hover dt p {
  color: #212121;
}
.layui-form-onswitch {
  background-color: #0b7752 !important;
  border-color: #0b7752 !important;
}

.evaluation-organization {
  width: 220px;
  margin: 0 auto;
}
.evaluation-organization li {
  width: 200px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #212121;
  border: 1px solid #999;
  cursor: pointer;
  line-height: 24px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.evaluation-organization li:hover {
  color: #0b7752;
}
.evaluation-organization li.active {
  border-color: #0b7752;
  background-color: #0b7752;
  color: #fff;
}
.evaluation-organization li.active:hover {
  color: #fff;
}

.porcelain-block-box {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 10px;
}
.porcelain-block {
  position: relative;
  background: url(../images/porcelain-block.jpg) top center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.report-export {
  display: block;
  color: #fff;
  background-color: #0a8145;
  position: absolute;
  bottom: 20px;
  right: 13px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.porcelain-item {
  width: 33%;
  text-align: center;
  padding: 14px 0 15px;
  position: relative;
}
.porcelain-item b {
  display: block;
  width: 44px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #0ba474;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e1f3ed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.center-item {
  width: 34%;
  position: relative;
}

.porcelain-item4 .porcelain-item {
  width: 25%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.porcelain-item4 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 50px;
  content: "";
  background-color: #e9eaf0;
  top: 50%;
  margin-top: -25px;
  right: 0;
}

.porcelain-item5 .porcelain-item {
  width: 20%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.porcelain-item5 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 50px;
  content: "";
  background-color: #e9eaf0;
  top: 50%;
  margin-top: -25px;
  right: 0;
}

.porcelain-item6 .porcelain-item {
  width: 16.66%;
  text-align: center;
  position: relative;
}
.porcelain-item7 .porcelain-item{
  width: 14.28%;
  text-align: center;
  position: relative;
}
.porcelain-item8 .porcelain-item{
  width: 11.5%;
  text-align: center;
  position: relative;
}
.porcelain-item8 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 50px;
  content: "";
  background-color: #e9eaf0;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
.porcelain-item9 .porcelain-item{
  width: 11.11%;
  text-align: center;
  position: relative;
}
.porcelain-item6 .porcelain-border-right:after {
  position: absolute;
  width: 1px;
  height: 50px;
  content: "";
  background-color: #e9eaf0;
  top: 50%;
  margin-top: -25px;
  right: 0;
}

.porcelain-item > a > div {
  display: inline-block;
}

.porcelain-item .porcelain-icon {
  width: 46px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  margin-right: 16px;
  margin-top: -4px;
}

.porcelain-item .porcelain-icon i:before {
  font-size: 46px;
  color: #0a8145;
}

.porcelain-item .porcelain-text {
  text-align: center;
}

.porcelain-item .porcelain-count {
  font-size: 24px;
  color: #0cb17d;
  line-height: 42px;
  height: 42px;
  vertical-align: middle;
  text-align: center;
}

.porcelain-item .porcelain-count em {
  font-size: 14px;
  margin-left: 10px;
  color: #0cb17d;
}

.porcelain-item .porcelain-title {
  color: #212121;
  line-height: 22px;
  font-size: 14px;
}
.porcelain-item .porcelain-title i {
  font-size: 14px;
  position: relative;
  margin-right: 6px;
  top: -1px;
  color: #b9b9ba;
}
.porcelain-item .porcelain-state {
  color: #707070;
  line-height: 16px;
  height: 18px;
  border: 1px solid #c1c1c1;
  padding: 0 4px;
  display: inline-block;
  font-size: 12px;
}

.center-item:before,
.center-item:after {
  position: absolute;
  width: 1px;
  height: 34px;
  content: "";
  background-color: #c2e3d4;
  top: 50%;
  margin-top: -17px;
}

.center-item:before {
  left: 0;
}

.center-item:after {
  right: 0;
}

.data-btn {
  display: block;
  width: 140px;
  height: 98.67px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
}
.data-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/data-btn.png) center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* layui-custom */
.layui-custom-carousel-box {
  padding: 2px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.layui-custom-carousel-bg {
  background: url(../images/layui-custom-carousel-ul.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.border-2fff{
  border: 2px solid #ffffff;
}
.layui-custom-carousel {
  position: relative;
  height: 128px;
  margin: 0 68px;
}
.layui-custom-carousel-warp {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.layui-custom-carousel-ul {
  position: relative;
  display: inline-block;
  height: 128px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.layui-custom-carousel-ul .layui-custom-carousel-item {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 128px;
  font-size: 14px;
  line-height: 30px;
  color: #212121;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-top: 15px;
  margin: 0 10px;
}
.layui-custom-carousel-ul .layui-custom-carousel-item b {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  font-family: "DIN-Medium";
  text-align: center;
}
.layui-custom-carousel-ul .layui-custom-carousel-item em {
  font-size: 14px;
  line-height: 28px;
}
.layui-custom-carousel-ul .layui-custom-carousel-item:after {
  display: block;
  width: 1px;
  height: 60px;
  content: "";
  background-color: #e8e9f0;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -30px;
}
.layui-custom-carousel-ul .layui-custom-carousel-item.firstLi:before {
  display: block;
  width: 1px;
  height: 60px;
  content: "";
  background-color: #e8e9f0;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -30px;
}
.drive-work .layui-custom-carousel-item:after {
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background-color: #e8e9f0;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -30px;
}
.drive-work .layui-custom-carousel-item.firstLi:before {
  display: block;
  width: 1px;
  height: 40px;
  content: "";
  background-color: #e8e9f0;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -30px;
}
.layui-custom-carousel-btn {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  line-height: 30px;
  color: #c1c1c1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.layui-custom-carousel-per {
  left: -48px;
}

.layui-custom-carousel-next {
  right: -48px;
}
.layui-custom-carousel-per-tl {
  left: 25px;
}
.layui-custom-carousel-next-tr {
  right: 25px;
}
.layui-custom-carousel-btn:hover {
  color: #139159;
  border-color: #139159;
}

.layui-custom-carousel-btn.disabled {
  color: #c1c1c1;
  border-color: #c1c1c1;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.layui-custom-carousel-ul .layui-custom-carousel-item.disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #f9f9f9;
  border-color: #e9e9e9;
}
.layui-custom-carousel-ul .layui-custom-carousel-item.disabled:hover {
  color: #999;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.layui-custom-carousel-ul [class*="icon-measure-"] {
  display: block;
  height: 50px;
  background-image: url(../images/icon-measure.png);
  background-repeat: no-repeat;
}

.drive-chart {
  width: 560px;
  position: absolute;
  top: 0;
  left: 0;
}

.drive-chart-dd {
  width: 100%;
  height: 352px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px;
}
.drive-chart-bg02,
.drive-chart-bg01 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.drive-chart-bg01 {
  background: #fff url(../images/drive-chart-bg01.png) top center no-repeat;
  background-size: 100% 100%;
}
.drive-chart-bg02 {
  background: #fff url(../images/drive-chart-bg02.png) top center no-repeat;
  background-size: 100% 100%;
}

.drive-chart-top {
  height: 32px;
  padding: 10px 10px 0;
}
.drive-chart-box {
  width: 100%;
  height: 192px;
  margin-bottom: 18px;
}
.drive-chart-bottom {
  height: 68px;
  width: 224px;
  margin: 0 auto;
  position: relative;
}
.drive-chart-bottom:before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  background-color: #eaebf1;
}
.drive-chart-bottom li {
  width: 50%;
  float: left;
  height: 68px;
  text-align: center;
  line-height: 34px;
}
.drive-chart-bottom li span {
  font-size: 24px;
  font-family: "DIN-Medium";
}
.drive-chart-bottom li em {
  font-size: 14px;
  margin-left: 10px;
}
.drive-chart-bottom li p {
  font-size: 16px;
  height: 36px;
  color: #212121;
}

.workbench-btn {
  display: block;
  width: 60px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  color: #0b9e70;
  border: 1px solid #0b9e70;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  text-align: center;
}
.tb-over {
  width: 100%;
  max-height: 444px;
  overflow: hidden;
  overflow-y: auto;
}

.n-banner {
  width: 100%;
  height: 750px;
  overflow: hidden;
  background: url(../images/n-banner.jpg) center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1920px) {
  .n-banner {
    background: url(../images/n-banner.jpg) center no-repeat;
    background-size: auto 100%;
  }
}
.n-banner-center {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
.logo {
  display: block;
  width: 220px;
  height: 82px;
}
.logo img {
  display: block;
  width: 220px;
  height: 82px;
}
.n-banner-text {
  padding-top: 108px;
}

.n-banner-text h1 {
  font-size: 80px;
  color: #fff;
  line-height: 116px;
  font-weight: 600;
  letter-spacing: 10px;
}
.n-banner-text h2 {
  font-size: 60px;
  color: #fff;
  line-height: 92px;
  letter-spacing: 10px;
}
.n-banner-text .apply-btn {
  margin-top: 44px;
  display: inline-block;
  width: 220px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 0 0 24px 0;
  -moz-border-radius: 0 0 24px 0;
  border-radius: 0 0 24px 0;
  margin-right: 15px;
}
.n-banner-text .apply-btn i {
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.n-banner-text .apply-btn:hover {
  border: none;
  line-height: 50px;
  background-color: #11ba80;
  background-image: -moz-linear-gradient(
          120deg,
          rgb(17, 186, 128) 0%,
          rgb(33, 219, 155) 100%
  );
  background-image: -webkit-linear-gradient(
          120deg,
          rgb(17, 186, 128) 0%,
          rgb(33, 219, 155) 100%
  );
  background-image: -ms-linear-gradient(
          120deg,
          rgb(17, 186, 128) 0%,
          rgb(33, 219, 155) 100%
  );
}

.index-declare {
  height: 520px;
  width: 100%;
  overflow: hidden;
  background: url(../images/index-declare.jpg) center no-repeat;
  background-size: 100% auto;
}

@media (max-width: 1920px) {
  .index-declare {
    background: url(../images/index-declare.jpg) center no-repeat;
    background-size: auto 100%;
  }
}
.index-declare h1 {
  font-size: 40px;
  line-height: 132px;
  height: 132px;
  text-align: center;
  color: #fff;
  letter-spacing: 6px;
}
.index-declare ul {
  width: 1200px;
  margin: 0 auto;
}
.index-declare ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.index-declare ul li i {
  display: block;
  width: 148px;
  height: 148px;
  text-align: center;
  line-height: 148px;
  margin-bottom: 4px;
  font-size: 58px;
  margin: 0 auto;
  color: #9fd0b9;
}
.index-declare ul li h2 {
  font-size: 20px;
  color: #96cdb0;
  line-height: 38px;
}
.index-declare ul li p {
  font-size: 14px;
  color: #50b380;
  line-height: 24px;
  padding-top: 6px;
  height: 90px;
  /* opacity: 0.7;
  filter: alpha(opacity=70); */
}
.index-declare ul li span {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
  font-size: 38px;
  color: #d9f5ec;
  font-family: "DIN-Medium";
}

.slide-1-1,
.slide-2-1,
.slide-3-1,
.slide-4-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.animated .slide-1-1 {
  -moz-animation: slide-1-1 0.8s ease 0.5s both;
  -webkit-animation: slide-1-1 0.8s ease 0.5s both;
  animation: slide-1-1 0.8s ease 0.5s both;
}
.animated .slide-2-1 {
  -moz-animation: slide-1-1 0.8s ease 1s both;
  -webkit-animation: slide-1-1 0.8s ease 1s both;
  animation: slide-1-1 0.8s ease 1s both;
}
.animated .slide-3-1 {
  -moz-animation: slide-1-1 0.8s ease 1.5s both;
  -webkit-animation: slide-1-1 0.8s ease 10.5s both;
  animation: slide-1-1 0.8s ease 1.5s both;
}
.animated .slide-4-1 {
  -moz-animation: slide-1-1 0.8s ease 2s both;
  -webkit-animation: slide-1-1 0.8s ease 2s both;
  animation: slide-1-1 0.8s ease 2s both;
}

@-moz-keyframes slide-1-1 {
  0% {
    -moz-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-1-1 {
  0% {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-1-1 {
  0% {
    -moz-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.index-footer {
  width: 100%;
  height: 310px;
  overflow: hidden;
  background: #262933 url(../images/index-footer.png) center no-repeat;
}
.foot-center {
  width: 1200px;
  margin: 0 auto;
}
.index-footer .icp {
  height: 71px;
  border-top: 1px solid #3f424c;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  padding-top: 16px;
}
.index-footer .icp a {
  color: #999999;
}
.index-footer .icp .icp-left {
  float: left;
}
.index-footer .icp .icp-right {
  float: right;
}
.icp-right-text {
  display: inline-block;
}
.index-footer dl {
  float: left;
  padding-right: 50px;
  min-width: 158px;
  padding-top: 38px;
}
.index-footer dl dt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
}
.index-footer dl dd {
  font-size: 14px;
  color: #919191;
  line-height: 26px;
  height: 26px;
}
/* .index-footer dl dd a:hover{
  color: #11c48b;
} */

.model-box{
  background-color: #f7fbf8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 30px;
}
.model-box .model-title{
  height: 56px;
  font-size: 16px;
  color: #000000;
  line-height: 56px;
  padding-left: 20px;
  position: relative;
}
.model-box .model-title:before{
  display: block;
  content: '';
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -4px;
  background: url(../images/model-title.png) left center no-repeat;
}
.model-box>ul.form-grid{
  padding: 0 50px;
}
.big-grid .inp{
  width: 180px !important;
}
.model-box .inp {
  width: 160px !important;
}
.charts-dl .inp {
  width: 140px !important;
}
.charts-dl{
  padding-left: 5em;
  position: relative;
}
.charts-dl dt{
  position: absolute;
  left: 0;
  top: 0;
  width: 5em;
  text-align: right;
  line-height: 29px;
}
.big-grid{
  padding-top: 30px;
}

.form-grid.big-grid li{
  padding-bottom: 20px !important;
}

.fixed-btn{
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 18px;
  background-color: #fff;
  left: 204px;
}
.left-box,
.right-box {
  width: 60px;
  height: 140px;
}
.steps{
  margin-left: 60px;
  /* min-width: 840px; */
  margin-right: 60px;
  height: 140px;
  padding: 0 60px;
}

.steps1{
  /* width: 100px; */
  margin-top: 40px;
  position: relative;
  /* border: none !important; */
}
.steps1::before{
  content: '';
  position: absolute;
  border-bottom: 5px solid #7F7F7F;
  top: 0;
  left: -40px;
  width: 40px;
}

.steps2,.steps3,.steps4{
  width: 33%;
  margin-top: 40px;
  position: relative;
  border-bottom: 5px solid #7F7F7F;
  /* margin-left: 32px; */
}
.steps4-cont::before{
  content: '';
  position: absolute;
  border-bottom: 5px solid #7F7F7F;
  top: 18px;
  right: 29px;
  width: 40px;
}
.steps1-cont{
  width: 170px;
  height: 115px;
  color: #7F7F7F;
  position: absolute;
  text-align: center;
  top: -18px;
  right: -101px;
}
.steps1-cont div,.steps2-cont div,.steps3-cont div,.steps4-cont div{
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  margin: 5px auto;
  background: #7F7F7F;
  border-radius: 28px;
  text-align: center;
  line-height: 28px;
  color: #FFF;
  font-size: 20px;
  z-index: 10;
}
.steps p:first-of-type{
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}
.steps-tab{
  border: none;
}
.steps-tab span{
  position: relative;
  padding: 0;
}
.tab-sliding .tab-cont-box ul.chart-sroll-box{
  /* width: 300%; */
  position: relative;
  top: 0;
  left: 0;
}
.chart-sroll-box li{
  width: 33.33%;
  float: left;
}
.tab-sliding .tab-cont {
  overflow: hidden;
}
.steps2-cont,.steps3-cont,.steps4-cont{
  width: 170px;
  height: 115px;
  color: #7F7F7F;
  position: absolute;
  text-align: center;
  top: -18px;
  right: -101px;
}
/* .steps4-cont div::before{
  content: '';
  top: -28px;
  right: -91px;
  width: 90px;
  margin-top: 40px;
  position: absolute;
  border-bottom: 5px solid #7F7F7F;
} */
/* .steps-color .steps4-cont div::before{
  content: '';
  top: -28px;
  right: -91px;
  width: 90px;
  margin-top: 40px;
  position: absolute;
  border-bottom: 5px solid #0f9359;
} */

.steps-color{
  border-bottom: 5px solid #0f9359;
}
.steps-color>div div{
  background: #0f9359!important;
}
.steps-color.steps1::before{
  content: '';
  position: absolute;
  border-bottom: 5px solid #0f9359;
  top: 0;
  left: -40px;
  width: 40px;
}
.steps-color .steps4-cont::before{
  content: '';
  position: absolute;
  border-bottom: 5px solid #0f9359;
  top: 18px;
  right: 29px;
  width: 40px;
}
.credit-apply{
  text-align: center;
  box-shadow: 0px 12px 24px 0px rgb(56 73 125 / 25%);
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 28px;
}
.credit-apply .apply-p{
  font-size: 18px;
  font-weight: 650;
  margin: 70px 0;
}
.credit-apply .btn{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #169bd5;
}
.declare-credit{
  border: 2px solid #ffffff;
  padding: 14px 28px;
  background-image: url('../images/layui-custom-carousel-ul.png');
  /* background: #fff; */
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.credit-info{
  box-shadow: none;
}
.overnone{
  padding: 10px 20px 0;
}
.overnone h1{
  font-size: 16px;
  position: relative;
  padding-left: 12px;
}
.overnone h1::before{
  display: block;
  width: 3px;
  height: 16px;
  background-color: #0a8145;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.pop-btn-confirm{
  text-align: center;
}
.pop-btn-table{
  text-align: center;
  margin: 10px 0
}
.pop-title-p{
  margin: 60px;
  text-align: center;
}
.pop-generate{
}
.pop-generate-cont{
  display: inline-block;
  width: 570px;
  /* background-color: #f5f5f5; */
  padding: 10px;
  overflow: hidden;
}
.pop-generate-contB{
  margin-left: 10px;
  overflow: hidden;
  display: inline-block;
  padding: 10px 10px 10px 0;
  width: 570px;

}
.table-box{
  margin-top: 5px;
  padding: 10px;
  background: #f5f5f5;
}
.table-cont{

}
.table-title{
  line-height: 30px;
}

.h1-title{
  font-weight: 650;
  font-style: normal;
  font-size: 16px;
}
.warning-title{
  margin-left: 10px;
  line-height: 1px;
  padding: 5px;
  font-size: 14px;
  color: #ff9e1e;
  background-color: rgba(250, 205, 145, 0.298039215686275);
}
/* 金融局样式 */
.financial-steps-box{
  padding-right: 50px;
  width: 63%;
}
.financial-steps{
  height: 140px;
}
.financial-steps .steps1{
  width: 21%;
  margin-top: 55px;
  position: relative;
  border-bottom: 5px solid #7F7F7F;
}
.financial-steps .steps1-cont{
  width: 160px;
  height: 140px;
  color: #7F7F7F;
  position: absolute;
  text-align: center;
  top: -50px;
  right: -80px;
}
.financial-steps .steps1-cont div{
  width: 56px;
  height: 56px;
  margin: 5px auto;
  background: #7F7F7F;
  border-radius: 28px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 20px;
  z-index: 2;
}

.financial-credit-apply{
  text-align: center;
  box-shadow: 0px 12px 24px 0px rgb(56 73 125 / 25%);
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 28px;
}
.financial-credit-apply .apply-p{
  font-size: 18px;
  font-weight: 650;
  margin: 45px 0;
}
.financial-credit-apply .btn{
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px 0;
  background: #169bd5;
}
.pop-src{
  /* overflow: auto; */
}
.pop-src-ul{
  padding: 5px 20px;
}
.pop-src-ul li{
  margin: 5px 0;
}
.ul-li-mtb5 li{
  margin: 10px 0;
}
.audit-cont{
  padding: 20px;
}
.audit-text{
  width: 95%;
}
.detail-details th{
  background: #f2f2f2 !important;
}
.detail-details h1{
  line-height: 30px;
  font-size: 18px;
  color: #212121;
  position: relative;
  padding-left: 12px;
  height: 30px;
}
.rejected-why{
  margin: 5px;
  padding: 20px;
  background: #f2f2f2;
}
.tx-updata{
  width: 645px;
}
.tx-updata a{
  font-size: 14px;
  text-decoration: none;
}
.form-lab-b{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* background: pink; */
  text-align: center;
  border: 1px solid;
  margin-top: 10px;
}
.form-lab-box{
  width: 200px;
  height: 40px;
  background: #f2f2f2;
  display: inline-block;
  line-height: 40px;
  padding: 0 0 0 5px;
}
.form-lab-box div{
  display: inline-block;
}
.new-apply{
  max-height: 220px;
  overflow: auto;
}
.block-title01 h1::before{
  display: block;
  width: 3px;
  height: 16px;
  background-color: #0a8145;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.br-3{
  border-radius: 3px;
}
.table-tr-h30 tr{
  height: 30px;
}
.report-title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.pop-cont-over{
  padding: 15px 20px 0;
  margin-bottom: 30px;
}
.pop-cont-over .form-grid{
  margin-bottom: 0;
}
.data-btn-img{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 120px;
  height: 93px;
  background: #fff url(../images/data-btn-img.png) center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-size: 120px;
}
.average11{
  background-color: #fff;
  margin-top: 5px;
}
.average11 .middle-dd::after{
  position: absolute;
  width: 1px;
  height: 34px;
  content: '';
  background-color: #cecece;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
.average11 dd{
  float: left;
  width: 9.09% !important;
  padding: 0;
  margin: 0;
  text-align: center;

}
.average11 dd div{
  position: relative;
  padding-top: 0;
  height: 115px;
}
.average11 dd div b{
  padding-top: 5px;
  font-size: 18px;
  display: block;
  padding-bottom: 3px;
  line-height: 24px;
}
.average11 dd div em {
  font-size: 12px;
}
.pro-list i{
  cursor: pointer;
}
.pro-list .pro-list-ul>li{
  position: relative;
  margin: 10px 0;
}
.pro-list .pro-list-ul>li::after{
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 21px;
  left: 7px;
  background: #07a34d;
}
.pro-list .pro-list-ul>li:last-of-type:after{
  background:#f5f5f5

}
.pro-cont-ul{
  display: none;
}
.pro-cont-ul div{
  position: relative;
}
.pro-cont-ul div::before{
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 77px;
  background: #07a34d;
  top: -1px;
  left: -13px;
}
.details-box{
  padding: 16px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.details-box h1{
  position: relative;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #1e884b;
  border-bottom: 1px solid #d9d9d9;
}
.details-box .tx-updata a{
  position: absolute;
  top: 6px;
  right: 12px;
}
.details-bg{
  margin: 11px 0;
}
.carousel-bg-box{
  padding: 2px;
  background: #fff;
}