/*.click_show_btn{
	display: none;
}*/
/*.pro_click_show1{
	display: block;
}
.pro_click_show2{
	display: none;
}*/
.load_box{
	padding-bottom: 30px;
	overflow: hidden;
}
.is_empty{
	clear: both;
	overflow: hidden;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	/*display: none;*/
	
}
.is_empty p{
	font-size: 14px;
	color: #aaa;
}
.content{
	background:#f5f5f5;
	overflow: hidden;
}
.pub_file_box{
	clear: both;
	width:100%;
	background:#F5F5F5 url(../imgs/case_bg.jpg) no-repeat center center;
	background-size: auto;
	padding-top:50px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}
.pub_file{  
	width:100%;
	max-width: 1210px;
	margin:0 auto;
	padding:3% 5px 1%;	
}
/*瀑布流*/
#masonry.container-fluid  {
	padding: 0px;
}
#masonry .item {
/*	position: static !important;*/
	margin:7px;
/*	margin-bottom: 20px;*/
	float: left;
	width: 385px;
	transition: all 0.3s;
}
#masonry .item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2); 
}
#masonry .item .pic a{
	display: block;
	overflow: hidden;
}
#masonry .item img {
	max-width: 100%;
	width: 100%;
	transition: all 0.3s;
}
#masonry .item:hover img {
	transform: scale(1.05);
}
#masonry .item .text{
	background-color: #fff;
	padding:20px;
	border:1px solid #EFEFEF;
	border-top: none;
}
#masonry .item h1{
	margin:0;
	margin-bottom: 20px;
}
#masonry .item h1 a{
	display: block;
	color: #303030;
	font-weight: bold;
	font-size: 16px;
}
#masonry .item .share_box{
	border-top: 1px solid #EEEEEE;
	overflow: hidden;
	clear: both;
	padding-top: 20px;
}
#masonry .item .more_detail{
	font-size: 12px;
	width:100px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	text-align: center;
	float: left;
	color: #9D9D9D;
	background-color: #F5F5F5;
	border:1px solid #959595;
	transition: all 0.3s;
}
#masonry .item .more_detail:hover{
	color: #fff;
	background-color: #01AEF0;
	border:1px solid  #01AEF0;
}
/*//瀑布流*/
.page-nav-wrapper{
	/*position: relative;*/
}
.page-nav-wrapper .container{
	position: relative;
}
.filter-unit{
	float:right;
	position: absolute;
	top:0px;
	bottom:0;
	margin-top: auto;
	margin-bottom: auto;
	right: 3%;
	height: 40px;
}
.filter-unit .select-skin{
	position:relative;
	display:inline-block;
	width:170px;
	height:40px;
	margin-right:15px;
	font-size: 14px;
	color: #666666;
	overflow:hidden;
	z-index:1;
}
.filter-unit .select-skin select{
	padding-right: 31px;	
}
.filter-unit .select-skin.border::before{
	border-color:#00afef;
	border-radius:40px;	
	z-index:-1;
}
.filter-unit .select-skin select{
	position:relative;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background:transparent;
	width:100%;
	width:180px\0/;
	height:40px;
	border:none;
	outline:none;
	padding-left:15px;
	z-index:5;
}
.filter-unit .select-skin .arrow-icon{
	position:absolute;
	line-height:40px;
	top:0;
	right:15px;
	z-index:1;
}
.filter-unit .filter-btn{
	display:inline-block;
	width:70px;
	height:40px;
	line-height: 40px;
	text-align:center;
	color:#fff;
	background:#00b2f3;
	border-radius:20px;
	font-size:18px;
	cursor:pointer;
	float:right;
}
.filter_unit_m{
	position: static;
	float: none;
	text-align: center;
	margin-top: 25px;
	height: auto;
	padding:0 10px;
}
.filter_unit_m .filter-btn{
	float: none;
	float: left;
	margin-bottom: 5px;
}
.filter_unit_m .select-skin{
	float: left;
	margin-bottom: 5px;
}
.project_banner{
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.project_banner .slick{
	overflow: hidden;
	position: absolute;
	left:0;
	top:0;
}
.project_banner .item{
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	width:240px;
}
.project_banner .item .text{
	/*height: 180px;*/
	background-color: rgba(255,255,255,0.7);
	border-left: 2px solid #01AEEF;
	padding:17px 15px;
}
.project_banner .item .pic{
	height: 360px;
	position: relative;
	display: none;
}
.project_banner .item .date{
	font-weight: bold;
	font-size: 22px;
	color: #03AFF0;
	margin-bottom: 5px;
}
.project_banner .item dd{
	line-height: 24px;
}
.project_banner .item dd a{
	font-size: 14px;
	color: #696969;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.project_banner .item dd a:hover{
	color: #FEA217;
}
.project_banner .item img{
	width:100%;
	height: auto;
	position: absolute;
	left:0;
}
.project_banner .item.up img{
	top:0;
}
.project_banner .item.down img{
	bottom:0;
}
.project_banner .item .class_info{
	display: none;
}
/*banner样式开始*/
.project_banner{
	clear: both;
	/*width:100%;*/
}
.project_banner .item:focus{
	outline: none;
}
/*banner样式结束*/

.project_pub_container{  
	width:100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding:80px 0 40px;
}
.project_pub_container .container{
	width:100%;
	background-color: white;
	padding:0;
	overflow: hidden;
}
.project_pub_container p{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.project_article{
	clear: both;
	overflow: hidden;
	position:relative;
	padding-left:750px;
}
.project_article .pic{
	position:absolute;
	top:0;
	left:0;
	width:750px;
	height:500px;
	overflow:hidden;
}
.project_article .text{
	padding:30px 40px 20px;
	min-height:500px;
}
.project_article .pic img{
	display: block;
	width:100%;
	height: auto;
}
.project_article .text .tit{
	color: #363636;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 0;
}
.project_article .info{
	height: 200px;
	overflow: auto;
}
.project_article .info,
.project_article .info p{
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft Yahei";
}
.project_article .btn_group{
	margin-top:40px;
}
.project_article .btn_group h2{
	color: #353535;
	font-size: 16px;
	clear: both;
}
.project_article dl{
	clear: both;
	/*overflow: hidden;*/
	margin-left: -5px;
	margin-right: -5px;
	height: 100px;
}
.project_article dd{
	float: left;
	width:50%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.project_article dd a{
	display: block;
	border:1px solid #D2D2D2;
	border-radius:10px;
	background-color: #F5F5F5;
	padding:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.project_article .ico{
	display: block;
	width:40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.project_article .ico img{
	width:100%;
	height: auto;
	position: absolute;
	top:-40px;
	left: 0;
}
.project_article dd a:hover .ico img{
	top:0;
}
.project_article strong{
	font-weight: normal;
	color: #353535;
	font-size: 14px;
}
/*.project_article dd a:hover .ico .img1,
.project_article .ico .img2,*/
.project_article .text2,
.project_article dd a:hover .text1{
	display: none;
}
/*.project_article dd a:hover .ico .img2,*/
.project_article dd a:hover .text2{
	display: block;
}

.project_article dd a:hover{
	background-color: #01AEF0;
	border-color: #01AEF0;
}
.project_article dd a:hover strong{
	color: #fff;
}
@media screen and (max-width: 1387px){	
	.filter-unit .select-skin{
		width:160px;
	}
	.filter-unit .select-skin select{
		width:100%;
		width:160px\0/;
	}
	.pub_file_box{
		width:100%;
	}
	.pub_file_box{
		width:80%;
	}
}
@media screen and (max-width:1300px){
	.filter-unit{
		right: 5%;
	}
}
@media screen and (max-width:1225px){
	.filter-unit{
		right: 5%;
	}
}


@media screen and (max-width:1212px){
	#masonry .item {
		width: 32%;
	}
}
@media screen and (max-width:1199px){/**/
	#masonry .item {
		width: 32%;
	}
	.filter-unit{
		right: 3%;
	}
	.filter-unit .select-skin{
		width:140px;
	}
	.filter-unit .select-skin select{
		width:100%;
		width:160px\0/;
	}




	.project_pub_container{  
		max-width: 1100px;
		padding:80px 0 40px;
	}
	.project_article{
		padding-left:750px;
	}
	.project_article .pic{
		/*position:absolute;*/
		width:750px;
		height:500px;
	}
	.project_article .text{
		padding:30px 40px 20px;
		min-height:500px;
	}

	.project_article .text .tit{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.project_article .info{
		height: 200px;
	}
	.project_article .info,
	.project_article .info p{
		line-height: 25px;
		font-size: 16px;
	}
	.project_article .btn_group{
		margin-top:40px;
	}
	.project_article .btn_group h2{
		font-size: 16px;
	}
	.project_article dl{
		height: 100px;
	}
	.project_article dd a{
		padding:15px;
	}


}
@media screen and (max-width:1100px){
	#masonry .item {
		width: 31.8%;
	}
	.filter-unit .select-skin{
		width:140px;
	}
	.filter-unit .select-skin select{
		width:100%;
		width:140px\0/;
	}


	

	.project_pub_container{  
		max-width: 1000px;
		padding:80px 0 40px;
	}
	.project_article{
		padding-left:675px;
	}
	.project_article .pic{
		/*position:absolute;*/
		width:675px;
		height:450px;
	}
	.project_article .text{
		padding:20px 30px 15px;
		min-height:450px;
	}

	.project_article .text .tit{
		font-size: 23px;
		margin-bottom: 10px;
	}
	.project_article .info{
		height: 200px;
	}
	.project_article .info,
	.project_article .info p{
		line-height: 25px;
		font-size: 14px;
	}
	.project_article .btn_group{
		margin-top:20px;
	}
	.project_article .btn_group h2{
		font-size: 16px;
	}
	.project_article dl{
		height: 100px;
	}
	.project_article dd a{
		padding:15px;
	}
}
@media screen and (max-width:991px){/**/	
	.filter_unit_m .select-skin{
		width:130px;
	}
	.filter_unit_m .select-skin select{
		width:100%;
		width:130px\0/;
	}
	.filter_unit_m .filter-btn{
		/*float: none;*/
	}
	.slick-arrow{
		display: none !important;
	}
	.pub_file_box{
		width:100%;
	}
	.project_article .text .tit{
		font-size: 22px;
	}
	.project_article .text{
		padding:20px;
	}


	

	.project_pub_container{  
		max-width: 900px;
		padding:80px 0 40px;
	}
	.project_article{
		padding-left:600px;
	}
	.project_article .pic{
		/*position:absolute;*/
		width:600px;
		height:400px;
	}
	.project_article .text{
		padding:15px 20px 10px;
		min-height:400px;
	}

	.project_article .text .tit{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.project_article .info{
		height: 170px;
	}
	.project_article .info,
	.project_article .info p{
		line-height: 25px;
		font-size: 14px;
	}
	.project_article .btn_group{
		margin-top:20px;
	}
	.project_article .btn_group h2{
		font-size: 15px;
	}
	.project_article dl{
		height: 100px;
	}
	.project_article dd a{
		padding:15px;
	}
}
@media screen and (max-width:900px){	
	#masonry .item {
		width: 31%;
	}


	

	.project_pub_container{  
		max-width: 600px;
		padding:40px 0;
	}
	.project_article{
		padding-left:0;
	}
	.project_article .pic{
		position:static;
		width:100%;
		height:auto;
	}
	.project_article .text{
		padding:15px 20px 10px;
		min-height:auto;
	}

	.project_article .text .tit{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.project_article .info{
		/*height: 170px;*/
		height: auto;
	}
	.project_article .info,
	.project_article .info p{
		line-height: 25px;
		font-size: 14px;
	}
	.project_article .btn_group{
		margin-top:20px;
	}
	.project_article .btn_group h2{
		font-size: 15px;
	}
	.project_article dl{
		height: 100px;
	}
	.project_article dd a{
		padding:15px;
	}
}
@media screen and (max-width:875px){
	#masonry .item {
		width: 31%;
	}
}
@media screen and (max-width:767px){/**/
	.filter_unit_m .select-skin{
		width:130px;
	}
	.filter_unit_m .select-skin select{
		width:100%;
		width:130px\0/;
	}
	.filter_unit_m .select-skin,
	.filter_unit_m .select-skin select,
	.filter_unit_m .filter-btn,
	.filter_unit_m .select-skin .arrow-icon{
		height: 30px;
		font-size: 12px;
	}
	.filter_unit_m .select-skin .arrow-icon,
	.filter_unit_m .filter-btn{
		line-height: 30px;
	}	
	.project_pub_container{
		margin-top:15px;
	}
	.project_pub_container,
	.project_pub_container .container{
		padding:0;
	}
	.project_pub_container p{
		font-size: 12px;
		line-height: 22px;
	}
	.project_article .text,
	.project_article .pic{
		width:100%;
	}
	.project_article .pic{
		background-image: none;		
		height: auto !important;
	}
	.project_article .text{
		padding:15px;
	}
	.project_article .info{
		max-height: 100%;
	}
	.project_article .text .tit{
		font-size:18px;
		margin-bottom: 10px;
	}
	.project_article .btn_group{
		margin-top: 15px;
	}
	.project_article dd a{
		padding:10px;
	}
	.project_article strong{
		font-size: 12px;
	}
}
@media screen and (max-width:650px){
	#masonry .item {
		width: 48%;
	}
	.project_banner{
		margin-bottom: 15px;
	}
}
@media screen and (max-width:600px){/**/
	#masonry .item {
		width: 48%;
	}
	.filter-unit{float:none;text-align:center;margin-top:10px;}
	.filter-unit .select-skin{width:120px;margin-right:0;}
}
@media screen and (max-width:530px){
	#masonry .item {
		width: 47.5%;
	}
}
@media screen and (max-width:480px){/**/
	#masonry .item {
		margin-bottom:10px;
		width: 100%;
	}
	.pub_file_box{
		padding-top: 0px;
		padding-bottom: 10px;
	}
	.project_banner .item .date{
		font-size: 20px;
	}
}