[v-cloak] {
  display: none
}

.content-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.margin-lf-15 {
  margin-left: 15px;
}

.margin-lf-20 {
  margin-left: 20px;
}

.margin-rt-20 {
  margin-right: 20px
}

.margin-bt-20 {
  margin-bottom: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bt-15 {
  margin-bottom: 15px;
}

/*header start*/
body {
  background-color: #F5F5F5;
}

.header-wrapper {
}

.hd-bg {
    /*background-image: url(../images/logo_bg.png);*/
    /*background: #008ae1 url(../images/cloud.gif) left bottom;*/
    background: -webkit-linear-gradient(right,#85bf2c,#0f7dc6);
    background: -o-linear-gradient(right,#85bf2c,#0f7dc6);
    background: -moz-linear-gradient(right,#85bf2c,#0f7dc6);
    background: linear-gradient(right,#85bf2c,#0f7dc6);
    height: 160px;
    text-align: center;
}

.logo_bg {
    margin-top: 15px;
    width: 355px;
    /*height: 80px;*/
    margin-left: -70em;
}

.nav {
    /*background: #24ba0d;*/
    background: #85bf2c;
    height: 50px;
}

.nav-menu {
  display: inline-block;
  height: 50px;
  color: #fff;
  font-size: 0;
}

.nav-menu > li {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}

.nav-menu > li > a {
  display: inline-block;
  color: #fff;
  font-size: 16px !important;
  padding: 0 34px;
}

.nav-menu > li.active, .nav-menu > li:hover {
  background-color: #e9230f;
}

    .nav-menu li .nav-dropdown {
        position: absolute;
        /*left: 0;*/
        /*top: 210px;
        height: 0;*/
        /*background: #409EFF;*/
        background: #85bf2c;
        /*width: 100%;*/
        z-index: 9999;
    }

.nav-menu li .nav-dropdown .container {
  display: none;
}

.nav-menu li .nav-dropdown a {
  display: block;
  /*float: left;*/
  height: 60px;
  line-height: 60px;
  /*margin-left: 33px;*/
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.nav-menu li span {
  font-size: 16px;
}

.nav-menu li .nav-dropdown a:hover {
  color: #f14d28;
  font-weight: bold;
}

/*.nav-menu li .nav-dropdown a:first-child {
  margin-left: 30%;
}

.nav-menu li .dropdown2 a:first-child {
  margin-left: 35%;
}

.nav-menu li .dropdown3 a:first-child {
  margin-left: 40%;
}

.nav-menu li .dropdown4 a:first-child {
  margin-left: 50%;
}*/

/*header end*/
/*content start*/
.content-row {
  font-size: 0;
  margin-top: 20px;
}

.sm-wrapper {
  display: inline-block;
  width: 280px;
  background-color: #fff;
  font-size: 0;
  height: 360px;
  vertical-align: top;
}

.md-wrapper {
  overflow: hidden;
  display: inline-block;
  width: 590px;
  background-color: #fff;
  height: 360px;
  vertical-align: top;
}

.lg-wrapper {
  display: inline-block;
  /*width: 900px;*/
  width: 770px;
  background-color: #fff;
  height: 360px;
  font-size: 0;
  vertical-align: top;
}

.img-nav .img-nav-item {
  width: 280px;
  height:108px;
  overflow: hidden;
}

.img-nav a, .reg-login-nav {
  font-size: 0;
}

.img-nav img {
  cursor: pointer;
  -webkit-transition: .6s;
  transition: .6s;
}

.img-nav img:hover {
  /* -webkit-box-shadow: 0 0 10px #6e6e6e;
   -moz-box-shadow: 0 0 10px #6e6e6e;
   box-shadow: 0 0 10px #6e6e6e;*/
  /*transform: scale(1.1);*/
}

.reg-login-nav > div {
  width: 280px;
  height: 110px;
}

.reg-login-nav .nav-cgr {
  background-image: url(../images/cgr.png);
}

.reg-login-nav .nav-gys {
  background-image: url(../images/gys.png);
}

.reg-login-nav .nav-zj {
  background-image: url(../images/zj.png);
}

.reg-log-nav-lnk {
  position: relative;
  top: 60px;
  left: 160px;
}

.reg-log-nav-lnk a {
  color: #000;
  padding: 2px 10px;
  font-size: 14px;
}

.reg-log-nav-lnk a:hover {
  font-size: 16px;
  font-weight: bold;
  color: #0C4897;
}

.tender-cover {
  display: inline-block;
}

.tender-cover img {
  height: 360px;
  width: 410px;
  /*margin: 20px 0 20px 15px;*/
}

/*招标公告,中标公示，澄清更正*/
.notice-wrapper {
  display: inline-block;
  height: 320px;
  width: 460px;
  vertical-align: top;
  margin: 14px auto 20px 15px;
}

.notice-header {
  position: relative;
  border-bottom: solid 1px #D8D8D8;
}

.content-title {
  display: inline-block;
  line-height: 30px;
  /*border-bottom: solid 4px #1353A8;*/
  border-bottom: solid 4px #85bf2c;
  font-size: 0;
}

.content-title h1 {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.content-title > a {
  position: absolute;
  right: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  padding: 0 4px;
  margin-top: 8px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

.content-title > a:hover {
  color: #1d5bb6;
  border: 1px solid #1d5bb6;
}

.notice-wrapper > ul {
  margin-top: 5px;
  padding: 0;
}

.notice-wrapper img {
  margin-top: 15px;
  margin-right: 10px;
  vertical-align: top;
}

.notice-wrapper .time {
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 35px;
}

.notice-wrapper > ul > li a {
  display: inline-block;
  color: #333333;
  line-height: 35px;
  width: 78%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
}

.notice-wrapper li:hover a {
  color: #1d5bb6;
}

/*竞价公告*/
.bid-notice-tab {
  height: 50px;
  background-image: url(../images/tab.png);
  position: relative;
}

.bid-notice-title {
  position: absolute;
  bottom: 0;
  margin-left: 10px;
}

.bid-notice-title li {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bolder;
  padding: 12px 10px;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

    .bid-notice-title li.active, .bid-notice-title li:hover {
        color: #ffffff;
        background-color: #85bf2c;
        border-bottom: 3px #e9230f solid;
    }

.bid-list {
  margin: 16px 20px auto 15px !important;
}

.bid-list li:hover {
  cursor: pointer;
}
/*content end*/
/*footer start*/
.footer-wrapper {
	margin: 0 auto;
	/*width: 1200px;*/
    /* margin-left: 10.5em; */
}

.ft-lnk {
    padding: 50px 0;
    /* background-image: url(../images/bg01.png); */
    /*background:url(../images/bg01.png) no-repeat center top;*/
    background: #01372a;
}

.lnk-row {
  font-size: 0;
}

.lnk-row div {
  display: inline-block;
}

.lnk-row img {
  height: 70px;
  width: 225px;
}

.lnk-row p {
  text-align: center;
  color: #fff;
  /*line-height: 40px;*/
  margin: 0 auto;
}

.lnk-row p:hover {
  text-decoration: underline;
}

.ft-lnk h1 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ft-info {
    padding: 30px 0;
    font-weight: lighter;
    background-color: #03523f;
    text-align: center;
    line-height: 1.2rem;
    /*background: url(../images/btn.png) no-repeat center top;*/
    background-size: 100% 100%;
}

.ft-info a {
  padding: 0 14px;
}

.ft-info a:hover {
  text-decoration: underline;
}

.ft-info, .ft-info a, .ft-info p {
  color: #f5f5f5;
  font-size: 12px;
}


.friend-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.friend-link {
  width: 225px;
  margin-top: 20px;
}

.friend-link-wrapper {
  font-size: 0;
}

.friend-link-wrapper div {
  display: inline-block;
}

.friend-link-wrapper img {
  height: 70px;
  width: 225px;
}

.friend-link-wrapper p {
  text-align: center;
  color: #fff;
  margin: 0 auto;

}

.friend-link-wrapper p:hover {
  text-decoration: underline;
}

/*footer end*/

/*关于公司start*/

.aboutAs-bg {
  height: 370px;
  width: 100%;
  background: url(../pages/about/img/AboutUs01.jpg) no-repeat center;
  z-index: -1;
}

.zhaobiao-bg {
  height: 370px;
  width: 100%;
  background: url(../pages/cotice/img/bg_zhaobiao.jpg) no-repeat center;
  z-index: -1;
}

.jingjia-bg {
  height: 370px;
  width: 100%;
  background: url(../pages/bidding/img/bg_jingjia.jpg) no-repeat center;
  z-index: -1;
}

.policy-bg {
  height: 370px;
  width: 100%;
  background: url(../pages/policy/img/bg_policy.jpg) no-repeat center;
  z-index: -1;
}

.rencai-bg {
  height: 370px;
  width: 100%;
  background: url(../pages/recruit/img/bg_rencai.jpg) no-repeat center;
  z-index: -1;
}

.help-center-bg {
  height: 370px;
  width: 100%;
  background: url(../pages/help/img/bg_help.jpg) no-repeat center;
  z-index: -1;
}

.container1 {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  top: -100px;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  min-height: 600px;
  box-shadow: 0 8px 25px 0 rgba(49, 57, 72, 0.15);
}

.guide-nav {
  box-sizing: border-box;
  width: 216px;
}

.guide-nav ul {
  list-style: none;
}

.guide-nav ul > li {
  height: 60px;
}

.guide-nav ul > li a {
  padding-left: 40px;
  font-size: 18px;
  color: #333333;
  line-height: 54px;
  width: 172px;
  height: 60px;
  display: inline-block;
  border-left: 0 solid white;
  transition: all .2s;
}

    .guide-nav ul > li a:hover, .guide-nav ul > li a.active {
        background: #F5F5F5;
        border-left: 4px solid #85bf2c;
    }

.guide-content {
  box-sizing: border-box;
  padding: 0 40px;
  width: 983px;
  border-left: 1px solid #EEEEEE;
}

.guide-content li {
  list-style: none;
}

.guide-test {
    box-sizing: border-box;
    padding: 0 40px;
    width: 983px;
    border-left: 1px solid #EEEEEE;
}

    .guide-test li {
        list-style: none;
    }
    .guide-test > h1 {
        font-size: 24px;
        color: #333333;
        margin-bottom: 30px;
        text-align: center;
        font-weight: bolder;
    }

/* 关于我们-内容部分 */
.guide-content .article {
  width: 816px;
  box-sizing: border-box;
  margin: 0 auto;
}

.guide-content .article h2 {
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/*政策法规内容页*/
.guide-content-detailed {
  box-sizing: border-box;
  padding: 0 100px;
  width: 100%;
}

.guide-content-detailed h2{
  font-size: 24px;
  color: #333333;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

/*公告内容-内容部分*/
.line-limit-length {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}

.line-limit-length:hover {
  cursor: pointer;
}

.line-limit-length a {
  text-decoration: none;
  color: #000;
  font-size: 16px;

}

.line-limit-length a:hover {
  color: #e9230f;
  /*font-weight: bolder;*/
}

.notice-content-item {
  border-bottom: 1px solid #f0f0f0;
}

.notice-content-item h1 {
  display: inline-block;
  margin: auto 10px;
  width: 87%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  vertical-align: middle;
}

.notice-content-item span {
  display: inline-block;
}

.policy-content {
  box-sizing: border-box;
  padding: 0 40px;
  width: 1000px;
  margin-left: 10%;
}

.policy-content li {
  list-style: none;
}

.policy-content > h1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bolder;
}

/*注册*/
.reg-content-wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.headTips {
  width: 1200px;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
}

.headTips h2 {
  font-size: 28px;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
}

.headTips h5 {
  font-size: 14px;
  color: #999;
  vertical-align: middle;
  display: inline-block;
  line-height: 28px;
}


.headTips span {
  font-size: 14px;
  color: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
}

.headTips a {
  color: #227EE9;
}

.headTips a:hover {
  text-decoration: underline;
  color: #4382CB;
}

.register-bar {
  width: 1200px;
  padding-top: 60px;
  margin-bottom: 100px;
  background: #FFFFFF;
  font-size: 16px;
}

.register-bar h2 {
  font-size: 24px;
  color: #333333;
  width: 96px;
  padding-bottom: 8px;
  border-bottom: 3px solid #227EE9;
}

.borderBottom {
  border-top: 1px solid #E0E0E0;
}

.register-bar td {
  font-size: 16px;
  color: #333333;
  line-height: 19px;
}

.register-bar input {
  background: #F2F2F2;
  border-radius: 4px;
  border: 0;
  width: 340px;
  height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
  transition: all .1s;
  font-size: 16px;
}

.register-bar input:focus {
  border-color: #227EE9;
  box-shadow: 0 0 0 2px rgba(34, 126, 233, .6);
}

/*基本按钮样式*/
.register-btn {
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: all .2s;
  background: #F2F2F2;
  text-decoration: none;
  outline: none;
  height: 36px;
  width: 160px;
}

/*点击状态*/
.register-active {
  background: #227EE9;
  color: #fff;
}

.register-bar button:hover {
  background: #1F71D2;
  color: #fff;
}

.register-bar table td {
  padding: 10px 0;
}

.register-bar table td:nth-child(1) {
  text-align: right;
  padding-right: 22px;
  width: 200px !important;
}

.register-submit {
  width: 200px;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 60px;
  background: #227EE9;
  color: #fff;
}

.account, .enterprise {
  width: 437px;
  margin: 0 auto;
}

.enterprise {
  margin-top: 40px;
}

.account-table {
  padding-top: 35px;
  position: relative;
  left: 250px;
  font-size: 16px;
}

.account-table > button:hover {
  background-color: #1F71D2;
  color: #fff;
}

.enterprise-table {
  padding-top: 35px;
  position: relative;
  left: 250px;
}

.enterprise-table .tele-code {
  width: 210px;
}

.enterprise-table .code-button {
  width: 120px;
  margin-left: 5px;
  background: #227EE9;
  color: #fff;
}

/*倒计时禁用按钮*/
.disabled-btn, .disabled-btn:hover {
  background-color: #999 !important;
  cursor: not-allowed !important;
}

/*那个红色小星星*/
.startips {
  color: #FF3300;
  line-height: 40px;
  font-size: 16px;
}

/*input占位符的颜色修改*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c0c4cc;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c0c4cc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c0c4cc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c0c4cc;
}

/*分页样式修改*/
.el-pager .active {
  background-color: #227ee9 !important;
}

.page-bar-wrapper {
  margin: 20px auto;
  text-align: center;
}


/*导航栏搜索搜索样式*/
.toggle-search {
  font-size: 16px;
  padding: 0 0 0 42px;
  display: inline-block;
  position: relative;
  right: 0;
  vertical-align: top;
}

#searchInput {
  position: absolute;
  right: -15px;
  outline: none;
  border: none;
  background-color: #f2f2f2;
  padding: 12px 18px;
  border-radius: 24px;
  top:5px;
}

.search-icon {
  cursor: pointer;
  position: relative;
  top: 0;
}

.header-menu > ul {
  display: inline-block;
}


/*新增 CMS分页样式*/
.page-numbers {
  text-decoration: none;
  padding: 5px 10px;
  border-color: #f4f4f5;
  background-color: #f4f4f5;
  color: #606266;
  margin: 5px 3px;
  border-radius: 2px;
}

.page-numbers:hover, .current {
  color: #FFF;
  border-color: #409EFF;
  background-color: #409EFF;
}


.page_wrap {
  clear: both;
  overflow: hidden;
  zoom: 1;
  margin: 20px 5px;
}

.paginator {
  float: right;
  height: 25px;
  overflow: hidden;
}

.paginator,
.paginator input,
.paginator button {
  font-family: Tahoma, "微软雅黑";
  font-size: 12px;
}

.paginator a,
.paginator span {
  float: left;
  height: 23px;
  margin: 0 5px 0 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 23px;
  background: #fff;
  border-radius: 2px;
}

.paginator a {
  color: #606266;
}

.paginator b {
  font-family: "微软雅黑";
  margin: 3px;
  font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
  text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
  padding: 0 8px;
  border: 1px solid #f4f4f5;
  background: #ffffff;
}

.paginator .page-start {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-end {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
  padding: 0 3px;
}

.paginator .page-break {
  border: 1px solid #fff;
}

.paginator .page-this {
  border: 1px solid #409EFF;
  background-color: #409EFF;
  color: #FFF;
  padding: 0px 8px;
  font-weight: bold;
}

.paginator .page-skip {
  height: 22px;
  line-height: 22px;
  padding: 0 3px;
  margin: 0;
  background: none;
}

.paginator .page-skip input {
  width: 26px;
  *width: 23px;
  height: 19px;
  line-height: 19px;
  border: 1px #D3D3D3 solid;
  font-size: 12px;
  margin: -1px 6px 0 6px;
  #margin-top: 1px;
  _margin-top: 0;
  padding: 0 0 0 2px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.paginator .page-skip button {
  font-size: 12px;
  padding: 0 5px 5px 5px;
  _padding: 0 5px 0 5px;
  width: auto;
  _width: 0;
  height: 22px;
  *height: 23px;
  *line-height: 20px;
  _height: 16px;
  _line-height: 16px;
  margin-left: 10px;
  *margin-top: -1px;
  overflow: visible;
  vertical-align: top;
}

.paginator a:hover {
  border: 1px solid #409EFF;
  background-color: #409EFF;
  color: #FFF;
}

.total-page-tips {
  line-height: 16px;
  font-size: 14px;
  color: #434343;
}

/* loading */
.load-wrapper {
  font-size: 0;
}

.notice-wrapper .el-loading-spinner {
  height: 300px;
  line-height: 300px;
  margin-top: 0;
  background: RGBA(255,255,255,.5);
}

.no-data {
  text-align: center;
  font-size: 14px;
  position: relative;
  height: 300px;
  line-height: 180px;
}

.no-data img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.no-data .tips {
  font-size: 14px;
}

.addnotice {
    color: #ffffff;
    background-color: #85bf2c;
    border-bottom: 3px #e9230f solid;
}