@charset "utf-8";
/*关于我们CSS*/
.section{
	font-size: 0;
}
.banner{
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
}
.banner>div{
	position: relative;
	height: 100%;
}
.banner>div .title{
	position: absolute;
	z-index: 55;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
}
.banner>div .title>h2{
	font-size: 24px;
	color: #fff;
}
.banner>div .title>p{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.banner>div .lanmu{
	position: absolute;
	left: 0;
	bottom: 0;
}
.banner>div .lanmu>li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}
.banner>div .lanmu>li>a{
	display: inline-block;
	font-size: 14px;
	color: #000000;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(255,255,255,.55);
}
.banner>div .lanmu>li>a.cur,
.banner>div .lanmu>li>a:hover{
	color: #cc0000;
	background: #fff;
}

.main{
	padding-top: 30px;
}
.main .mbx{
	margin-bottom: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	color: #333333;
	padding-left: 20px;
	background: url(../images/home.png) no-repeat left center;
}
.main .mbx a{
	font-size: 14px;
	color: #333333;
}
.main .mbx a:last-child{
	color: #2c5293;
}
.main .center{
	font-size: 16px;
	line-height: 30px;
	min-height: 600px;
}
/*关于我们CSS*/


/*工程CSS*/
.picList{ 
	font-size: 0;
}
.picList li{ 
	display: inline-block;
	vertical-align: top;	
	text-align:center; 
	margin-right: 53px;
	position: relative;
	margin-bottom: 40px;
}
.picList li:nth-child(4n){
	margin-right: 0;
}
.picList li .pic{ 
	text-align:center; 
	position: relative;
}
.picList li .pic>a{
	display: block;	
}
.picList li .pic img{ 
	width:260px; 
	height:200px; 
	display:block;  
}
.picList li .pic a:hover img{ 
	border-color:#999;  
}
.picList li .title{ 
	height: 35px;
	line-height:35px; 
	position: absolute;
	width: 100%;
	bottom: 0;  
	background: rgba(0,0,0,.8);
	text-align: right;
	padding-right: 15px;
}
.picList li .title a{
	color: #ffffff;
	font-size: 12px;
} 
.picList li .title a:hover{
	color: #e22d26;
}
/*工程CSS*/

/*分页CSS*/
.pagination-wrapper{ 
	font-size: 0;
  	margin: 20px 0;
  	text-align: center;
} 
.pagination{   	
  	line-height: normal!important;
  	text-align: center; 
} 
.pagination>li { 
  	display: inline-block;
  	vertical-align: top;  
  	margin-right: 8px; 
  	margin-bottom: 8px;
} 
.pagination>li:last-child{
	margin-right: 0;
}
.pagination li a,
.pagination li span{   
  	display: block; 
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dddddd; 
  	color: #333; 
  	text-decoration: none; 
  	border-radius: 0;
	transition: all .3s;
} 
.pagination>li.disabled span,
.pagination>li.active span{ 
  	background: #2c5293; 
  	color: #fff;
  	border-color: #2c5293;
} 
.pagination>li>a:hover{ 
  	background:#2c5293; 
  	color:#fff; 
  	border-color: #2c5293;
} 
/*分页CSS*/

/*新闻列表CSS*/
.new{
	font-size: 0;
}
.new .item{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin-right: 28px;
	line-height: normal;
	border: 1px solid #e7e7e7;
	margin-bottom: 35px;
	margin-left: 1px;
}
.new .item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.75);
}
.new .item:nth-child(3n){
	margin-right: 0;
}
.new .item .pic{
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.new .item .pic .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.new .item .content{
	padding: 20px;
}
.new .item .content .title{
	
}
.new .item .content .title a{
	display: block;
	max-width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new .item .content .time{
	font-size: 12px;
	display: block;
	color: #666666;
	margin: 20px 0 15px 0;
}
.new .item .content .desc{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #666666;
	height: 66px;
	overflow: hidden;
}
.new .item .content .more{
	font-size: 12px;
	color: #2c5293;
}

/*新闻列表CSS*/


/*内页CSS*/
.neiye{
	padding-top: 35px;
}
.neiye>h1{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}
.neiye>.dd{
	text-align: center;
	font-size: 0;
}
.neiye>.dd>span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999999;
	margin-right: 15px;
}
.neiye>.dd a{
	font-size: 14px;
	color: #999999;
}
.neiye>.dd>span:last-child{
	margin-right: 0;
}
.neiyeart{
	margin-top: 45px;
}
.neiyeart .singlepage{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 40px;
}
.sxp{
	margin-bottom: 40px;
}
.sxp>li:hover a{
	color: #2c5293;
}
.sxp>li>span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
}
.sxp>li>a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
}

/* 95%的用户还搜索了下面的文章 */
.other{
	margin-bottom: 200px;
}
.other .cate-title{
	font-size: 24px;
	color: #000000;
	margin-bottom: 23px;
}
.other .list{
	width: 540px;
}
.other .list li{
	
}
.other .list li .title{
	
}
.other .list li .title a{
	display: block;
	font-size: 16px;
	color: #050005;
	font-weight: lighter;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #d5d5d5;
}
/*内页CSS*/