[v-cloak] {
  display: none;
}
body {
  background: #fefefe;
  min-width: 1200px;
}
/*公共样式*/
button {
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'DINAlternate-Bold';
  src: url('../plugins/font/DINAlternate-Bold/DIN Alternate Bold.ttf');
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('../plugins/font/SourceHanSansCN/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../plugins/font/SourceHanSansCN/SourceHanSansCN-Regular.otf');
}
.margin-lf-20 {
  margin-left: 20px;
}
/* 公共容器1200px */
.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}
/*小圆点*/
.small-point {
  color: #D8D8D8;
  margin-right: 5px;
}
/* 公告时间提示公共样式 */
/* 公告行文字溢出以省略号替代*/
/* 公共容器1200px */
.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}
/* 轮播图*/
.banner-wrapper {
  height: 450px;
  background-size: cover;
}
.banner-wrapper .tabs-role-wrapper {
  position: relative;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content {
  position: absolute;
  right: 0;
  top: 35px;
  width: 270px;
  padding: 25px;
  height: 330px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .common-tips {
  font-family: SourceHanSansCN-Normal, "微软雅黑", "黑体", sans-serif;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .common-tips h1 {
  font-family: SourceHanSansCN-Bold, "微软雅黑", "黑体", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .common-tips ul li {
  margin-top: 5px;
  line-height: 24px;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .common-tips ul li a {
  color: #333;
  cursor: pointer;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .common-tips ul li a:hover {
  color: #FF7700;
  font-weight: bold;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .common-tips ul li:hover {
  transform: scale(1.01);
  transition: all ease 0.2s;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .platform-select {
  margin-top: 20px;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .platform-select h1 {
  font-family: SourceHanSansCN-Bold, "微软雅黑", "黑体", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .btn-reg-login {
  font-size: 0;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .btn-reg-login button {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  width: 120px;
  height: 38px;
  color: #1890FF;
  border: 1px solid #1890FF;
  font-weight: bold;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .btn-reg-login button:hover {
  background-color: #2F9BFF;
  color: #fff;
}
.banner-wrapper .tabs-role-wrapper .tabs-role-content .btn-reg-login .active {
  background: #1890FF;
  color: #fff;
}
/* 滚动数字*/
.usage-data-wrapper {
  background: url("../img/Bitmap.png");
  height: 130px;
  position: relative;
}
.usage-data-wrapper .data-item {
  display: inline-block;
  height: 75px;
  text-align: center;
  padding: 0 88px;
  line-height: 40px;
  margin-top: 30px;
}
.usage-data-wrapper .data-item .data-num,
.usage-data-wrapper .data-item .num-add {
  display: inline-block;
  font-family: DINAlternate-Bold, "微软雅黑", "黑体", sans-serif;
  font-size: 38px;
  color: #FF7700;
}
.usage-data-wrapper .data-item .data-name {
  display: block;
  font-size: 18px;
  color: #333;
}
/* 通知*/
.message-wrapper {
  margin: 60px 15px 0 15px;
}
.message-wrapper .content-wrapper {
  background: url("../img/bg-message.png") no-repeat;
  box-shadow: 0 3px 12px #e8edfa;
}
.message-wrapper .message-icon {
  display: inline-block;
}
.message-wrapper .message-content {
  display: inline-block;
  vertical-align: middle;
  padding: 35px 0;
  width: 950px;
  margin-left: 220px;
}
.message-wrapper .message-content h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.message-wrapper .message-content .txt a {
  color: #999;
}
.message-wrapper .message-content .txt a span {
  color: #409eff;
}
.message-wrapper .message-content .txt a span:hover {
  text-decoration: underline;
}
/* 供应商*/
.gys-wrapper {
  background: url("../img/p3.png") center;
  height: 553px;
}
.gys-wrapper .platform-spl-title {
  padding: 50px 0 40px 0;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}
.gys-wrapper .platform-spl-title span {
  color: #FF7700;
  font-family: SourceHanSansCN-Bold, "微软雅黑", "黑体", sans-serif;
}
/* 产品介绍*/
.project-introduce {
  background: url("../img/bg2.5d.png");
  padding-top: 60px;
  position: relative;
}
.show-title-line {
  position: relative;
  text-align: center;
}
.show-title-line .txt:after,
.show-title-line .txt:before {
  position: absolute;
  top: 50%;
  background: #FF7700;
  content: "";
  height: 3px;
  width: 24px;
}
.show-title-line .txt {
  font-family: SourceHanSansCN-Bold, "微软雅黑", "黑体", sans-serif;
  font-size: 28px;
  font-weight: bolder;
}
.show-title-line .txt:before {
  left: 42%;
}
.show-title-line .txt:after {
  right: 42%;
}
/* 产品介绍动态浮动*/
.dynamic-img-wrapper {
  position: relative;
  height: 620px;
}
.dynamic-img-wrapper img {
  position: absolute;
}
.dynamic-img-wrapper #bg-img {
  bottom: 85px;
  right: 235px;
}
.dynamic-img-wrapper #txt-1 {
  bottom: 320px;
  right: 870px;
  opacity: 1;
}
.dynamic-img-wrapper #txt-2 {
  bottom: 320px;
  right: -40px;
  opacity: 1;
}
.dynamic-img-wrapper #txt-3 {
  right: 725px;
  bottom: 140px;
  opacity: 1;
}
.dynamic-img-wrapper #txt-4 {
  right: 30px;
  bottom: 70px;
  opacity: 1;
}
/* 核心优势*/
.core-strength {
  height: 432px;
  background: url("../img/core-strengths.png") no-repeat center;
  padding: 60px;
}
.core-strength .flex-container {
  display: flex;
  padding: 40px 0 30px 0;
}
.core-strength .flex-container .flex-item {
  height: 287px;
  width: 300px;
  padding: 30px 25px;
}
.core-strength .flex-container .flex-item img {
  margin-left: 75px;
}
.core-strength .flex-container .flex-item h1 {
  font-family: SourceHanSansCN-Bold, "微软雅黑", "黑体", sans-serif;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
}
.core-strength .flex-container .flex-item p {
  opacity: 0.6;
  font-family: SourceHanSansCN-Regular, "微软雅黑", "黑体", sans-serif;
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
}
.core-strength .flex-container .flex-item p:hover {
  opacity: 1;
}
.core-strength .flex-container .flex-item:hover {
  background-color: #00000022;
}
/* 经典案例*/
.classic-case {
  height: 413px;
  background: url("../img/classical-case.png") no-repeat center;
  padding: 70px 0;
}
/*经典案例 轮播图*/
.classic-case-swiper-container {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  outline: none;
  height: 400px;
}
/* 通知公告 平台入口*/
.notice-platform-wrapper {
  padding: 60px 0 65px 0;
  font-size: 0;
  margin: 0 auto;
}
.notice-platform-wrapper .noticeType-showInfo-option {
  position: relative;
  /*.btn-notice {
      display: inline-block;
      font-size: 0;
      vertical-align: top;

      button {
        font-size: 18px;
        color: #000;
        background: #FFF;
        border: 1px solid #DDD;
        height: 50px;
        width: 120px;
      }

      .btn-notice-active, button:hover {
        color: #fff;
        background-color: #F80;
        border: 1px solid #F80;
      }
    }*/
  /* .notice-tabs {
       display: inline-block;
       vertical-align: middle;
       margin-left: 50px;

       !* 重写vue标签页的样式*!
       .el-tabs__nav-wrap::after {
         background-color: transparent;
       }

       .el-tabs__item {
         font-size: 16px;
         color: #333;

         .is-active {
           color: #FF7700;
         }
       }

       .el-tabs__item:hover {
         color: #FF7700;
       }

       .el-tabs__active-bar {
         background-color: #FF7700;
         height: 2px;
       }

     }*/
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs {
  /*重写组件样式*/
  height: 50px;
  padding-right: 10px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs .el-tabs__item {
  font-size: 22px;
  line-height: 30px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs .el-tabs__item:hover,
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs .el-tabs__item.is-active {
  color: #F80;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs .el-tabs__nav-wrap::after {
  height: 1px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs .el-tabs__nav {
  margin-bottom: 10px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs .el-tabs__active-bar {
  height: 5px;
  background-color: #F80;
  margin-bottom: -10px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-tabs .el-tabs__header {
  margin: 0;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-more {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
  z-index: 999999999;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-more span {
  color: #999;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-more img {
  height: 12px;
  width: 12px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-more img:hover {
  height: 13px;
  width: 13px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-types {
  font-size: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 840px;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-types span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 20px 0 0 0;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-types span:hover,
.notice-platform-wrapper .noticeType-showInfo-option .notice-types .active {
  color: #FF7700;
}
.notice-platform-wrapper .noticeType-showInfo-option .notice-types .line {
  border-left: solid 1px #ccc;
  height: 14px;
  width: 1px;
  vertical-align: top;
  display: inline-block;
  margin-top: 25px;
}
.notice-platform-wrapper .notice-list-wrapper {
  vertical-align: top;
  width: 1200px;
  display: inline-block;
}
.notice-platform-wrapper .notice-list-wrapper .no-data {
  margin-top: 100px;
  text-align: center;
  font-size: 20px;
}
.notice-platform-wrapper .platform-wrapper {
  vertical-align: top;
  display: inline-block;
  width: 270px;
  margin-left: 20px;
}
.notice-platform-wrapper .platform-investigation {
  width: 270px;
  color: #333;
  font-size: 0;
}
.notice-platform-wrapper .platform-investigation .subsite-show-title {
  padding: 15px 0 15px 20px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.notice-platform-wrapper .platform-investigation .subsite-show-title a {
  color: #333;
}
.notice-platform-wrapper .platform-bids {
  margin-bottom: 15px;
  font-size: 0;
}
/* 首页公告页倒计时样式 start*/
.notice-list {
  margin-top: 20px;
  font-size: 0;
}
.notice-item {
  display: inline-block;
  width: 283px;
  font-size: 0;
  background-color: #fff;
  margin-bottom: 20px;
  vertical-align: top;
  border: 1px solid #DDD;
  transition: all 0.2s ease 0s;
  bottom: 0;
}
.notice-item:hover {
  position: relative;
  height: 100%;
  box-shadow: 0 6px 12px #e8edfa;
  cursor: pointer;
  bottom: 4px;
}
.notice-Info {
  padding: 25px 25px 0 20px;
  color: #333;
  height: 125px;
  background-color: #fff;
}
.notice-Info .project-name {
  font-size: 16px;
  color: #333;
  width: 245px;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.notice-Info .company-name,
.notice-Info .add-time {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.notice-countdown {
  height: 130px;
  background-color: #f8f8f8;
  position: relative;
}
.notice-countdown .time-tips {
  display: block;
  padding-left: 20px;
  top: 20px;
  line-height: 60px;
}
.notice-countdown .display-time {
  margin: 0;
  top: 60px;
  font-size: 16px;
  color: #333;
  padding: 0 20px;
}
.notice-countdown .timeEnd {
  padding-left: 50px;
}
.notice-countdown .pretend-file {
  position: absolute;
  margin: 0;
  top: 60px;
  color: #4A90E2;
  padding: 0 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.notice-countdown .time-start {
  background: #07C160;
  display: inline-block;
  position: absolute;
  color: #fff;
  right: 0;
  height: 28px;
  top: 0;
  width: 65px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0 0 0 15px;
}
.notice-countdown .time-start:hover {
  background: #66BC94;
}
.notice-countdown .time-starting {
  background: #00b8e2;
  display: inline-block;
  position: absolute;
  color: #fff;
  right: 0;
  height: 28px;
  top: 0;
  width: 65px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0 0 0 15px;
}
.notice-countdown .time-starting:hover {
  background: #66BC94;
}
.notice-countdown .time-doing {
  background: #f4a528;
  display: inline-block;
  position: absolute;
  color: #fff;
  right: 0;
  height: 28px;
  top: 0;
  width: 65px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0 0 0 15px;
}
.notice-countdown .time-doing:hover {
  background: #DC9524;
}
.notice-countdown .time-end {
  background: #989898;
  display: inline-block;
  position: absolute;
  color: #fff;
  right: 0;
  height: 28px;
  top: 0;
  width: 65px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  border-radius: 0 0 0 15px;
}
.notice-countdown .time-end:hover {
  background: #898989;
}
/* loading*/
.load-wrapper {
  position: absolute;
  width: 900px;
  font-size: 0;
}
.load-wrapper .loading-mask {
  position: relative;
  text-align: center;
  line-height: 976px;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
}
.load-wrapper .el-loading-spinner .path {
  stroke: #FF8800;
  stroke-width: 4;
}
/*guide-slider*/
.guide-slider {
  height: 345px;
}
.guide-slider .guide {
  width: 190px;
  height: 345px;
  float: left;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  position: relative;
  overflow: hidden;
}
.guide-slider .guide .behind {
  width: 820px;
  height: 345px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.guide-slider .guide .behind .list-wrap {
  padding: 30px 30px 0 30px;
}
.guide-slider .guide .behind .list-wrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide-slider .guide .behind .list-wrap .list li {
  width: 230px;
  height: 36px;
  display: inline-block;
  margin-bottom: 25px;
}
.guide-slider .guide .behind .list-wrap .list li a {
  color: #333;
}
.guide-slider .guide .behind .list-wrap .list li a img {
  display: inline-block;
}
.guide-slider .guide .behind .list-wrap .list li a .company-item-wrap {
  display: inline-block;
  font-size: 0;
}
.guide-slider .guide .behind .list-wrap .list li a .company-item-wrap .company-item-name {
  display: inline-block;
  width: 196px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.guide-slider .guide .behind .list-wrap .list li a .company-item-wrap .company-item-field {
  color: #999;
  font-size: 12px;
  text-overflow: ellipsis;
}
.guide-slider .guide .behind .list-wrap .no-data {
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
}
.guide-slider .guide .display {
  padding: 30px 0 0 18px;
  width: 172px;
  height: 315px;
  float: right;
  position: relative;
  z-index: 2;
  background: #ffffff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.guide-slider .guide .slider1 {
  background-image: url("../img/youzhi.png");
  background-repeat: no-repeat;
}
.guide-slider .guide .slider2 {
  background-image: url("../img/xinruku.png");
  background-repeat: no-repeat;
}
.guide-slider .guide .mask {
  height: 100%;
  width: 100%;
  background-color: #14233e8c;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.guide-slider .guide .desc {
  color: white;
}
.guide-slider .guide .desc .title {
  font-size: 24px;
  line-height: 33px;
}
.guide-slider .guide .desc .num {
  font-size: 24px;
  line-height: 33px;
  color: #FF7700;
}
.guide-slider .guide .icon-more {
  display: inline-block;
  margin-top: 14px;
}
.guide-slider .guide.on {
  width: 1010px;
}
.guide-slider .guide.on .slider1 {
  background-image: url("../img/youzhi-hover.png");
  background-repeat: no-repeat;
}
.guide-slider .guide.on .slider2 {
  background-image: url("../img/xinruku-hover.png");
  background-repeat: no-repeat;
}
.guide-slider .guide.on .display {
  border-right-color: transparent;
}
.guide-slider .guide.on .mask {
  display: none;
}
/*覆盖组件样式*/
.el-popper {
  z-index: 9999 !important;
}
.el-input--suffix .el-input__inner {
  width: 260px;
}
.el-select-dropdown__item.hover .el-select-dropdown__item,
.el-select-dropdown__item:hover .el-select-dropdown__item {
  font-size: 12px;
}
.el-cascader-node__label {
  /*首页下拉Cascader*/
  width: 300px;
}
/*首页下拉框 校验输入框颜色*/
.el-form-item.is-success .el-input__inner,
.el-form-item.is-success .el-input__inner:focus,
.el-form-item.is-success .el-textarea__inner,
.el-form-item.is-success .el-textarea__inner:focus {
  border-color: #F90 !important;
}
/*# sourceMappingURL=T_index.css.map */