
html,body{
	margin:0;
	padding:0;
/*	width:100%;*/
	height:100%;
	min-width:1200px;
	background-color:#fefefe;
}
.list-jiantou{
	list-style-type: circle;
    padding-left: 15px;
	min-height: 400px;
}

#menu { 
	font:12px verdana, arial, sans-serif; /* 设置文字大小和字体样式 */
	width: 1200px;
	margin: 0 auto;
	 
}
#menu, #menu li {
	list-style:none; /* 将默认的列表符号去掉 */
	padding:0; /* 将默认的内边距去掉 */
	margin:0; /* 将默认的外边距去掉 */
	float: left; /* 往左浮动 */
	display: block;
}
#menu li a {
	display:inline-block; /* 将链接设为块级元素 */
	width:150px; /* 设置宽度 */
	height:48px; /* 设置高度 */
	line-height:48px; /* 设置行高，将行高和高度设置同一个值，可以让单行文本垂直居中 */
	text-align:center; /* 居中对齐文字 */
	color:white;  
	text-decoration:none; /* 去掉下划线 */
	font-family: sans-serif;
    font-size: 16px;
}
#menu li a:hover {
	background:#35a779; /* 变换背景色 */
	color:#fff; /* 变换文字颜色 */
}
#menu li a.last {
	border-right:0; /* 去掉左侧边框 */
}

.submenu { 
	font:12px verdana, arial, sans-serif; /* 设置文字大小和字体样式 */
	width: 1200px;
	margin: 0 auto;
	 
}
.submenu, submenu li {
	list-style: disc;/* 将默认的列表符号去掉 */
/*	padding:0;  */
	margin:0; /* 将默认的外边距去掉 */
	float: left; /* 往左浮动 */
	display: block;
	width: 100%;
}
.submenu li a {
	display:inline-block; /* 将链接设为块级元素 */
	width:200px; /* 设置宽度 */
	height:48px; /* 设置高度 */
	line-height:48px; /* 设置行高，将行高和高度设置同一个值，可以让单行文本垂直居中 */
/*	text-align:center; */
	color:black;  
	text-decoration:none; /* 去掉下划线 */
	font-family: sans-serif;
    font-size: 16px;
/*	padding-left: 10px;*/
}
.submenu li a:hover {
	background:#35a779; /* 变换背景色 */
	color:#fff; /* 变换文字颜色 */
}
.submenu li a.last {
	border-right:0; /* 去掉左侧边框 */
}

.header {
    width: 100%;
/*    height: 110px;*/
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}

.top {
    width: 1200px;
    height: 120px;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}
.header-title{
	font-size:20px;
	color:#014da1;
}

.header .logo {
    float: left;
    width: 550px;
    height: 40px;
    margin-top: 20px;
}

.header .logo a {
    display: inline-block;
    width: 550px;
    height: 70px;
    font-size: 0px;
    vertical-align: top;
    line-height: 0px;
/*    background: url(../../bid/img/logo1.jpg) no-repeat 0px 0px;*/
}

.header .search {
    position: absolute;
    float: left;
    width: 410px;
    height: 40px;
    margin-left: 60px;
    top: 55px;
    right: 20px;
}

.search .search-area {
    width: calc(100% - 52px);
    height: 40px;
    font-size: 14px;
    position: relative;
}
.search .search-area .line {
    position: absolute;
    height: 16px;
    width: 1px;
    top: 11px;
    left: 2px;
    background-color: #eee;
}
.search .search-area input {
    padding: 11px 15px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: none;
    height: 40px;
    line-height: 40px;
    margin-top: -1px;
    color: #333;
    background: #f2f2f4;
}


.search .search-button {
     position: absolute; 
     right: 0; 
    width: 52px;
    height: 40px;
    float: right;
	top:-1px;
}
.search .search-button button {
    width: 52px;
    height: 40px;
    line-height: 0px;
    border: none;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    /* border-top: #eee 1px solid; */
    /* border-right: #eee 1px solid; */
    /* border-bottom: #eee 1px solid; */
    background: #f2f2f4 url("../images/search.png") no-repeat center center;
}
.nav-menu {
    width: 100%;
	min-width:1200px;
	height:48px;
	background-color:#014da1;
   
}



.nav-div{
	width: 1200px;
    margin: 0 auto;
	height: 48px;
/*    padding-left: 50px;*/
}

.mainright {
	position: absolute;
    float: right;
    right: 10px;
	font-size: 10px;
	top: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
	display:table;
}
.footer{
	width:100%;
	min-width:1200px;
	background-color:#1581ff;
}

.footer p {
    margin-bottom: 15px;
}

.footer a {
    color: #fff;
	text-decoration: solid;
}

.footer ul {
    list-style: none;
}

.footer-left {
    width: 390px;
    display: inline-block;
    top: 20px;
    height: 120px;
}

.ft-left{
	width:200px;
}

.main-content-left{
	width: 850px;
}

.main-content{
	width: 850px;
    margin-left: 330px;
	padding-top: 10px;
/*	padding-bottom:20px;*/
}

.submenus{
	width:300px;
	position:absolute;
	float:left;
}
.sub-card{
	width:100%;
	border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 10px;
	display: table-cell;
	position: absolute;
	display:none;
}
.sub-card-title{
	height: 48px;
/*    background-color: #f8fafc;*/
    color: black;
    font-size: 15px;
    padding-left: 10px;
    line-height: 48px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border-bottom: 1px solid #014da1;
	font-weight: bold;
}
.sub-card-content{
	min-height: 100px;
    padding-left: 10px;
	padding-top:10px;

}
.search-btn{
	    color: #FFF;
    background-color: #409EFF;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    -webkit-transition: .1s;
    font-weight: 500;
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.tim-inp{
	height: 33px;
    width: 120px;
    font-size: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.tim-ser{
	display: inline-flex;
    align-items: center;
	font-size:15px;
}
.ser-inp{
	    height: 33px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    width: 240px;
	margin-right: 60px;
}

h4{
	font-size:14px;
}
.key_search{
	padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
	float: left;
    margin: 20px 20px 20px 1%;
    width: 98%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.biddate{
display:inline-block;
/*	position: relative;*/
    float: right;
    right: 0;
	color:black;
    
}
.bidstatus{
	display:inline-block;
	 margin-right:5px;
	 color:green;
	 font-weight:800;
}
.bidlink{
	display:inline-block;
	margin-right:5px;
	color:black;
}
.bidinfo{
	line-height:48px;
}

.bidinfo:hover{
	background-color:#ccc;
}

.pool_ser{
	border: 1px solid #ccc;
    padding: 10px 40px;
    border-radius: 5px;
/*    margin: 0 30px;*/
}
.pool_ser:hover{
	    background-color: #40a789;
    color: white;
    cursor: pointer;
}

.ser_title{
	font-size:15px;
}

.tim-split{
	margin:0 10px;
}
.main_ul_div{
	min-height:400px;
	 margin-top: 5px;
	 width: 665px;
}


.dc-detail{
	min-height: 400px;
}
.dc_title{
	    font-size: 24px;
    font-family: sans-serif;
    text-align: center;
    padding: 10px 0;
}

.dc_pubtime{
    text-align: center;
    background-color: #ccc;
    line-height: 36px;
}

.dc_content{
	    text-align: center;
    min-height: 400px;
}

.dc_bid{
	display:none;
}

.index_card_pub{
	display: block;
    width: 184px;
    background-color: #014da1;
    color: white;
	padding-bottom:30px;
	height:450px;
	position:relative;
	margin-top:0;
}

.index_card_pub > .sub-card-title{

    background-color: #014da1;
	color:white;
	border:none;
	    font-size: 16px;
    font-weight: bolder;
}

.index_card_pub_ul{
	list-style:none !important;
	margin-top: 20px;
	width: min-content;
}
.index_card_pub_ul li {
    text-align: center;
    width: 135px;
    background:#cfe3f8;
	opacity: 0.9;
	margin-bottom:10px;
	color:white;
}

.index_card_pub_ul li a{
/*	color:white;*/
    height: 40px;
    line-height: 40px;
	font-size:12px;
	width:120px;
}
.main_index{

	margin-left: 1px;
}
.pub_main{
	margin: 5px 0;
    width: 880px;
    background-color: #f5f5f5;
	display: list-item;
}

.neg_main{
	margin: 5px 0;
    width: 880px;
    background-color: #f5f5f5;
	height:440px;
	display: table-cell;
}

.btnlist{
	height: 40px;
    line-height: 40px;
    padding-left: 20px;
	display: flex;
}

.btnlist-index{
/*	height: 40px;*/
    line-height: 40px;
    font-size: 12px;
    background-color: white;
    padding:10px 10px 10px 40px;
	border-bottom:1px solid #eee;
}

.list-index{
	list-style: none;
    background-color: white;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 10px;
}

.list-index li{
	border-bottom:1px solid #eee;
}

.bid_index{
	line-height:30px;
}

.sub-index{
	position: relative;
    float: right;
    right: 0;
}

.sub-index .sub-card{
	position: relative;
	display:table;
}

.more-info{
	float: right;
    text-decoration: none;
	margin-right: 10px;
    font-size: 14px;
}

.sub-pub-title{
	height: 48px;
    background-color: white;
    color: black;
    font-size: 15px;
    padding-left: 10px;
    line-height: 48px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #014da1;
    font-weight: bold;
    display: block;
    width: 869px;
}

.sub-pub-card{
	display: table-cell;
    width: 184px;
    /* background-color: #9e9e9e; */
    color: white;
    padding-bottom: 30px;
    height: 360px;
     
}
.sub-pub-ul{
	list-style: none !important;
    margin-top: 0;
    width: 100%;
    padding: 0;
 
}

.sub-pub-ul a{
	    height: 56px;
    /* color: white; */
    line-height: 56px;
    /* line-height: 40px; */
    width: 175px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: bolder;
/*	padding: 20px 60px;*/
}

.sub-pub-ul li{
	 text-align: center;
    /* width: 135px; */
    /* background: #cfe3f8; */
    opacity: 0.9;
    /* margin-bottom: 10px; */
    color: white;
    border-bottom: 1px solid #ccc;
}

.subpub_ul_div{
	min-height: 400px;
    /* margin-top: 5px; */
    width: 688px;
    margin-left: 186px;
	display: table-cell;
}

 
.sub-pub-card li a {
		    height: 56px;
    /* color: white; */
    line-height: 56px;
    /* line-height: 40px; */
    width: 175px;
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: bolder;
/*	padding: 20px 60px;*/
}
.sub-pub-card li a:hover {
	background-color:#014da1;
	color:white;
}
.sub-pub-card li a.last {
	border-right:0; /* 去掉左侧边框 */
}

.bidder{
	font-size:12px;
	color:#555;
	display:inline-block;
}

.contact-t{
	    font-family: sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 28px;
}

.contact-t a{
	text-decoration: none;
}
.contact-v{
	font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
	color:#333;
}    

.contact-s{
width:100%;
/*	background:url(../../bid/img/cyjt.png)*/
}

.log_ul{
	    width: 261px;
	background:url(../../bid/img/bgblue.png);
	background-size:100% 100%;
	list-style:none;
	margin-bottom: 20px;
	    padding-bottom: 20px;
    padding-top: 20px;

}
.log_ul li{
	background: white;
    width: 200px;
    margin: 10px 0;
	margin-bottom: 10px;
}

.log_ul img{
	    width: 30px;
    vertical-align: middle;
	margin-right:10px;

}
.index-ser{
	text-align:center;
	
	padding-bottom:10px;
	color:white;
}
.log_now{
	margin:20px 0;
	color:black;
}
.log_now a{
	margin:20px 0;
	color:red;
	padding:5px 20px;
	background-color:white;
	border-radius:10%;
}
.iconfont{
	font-size:20px;
}

#main_neg_ul{
	min-height:320px;
}

.notice-index{
	list-style: disc;
    padding-left: 15px;
}

.notice-index li a{
	font-size:14px;
	height:40px;
	line-height:40px;
}

.card-law{
   display:block;height: 200px;margin-bottom: 20px;
}
.card-wrk{
	display:block;width: 880px;margin-top: 3px;height: 200px;
}

#sun-notice a{
	width:390px;
}

#sun-lawn a{
	width:258px;
}

#sun-dyna a{
	width:800px;
}

.bidtitle{
	width: 600px;
    line-height: 20px;
}

.bidinfolist{
	border-bottom: 1px solid #ccc;
    padding-top: 4px;
}
.doc-detail{
	width:800px
}
.dc_attach{
	padding: 20px 30px;
    font-size: 20px;
    text-align: center;
	border-top: 3px solid #ccc;
}
hr{
	border-top: 2px dashed #b2aeae;
    width: 100px;
    text-align: left;
    left: 0px;
    margin-left: 0;
}

.pur-input-group select {
    height: 3.4rem;
    padding: 2px 4px;
    outline: none;
    vertical-align: middle;
    /* background-color: #fbfbfb; */
    min-width: 24rem;
    font-size: 1.2rem;
    color: #000090;
    border: 1px solid #b0c4de;
    /* border-top: none; */
    /* border-left: none; */
    /* border-right: none; */
    border-radius: 5px;
}



.grouptitle{
	font-size: 14px;
	font-family: sans-serif;
	font-weight: 700;
	margin-top: 30px;
}
.selectize-control{
	display:inline-block;
}
.operation_column{
	min-width:80px !important;
}

/* 本例子css */
		.slideBox{ display: inline-block;
    margin-left: 450px;
    width: 745px; height:300px; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width: 745px; height:300px; display:block;  }

		 
		 .slideBox *{margin:0; padding:0; list-style:none; }
.slideBox img{ border:0;  }
.slideBox		a{ text-decoration:none; color:#333;  }