@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

input {
  padding: 0 0.1rem; }

input, button, select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

html {
  font-size: 100px;
  max-width: 25.6rem;
  margin: 0 auto; }
  @media (max-width: 1200px) and (min-width: 960px) {
    html {
      font-size: 70px !important; } }
  @media (max-width: 960px) {
    html {
      font-size: 90px !important; } }

body {
  font-size: 0.16rem; }

@font-face {
  font-family: 'iconfont';
  /* Project id 4258840 */
  src: url("/static/css/font/iconfont.woff2") format("woff2"), url("/static/css/font/iconfont.woff") format("woff"), url("/static/css/font/iconfont.ttf") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconyc';
  /* Project id 4258840 */
  src: url("/static/css/font/yc_font/iconfont.woff2") format("woff2"), url("/static/css/font/yc_font/iconfont.woff") format("woff"), url("/static/css/font/yc_font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconyc {
  font-family: "iconyc" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.layout, .inner-layout {
  width: 14rem;
  margin: 0 auto; }
  @media (max-width: 1200px) and (min-width: 960px) {
    .layout, .inner-layout {
      width: 960px; } }
  @media (max-width: 960px) {
    .layout, .inner-layout {
      width: 100%;
      padding: 0 20px;
      min-width: 320px; } }

.container {
  min-height: 5rem; }
  @media (max-width: 960px) {
    .container {
      min-height: 300px; } }

.mt20 {
  margin-top: 0.2rem !important; }

.mt30 {
  margin-top: 0.3rem !important; }

.mt40 {
  margin-top: 0.4rem !important; }
  @media (max-width: 960px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  margin-top: 0.5rem !important; }

.mt60 {
  margin-top: 0.6rem !important; }
  @media (max-width: 960px) {
    .mt60 {
      margin-top: 30px !important; } }

.mb80 {
  margin-bottom: 0.8rem !important; }
  @media (max-width: 960px) {
    .mb80 {
      margin-bottom: 40px !important; } }

.pt30 {
  padding-top: 0.3rem !important; }

.pt40 {
  padding-top: 0.4rem !important; }

.pb80 {
  padding-bottom: 0.8rem !important; }
  @media (max-width: 960px) {
    .pb80 {
      padding-bottom: 40px !important; } }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

.noimg-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.24rem;
  white-space: nowrap; }

.visible {
  overflow: visible !important; }

.over_hidden {
  overflow: hidden !important; }

.inner-container {
  overflow: hidden;
  min-height: 600px; }

.detail-container {
  border-top: 1px solid #e4e4e4; }

.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/static/css/slider/fonts/slick.eot");
  src: url("/static/css/slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/static/css/slider/fonts/slick.woff") format("woff"), url("/static/css/slider/fonts/slick.ttf") format("truetype"), url("/static/css/slider/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 0.2rem;
  width: 0.2rem;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -0.1rem;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 0.2rem;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -0.25rem; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -0.25rem; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 0.3rem; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 0.2rem;
    width: 0.2rem;
    margin: 0 0.05rem;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 0.2rem;
      width: 0.2rem;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 0.05rem;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "?";
        width: 0.2rem;
        height: 0.2rem;
        font-family: "slick";
        font-size: 0.06rem;
        line-height: 0.2rem;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes showArrow {
  from {
    opacity: 0;
    transform: translateX(-0.5rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes flicker {
  0% {
    transform: scale(1);
    opacity: 0.4; }
  50% {
    transform: scale(1.15);
    opacity: 0.2; }
  100% {
    transform: scale(1);
    opacity: 0.3; } }
.bottom-djl {
  margin-top: 0.4rem;
  padding-top: 0.2rem;
  display: flex;
  justify-content: flex-end; }
  .bottom-djl:has(span) {
    border-top: 1px solid #ccc; }
  .bottom-djl span.djl {
    font-size: 0.16rem;
    color: #888; }

.bidding-header .header-wrap .layout .logo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0 0.12rem; }
  .bidding-header .header-wrap .layout .logo-row .left-logo {
    display: flex;
    align-items: center; }
    .bidding-header .header-wrap .layout .logo-row .left-logo a.logo {
      display: block;
      height: 0.72rem;
      width: 5.84rem;
      overflow: hidden;
      z-index: 2024; }
      .bidding-header .header-wrap .layout .logo-row .left-logo a.logo img {
        max-width: 100%;
        position: relative; }
    .bidding-header .header-wrap .layout .logo-row .left-logo h1.text {
      color: #333;
      font-size: 0.24rem;
      margin-left: 0.16rem; }
  .bidding-header .header-wrap .layout .logo-row .search-login {
    display: flex;
    align-items: center; }
    .bidding-header .header-wrap .layout .logo-row .search-login .search-wrap form .change-wrap {
      position: relative; }
      .bidding-header .header-wrap .layout .logo-row .search-login .search-wrap form .change-wrap .keyword {
        width: 4rem;
        height: 0.4rem;
        background-color: #F2F2F2;
        box-sizing: border-box;
        padding: 0 0.4rem 0 0.18rem;
        border: none;
        font-size: 0.16rem; }
        .bidding-header .header-wrap .layout .logo-row .search-login .search-wrap form .change-wrap .keyword::placeholder {
          color: #AAAAAA; }
      .bidding-header .header-wrap .layout .logo-row .search-login .search-wrap form .change-wrap .search-submit {
        background-color: transparent;
        position: absolute;
        right: 0.2rem;
        top: 50%;
        transform: translateY(-50%); }
        .bidding-header .header-wrap .layout .logo-row .search-login .search-wrap form .change-wrap .search-submit i {
          font-size: 0.2rem;
          color: #12635A; }
    .bidding-header .header-wrap .layout .logo-row .search-login .search-btn {
      display: none; }
    .bidding-header .header-wrap .layout .logo-row .search-login .login {
      border-radius: 4px;
      background-color: #12635A;
      color: #fff;
      font-size: 0.16rem;
      margin-left: 0.6rem;
      width: 0.8rem;
      height: 0.3rem;
      line-height: 0.3rem;
      text-align: center;
      position: relative;
      z-index: 2024; }
    .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box {
      display: none;
      position: relative;
      margin-left: 0.6rem; }
      .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .info-box {
        display: flex;
        align-items: center; }
        .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .info-box p {
          font-size: 0.16rem;
          line-height: 1;
          color: #333;
          white-space: nowrap; }
        .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .info-box i {
          width: 0;
          height: 0;
          font-size: 0;
          border: 0.1rem solid transparent;
          border-top-color: #aaa;
          border-bottom-width: 0;
          margin-left: 0.1rem;
          cursor: pointer;
          transition: transform 0.3s; }
          .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .info-box i.active {
            transform: rotate(180deg); }
      .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .menu-box {
        display: none;
        width: 1.24rem;
        height: 1.84rem;
        border-radius: 5px;
        box-shadow: 5px 5px 20px rgba(85, 85, 85, 0.35);
        box-sizing: border-box;
        padding: 0.3rem;
        position: absolute;
        right: 0;
        top: 0.36rem;
        z-index: 2022;
        background-color: #fff; }
        .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .menu-box ul li {
          margin-bottom: 0.2rem; }
          .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .menu-box ul li a {
            display: block;
            font-size: 0.16rem;
            line-height: 1;
            color: #333; }
            .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box .menu-box ul li a:hover {
              color: #4a937a; }
    .bidding-header .header-wrap .layout .logo-row .search-login .pc-menu {
      display: none; }
.bidding-header .header-wrap .layout .nav {
  width: 100%; }
  .bidding-header .header-wrap .layout .nav .nav-ul {
    display: flex;
    justify-content: center; }
    .bidding-header .header-wrap .layout .nav .nav-ul > li {
      font-size: 0.18rem;
      position: relative;
      line-height: 0.58rem;
      margin: 0 0.3rem;
      flex-shrink: 0; }
      .bidding-header .header-wrap .layout .nav .nav-ul > li > a {
        color: #333333;
        position: relative;
        line-height: 0.18rem;
        display: inline-block; }
        .bidding-header .header-wrap .layout .nav .nav-ul > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -0.2rem;
          left: 50%;
          height: 0.04rem;
          width: 0;
          background-color: #4a937a;
          transition: all 0.3s;
          border-radius: 4px; }
      .bidding-header .header-wrap .layout .nav .nav-ul > li.cur > a {
        font-weight: bold; }
        .bidding-header .header-wrap .layout .nav .nav-ul > li.cur > a:after {
          width: 100%;
          left: 0; }
      .bidding-header .header-wrap .layout .nav .nav-ul > li > a:hover:after {
        width: 100%;
        left: 0; }
.bidding-header .header-wrap .search {
  display: none; }

.bidding-second-banner {
  position: relative;
  height: 4rem;
  width: 100%;
  overflow: hidden;
  background-image: url("/static/images/tender/second_banner02.jpg");
  background-size: cover;
  background-position: bottom center; }
  .bidding-second-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .bidding-second-banner h1 {
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    margin-top: 1.57rem;
    z-index: 1;
    position: relative; }

.logout-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2023;
  display: none; }
  .logout-dialog .inner-dialog {
    width: 30%;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .logout-dialog .inner-dialog .header {
      padding: 0.2rem;
      margin: 0;
      line-height: 0.2rem;
      border-bottom: 1px solid #e4e4e4;
      position: relative; }
      .logout-dialog .inner-dialog .header h1 {
        font-size: 0.18rem; }
      .logout-dialog .inner-dialog .header i {
        cursor: pointer;
        color: #909399;
        font-size: 0.2rem;
        position: absolute;
        right: 0.2rem;
        top: 0.2rem; }
    .logout-dialog .inner-dialog .body {
      padding: 0.2rem;
      color: #606266;
      font-size: 0.14rem; }
    .logout-dialog .inner-dialog .footer {
      display: flex;
      justify-content: flex-end;
      padding: 0.2rem;
      border-top: 1px solid #e4e4e4; }
      .logout-dialog .inner-dialog .footer a {
        display: block;
        margin-left: 0.24rem;
        height: 0.32rem;
        line-height: 0.32rem;
        text-align: center;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #dcdfe6;
        color: #606266;
        font-size: 0.14rem;
        padding: 0 0.15rem; }
        .logout-dialog .inner-dialog .footer a.primary {
          background-color: #3980EA;
          color: #fff;
          border-color: #3980EA; }

@media (max-width: 960px) {
  .bidding-header .header-wrap.is-show .layout .logo-row .left-logo a.logo img {
    top: -26px; }
  .bidding-header .header-wrap.is-show .layout .logo-row .search-login .search-btn i {
    color: #fff; }
  .bidding-header .header-wrap.is-show .layout .logo-row .search-login a.pc-menu span, .bidding-header .header-wrap.is-show .layout .logo-row .search-login a.pc-menu:before, .bidding-header .header-wrap.is-show .layout .logo-row .search-login a.pc-menu:after {
    background-color: #fff; }
  .bidding-header .header-wrap .layout {
    padding: 0 20px; }
    .bidding-header .header-wrap .layout .logo-row {
      padding: 10px 0; }
      .bidding-header .header-wrap .layout .logo-row .left-logo a.logo {
        height: 26px !important;
        width: 211px; }
      .bidding-header .header-wrap .layout .logo-row .left-logo h1.text {
        display: none; }
      .bidding-header .header-wrap .layout .logo-row .search-login .search-wrap {
        display: none; }
      .bidding-header .header-wrap .layout .logo-row .search-login .search-btn {
        display: block;
        margin-left: 5px;
        z-index: 2024;
        position: relative; }
        .bidding-header .header-wrap .layout .logo-row .search-login .search-btn i {
          color: #12635A;
          cursor: pointer;
          font-size: 20px;
          line-height: 1; }
      .bidding-header .header-wrap .layout .logo-row .search-login .login {
        margin-left: 10px;
        width: 40px; }
      .bidding-header .header-wrap .layout .logo-row .search-login .userinfo-box {
        margin-left: 5px; }
      .bidding-header .header-wrap .layout .logo-row .search-login a.pc-menu {
        position: relative;
        z-index: 2024;
        display: flex;
        height: 16px;
        width: 18px;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 10px; }
        .bidding-header .header-wrap .layout .logo-row .search-login a.pc-menu span {
          display: block;
          height: 3px;
          width: 100%;
          border-radius: 0.04rem;
          background-color: #12635A;
          transition: all 0.3s; }
        .bidding-header .header-wrap .layout .logo-row .search-login a.pc-menu:before, .bidding-header .header-wrap .layout .logo-row .search-login a.pc-menu:after {
          content: '';
          display: block;
          height: 3px;
          width: 100%;
          border-radius: 0.04rem;
          background-color: #12635A;
          transform-origin: left;
          transition: all 0.3s; }
        .bidding-header .header-wrap .layout .logo-row .search-login a.pc-menu.is-show:before {
          transform: rotate(45deg); }
        .bidding-header .header-wrap .layout .logo-row .search-login a.pc-menu.is-show:after {
          transform: rotate(-45deg); }
        .bidding-header .header-wrap .layout .logo-row .search-login a.pc-menu.is-show span {
          opacity: 0; }
    .bidding-header .header-wrap .layout .nav {
      display: none; }
  .bidding-header .header-wrap .search {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(18, 99, 90, 0.95);
    z-index: 2025; }
    .bidding-header .header-wrap .search form {
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .bidding-header .header-wrap .search form .turn-down-search {
        position: absolute;
        right: 12px;
        top: 20px; }
        .bidding-header .header-wrap .search form .turn-down-search i {
          color: #fff;
          font-size: 20px; }
      .bidding-header .header-wrap .search form h2 {
        font-size: 24px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 20px; }
      .bidding-header .header-wrap .search form .change-wrap {
        width: 320px;
        height: 40px;
        display: flex; }
        .bidding-header .header-wrap .search form .change-wrap input {
          width: 320px;
          height: 40px;
          border: none;
          box-sizing: border-box;
          padding-left: 10px;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          font-size: 12px; }
        .bidding-header .header-wrap .search form .change-wrap button {
          height: 40px;
          width: 40px;
          border: none;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          background-color: #fff; }
          .bidding-header .header-wrap .search form .change-wrap button i {
            color: #12635A;
            font-size: 16px; }
      .bidding-header .header-wrap .search form .hot-search {
        display: flex;
        align-items: center;
        width: 320px;
        margin-top: 20px;
        justify-content: start;
        flex-wrap: wrap; }
        .bidding-header .header-wrap .search form .hot-search span {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #ffffff;
          margin-bottom: 10px; }
        .bidding-header .header-wrap .search form .hot-search p {
          line-height: 0.34rem;
          height: 0.34rem;
          margin-right: 0.1rem;
          width: auto;
          background-color: rgba(0, 0, 0, 0.4);
          border-radius: 0.04rem;
          margin-bottom: 10px; }
          .bidding-header .header-wrap .search form .hot-search p a {
            box-sizing: border-box;
            padding: 0 0.1rem;
            display: block;
            height: 100%;
            width: 100%;
            border-radius: 0.04rem;
            color: #fff;
            font-size: 12px; }

  .bidding-second-banner {
    height: 150px; }
    .bidding-second-banner h1 {
      margin-top: 0;
      line-height: 150px;
      font-size: 24px; }

  .logout-dialog .inner-dialog {
    width: 80%; } }
.tender-container {
  padding-bottom: 0.8rem; }
  .tender-container h1.center-tit {
    text-align: center;
    font-size: 0.32rem;
    color: #000000; }
    .tender-container h1.center-tit.white a {
      color: #fff; }
  .tender-container a.center-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 0.4rem;
    border-radius: 5px;
    background-color: #12635A;
    color: #fff;
    margin: 0 auto; }
    .tender-container a.center-more span {
      font-size: 0.16rem; }
    .tender-container a.center-more i {
      font-size: 0.24rem;
      margin-left: 0.1rem; }
  @media (max-width: 960px) {
    .tender-container {
      padding-bottom: 40px; }
      .tender-container h1.center-tit {
        font-size: 18px; } }

.home-text001 {
  margin-top: 0.8rem; }
  .home-text001 .layout {
    display: flex;
    justify-content: space-between; }
    .home-text001 .layout .left-box {
      width: 25%;
      background-color: #12635A;
      color: #fff;
      border-radius: 4px;
      padding: 0.4rem; }
      .home-text001 .layout .left-box ul {
        margin-top: 0.4rem; }
        .home-text001 .layout .left-box ul li {
          margin-bottom: 0.1rem; }
          .home-text001 .layout .left-box ul li p {
            font-size: 0.16rem;
            line-height: 1.5; }
    .home-text001 .layout .right-box {
      width: 71%; }
      .home-text001 .layout .right-box h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .home-text001 .layout .right-box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0.4rem; }
        .home-text001 .layout .right-box ul li {
          width: 48%;
          margin-bottom: 0.2rem; }
          .home-text001 .layout .right-box ul li:last-child, .home-text001 .layout .right-box ul li:nth-last-child(2) {
            margin-bottom: 0; }
          .home-text001 .layout .right-box ul li:hover a {
            background-color: #12635A; }
            .home-text001 .layout .right-box ul li:hover a .inner {
              border-color: #fff; }
              .home-text001 .layout .right-box ul li:hover a .inner .tit {
                color: #fff; }
              .home-text001 .layout .right-box ul li:hover a .inner .bottom .time {
                color: #fff; }
          .home-text001 .layout .right-box ul li a {
            display: block;
            padding: 0.04rem;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s; }
            .home-text001 .layout .right-box ul li a .inner {
              border: 1px dashed #dfd9cc;
              padding: 0.2rem; }
              .home-text001 .layout .right-box ul li a .inner .tit {
                font-size: 0.18rem;
                line-height: 0.27rem;
                max-height: 0.54rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 0.54rem;
                margin-bottom: 0.1rem; }
              .home-text001 .layout .right-box ul li a .inner .bottom {
                display: flex;
                align-items: center; }
                .home-text001 .layout .right-box ul li a .inner .bottom .time {
                  color: #666;
                  font-size: 0.16rem;
                  display: block;
                  line-height: 1; }
                .home-text001 .layout .right-box ul li a .inner .bottom .rest-time {
                  text-align: right;
                  flex: 1;
                  color: #AAAAAA;
                  font-size: 0.14rem;
                  margin-right: 0.1rem; }
                .home-text001 .layout .right-box ul li a .inner .bottom .tag {
                  width: 0.9rem;
                  height: 0.26rem;
                  border-radius: 2px;
                  text-align: center;
                  line-height: 0.26rem;
                  font-size: 0.14rem;
                  color: #fff;
                  background-color: #9CC301; }
                  .home-text001 .layout .right-box ul li a .inner .bottom .tag.gray {
                    background-color: #C9C9C9; }
  @media (max-width: 960px) {
    .home-text001 {
      margin-top: 40px; }
      .home-text001 .layout {
        display: block; }
        .home-text001 .layout .left-box {
          width: 100%;
          padding: 20px; }
          .home-text001 .layout .left-box ul {
            margin-top: 20px; }
        .home-text001 .layout .right-box {
          width: 100%;
          margin-top: 20px; }
          .home-text001 .layout .right-box ul {
            display: block;
            margin-top: 20px; }
            .home-text001 .layout .right-box ul li {
              width: 100%; }
              .home-text001 .layout .right-box ul li a .inner {
                padding: 10px; } }

.home-text002 {
  padding-top: 0.8rem;
  position: relative;
  background-size: cover;
  background-size: cover;
  background-position: center bottom; }
  .home-text002 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-text002 .layout .swiper-container {
    margin-top: 0.4rem; }
    .home-text002 .layout .swiper-container .swiper-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin-right: -2%; }
      .home-text002 .layout .swiper-container .swiper-wrapper .swiper-slide {
        width: 23%;
        margin-right: 2%;
        display: block;
        background-color: #fff;
        padding: 0.3rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-top: 3px solid #4a937a;
        margin-bottom: 0.2rem; }
        .home-text002 .layout .swiper-container .swiper-wrapper .swiper-slide:hover .tit {
          color: #12635A; }
          .home-text002 .layout .swiper-container .swiper-wrapper .swiper-slide:hover .tit .aline_w {
            background-size: 100% 1px; }
        .home-text002 .layout .swiper-container .swiper-wrapper .swiper-slide .tit {
          font-size: 0.18rem;
          line-height: 0.27rem;
          max-height: 0.81rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 0.81rem;
          margin-bottom: 0.15rem; }
        .home-text002 .layout .swiper-container .swiper-wrapper .swiper-slide .time {
          color: #666;
          font-size: 0.16rem;
          display: block;
          line-height: 1;
          color: #12635A; }
  @media (max-width: 960px) {
    .home-text002 {
      padding: 40px 0; }
      .home-text002 .layout .swiper-container {
        margin-top: 20px; }
        .home-text002 .layout .swiper-container .swiper-wrapper {
          display: block;
          margin-right: 0; }
          .home-text002 .layout .swiper-container .swiper-wrapper .swiper-slide {
            width: 100%;
            margin-right: 0;
            padding: 20px; }
            .home-text002 .layout .swiper-container .swiper-wrapper .swiper-slide .tit {
              line-height: 0.27rem;
              max-height: 0.54rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 0.54rem; } }

.home-text3-container {
  margin-top: 0.8rem; }
  .home-text3-container .layout {
    display: flex;
    justify-content: space-between; }
    .home-text3-container .layout .box-item {
      width: 49%;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-top: 3px solid #12635A;
      padding: 0.4rem; }
      .home-text3-container .layout .box-item:nth-child(2) {
        border-top-color: #4a937a; }
      .home-text3-container .layout .box-item h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .home-text3-container .layout .box-item ul {
        margin-top: 0.2rem; }
        .home-text3-container .layout .box-item ul li a {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0.2rem 0;
          border-bottom: 1px dashed #e4e4e4;
          position: relative; }
          .home-text3-container .layout .box-item ul li a:after {
            content: " ";
            width: 0;
            border-top: 1px solid #12635A;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.3s; }
          .home-text3-container .layout .box-item ul li a:hover {
            border-bottom-color: transparent; }
            .home-text3-container .layout .box-item ul li a:hover:after {
              width: 100%; }
            .home-text3-container .layout .box-item ul li a:hover .tit {
              color: #12635A; }
          .home-text3-container .layout .box-item ul li a .tit {
            font-size: 0.18rem;
            line-height: 0.27rem;
            max-height: 0.27rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-right: 0.1rem; }
          .home-text3-container .layout .box-item ul li a .time {
            color: #666;
            font-size: 0.16rem;
            display: block;
            line-height: 1;
            flex-shrink: 0; }
  @media (max-width: 960px) {
    .home-text3-container {
      margin-top: 40px; }
      .home-text3-container .layout {
        display: block; }
        .home-text3-container .layout .box-item {
          width: 100%;
          margin-bottom: 10px;
          padding: 20px; }
          .home-text3-container .layout .box-item ul {
            margin-top: 0; }
            .home-text3-container .layout .box-item ul li a {
              display: block; }
              .home-text3-container .layout .box-item ul li a .tit {
                line-height: 0.27rem;
                max-height: 0.54rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                margin-bottom: 0.1rem; } }

.home-text4 {
  margin-top: 0.8rem; }
  .home-text4 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-text4 .layout ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.4rem;
    margin-right: -2%; }
    .home-text4 .layout ul li {
      width: 31.3%;
      margin-right: 2%;
      margin-bottom: 0.2rem; }
      .home-text4 .layout ul li a {
        background-color: #fff;
        padding: 0.2rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s; }
        .home-text4 .layout ul li a:hover {
          background-color: #12635A; }
          .home-text4 .layout ul li a:hover .info .tit, .home-text4 .layout ul li a:hover .info .time {
            color: #fff; }
          .home-text4 .layout ul li a:hover i {
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff; }
        .home-text4 .layout ul li a .info .tit {
          font-size: 0.18rem;
          line-height: 0.27rem;
          max-height: 0.27rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-bottom: 0.1rem; }
        .home-text4 .layout ul li a .info .time {
          color: #666;
          font-size: 0.16rem;
          display: block;
          line-height: 1; }
        .home-text4 .layout ul li a i {
          flex-shrink: 0;
          width: 0.6rem;
          height: 0.6rem;
          border-radius: 50%;
          background-color: #e4f7f5;
          color: #12635A;
          text-align: center;
          line-height: 0.6rem;
          font-size: 0.24rem; }
  @media (max-width: 960px) {
    .home-text4 {
      margin-top: 40px; }
      .home-text4 .layout ul {
        margin-top: 20px;
        display: block;
        margin-right: 0; }
        .home-text4 .layout ul li {
          width: 100%;
          margin-right: 0; }
          .home-text4 .layout ul li a i {
            width: 50px;
            height: 50px;
            line-height: 50px; } }

.bidding-footer001 {
  height: 0.96rem;
  background-color: #555555;
  display: flex;
  align-items: center;
  justify-content: center; }
  .bidding-footer001 p {
    font-size: 0.14rem;
    color: #fff; }
    .bidding-footer001 p a {
      color: #fff; }

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }
  .qr-container .qr-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .qr-container .qr-content i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #333;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .qr-container .qr-content p {
      margin: 0.1rem 0 0;
      font-size: 0.18rem;
      color: #333; }

.show-tender001-box .path {
  color: #999; }
  .show-tender001-box .path a {
    color: #333; }

.show-tender001 {
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between; }
  .show-tender001 .list-item {
    width: 100%; }
    .show-tender001 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.2rem;
      position: relative; }
      .show-tender001 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0.2rem;
        color: #444;
        position: relative; }
        .show-tender001 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 1.42rem;
          height: 0.02rem;
          background-color: #4a937a;
          position: absolute;
          bottom: 0;
          left: 0; }
        .show-tender001 .list-item .content .news-title h1 {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.32rem;
          color: #333333;
          line-height: 1.5; }
        .show-tender001 .list-item .content .news-title span {
          font-size: 0.14rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .show-tender001 .list-item .content .news-title .time-comefrom {
          margin-top: 0.4rem;
          font-size: 0; }
          .show-tender001 .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 0.21rem;
            position: relative; }
            .show-tender001 .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.1rem; }
        .show-tender001 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 0.2rem;
          display: flex;
          align-items: center; }
          .show-tender001 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.14rem;
            line-height: 1; }
          .show-tender001 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 0.2rem;
            margin-left: 0.1rem;
            line-height: 1;
            cursor: pointer; }
            .show-tender001 .list-item .content .news-title .ctrl .btn i {
              font-size: 0.2rem; }
            .show-tender001 .list-item .content .news-title .ctrl .btn:hover {
              color: #1D9D9A; }
              .show-tender001 .list-item .content .news-title .ctrl .btn:hover i {
                color: #1D9D9A; }
      .show-tender001 .list-item .content .apply-box {
        min-height: 2.4rem;
        box-sizing: border-box;
        border: 1px solid #D7D7D7;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 0.4rem;
        margin-top: 0.4rem;
        position: relative; }
        .show-tender001 .list-item .content .apply-box .tender-info p {
          font-size: 0.16rem;
          color: #333;
          margin-bottom: 0.2rem;
          line-height: 1.5; }
          .show-tender001 .list-item .content .apply-box .tender-info p span {
            font-weight: bold;
            color: #333; }
          .show-tender001 .list-item .content .apply-box .tender-info p.status {
            color: #4a937a; }
            .show-tender001 .list-item .content .apply-box .tender-info p.status.gray {
              color: #c9c9c9; }
        .show-tender001 .list-item .content .apply-box .apply-btn {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          position: absolute;
          bottom: 0.4rem;
          right: 0.4rem; }
          .show-tender001 .list-item .content .apply-box .apply-btn > span {
            font-size: 0.16rem;
            color: #AAAAAA; }
            .show-tender001 .list-item .content .apply-box .apply-btn > span u {
              font-weight: bold;
              color: #FF0C0C; }
            .show-tender001 .list-item .content .apply-box .apply-btn > span.red u {
              color: #FF0C0C; }
          .show-tender001 .list-item .content .apply-box .apply-btn a.btn {
            width: 1.6rem;
            height: 0.5rem;
            border-radius: 4px;
            background-color: #9CC301;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            margin-top: 0.22rem; }
            .show-tender001 .list-item .content .apply-box .apply-btn a.btn span {
              font-size: 0.2rem; }
            .show-tender001 .list-item .content .apply-box .apply-btn a.btn i {
              font-size: 0.2rem;
              margin-left: 0.1rem; }
      .show-tender001 .list-item .content .news-content {
        padding-top: 0.3rem; }
        .show-tender001 .list-item .content .news-content p, .show-tender001 .list-item .content .news-content div {
          box-sizing: border-box; }
        .show-tender001 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .show-tender001 .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .show-tender001 .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0.2rem;
        font-size: 0; }
        .show-tender001 .list-item .content .share-box span {
          color: #333333;
          font-size: 0.14rem;
          line-height: 1;
          display: inline-block; }
        .show-tender001 .list-item .content .share-box .share-btn {
          margin-left: 0.1rem; }
          .show-tender001 .list-item .content .share-box .share-btn i {
            font-size: 0.2rem;
            line-height: 1;
            color: #7F7F7F; }
          .show-tender001 .list-item .content .share-box .share-btn:hover i {
            color: #1D9D9A; }

@media (max-width: 960px) {
  .show-tender001 .list-item .content .news-title h1 {
    font-size: 0.24rem;
    text-align: left; }
  .show-tender001 .list-item .content .news-title .time-comefrom {
    margin-top: 20px; }
  .show-tender001 .list-item .content .apply-box {
    padding: 20px; }
    .show-tender001 .list-item .content .apply-box .apply-btn {
      bottom: 20px;
      right: 20px; }
      .show-tender001 .list-item .content .apply-box .apply-btn a.btn {
        height: 30px;
        width: 110px; } }
.tips-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2024;
  display: none; }
  .tips-dialog .inner-dialog {
    width: 4.9rem;
    border-radius: 8px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .tips-dialog .inner-dialog .header {
      padding: 0.2rem;
      margin: 0;
      line-height: 0.2rem;
      border-bottom: 1px solid #e4e4e4;
      position: relative;
      display: flex;
      justify-content: space-between; }
      .tips-dialog .inner-dialog .header h1 {
        font-size: 0.18rem; }
      .tips-dialog .inner-dialog .header i {
        cursor: pointer;
        color: #909399;
        font-size: 0.2rem; }
    .tips-dialog .inner-dialog .body {
      padding: 0.6rem 0.4rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .tips-dialog .inner-dialog .body p {
        font-size: 0.16rem; }
      .tips-dialog .inner-dialog .body a {
        width: 1.6rem;
        height: 0.5rem;
        border-radius: 4px;
        background-color: #9CC301;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-top: 0.22rem; }
  @media (max-width: 960px) {
    .tips-dialog .inner-dialog {
      width: 320px; } }

/*# sourceMappingURL=tender.css.map */
