@charset "utf-8";

/*rest-css */

* {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

em,
i {
	font-style: normal;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

input[type='text'],
input[type='password'],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body {
	background: #f4f4f4;
	color: #333;
	padding: 0;
	font: 12px/20px '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', 'SimSun';
	text-align: left;
}

body > div {
	text-align: left;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #165dff;
	text-decoration: none;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*首页-顶部导航*/
/*.navbar{*/
/*	background:#fff;*/
/*	height:60px;*/
/*}*/
/*.navbar-main{*/
/*	height:60px;*/
/*}*/
/*.logo{*/
/*	width:90px;*/
/*	height:30px;*/
/*	margin-top:15px;*/
/*}*/
/*.logo img{*/
/*	display:block;*/
/*	width:100%;*/
/*	height:100%;*/
/*}*/

/*.navigation{*/
/*	width:650px;*/
/*	height:60px;*/
/*	margin-left:70px;*/
/*}*/
/*.navigation li{*/
/*	float:left;*/
/*	padding:0 8px;*/
/*	height:60px;*/
/*	line-height: 60px;*/
/*	margin-right:20px;*/
/*	box-sizing: border-box;*/
/*}*/
/*.navigation li a{*/
/*	font-size:14px;*/
/*	color:#333;*/
/*}*/
/*.navigation li a:hover{*/
/*	color:#165dff;*/
/*}*/
/*.navigation li.active{*/
/*	border-bottom:2px solid #165dff;*/
/*}*/
/*.navigation li.active a{*/
/*	color:#165dff;*/
/*}*/
/*.search{*/
/*	width:250px;*/
/*	height:30px;*/
/*	position: relative;*/
/*	margin-top:15px;*/
/*}*/
/*.search-ipt{*/
/*	display:block;*/
/*	border-radius: 100px;*/
/*	width:100%;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	box-sizing: border-box;*/
/*	background:#f8f8f8;*/
/*	border:none;*/
/*	padding:0 40px 0 15px;*/
/*	font-size:12px;*/
/*	color:#555;*/
/*}*/
/*.search-btn{*/
/*	display:block;*/
/*	width:40px;*/
/*	height:30px;*/
/*	position: absolute;*/
/*	top:0px;*/
/*	right:0px;*/
/*	border:none;*/
/*	background:url(../images/zbcg/search.png) no-repeat center center;*/
/*	cursor: pointer;*/
/*}*/
/*.login{
	height:30px;
	margin-top:15px;
}
.login a{
	display: inline-block;
	padding:0 12px;
	height:30px;
	line-height: 30px;
	font-size:12px;
	color:#165dff;
}
.login a:hover{
	opacity: 0.85;
	filter:alpha(opacity=85);
}
.login .register{
	background:#165dff;
	color:#fff;
}
!*登录后显示*!
.login-name{
	height:30px;
	width:126px;
	margin-top:15px;
	padding-left:24px;
	box-sizing: border-box;
	background: url(../images/zbcg/tximg.png) no-repeat left center;
	position: relative;
}
.login-name .mc{
	display: block;
	width:100%;
	box-sizing: border-box;
	padding-right:10px;
	height:30px;
	line-height: 30px;
	background:url(../images/zbcg/xjt.png) no-repeat right center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.login-name .mc.sjt{
	background:url(../images/zbcg/sjt.png) no-repeat right center;
}
.login-name-set{
	background:#fff;
	position: absolute;
	padding:15px;
	top:45px;
	left:0px;
	z-index: 100;
	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);
	display: none;
}
.login-name-set li{
	height:32px;
	line-height: 32px;
	text-align: center;
}
.login-name-set li a{
	color:#666;
}
.login-name-set li a:hover{
	color:#165dff;
}*/

/*导航招采分类浮层*/
/*.nav-zcfl{*/
/*	position: relative;*/
/*}*/
/*.nav-zcflmain{*/
/*	width:1200px;*/
/*	height:400px;*/
/*	background:#F6F7F9;*/
/*	z-index: 100;*/
/*	position: absolute;*/
/*	left: -225px;*/
/*	top: 60px;*/
/*	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);*/
/*	display:none;*/
/*}*/
/*.nav-zcflm-left{*/
/*	width:290px;*/
/*	height:400px;*/
/*	padding:24px 0;*/
/*	box-sizing: border-box;*/
/*	background:#fff url(../images/zbcg/dwbg.png) no-repeat right bottom;*/
/*}*/
/*.nav-zcflm-left .nav-zcflm-lmc{*/
/*	height:42px;*/
/*	line-height: 42px;*/
/*	text-align: center;*/
/*}*/
/*.nav-zcflmain .nav-zcflm-left .nav-zcflm-lmc a{*/
/*	color:#666;*/
/*}*/
/*.nav-zcflm-left .nav-zcflm-lmc a:hover{*/
/*	color:#165dff;*/
/*}*/
/*.nav-zcflm-left .nav-zcflm-lmc a.dqzt{*/
/*	color:#165dff;*/
/*}*/
/*.nav-zcflm-right{*/
/*	width:910px;*/
/*	height:400px;*/
/*	padding:40px;*/
/*	box-sizing: border-box;*/
/*	position: absolute;*/
/*	left: 290px;*/
/*	top: 0px;*/
/*	text-align: left;*/
/*	display: none;*/
/*}*/
/*.nav-zcflm-rgbox{*/
/*	margin-bottom:10px;*/
/*}*/
/*.nav-zcflm-rgbox .tit{*/
/*	height:44px;*/
/*	line-height: 40px;*/
/*	font-size:14px;*/
/*	border-bottom:1px solid #D8D8D8;*/
/*}*/
/*.nav-zcflm-rgbox .cont{*/
/*	padding:12px 0;*/
/*	line-height: 24px;*/
/*	font-size:14px;*/
/*}*/
/*.nav-zcflm-right .nav-zcflm-rgbox .cont a{*/
/*	display: inline-block;*/
/*	color:#999;*/
/*	margin-right:15px;*/
/*}*/
/*.nav-zcflm-rgbox .cont a:hover{*/
/*	color:#165dff;*/
/*}*/
/*导航产品与服务浮层框*/
/*.nav-cpyfw{*/
/*	position: relative;*/
/*}*/
/*.nav-cpyfw-box{*/
/*	background:#fff;*/
/*	position: absolute;*/
/*	padding:15px;*/
/*	top:60px;*/
/*	left:0px;*/
/*	z-index: 100;*/
/*	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);*/
/*	display:none;*/
/*}*/
/*.nav-cpyfw-box p{*/
/*	height:40px;*/
/*	line-height: 40px;*/
/*}*/
/*.nav-cpyfw .nav-cpyfw-box p a{*/
/*	color:#666;*/
/*}*/
/*.nav-cpyfw-box p a:hover{*/
/*	color:#165dff;*/
/*}*/

/*搜索框浮层*/
/*.search-fck{*/
/*	background:#fff;*/
/*	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);*/
/*	box-sizing: border-box;*/
/*	width:375px;*/
/*	padding:0px 20px;*/
/*	position: absolute;*/
/*	left:0px;*/
/*	top:45px;*/
/*	z-index: 100;*/
/*	display: none;*/
/*}*/
/*.search-fckbt{*/
/*	height:32px;*/
/*	line-height: 32px;*/
/*	font-size: 14px;*/
/*	color:#999;*/
/*	padding-left:20px;*/
/*	font-weight: normal;*/
/*	background:url(../images/zbcg/history.png) no-repeat left center;*/
/*	position: relative;*/
/*}*/
/*.search-delete{*/
/*	position: absolute;*/
/*	right:0px;*/
/*	top:6px;*/
/*	width:18px;*/
/*	height:18px;*/
/*	background: url(../images/zbcg/delete.png) no-repeat center center;*/
/*	cursor: pointer;*/
/*}*/
/*.search-fcknr{*/
/*	padding:10px 0 15px;*/
/*}*/
/*.search-fcknr a{*/
/*	display:inline-block;*/
/*	height:24px;*/
/*	line-height: 24px;*/
/*	padding:0 10px;*/
/*	font-size:12px;*/
/*	color:#333;*/
/*	background: #F3F3F3;*/
/*	margin:0 10px 10px 0;*/
/*	border-radius: 100px;*/
/*}*/
/*.search-fcknr a:hover{*/
/*	color:#fff;*/
/*	background:#165dff;*/
/*}*/

/*首页-banner区域*/
/*.banner{*/
/*	width:100%;*/
/*	height:380px;*/
/*}*/
/*.banner .swiper-container{*/
/*	height:380px;*/
/*}*/
/*.banner .swiper-slide img{*/
/*	display:block;*/
/*	width:100%;*/
/*	height:100%;*/
/*	object-fit: cover;*/
/*}*/
/*.banner .swiper-pagination-bullet-active{*/
/*	background:#165dff;*/
/*}*/
/*.banner .swiper-pagination{*/
/*	bottom:60px;*/
/*	left:50%;*/
/*	width:1200px;*/
/*	margin-left:-600px;*/
/*	text-align: left;*/
/*}*/

/*首页-banner上导航*/
/*.quick-nav{*/
/*	width:100%;*/
/*	height:127px;*/
/*	position: relative;*/
/*	background:#fff;*/
/*}*/
/*.quick-nav-main{*/
/*	position: absolute;*/
/*	top:-45px;*/
/*	left:0px;*/
/*	right:0px;*/
/*	z-index: 10;*/
/*}*/
/*.quick-navul{*/
/*	height:127px;*/
/*	width:1140px;*/
/*	margin:0 auto;*/
/*}*/
/*.quick-navul li{*/
/*	float:left;*/
/*	width:350px;*/
/*	height:127px;*/
/*	background:url(../images/zbcg/quickbg.png) no-repeat center center;*/
/*	background-size:cover;*/
/*	box-sizing: border-box;*/
/*	padding:24px 40px;*/
/*	margin:0 15px;*/
/*}*/
/*.quick-navul-tit{*/
/*	padding-left:50px;*/
/*	height:36px;*/
/*	line-height: 36px;*/
/*	font-size:22px;*/
/*	color:#333;*/
/*	font-weight: normal;*/
/*	background:url(../images/zbcg/quicknav1.png) no-repeat left center;*/
/*}*/
/*.quick-navul-tit1{*/
/*	background:url(../images/zbcg/quicknav2.png) no-repeat left center;*/
/*}*/
/*.quick-navul-tit2{*/
/*	background:url(../images/zbcg/quicknav3.png) no-repeat left center;*/
/*}*/
/*.quick-navul-cont{*/
/*	font-size:14px;*/
/*	color:#999999;*/
/*	height:24px;*/
/*	line-height: 24px;*/
/*	margin-top:8px;*/
/*	padding-left:10px;*/
/*}*/
/*.quick-navul li a:hover{*/
/*	opacity: 0.85;*/
/*	filter:alpha(opacity=85);*/
/*}*/

/*精选推荐*/
/*.recommend{*/
/*	background:#fff;*/
/*	padding-bottom:50px;*/
/*}*/
/*.recommend-tit{*/
/*	height:80px;*/
/*	line-height:80px;*/
/*	text-align: center;*/
/*	font-size:30px;*/
/*	color:#333;*/
/*	padding-bottom:16px;*/
/*}*/
/*.recommend-main{*/
/*	background:#fff;*/
/*	padding-top:14px;*/
/*	box-shadow: 0px 4px 20px 6px rgba(208, 208, 208, 0.1);*/
/*}*/
/*.rec-main-tab{*/
/*	height:56px;*/
/*	border-bottom:1px solid #ebebeb;*/
/*}*/
/*.rec-main-tab li{*/
/*	width:25%;*/
/*	text-align: center;*/
/*	height:56px;*/
/*	line-height: 56px;*/
/*	float:left;*/
/*	font-size:18px;*/
/*	position: relative;*/
/*}*/
/*.rec-main-tab li.active a{*/
/*	color:#165dff;*/
/*	font-weight: bold;*/
/*}*/
/*.rec-main-tab li.active::after{*/
/*	content: "";*/
/*	width:80px;*/
/*	height: 4px;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	bottom: 0;*/
/*	margin-left:-40px;*/
/*	background:#165dff;*/
/*}*/
/*.rec-main-cont{*/
/*	padding:20px 0;*/
/*}*/
/*.rec-main-contul li{*/
/*	width:50%;*/
/*	box-sizing: border-box;*/
/*	float: left;*/
/*	padding:0px 36px;*/
/*}*/
/*.rec-main-contul-dv{*/
/*	border-bottom: 1px solid #ebebeb;*/
/*	padding:20px 0;*/
/*}*/
/*.rec-main-contul-dv h5{*/
/*	font-weight: normal;*/
/*	padding-right:30px;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	font-size:16px;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*}*/
/*.rec-main-contul-dv p{*/
/*	margin-top:15px;*/
/*}*/
/*.rec-main-contul-dv p span{*/
/*	display:inline-block;*/
/*	border:1px solid #ebebeb;*/
/*	height:26px;*/
/*	line-height: 26px;*/
/*	padding:0 15px;*/
/*	margin-right:10px;*/
/*	color:#ADADAD;*/
/*	border-radius: 4px;*/
/*}*/
/*.rec-main-contul-dv p em{*/
/*	display:inline-block;*/
/*	background:#FFEFEF url(../images/zbcg/time.png) no-repeat 5px center;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	padding:0 15px 0 24px;*/
/*	color:#FF635E;*/
/*	border-radius: 4px;*/
/*}*/
/*.rec-main-contul-dv p em.jz{*/
/*	background:#F1F1F1;*/
/*	color:#999999;*/
/*}*/
/*!* .rec-main-contul li:nth-last-of-type(-n+2) .rec-main-contul-dv{*/
/*	border:none;*/
/*} *!*/
/*.rec-main-contp{*/
/*	text-align: right;*/
/*	padding:16px 36px 0 0;*/
/*}*/
/*.rec-main-contp a{*/
/*	display:inline-block;*/
/*	width:90px;*/
/*	height:26px;*/
/*	text-align: center;*/
/*	line-height: 26px;*/
/*	border-radius: 4px;*/
/*	background:#165dff;*/
/*	color:#fff;*/
/*}*/
/*.rec-main-contp a:hover{*/
/*	opacity: 0.85;*/
/*	filter:alpha(opacity=85);*/
/*}*/

/*招采信息*/
/*.bidding{*/
/*	padding:30px 0 50px;*/
/*	background: #F6F7F9;*/
/*}*/
/*.bidding-main{*/
/*	background:#fff;*/
/*	height:550px;*/
/*	border-radius: 4px;*/
/*}*/
/*.bidmain-left{*/
/*	width:220px;*/
/*	height:550px;*/
/*	background:url(../images/zbcg/zcxxleft.png) no-repeat;*/
/*	overflow: auto;*/
/*}*/
/*.bidmain-leftbox{*/
/*	padding:40px 0 0 40px;*/
/*}*/
/*.bidmain-leftbox h3{*/
/*	font-size:22px;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	color:#fff;*/
/*	font-weight: 500;*/
/*}*/
/*.bidmain-leftbox ul{*/
/*	padding-top:15px;*/
/*}*/
/*.bidmain-leftbox ul li{*/
/*	height:40px;*/
/*	line-height: 40px;*/
/*	color:#fff;*/
/*	font-size:16px;*/
/*	padding-left:36px;*/
/*	background:url(../images/zbcg/point.png) no-repeat 16px center;*/
/*	cursor: pointer;*/
/*}*/
/*.bidmain-leftbox ul li.active{*/
/*	color:#165dff;*/
/*	background:#fff url(../images/zbcg/point1.png) no-repeat 16px center;*/
/*	border-radius: 4px 0 0 4px;*/
/*}*/
/*.bidmain-right{*/
/*	width:980px;*/
/*}*/
/*.bidmain-right .recommend-main{*/
/*	box-shadow: none;*/
/*}*/
/*.bidmain-right .rec-main-tab li{*/
/*	width: auto;*/
/*	padding: 0 20px;*/
/*	font-size: 16px;*/
/*}*/
/*.rec-main-contul-dv h4{*/
/*	font-weight: normal;*/
/*	padding-right:30px;*/
/*	height:60px;*/
/*	line-height: 26px;*/
/*	font-size:16px;*/
/*}*/
/*.bidmain-right .rec-main-contul-dv{*/
/*	padding:15px 0;*/
/*}*/
/*.bidmain-right .rec-main-contul-dv p{*/
/*	margin-top:12px;*/
/*}*/

/*平台特色*/
/*.feature{*/
/*	background:#fff;*/
/*	padding:32px 0 95px;*/
/*}*/
/*.feature-main li{*/
/*	float: left;*/
/*	padding-right:20px;*/
/*}*/
/*.feature-main li:last-child{*/
/*	padding-right:0px;*/
/*}*/
/*.feature-main-box{*/
/*	width:285px;*/
/*	height:362px;*/
/*	position: relative;*/
/*}*/
/*.feature-main-box a{*/
/*	display: block;*/
/*	width:285px;*/
/*	height:362px;*/
/*	box-sizing: border-box;*/
/*	padding:38px;*/
/*}*/
/*.feature-main-box a.pts1{*/
/*	background:#fff url(../images/zbcg/tsybg1.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/
/*.feature-main-box a.pts2{*/
/*	background:#fff url(../images/zbcg/tsybg2.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/
/*.feature-main-box a.pts3{*/
/*	background:#fff url(../images/zbcg/tsybg3.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/
/*.feature-main-box a.pts4{*/
/*	background:#fff url(../images/zbcg/tsybg4.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/
/*.feature-main-box a h6{*/
/*	font-size:20px;*/
/*	color:#333333;*/
/*	line-height: 30px;*/
/*}*/
/*.feature-main-box a p{*/
/*	font-size:14px;*/
/*	color:#999999;*/
/*	line-height: 28px;*/
/*	margin-top: 18px;*/
/*}*/
/*.feature-main-box a.active{*/
/*	position: absolute;*/
/*	padding-right:56px;*/
/*	width:320px;*/
/*	top:-15px;*/
/*	left:0px;*/
/*	z-index: 10;*/
/*}*/
/*.feature-main-box a.active h6{*/
/*	color:#fff;*/
/*}*/
/*.feature-main-box a.active p{*/
/*	color:#fff;*/
/*}*/
/*.feature-main-box a.active.pts1{*/
/*	height:459px;*/
/*	padding-right:75px;*/
/*	background:url(../images/zbcg/tsbg1.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/
/*.feature-main-box a.active.pts2{*/
/*	height:456px;*/
/*	background:url(../images/zbcg/tsbg2.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/
/*.feature-main-box a.active.pts3{*/
/*	height:462px;*/
/*	background:url(../images/zbcg/tsbg3.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/
/*.feature-main-box a.active.pts4{*/
/*	height:462px;*/
/*	background:url(../images/zbcg/tsbg4.png) no-repeat;*/
/*	background-size:cover;*/
/*}*/

/*如何完成全流程电子招投标？*/
/*.allflow{*/
/*	height:318px;*/
/*	background:url(../images/zbcg/flowbg.png) no-repeat center center;*/
/*	background-size:cover;*/
/*	box-sizing: border-box;*/
/*	padding-top:30px;*/
/*}*/
/*.allflow-tit{*/
/*	font-size:18px;*/
/*	color:#999999;*/
/*	line-height: 24px;*/
/*	text-align: center;*/
/*}*/
/*.allflow-btn{*/
/*	padding-top:48px;*/
/*	text-align: center;*/
/*}*/
/*.allflow-btn a{*/
/*	display: inline-block;*/
/*	box-sizing: border-box;*/
/*	width:240px;*/
/*	height:60px;*/
/*	line-height: 60px;*/
/*	border-radius: 4px;*/
/*	font-size:18px;*/
/*	color:#fff;*/
/*	margin:0 20px;*/
/*}*/
/*.allflow-btn a:hover{*/
/*	opacity: 0.7;*/
/*	filter:alpha(opacity=70);*/
/*}*/
/*.allflow-btn a.fw-btn1{*/
/*	padding-left:32px;*/
/*	background:#165dff url(../images/zbcg/down.png) no-repeat 34px center;*/
/*}*/
/*.allflow-btn a.fw-btn2{*/
/*	padding-left:30px;*/
/*	background:#2D4678 url(../images/zbcg/down.png) no-repeat 28px center;*/
/*}*/

/*采招资讯*/
/*.information{*/
/*	background:#fff;*/
/*	padding:25px 0 60px;*/
/*}*/
/*.inf-mleft{*/
/*	width:460px;*/
/*	height:280px;*/
/*}*/
/*.inf-mleft-boxfc{*/
/*	position: absolute;*/
/*	z-index: 100;*/
/*	width: 100%;*/
/*	height:90px;*/
/*	background:rgba(204, 7, 0, 0.7);*/
/*	bottom: 5px;*/
/*	box-sizing: border-box;*/
/*  padding:20px;*/
/*}*/
/*.inf-mleft-boxfc h6{*/
/*	font-size:14px;*/
/*	color:#fff;*/
/*	line-height: 28px;*/
/*  font-weight: normal;*/
/*  overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*}*/
/*.inf-mleft-boxfc p{*/
/*	font-size:12px;*/
/*	color:rgba(255, 255, 255, 0.7);*/
/*	line-height: 20px;*/
/*  margin-top: 5px;*/
/*}*/
/*.inf-mleft .swiper-pagination{*/
/*  bottom: 22px;*/
/*  text-align: right;*/
/*  left: -20px;*/
/*}*/
/*.inf-mleft .swiper-pagination .swiper-pagination-bullet{*/
/*  width:16px;*/
/*  height:4px;*/
/*  border-radius: 0;*/
/*}*/
/*.inf-mleft .swiper-pagination .swiper-pagination-bullet-active{*/
/*	background:#fff;*/
/*}*/
/*.inf-mright{*/
/*  width:740px;*/
/*  box-sizing: border-box;*/
/*  padding-left:40px;*/
/*}*/
/*.inf-mright-tit{*/
/*  height:66px;*/
/*}*/
/*.inf-mright-tit li{*/
/*  float: left;*/
/*  text-align: center;*/
/*  height:55px;*/
/*  line-height: 66px;*/
/*  font-size:18px;*/
/*  color:#333;*/
/*  margin-right:40px;*/
/*  box-sizing: border-box;*/
/*  padding:0 5px;*/
/*  cursor: pointer;*/
/*}*/
/*.inf-mright-tit li.active{*/
/*  font-weight: bold;*/
/*  color:#165dff;*/
/*  border-bottom:3px solid #165dff;*/
/*}*/
/*.inf-mright-cot{*/
/*  padding-top:20px;*/
/*}*/
/*.inf-mright-cot li{*/
/*  height:40px;*/
/*  line-height: 40px;*/
/*  padding-right:150px;*/
/*  font-size: 14px;*/
/*  border-bottom:1px solid #D8D8D8;*/
/*  overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*  position: relative;*/
/*}*/
/*.inf-mright-cot li:last-child{*/
/*  border-bottom: none;*/
/*}*/
/*.inf-mright-cot li span{*/
/*  position: absolute;*/
/*  right:0px;*/
/*  color: #999;*/
/*}*/

/*交易数据*/
/*.deal-data li{*/
/*  float:left;*/
/*  width:25%;*/
/*}*/
/*.deal-data li h3{*/
/*  font-size:42px;*/
/*  color:#165dff;*/
/*  text-align: center;*/
/*  line-height: 66px;*/
/*}*/
/*.deal-data li p{*/
/*  font-size:18px;*/
/*  color:#666;*/
/*  text-align: center;*/
/*  line-height:44px;*/
/*}*/

/*合作伙伴*/
/*.partner{*/
/*  background:#fff;*/
/*  padding:30px 0 50px;*/
/*}*/
/*.partner .side-warp{*/
/*  width:1200px; */
/*  height:258px;*/
/*	margin:0 auto;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
/*.partner .side-warp .sw-slides .sw-slide a{*/
/*  width:200px;*/
/*  height:76px;*/
/*	background:#fff;*/
/*  float:left;*/
/*	margin-bottom:10px;*/
/*}*/
/*.partner .side-warp .sw-slides .sw-slide a img{*/
/*  display:block;*/
/*  width:100%;*/
/*  height:100%;*/
/*}*/
/*.partner .sw-next{*/
/*  width:65px;*/
/*  height:65px;*/
/*  background:url(../images/zbcg/left.png) no-repeat;*/
/*	left:0px;*/
/*}*/
/*.partner .sw-prev{*/
/*  width:65px;*/
/*  height:65px;*/
/*  background:url(../images/zbcg/right.png) no-repeat;*/
/*	right:0px;*/
/*} */

/*招标采购页面*/
/*.cg-search{*/
/*	width:100%;*/
/*	height:200px;*/
/*	background: url(../images/zbcg/searchbanner.jpg) no-repeat center center;*/
/*	background-size:cover;*/
/*	box-sizing: border-box;*/
/*	padding-top:56px;*/
/*}*/
/*.cg-sechsrk{*/
/*	width:836px;*/
/*	height:52px;*/
/*	margin:0 auto;*/
/*	position: relative;*/
/*}*/
/*.cg-ipt{*/
/*	display:block;*/
/*	border-radius: 200px;*/
/*	width:100%;*/
/*	height:52px;*/
/*	line-height: 52px;*/
/*	box-sizing: border-box;*/
/*	background:#fff;*/
/*	border:none;*/
/*	padding:0 150px 0 25px;*/
/*	font-size:14px;*/
/*	color:#555;*/
/*}*/
/*.cg-btn{*/
/*	display:block;*/
/*	width:140px;*/
/*	height:46px;*/
/*	position: absolute;*/
/*	top:3px;*/
/*	right:3px;*/
/*	border:none;*/
/*	background:#165dff url(../images/zbcg/search1.png) no-repeat 104px 14px;*/
/*	border-radius: 200px;*/
/*	cursor: pointer;*/
/*	font-size:20px;*/
/*	color:#fff;*/
/*}*/
/*.cg-rmss{*/
/*	width:836px;*/
/*	padding:15px 25px;*/
/*	box-sizing: border-box;*/
/*	margin:0 auto;*/
/*	font-size:14px;*/
/*	color:#fff;*/
/*}*/
/*.cg-rmss span{*/
/*	display:inline-block;*/
/*	height: 22px;*/
/*	line-height: 22px;*/
/*	padding:0 10px;*/
/*	background:#FF832B;*/
/*}*/
/*.cg-rmss a{*/
/*	display:inline-block;*/
/*	height: 22px;*/
/*	line-height: 22px;*/
/*	margin:0 6px;*/
/*	color:#fff;*/
/*}*/
/*.cg-rmss a:hover{*/
/*	opacity: 0.8;*/
/*	filter:alpha(opacity=80);*/
/*}*/
/*.cg-sechsrk-box{*/
/*	background:#fff;*/
/*	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);*/
/*	box-sizing: border-box;*/
/*	width:100%;*/
/*	padding:20px 20px 8px;*/
/*	position: absolute;*/
/*	left:0px;*/
/*	top:56px;*/
/*	z-index: 100;*/
/*	border-radius: 4px;*/
/*	display: none;*/
/*}*/
/*.cg-main{*/
/*	padding:30px 0 60px;*/
/*}*/
/*.cg-sarea{*/
/*	width:1200px;*/
/*	margin:0 auto;*/
/*	box-sizing: border-box;*/
/*	background: #fff;*/
/*}*/
/*.cg-lbarea{*/
/*	width:1200px;*/
/*	margin:15px auto 0;*/
/*	background: #fff;*/
/*	box-sizing: border-box;*/
/*	padding-bottom:30px;*/
/*}*/

/*共公搜索区域*/
/*.public-search{*/
/*	padding:20px 25px;*/
/*}*/
/*.public-search-list{*/
/*	display: flex;*/
/*	margin:20px 0;*/
/*}*/
/*.public-search-list dt{*/
/*	width:90px;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	padding-left:22px;*/
/*	font-size:15px;*/
/*	color:#333;*/
/*	font-weight: bold;*/
/*}*/
/*.public-search-list dt.xmvip{*/
/*	background: url(../images/zbcg/vip.png) no-repeat left center;*/
/*}*/
/*.public-slcot{*/
/*	width:1020px;*/
/*}*/
/*.public-slcot .all{*/
/*	float:left;*/
/*	font-size:15px;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	color:#666;*/
/*	padding-right:20px;*/
/*}*/
/*.public-slcot .one{*/
/*	float:left;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	font-size:15px;*/
/*	color:#666;*/
/*	padding-right:20px;*/
/*}*/
/*.public-slcot .srkbox{*/
/*	float:left;*/
/*	width:160px;*/
/*	position: relative;*/
/*}*/
/*.public-slcot .srkbox .srk{*/
/*	width:100%;*/
/*	padding:0 10px;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	box-sizing: border-box;*/
/*	border: 1px solid #666;*/
/*}*/
/*.public-slcot .srkbox .yuan{*/
/*	font-size:12px;*/
/*	color:#999;*/
/*	position: absolute;*/
/*	right: 8px;*/
/*	top: 4px;*/
/*}*/
/*.public-slcot .aniu{*/
/*	float:left;*/
/*	width:40px;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	text-align: center;*/
/*	font-size: 14px;*/
/*	color:#999;*/
/*	box-sizing: border-box;*/
/*	border: 1px solid #999;*/
/*	background:#fff;*/
/*	margin-left:10px;*/
/*	cursor: pointer;*/
/*}*/
/*.hx{*/
/*	float:left;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	padding:0 10px;*/
/*	font-size: 14px;*/
/*	color:#999;*/
/*}*/
/*.public-slcot .tolbox{*/
/*	float:left;*/
/*	width:90%;*/
/*}*/
/*.public-slcot .tolbox .hybox{*/
/*	display:inline-block;*/
/*	position: relative;*/
/*}*/
/*.public-slcot .tolbox .hybox .mc{*/
/*	display:inline-block;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	font-size:15px;*/
/*	color:#666;*/
/*	padding-right:20px;*/
/*}*/

/*行业与城市浮框start*/
/*.hyfloat-box{*/
/*	width:420px;*/
/*	padding:20px;*/
/*	background:#fff;*/
/*	box-shadow: 0px 4px 12px 0px rgba(172, 172, 172, 0.3);*/
/*	border-radius: 4px;*/
/*	position: absolute;*/
/*	left: 0px;*/
/*	top: 34px;*/
/*	z-index: 10;*/
/*	display:none;*/
/*}*/
/*.hyfloat-box::after{*/
/*	content: "";*/
/*	width:31px;*/
/*	height: 12px;*/
/*	background: url(../images/zbcg/zzcgsjx.png) no-repeat left top;*/
/*	position: absolute;*/
/*	left:5px;*/
/*	top: -12px;*/
/*}*/
/*.hyfloat-box-m{*/
/*	padding-bottom:20px;*/
/*}*/
/*.hyfloat-box-m .tit{*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	font-size:14px;*/
/*}*/
/*.hyfloat-box-m .cont{*/
/*	padding-top:8px;*/
/*}*/
/*.hyfloat-box-m .cont a{*/
/*	font-size: 12px;*/
/*	color: #666;*/
/*	display: inline-block;*/
/*	margin-bottom: 5px;*/
/*}*/
/*.hyfloat-box-m .cont b{*/
/*	font-size:12px;*/
/*	color:#666;*/
/*	font-weight: normal;*/
/*	margin:0 8px;*/
/*}*/
/*.hyfloat-box-m .cont a:hover{*/
/*	color:#165dff;*/
/*}*/
/*.hyfloat-box-btn{*/
/*	height:30px;*/
/*	text-align: right;*/
/*}*/
/*.hyfloat-box-btn a{*/
/*	display: inline-block;*/
/*	width:68px;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	text-align: center;*/
/*	font-size:12px;*/
/*	border-radius: 4px;*/
/*	color:#666;*/
/*	margin-left:15px;*/
/*}*/
/*.hyfloat-box-btn a.a1{*/
/*	background:#fff;*/
/*	border:1px solid #999;*/
/*}*/
/*.hyfloat-box-btn a.a2{*/
/*	background:#165dff;*/
/*	border:1px solid #165dff;*/
/*	color:#fff;*/
/*}*/
/*行业与城市浮框end*/

/*.public-search-open{*/
/*	text-align: right;*/
/*}*/
/*.public-search-open .zk{*/
/*	display: inline-block;*/
/*	background:#f0f0f0;*/
/*	border-radius: 4px;*/
/*	width:36px;*/
/*	height:18px;*/
/*	line-height: 18px;*/
/*	font-size:12px;*/
/*	color:#999;*/
/*	text-align: center;*/
/*	cursor: pointer;*/
/*	margin-right:10px;*/
/*}*/
/*.public-search-open .popen{*/
/*	display: inline-block;*/
/*	height:18px;*/
/*	line-height: 18px;*/
/*	font-size:12px;*/
/*	color:#999;*/
/*	padding:0 16px 0 3px;*/
/*	background: url(../images/zbcg/sjt.png) no-repeat right center;*/
/*	cursor: pointer;*/
/*}*/
/*.public-search-open .popen.sq{*/
/*	background: url(../images/zbcg/xjt.png) no-repeat right center;*/
/*}*/
/*.public-smheight{*/
/*	height:142px;*/
/*	overflow: hidden;*/
/*}*/

/*公共列表区域*/
/*.public-list{*/
/*	padding:20px 30px;*/
/*}*/
/*.public-list-tit{*/
/*	height:46px;*/
/*	line-height: 45px;*/
/*	font-size:20px;*/
/*	padding-left:35px;*/
/*	background: url(../images/zbcg/list-titbg.png) no-repeat left center;*/
/*	border-bottom: 1px solid #EBEBEB;*/
/*}*/
/*.public-list-cot li{*/
/*	padding:20px 0;*/
/*	border-bottom:1px solid #EBEBEB;*/
/*}*/
/*.public-list-cotit{*/
/*	height: 40px;*/
/*	line-height: 40px;*/
/*	padding-right: 150px;*/
/*	font-size: 16px;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*	font-weight: normal;*/
/*	position: relative;*/
/*}*/
/*.public-list-cotit span{*/
/*	position: absolute;*/
/*	right: 0px;*/
/*	color:#ADADAD;*/
/*}*/
/*.public-list-cotnr{*/
/*	margin-top:20px;*/
/*	position: relative;*/
/*}*/
/*.public-list-cotnr span{*/
/*	display:inline-block;*/
/*	border:1px solid #ebebeb;*/
/*	height:26px;*/
/*	line-height: 26px;*/
/*	padding:0 15px;*/
/*	margin-right:10px;*/
/*	color:#ADADAD;*/
/*	border-radius: 4px;*/
/*}*/
/*.public-list-cotnr em{*/
/*	display:inline-block;*/
/*	background:#FFEFEF url(../images/zbcg/time.png) no-repeat 5px center;*/
/*	height:28px;*/
/*	line-height: 28px;*/
/*	padding:0 15px 0 24px;*/
/*	color:#FF635E;*/
/*	border-radius: 4px;*/
/*}*/
/*.public-list-cotnr em.jz{*/
/*	background:#F1F1F1;*/
/*	color:#999999;*/
/*}*/
/*.public-list-cotnr a{*/
/*	position: absolute;*/
/*	right:0px;*/
/*	bottom:0px;*/
/*	display: inline-block;*/
/*	width:100px;*/
/*	height:34px;*/
/*	line-height: 34px;*/
/*	text-align: center;*/
/*	font-size: 14px;*/
/*	border-radius: 4px;*/
/*	box-sizing: border-box;*/
/*}*/
/*.public-list-cotnr a.qtb{*/
/*	background: #165dff;*/
/*	color:#fff;*/
/*}*/
/*.public-list-cotnr a.qck{*/
/*	border: 1px solid #165dff;*/
/*	color:#165dff;*/
/*}*/

/*分页样式*/
/*.pagination {*/
/*	height: 32px;*/
/*	font-size: 14px;*/
/*	color: #666;*/
/*	line-height: 32px;*/
/*	text-align: center;*/
/*	margin-top: 50px;*/
/*}*/
/*.pagination em {*/
/*	margin-right: 10px;*/
/*}*/
/*.pagination select {*/
/*	width:115px;*/
/*	height: 32px;*/
/*	border: 1px solid #DCDFE6;*/
/*	padding: 0 10px;*/
/*	margin-top: -3px;*/
/*	border-radius: 4px;*/
/*}*/
/*.pagination a {*/
/*	display: inline-block;*/
/*	padding: 0 14px;*/
/*	height: 32px;*/
/*	line-height: 32px;*/
/*	background:#F5F7FA;*/
/*	color:#666;*/
/*	margin:0 1px;*/
/*	border-radius: 4px;*/
/*}*/
/*.pagination a:hover{*/
/*	background: #165dff;*/
/*	color: #fff;*/
/*}*/
/*.pagination a.active {*/
/*	background: #165dff;*/
/*	color: #fff;*/
/*}*/
/*.pagination span {*/
/*	margin-left: 15px;*/
/*}*/
/*.pagination span input {*/
/*	width: 40px;*/
/*	height: 32px;*/
/*	line-height: 32px;*/
/*	padding: 0 5px;*/
/*	border: 1px solid #DCDFE6;*/
/*	border-radius: 4px;*/
/*}*/

/*采购详情*/
.cgxq-top {
	width: 1200px;
	margin: 0 auto;
	height: 45px;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
}
.cgxq-top span {
	color: #165dff;
}
.cgxq-abstract {
	background: #fff;
	padding: 30px;
	position: relative;
}
.cgxq-abs-cotit {
	line-height: 36px;
	padding-right: 110px;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.cgxq-abs-cotit span {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 16px;
	color: #9b9b9b;
	padding-left: 30px;
	background: url(../images/zbcg/follow.png) no-repeat left 6px;
	background-size: 24px 24px;
}
.cgxq-abs-cotit span.ygz {
	color: #165dff;
	background: url(../images/zbcg/nfollow.png) no-repeat left 6px;
	background-size: 24px 24px;
}
.cgxq-abs-cotit span.gzxq {
	color: #165dff;
	background: url(../images/love.png) no-repeat left center;
}
.cgxq-abs-cotit span.gzxm {
	color: #165dff;
	background: url(../images/love.png) no-repeat left center;
	cursor: pointer;
}
.cgxq-abs-cotnr {
	margin-top: 20px;
	font-size: 14px;
	position: relative;
}
.cgxq-abs-cotnr span {
	display: inline-block;
	background: #f3f3f3;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	margin-right: 10px;
	color: #333;
	border-radius: 4px;
	margin-top: 5px;
}
.cgxq-abs-cotnr em {
	display: inline-block;
	background: #e8edfa url(../images/zbcg/time.png) no-repeat 5px center;
	background-size: 18px 18px;
	height: 28px;
	padding: 0 15px 0 24px;
	color: #165dff;
	border-radius: 4px;
	margin-top: 5px;
}
.cgxq-abs-cotnr .js-count-down span {
	background: none;
	padding: 0;
	color: #165dff;
	margin-right: 0px;
	margin-top: 0;
}
.cgxq-abs-cotnr em.jz {
	background: none;
	padding: 0;
	color: #333;
}
.cgxq-abs-cotnr em.jz span {
	background: #f3f3f3;
	padding: 0 15px;
	color: #333;
}
.cgxq-detial {
	background: #fff;
	padding: 30px;
	margin-top: 15px;
}
.cgxq-detialtab {
	height: 56px;
	border-bottom: 1px solid #ebebeb;
}
.cgxq-detialtab li {
	text-align: center;
	height: 56px;
	line-height: 50px;
	margin-right: 28px;
	float: left;
	font-size: 16px;
	position: relative;
}
.cgxq-detialtab-mrg li {
	margin-right: 52px;
}
.cgxq-detialtab li a {
	color: #999;
	text-decoration: none !important;
}
.cgxq-detialtab li.active a {
	color: #165dff !important;
	font-weight: bold;
}
.cgxq-detialtab li.active::after {
	content: '';
	width: 66px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -33px;
	background: #165dff;
}
.cgxq-detialcot {
	padding: 40px 30px;
}
.cgxq-det-bt {
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cgxq-det-p {
	font-size: 14px;
	color: #b9b9b9;
	text-align: center;
	padding: 15px 0 0px;
}
.cgxq-det-nr {
	/* padding: 30px 0; */
	/*max-height:628px;*/
	/*overflow-y: auto;*/
	font-size: 14px;
	line-height: 24px;
}
.cgxq-det-nr table {
	margin: 30px auto;
	border: 0;
}
.cgxq-det-btn {
	padding: 80px 0 0px;
	text-align: center;
}
.cgxq-det-btn a {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 52px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	margin: 0 25px;
}
.cgxq-det-btn a.dc {
	border: 1px solid #165dff;
	color: #165dff;
}
.cgxq-det-btn a.dc:hover {
	background: #165dff;
	color: #fff;
}
.cgxq-det-btn a.sq {
	background: #165dff;
	color: #fff;
}
.cgxq-cq-notice li {
	padding-bottom: 10px;
}
.cgxq-cq-nlist {
	background: rgba(199, 199, 199, 0.2);
	padding: 20px;
	position: relative;
}
.cgxq-cq-nlist h6 {
	line-height: 40px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-right: 255px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cgxq-cq-nlist p {
	line-height: 24px;
	font-size: 16px;
	color: #999;
}
.cgxq-cq-nlist span {
	display: block;
	width: 136px;
	height: 42px;
	background: #fff url(../images/zbcg/xjt.png) no-repeat 96px 20px;
	line-height: 42px;
	border: 1px solid #333;
	color: #333;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 45px;
	position: absolute;
	top: 32px;
	right: 20px;
	cursor: pointer;
}
.cgxq-cq-nlist span.sq {
	background: #fff url(../images/zbcg/sjt.png) no-repeat 156px 28px;
}
.cgxq-cq-ncont {
	/* padding: 30px 30px 40px; */
	/*display:none;*/
}

/*自主采购---首页*/
.zzcg-top {
	width: 100%;
	height: 370px;
	background: url(../images/zbcg/zzcgbanner.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
.zzcg-header {
	height: 60px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.zzcg-hygo {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 14px;
}
.zzcg-header .login a {
	color: #fff;
}
.zzcg-nav {
	width: 1200px;
	height: 100px;
	box-sizing: border-box;
	padding: 0 50px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: -50px;
	box-shadow: 0px 0px 18px -3px rgba(172, 172, 172, 0.2);
	z-index: 1;
	border-radius: 4px;
}
.zzcg-xec {
	float: left;
	width: 194px;
	height: 60px;
	margin-top: 20px;
}
.zzcg-xec img {
	display: block;
	width: 100%;
	height: 100%;
}
.zzcg-navul {
	padding: 0 50px;
	height: 100px;
	float: left;
}
.zzcg-navul li {
	float: left;
	height: 100px;
	line-height: 100px;
	padding: 0 30px;
}
.zzcg-navul li a {
	font-size: 18px;
	color: #333;
}
.zzcg-navul li a:hover {
	color: #165dff;
}
.zzcg-navul li.active a {
	color: #165dff;
	font-weight: bold;
}
.zzcg-btn {
	float: right;
	width: 250px;
	height: 40px;
	margin-top: 30px;
	position: relative;
}
.zzcg-btn .ipt1 {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	padding: 0 60px 0 10px;
	border: 1px solid #165dff;
	border-radius: 4px;
}
.zzcg-btn .ipt2 {
	width: 50px;
	box-sizing: border-box;
	height: 40px;
	background: #165dff url(../images/zbcg/search1.png) no-repeat center center;
	border-radius: 0 4px 4px 0;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
}
.zzcg-main {
	padding: 50px 0;
}
.zzcg-about {
	padding: 60px 0 110px;
}
.zzcg-aboutm {
	width: 564px;
	height: 376px;
	position: relative;
}
.zzcg-aboutm img {
	display: block;
	width: 100%;
	height: 100%;
}
.zzcg-aboutm-js {
	width: 690px;
	height: 400px;
	box-sizing: border-box;
	padding: 60px;
	background: #222935;
	position: absolute;
	top: 22px;
	left: 508px;
	z-index: 1;
}
.zzcg-aboutm-js h6 {
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color: rgba(255, 255, 255, 0.5);
}
.zzcg-aboutm-js h5 {
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	line-height: 36px;
	padding: 20px 0 30px;
}
.zzcg-aboutm-js p {
	font-size: 14px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.8);
}
.zzcg-aboutm-bj {
	display: block;
	width: 46px;
	height: 84px;
	background: #165dff;
	position: absolute;
	top: 0px;
	right: -580px;
	z-index: 2;
}
.zzcg-zzcg {
	height: 690px;
	background: url(../images/zbcg/zzcgbgt.png) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	box-sizing: border-box;
}
.zzcg-tit {
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding-bottom: 30px;
}
.zzcg-zzcg-cont {
	background: #fff;
	padding-top: 25px;
	border-radius: 4px;
}
.zzcg-process {
	background: #fff;
	padding: 50px 0;
}
.zzcg-process .zzcg-tit {
	color: #333;
}
.zzcg-pro-cen {
	padding: 20px 0 40px;
}
.zzcg-pro-cen a {
	display: block;
	width: 1093px;
	height: 841px;
	margin: 0 auto;
}
.zzcg-pro-cen a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*自主采购---采购项目*/
.zzcg-mainx {
	padding-top: 50px;
}
/*自主采购---入驻企业*/
.zzcg-rzqy {
	padding-top: 50px;
}
.zzcg-rzmain li {
	background: #fff;
	padding: 35px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.zzcg-rzm-logo {
	width: 286px;
	height: 116px;
}
.zzcg-rzm-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zzcg-rzm-int {
	width: 630px;
	padding-left: 40px;
	padding-top: 10px;
}
.zzcg-rzm-int h5 {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 15px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.zzcg-rzm-int p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.zzcg-rzm-go {
	width: 62px;
	height: 62px;
	background: url(../images/zbcg/gomr.png) no-repeat center center;
	margin-top: 24px;
}
.zzcg-rzm-go:hover {
	width: 62px;
	height: 62px;
	background: url(../images/zbcg/goxz.png) no-repeat center center;
	margin-top: 24px;
}
/*暂无数据start*/
.zwdata img {
	display: block;
	width: 100%;
	height: 100%;
}
/*暂无数据end*/

/*关注弹框*/
.cardOut {
	display: block;
	width: 700px;
	/*height: 340px;*/
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(38, 38, 38, 0.15);
	border-radius: 8px;
	position: absolute;
	z-index: 99999;
	top: 468px;
	left: 627px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #222222;
}

/*区块链样式*/
.block-chain {
	height: 44px;
	line-height: 44px;
	background: #f3f3f3;
	text-align: center;
	color: #999999;
	font-size: 14px;
	border-radius: 4px;
}
.block-chain .focusBtn {
	display: inline-block;
	width: 90px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	border: 1px solid #999;
	text-align: center;
	color: #999;
}
.block-chain .focusBtn:hover {
	border: 1px solid #5795ff;
	color: #5795ff;
}
.block-chain .focusLink {
	color: #999;
}
.block-chain .focusLink:hover {
	color: #5795ff;
}

.bidding-a {
	color: inherit;
	text-decoration: none;
}

.bidding-a:hover {
	color: #165dff;
	text-decoration: none;
}
