/*最外侧*/
.zwcWidth{
	width: 100%;
}

/*内容区*/
.banner img{
	width: 100%;
}
/*当前位置*/
.curpostion{
	height: 32px;
	line-height: 32px;
	background: -webkit-linear-gradient(left, #3FA7B2 , #F0F8F9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #3FA7B2 , #F0F8F9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #3FA7B2 , #F0F8F9); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #3FA7B2 , #F0F8F9); /* 标准的语法（必须放在最后） */
}
.curpostion p{
	color: #fff;
}
/*内容*/
/*标题*/
.title-border{
	border-bottom: 1px solid #2F9FAB;
	margin: 26px auto 56px;
}
.title-border.title-bordersp{
	margin-top: 0;
}
.title-content{
	width: 140px;
	text-align: center;
	margin: 0 auto;
	position: relative;
    top: 24px;
    background: #fff;
}
.title-content span{
	display: block;
	color: #333;
}
.title-content span:first-child{
	font-size: 24px;
}
.title-content span:last-child{
	font-size: 12px;
}
/*标题二*/
.title-contentsec{
	width: 86px;
	text-align: center;
	margin: 0 auto;
	position: relative;
    top: 16px;
    background: #fff;
    color: #333;
    font-size: 24px;
}
/*介绍*/
.instro{
	text-indent: 40px;
	color: #393939;
	margin-bottom: 60px;
}
.instro-con{
	margin-bottom: 20px;
}
.instro-con li{
	float: left;
	width: 33.3%;
}
.instro-con li p{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #2F9FAB;
}
.instro-con li p span{
	display: block;
	color: #333;
}
.instro-con li p span:first-child{
	margin-top:30px;
	font-size: 48px;
}

/*案例列表*/
.case-list li{
	float: left;
	width: 342px;
	height: 510px;
	position: relative;
	margin-left: 57px;
	margin-bottom: 80px;
}
.case-list li:nth-child(3n+1){
	margin-left: 0;
}
.case-list li:first-child,
.case-list li:nth-child(2),
.case-list li:nth-child(3){
	margin-top: 35px;
}
.case-list li img{
	width: 100%;
}
.case-list li p.casetimebg{
	width: 53px;
	height: 64px;
	background: url(../../assets/images/new/casedbx.png) no-repeat;
	position: absolute;
	top: 0;
	left: 20px;
}
.case-list li p.casetimebg span{
	display: block;
	color: #fff;
	text-indent: 2px;
}
.case-list li p.casetimebg span:first-child{
	font-size: 12px;
	margin-top: 8px;
}
.case-list li p.casetimebg span:last-child{
	font-size: 18px;
}
.case-list li p.casename{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
}


/*分页*/
.pagelist{
	width: 360px;
	/*padding-top: 60px;*/
	padding-bottom: 60px;
	text-align: center;
	margin: 0 auto;
}
.pagelist li{
  float:left;
  border:0;
  border: 1px solid #2F9FAB;
  padding:0 6px;
  margin: 0 10px;
}
.pagelist li a{
	color: #2F9FAB;
}
.pagelist li:first-child,
.pagelist li:last-child{
	border: 0;
}

.pagelist li.thisclass{
	color:#fff;
  	background: #2F9FAB;
}   


@media (max-width: 1199px){
	
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	/*案例列表*/
	.case-list li{
	    width: 285px;
	    height: 425px;
	    margin-left: 42px;
	    margin-bottom: 42px;
	}
	.case-list li:first-child,
	.case-list li:nth-child(2),
	.case-list li:nth-child(3){
		margin-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/*案例列表*/
	.case-list li{
	    width: 228px;
	    height: 340px;
	    margin-left: 18px;
	    margin-bottom: 20px;
	}
	.case-list li:first-child,
	.case-list li:nth-child(2),
	.case-list li:nth-child(3){
		margin-top: 0;
	}
}




@media (max-width: 767px){
	.title-border{
		margin: 0 auto 40px;
	}
	.instro{
		margin-bottom: 5px;
	}
	/*案例列表*/
	.case-list li{
		float: left;
		width: 49%;
		height: auto;
		position: relative;
		margin-left: 2%;
		margin-bottom: 20px;
	}
	.case-list li:nth-child(3n+1){
		margin-left: 2%;
	}
	.case-list li:nth-child(2n+1){
		margin-left: 0;
	}
	.case-list li:first-child,
	.case-list li:nth-child(2),
	.case-list li:nth-child(3){
		margin-top: 0;
	}
	.case-list li:last-child{
		display: none;
	}
	
	.case-list li p.casename{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	
	/*分页*/
	.pagelist {
	    width: 240px;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    text-align: center;
	    margin: 0 auto;
	}
	.pagelist li{
		margin: 0 6px;
	}
}