
.leftmenu{ width: 100%;}
.leftmenutop{ 
	background:#BC3931;
    height: 100px;
	line-height: 100px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	position: relative;
	top: -70px;
}
#zzry{margin-bottom:25px; text-align:center; height:250px; border:1px solid #ccc;margin-left:30px; padding:10px}
#zzry img{max-width: 100%;max-height: 100%; margin:0px auto}

.leftmenu ul{ margin: 0px; padding: 0px;position: relative;
	top: -50px;}

@media screen and (max-width: 768px) {
.leftmenutop{ 
	background:#07B0F0;
    height: 100px;
	line-height: 100px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	top: 10px;
}
	.leftmenu ul{ margin: 0px; padding: 0px;position: relative;
	top: 30px; padding-bottom: 20px;}
}


.leftmenu li{
	height: 45px;
	line-height: 45px;
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #585757;
}
.leftmenu li a{
	color: #333;
}
.leftmenu li a:hover{
	color: #BD3831!important;
}

.leftmenu li.active{
	color: #BD3831;
}


.rightcenter{
	
	
}
.rightcentertitle{
	font-size:24px;
	color: #333;
	position:relative;
	overflow: hidden; margin-bottom:20px;
}
.rightcentertitle::after{
 content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #ccc;
    top: 50%;
        }
		
.rightcentertitle::after{
    margin-left: 25px;
}
.newstitle{
	font-size:24px;
	color: #333; margin-bottom:20px; text-align:center; line-height:180%;
}
.rightcenterfont{
	font-size:14px;
	color: #585757;
	padding-top: 10px;
}

.rightcenternews{
	clear:both; padding-bottom:25px;
	
}

.rightcenternews img{
	width: 100%;
	
	float: left;min-height:150px;
	
	
}

.rightcenternewstitle{
	color: #3C3C3C;
	font-size: 16px;
	font-weight: 500;
	float: left;
	
	width: 100%;
}

.rightcenternewsly{
	color:#AEABAB;
	font-size: 12px;
	float: left;
	width: 100%; 

}


.rightcenternewsfont{
	color:#5A5757;
	font-size: 12px;
	float: left;
	width: 100%;
	padding-top: 10px;

}

.clearpading20{
    width:100%; 
	clear: both;
	padding-top: 20px;
}

.morebutton {
	
	width: 50%;
	height: 40px;
	line-height: 40px;
	margin: 20px auto; 
	border-radius: 20px;
	border: 1px solid #07B0F0;
	text-align: center;
}
.morebutton a{
	font-size: 14px;
	color: #07B0F0;
    
	
	
	
	
}


.achievementtitle{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
    margin: 0 auto;
    color: #143754;

}

.achievementtitle a{
	 color: #143754;
}


@media screen and (max-width: 1024px) {
	
	.col-md-3{
		width:100%;
	}
#zzry{height:auto;margin-left:0px;}
#zzry img{max-width: 100%;max-height: 100%; margin:0px auto}
}




@import "http://cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css";
.selectcenter{ 
	width:100%;
	min-height: 65px;
	padding: 10px 0px;
	background: #EDF6FA;
}
	.select {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 130px;
	color: #cccccc;
	vertical-align: middle;
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
	border: 1px solid #ccc;
	float: left;
	margin-left:13px;
	font-size: 12px;
}
.select .placeholder {
	position: relative;
	display: block;
	background-color: #393d41;
	z-index: 1;
	padding: 1em;
	border-radius: 2px;
	cursor: pointer;
}
.select .placeholder:hover {
	background: #34383c;
}
.select .placeholder:after {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	font-family: "微软雅黑";
	content: '\f078';
	z-index: 10;
}
.select.is-open .placeholder:after {
	content: '\f077';
}
.select.is-open ul {
	display: block;
}
.select.select--white .placeholder {
	background: #fff;
	color: #999;
}
.select.select--white .placeholder:hover {
	background: #fafafa;
}
.select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 100;
	border: 1px solid #ccc;
}
.select ul li {
	display: block;
	text-align: left;
	padding: 0.8em 1em 0.8em 1em;
	color: #999;
	cursor: pointer;
}
.select ul li:hover {
	background: #4ebbf0;
	color: #fff;
}


.selectrow{
	width:100%;
	min-height: 90px;
}

.selectrowleft{
	float: left;
	min-height: 70px;
	width:75%;
	padding:15px 0 0 3%;
}

.selectrowlefttitle{
	width: 100%;
	color: #07B0F0;
	font-size: 18px;
}

.selectrowleftfont{
	width: 100%;
	color: #8F8A8A;
	font-size: 14px;
}

.selectright{
	width:20%;
   float: left;
	color: #fff;
	background: #07B0F0;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	
}
.selectrowbg{
  background: #F9FDFE;
	
}


.tender{
	width:98%;
	padding-left: 2%;
	height: 44px;
	line-height: 44px;
	background:url(../images/tendericon.png) no-repeat left;
	border-bottom: 1px solid #eeeeee;
}

.ncen{ text-align:left}