<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*top*/
#top{
  position: absolute;
  z-index: 100;
  width: 100%;
  height:35px;
  background:rgba(245,245,245,1);
}
#top .top{
  width: 1280px;
  margin: 0 auto;
  height: 100%;
  line-height: 35px;
}
#top .top .left span{
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#333;
  letter-spacing:1px;
  margin-right: 6px;
}
#top .top .left label{
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#32BAB5;
  letter-spacing:1px;
  cursor: pointer;
}
#top .top .left i{
  width:12px;
  height:14px;
  color:#32BAB5;
  margin-right: 6px;
}
#top .top p span{
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#32BAB5;
  letter-spacing:1px;
}
#top .top p a{
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#888;
  letter-spacing:1px;
}
#top .top p a:hover{
  color: #32BAB5;
}
#top .top p .zhu{
  margin-left: 14px;
}
#top .top p .deng{
  margin-left: 40px;
}
/*top*/

/*header*/
#header{
  width: 100%;
  height:80px;
  background: #fff;
  box-shadow:0px 4px 22px 0px rgba(0,0,0,0.1);
  padding-top: 35px;
}
#header .header{
  width: 1280px;
  margin: 0 auto;
  height: 100%;
  line-height: 80px;
  position: relative;
}
#header .logo{
  float: left;
  /*line-height: 80px;*/
  /*margin-right: 10px;*/
  /*height: 100%;*/
  /*margin-top: 8px;*/
  margin-top: -6px;
}
/*#header .logo img{
  margin-top: 8px;
}*/
#header .header .nav li{
  float: left;
  margin-left: 40px;
}
#header .header .nav li a{
  font-size:18px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#333;
  letter-spacing:1px;
}
#header .header .nav .on a{
  color: #32BAB5;
}
#header .header .nav li a:hover{
  color: #32BAB5;
}
#header .header .search{
  width:240px;
  height:21px;
  border:1px solid #ddd;
  margin-top: 24px;
  padding: 7px 0 7px 10px;
  cursor: pointer;
}
#header .header .search input{
  display: flex;
  display: -webkit-box;
  width:198px;
  height:20px;
  font-size:14px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#888;
  letter-spacing:1px;
  cursor: pointer;
}
#header .header .search span{
  float: right;
  height: 17px;
  line-height: 17px;
  margin-top: -18px;
  margin-right: 18px;
  width:14px;
  height:14px;
  color: #32BAB5;
  cursor: pointer;
}
/*#top .top .left:hover .city{
    display: block;
}*/
#top .top .left{
    display: inline-block;
    cursor: pointer;
}
/*.city{
    width: 500px;
    background:#fff;
    position: absolute;
    left:68px;
    box-shadow:0px 4px 22px 0px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}
.city .city-top{
    background: #f4f4f4;
    padding:10px 20px;
    border-bottom: 1px solid #eee;
}
.city .city-top p .spans{
    margin-right: 10px;
    color: #333;
}
.city .city-top .select{
    border:1px solid #d7d7d7;
    border-radius: 3px;
    margin-right: 10px;
    width: 104px;
    padding:3px 10px;
    cursor: pointer;
    height: 26px;
    color: #333;
}
.city .city-bom{
    background: #fff;
    padding:10px 20px;
}
.city .city-bom h6{
    font-size: 16px;
    color: #333;
}
.city .city-bom ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.city .city-bom ul li a{
    font-size: 15px;
    color: #32BAB5;
}*/
.nav-content-right{
  position: absolute;
  right: 0;
  line-height: 35px;
  margin-top: 24px;
}
.nav-content-right #right-new select{
  border:1px solid #e5e5e5;
  width: 98px;
  height: 37px;
  padding-left: 10px;
  border-right:none;
  border-radius: 0px;
  color: #333;
}
.nav-content-right #right-new .search-right{
    border: 1px solid #e5e5e5;
    width: 500px;
    height: 35px;
    padding-left: 10px;
    float: right;
    line-height: 32px;
}
.nav-content-right #right-new .search-right span{
    color: #32BAB5;
    display: inline-block;
    cursor: pointer;
}
.nav-content-right #right-new input{
  width: 94%;
}
/*header*/

/*footer*/
#footer{
  width: 100%;
  height:272px;
  background: rgb(31,31,31);
}
#footer .footer{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
#footer .footer .foot-top .h3{
  padding-top: 26px;
  width:61px;
  font-size:14px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:#fff;
  letter-spacing:1px;
}
#footer .footer .foot-top .ul{
  margin-top: 23px;
}
#footer .footer .foot-top .ul li{
  float: left;
  margin-right: 30px;
}
#footer .footer .foot-top .ul li a{
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#888;
  line-height:17px;
}
#footer .footer .foot-bom{
  margin-top: 56px;
}
#footer .footer .foot-bom .bom-left{
  float: left;
}
#footer .footer .foot-bom .bom-left ul li{
  float: left;
  margin-right: 30px;
}
#footer .footer .foot-bom .bom-left ul li a{
  font-size:14px;
  font-family:PingFangSC-Medium;
  font-weight:500;
  color:#fff;
  line-height:20px;
  letter-spacing:1px;
}
#footer .footer .foot-bom .bom-left p{
  margin-top: 24px;
  font-size:12px;
  font-family:PingFangSC-Regular;
  font-weight:400;
  color:#888;
  line-height:17px;
}
#footer .footer .foot-bom .bom-left p span{
  margin-right: 10px;
}

#footer .footer .foot-bom .bom-right{
  float: right;
  margin-right: 50px;
}
#footer .footer .foot-bom .bom-right p{
  text-align: center;
}
/*footer*/
select{
    /* æ¸…é™¤é»˜è®¤çš„ç®­å¤´æ&nbsp;·å¼ */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/img/down_icon.png) 74px no-repeat;
    background-size: 15%;
}

/*å®¢æœ*/
    /*#kefu{
        position: fixed;
        right: 0;
        bottom: 330px;
        z-index: 10;
    }
    #kefu .kefu-l{
        text-align: center;
        background:#fff;
        position: relative;
        cursor: pointer;
    }
    #kefu .kefu-l .imaged{
        margin-top: 6px;
    }
    #kefu .kefu-l .ke{
        font-size:14px;
        font-family:PingFangHK-Medium;
        font-weight:500;
        color:#32BAB5;
    }*/
    /*#kefu:hover .kefu-l{
        border: 1px solid #fff;
        background: #32BAB5;
    }*/
    /*#kefu:hover .ke{
        color: #fff;
    }*/
    #kefu{
      position: absolute;
      bottom: 48px;
      right: 10px;
      width: 68px;
      /*height: 40px;*/
      text-align: center;
      background: #fff;
      padding: 0px 6px;
      cursor: pointer;
      z-index: 1000;
      border-radius: 30px;
    }
    #kefu .kefu-l span{
      /*display: inline-block;*/
      width: 100%;
      /*height: 100%;*/
      font-size: 13px;
      color: #32BAB5;
    }
    #kefu .kefu-l label {
        font-size: 12px;
        color: #32BAB5;
        cursor: pointer;
    }
    #kefus:hover .kefu-r{
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
    }
    .kefu-r{
      /*display: none;*/
      position: absolute;
      width: 280px;
      padding: 8px;
      background: #fff;
      bottom: -95px;
      left: -310px;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
      opacity: 0;
      filter: alpha(opacity=0);
      transform: scale(0.01);
      -webkit-transform: scaleX(0.01);
      -moz-transform: scaleX(0.01);
      -ms-transform: scaleX(0.01);
      -o-transform: scaleX(0.01);
      transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      transform-origin: 100% 100%;
      -webkit-transform-origin: 100% 100%;
      -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
      -o-transform-origin: 100% 100%;
    }
    .kefu-r ul li{
      float: left;
      width: 130px;
    }
    .kefu-r ul li:first-child{
      margin-right: 20px;
    }
    .kefu-r ul li img{
      width: 100%;
    }
    .kefu-r ul li p{
      font-size: 14px;
      font-family: PingFangSC-Medium;
      font-weight: 500;
      color: #333;
      letter-spacing: 0px;
      margin-top: 0px;
      display: inline-block;
    }
    /*è®¡ç®—å™¨*/
  #calue{
    position: absolute;
    bottom: 14px;
    right: 10px;
    width: 68px;
    /*height: 40px;*/
    text-align: center;
    background: #fff;
    padding: 0px 6px;
    cursor: pointer;
    z-index: 1000;
    border-radius: 30px;
  }
  #calue .calue span{
    /*display: inline-block;*/
    width: 100%;
    /*height: 100%;*/
    font-size: 14px;
    color: #32BAB5;
  }
  #calue .calue label{
      font-size: 12px;
      color: #32BAB5;
      cursor: pointer;
  }
  /*å¼¹å‡ºå±‚*/
    .common-tender-wrapper{
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
        /*background-color: rgb(0, 0, 0);*/
      /*opacity: 0.8;*/
      background: url(https://beiqiao.oss-cn-beijing.aliyuncs.com/155909289974009460.png) repeat;
      z-index: 99999;
    }
    .tab_box{
      /*background: #fff;*/
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -524px;
      margin-top: -330px;
      width: 1020px;
      background: url(https://beiqiao.oss-cn-beijing.aliyuncs.com/159037854160724988.png) no-repeat 50%;
      height: 656px;
    }
    .tab_menus{
        font-size:17px;
        font-family:PingFangSC-Medium;
        font-weight:600;
        color:#333;
        writing-mode: vertical-lr;
        width: 28px;
        background: #fff;
        text-align: center;
        padding: 6px 0 6px 5px;
        background:#ddd;
        border-left:2px solid #ddd;
    }
    .tab_menu_box{
        /*margin-bottom: 20px;*/
        position: absolute;
      left: 6px;
      top: 50%;
      margin-top: -6px;
      cursor: pointer;
    }
    .tab_menu_box&gt;span{
        cursor: pointer;
        margin-left: 8px;
        /*width: 48%;
        display: inline-block;
        text-align: center;*/
    }
    .tab_menu_actives{
        /*color:#32BAB5;*/
        border-left:2px solid #32BAB5;
        background: #fff;
    }
    .tab_contents{
        display: none;
    }
    .tab_content_box{
    margin-top: 200px;
      margin-left: 40px;
    }
    .tab_content_actives{
        display: block;
        font-size: 15px;
        color: #333;
        line-height: 1.5;
    }
    .tab_contents&gt;p{
        margin-top: 2px;
        margin-bottom: 14px;
        font-size:14px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:#888;
        /*width: 190px;*/
    }
    .tab_contents&gt;span{
        font-size:14px;
        font-family:PingFangSC-Medium;
        font-weight:500;
        color:#333;
    }
    .zhuang{
        text-align: center;
        font-size:70px;
        font-family:HYLiLiangHeiJ;
        color:#FB4828;
        padding-top: 85px;
        margin-bottom: 40px;
    }
    .service-bar{
        display: none;
    }
    .calputer_tit{
        font-size:24px!important;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:#333;
    }
    .calputer_tit span{
        font-size:14px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:#32BAB5;
    }
    .mod_form .label{
        font-size:18px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:#333;
    }
    .bj_form{
        width: 380px!important;
    }
    select{
        width:120px;
        height:34px;
        border:1px solid #ddd;
        font-size:14px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:#888;
        padding-left: 18px;
        padding-right: 10px;
    }
    .clear select{
        /* æ¸…é™¤é»˜è®¤çš„ç®­å¤´æ&nbsp;·å¼ */
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(/img/down_icon.png) 86% no-repeat;
        background-size: 12%;    
    }
    .span{
        margin-top: 26px;
        margin-left: -30px;
    }
    .span span,.span p{
        font-size:14px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:#888;
    }
    .span span{
        float: left;
        display: inline-block;
        height: 56px;
    }
    .span p{
        width: 388px;
    }

    .close{
      position: absolute;
      right: -20px;
      top: 186px;
      cursor: pointer;
      z-index: 9999;
    }
    .clear select{
      border: 1px solid #ddd;
    }

    #MEIQIA-BTN-HOLDER{
      z-index: 100 !important;
    }</pre></body></html>