

#sanheyi_box{
	padding-top: 120px;
	width: 1260px;
	min-width: 1260px;
	height: 750px;
	/*border: 1px solid limegreen;*/
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	
}
/*进度计划盒子*/
#jindu_box{
	/*flex: 1 1 100%;*/
	width: 1260px;
	height: 300px;
	flex-wrap: wrap;
	display: flex;
	cursor: pointer;
	border: 1px solid lightgray;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	/*background-color: aliceblue;*/
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1),
1px 1px 2px rgba(0, 0, 0, 0.1),
3px 3px 1px rgba(0, 0, 0, 0.1);
}
/*进度计划左边盒子*/
#jdleft_box{
	width: 510px;
	height: 300px;
	/*border: 1px solid lightgray;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;*/
	background-color: ghostwhite;
}
#jdpro{
	width: 510px;
	height: 310px;
	line-height: 1.8em;
	/*水平垂直居中*/
	display: flex;
  	/*justify-content: center; */  /* 水平方向居中对齐 */
  	align-items: center;       /* 垂直方向居中对齐 */
 	flex-direction: column;
 	text-align: center;
	/*display: table-cell;
	
	vertical-align: middle;*/
	/*border: 10px solid darkcyan;*/
}


#jdpro p{
	font-size: 28pt;
	color: red;
}
#jdpro span{
	color: red;
}

#jdpro img{
	width: 80px;
	height: 100px;
}


#pdownload{
	width: 150px;
	height: 40px;
	margin-top: 20px;
	/*padding-top: 5px;*/
	line-height: 2.5em;
	color: white;
	font-size: 12pt;
	background-color: #D20029;
	background: linear-gradient(to right,#FF5B2F,orangered,red);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/*border: 1px solid black;*/
	cursor: pointer;
}
#pdownload:hover{
	width: 150px;
	height: 40px;
	/*color: blue;*/
	background: linear-gradient(to right,#FF5B2F,orangered,orangered);
}
 #lilist{
	width: 150px;
	height: 120px;
	background-color: white;
	font-size: 12pt;
	line-height: 2.5em;
	color: black;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid gainsboro;
	list-style: none;
	cursor: pointer;
	display: none;
}
#lilist a{
	color: black;
	cursor: pointer;
	text-decoration: none;
}

#lilist div:hover{
	width: 150px;
	background-color: gainsboro;
}


/*进度计划右边盒子*/
#jdright_box{
	width: 746px;
	height: 300px;
	/*border: 1px solid seagreen;*/
	/*border-top-left-radius: 16px;*/
	border-top-right-radius: 16px;
	/*border-bottom-left-radius: 16px;*/
	border-bottom-right-radius: 16px;
	/*border: 1px solid blue;*/
	/*margin:50px auto 0;*/
    /*position:relative;*/
    overflow:hidden;
}

#jdright_box img{
	max-width:746px;
	width:746px;
	height: 300px;
	width:expression(document.body.clientWidth>746?”746px”:”auto”);
	overflow:hidden;
}

.pic_info{
    position:absolute;
    left:0;
    top:200px;
    width:500px;
    height:100px;
    background-color:rgba(0,0,0,0.3);
    color:#fff;
    padding:10px;
    transition:all 500ms ease;
}
        
#jdright_box:hover .pic_info{
            top:180px;
        }        
        

/*标书,平面图盒子*/
#book_box , #pmt_box{
	width: 610px;
	height: 300px;
	border: 1px solid lightgray;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	background-color: ghostwhite;
}
/*#pmt_top img{
	width: 610px;
	height: 200px;
	border: 1px  solid saddlebrown;
}*/
#pmt_bottom{
	height: 98px;
	/*border: 1px  solid black;*/
}
#pmtpro img,p,#pmtdownload{
	float: left;
}
#pmtpro img,#pmtpro p{
	padding: 15px 5px;
}
#pmtpro span{
	font-size: 14px;
	color: grey;
}
#pmtdownload{
	width: 100px;
	height: 30px;
	margin: 20px 55px;
	/*padding-top: 5px;*/
	line-height: 1.8em;
	color: white;
	font-size: 12pt;
	background-color: #D20029;
	background: linear-gradient(to right,#FF5B2F,orangered,red);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
  	/*justify-content: center; */  /* 水平方向居中对齐 */
  	align-items: center;       /* 垂直方向居中对齐 */
 	flex-direction: column;
 	text-align: center;
}
#pmtdownload:hover{
	width: 100px;
	height: 30px;
	/*color: blue;*/
	background: linear-gradient(to right,#FF5B2F,orangered,orangered);
}
 #pmtlist{
	width: 100px;
	height: 100px;
	background-color: white;
	font-size: 12pt;
	line-height: 2em;
	color: black;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid gainsboro;
	list-style: none;
	cursor: pointer;
	display: none;
}
#pmtlist a{
	color: black;
	cursor: pointer;
	text-decoration: none;
}

#pmtlist div:hover{
	width: 100px;
	background-color: gainsboro;
}
#pmtpro img{
	width: 62px;
	height: 62px;
}

/*标书*/
#book_top img{
	width: 610px;
	height: 200px;
	border: 1px  solid saddlebrown;
}
#book_bottom{
	height: 98px;
	/*border: 1px  solid black;*/
}
#bookpro img,p,#bookdownload{
	float: left;
}
#bookpro img,#bookpro p{
	padding: 15px 5px;
}
#bookpro span{
	font-size: 14px;
	color: grey;
}
#bookdownload{
	width: 100px;
	height: 30px;
	margin: 20px 55px;
	/*padding-top: 5px;*/
	line-height: 1.8em;
	color: white;
	font-size: 12pt;
	background-color: #D20029;
	background: linear-gradient(to right,#FF5B2F,orangered,red);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	display: flex;
  	/*justify-content: center; */  /* 水平方向居中对齐 */
  	align-items: center;       /* 垂直方向居中对齐 */
 	flex-direction: column;
 	text-align: center;
}
#bookdownload:hover{
	width: 100px;
	height: 30px;
	/*color: blue;*/
	background: linear-gradient(to right,#FF5B2F,orangered,orangered);
}
 #booklist{
	width: 100px;
	height: 100px;
	background-color: white;
	font-size: 12pt;
	line-height: 2em;
	color: black;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid gainsboro;
	list-style: none;
	cursor: pointer;
	display: none;
}
#booklist a{
	color: black;
	cursor: pointer;
	text-decoration: none;
}

#booklist div:hover{
	width: 100px;
	background-color: gainsboro;
}
#bookpro img{
	width: 60px;
	height: 60px;
}
