﻿.no-a{cursor: default;}
/*通用盒子*/
.box{
	position: relative;
	overflow: hidden;
}
.image-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.image-box img{
	width: 100%;
	display: block;
	float: left;
}
.section-font{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.section-font p{
	text-align: justify;
}

/*网站整体盒子*/
.last-img-box{
	width: 100%;
	clear: both;
}
.last-img-box img{
	display: block;
	width: 100%;
	float: left;
}
/*更多案例盒子*/
.more-case{
	width: 100%;
	padding-top: 148px;
	padding-bottom:48px;
	text-align: center;
	overflow: hidden;
	position: relative;
    z-index: 9;
    background: #fff;
}
.more-case a.morebtn{
	width: 220px;
	height: 70px;
	border-radius: 5px;
	background: #0c68b3;
	color: #ffffff;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	display: inline-block;
}
ul.moreul{
	width: 100%;
	margin-left: -13px;
	margin-right: -13px;
	padding-left: 13px;
	margin-right: 13px;
	margin-top: 68px;
}
ul.moreul{
	*margin-left: 0;
	*margin-right: 0;
	*padding-left: 0;
	*padding-right: 0;
}
ul.moreul li{
	width: 33.333333%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	padding: 0 13px;
}
ul.moreul li{
	*width: 31%;
	*padding: 0 1%;
}
ul.moreul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.boxabsolute{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
ul.moreul li a img{
	width: 100%;
}
ul.moreul .overlay-con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #0C68B3;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-align: center;
}
ul.moreul .overlay-con h2{font-size: 1.4em;font-weight: 700;top: 50%;width: 100%;margin-top:-1.4em;position: absolute;color: #fff;}
ul.moreul a:hover .overlay-con {
	opacity: 0.9;
	filter: alpha(opacity=90)
}


.pc{
	display: block !important;
}
.wap{
	display: none !important;
}
.footer{margin-bottom:76px;}
@media only screen and (max-width: 1600px){
	.more-case{
		padding-top: 123px;
		padding-bottom: 40px;
	}
	.more-case a.morebtn{
		width: 184px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	ul.moreul{
		margin-top: 56px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.moreul li{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 1440px){
	.more-case{
		padding-top: 110px;
		padding-bottom: 38px;
	}
	.more-case a.morebtn{
		width: 166px;
		height: 54px;
		line-height: 54px;
		font-size: 15px;
	}
	ul.moreul{
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1366px) {
	.more-case{
		padding-top: 98px;
		padding-bottom: 34px;
	}
	.more-case a.morebtn{
		width: 148px;
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}
	.section-font p{
		font-family: "微软雅黑" !important;
	}
}
@media only screen and (max-width: 1280px) {
	.more-case{
		padding-top: 84px;
	}
	.more-case a.morebtn{
		width: 138px;
		height: 38px;
		line-height: 38px;
		font-size: 13px;
	}
	ul.moreul{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1000px) {
	
	.footer{margin-bottom:0px}
	.fixed-bottom{display:none}
	.more-case{
		margin-top: 50px;
	}
	ul.moreul{
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	ul.moreul li{
		width: 100%;
		padding-bottom: 10px;
	}
	.pc{
		display: none !important;
	}
	.wap{
		display: block !important;
	}
}

@media only screen and (max-width:992px){
	.more-case{
		margin-top: 0px;
		padding-top: 40px;
	}
	.kejie_page .comm_tit p{
		max-width:100%;
		font-size: 12px;
	}
}