.works-type{
	float: left;
}
.works-type h2{
	position: relative;
}
.works-type h2::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #959595;
}
.works-type p{
	color: #404040;
}
.waterfall-container{
	float: right;
	position: relative;
	/*overflow: hidden;*/
}
.waterfall-container li{
	float: left;
/*	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;*/
	position: absolute;
	left: 50%;
	left: 0;
	/*top: 0!important;*/
	transform: translate3d(0, 0, 0) scale(0);
	-ms-transform: translate3d(0, 0, 0) scale(0);
	-moz-transform: translate3d(0, 0, 0) scale(0);
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
	opacity: 0;

	padding-right: 1%;
	padding-bottom: 1%;
}
.waterfall-container li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.waterfall-container li a::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 99;
}
.waterfall-container li a img{
	width: 100%;
	height: auto;
}
.waterfall-container li a p{
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	z-index: 101;
}
.waterfall-container li a .line-group{
	position: absolute;
	left: 7px;
	top: 7px;
	width: -webkit-calc(100% - 14px);
	width: -moz-calc(100% - 14px);
	width: -ms-calc(100% - 14px);
	width: calc(100% - 14px);
	height: -webkit-calc(100% - 14px);
	height: -moz-calc(100% - 14px);
	height: -ms-calc(100% - 14px);
	height: calc(100% - 14px);
	z-index: 100;
}
.waterfall-container li a .line-group span{
	position: absolute;
	background-color: #fff;
}
.waterfall-container li a .line-group span:nth-child(1){
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
}
.waterfall-container li a .line-group span:nth-child(2){
	right: 0;
	top: 0;
	width: 1px;
	height: 0;
}
.waterfall-container li a .line-group span:nth-child(3){
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
}
.waterfall-container li a .line-group span:nth-child(4){
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0;
}
/*鼠标移入*/
.waterfall-container li:hover a::after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.waterfall-container li:hover a p{
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.waterfall-container li:hover a .line-group span{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.waterfall-container li:hover a .line-group span:nth-child(1){
	width: 100%;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.waterfall-container li:hover a .line-group span:nth-child(2){
	height: 100%;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.waterfall-container li:hover a .line-group span:nth-child(3){
	width: 100%;
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.waterfall-container li:hover a .line-group span:nth-child(4){
	height: 100%;
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.page{
	background-image: url(../images/contact/hill.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 1053px 164px;
	background-size: 1053px 164px;
}
.works-type{
	width: -webkit-calc(100% - 1080px);
	width: -moz-calc(100% - 1080px);
	width: -ms-calc(100% - 1080px);
	width: calc(100% - 1080px);
}
.works-type h2{
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 33px;
	margin-bottom: 50px;
}
.works-type h2::after{
	width: 74px;
	height: 5px;
}
.works-type p, .works-type pre{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 1em;
}
.waterfall-container{
	width: 955px;
}
.waterfall-container li{
	/*padding-right: 10px;*/
	/*padding-bottom: 10px;*/
	/*top: 800px;*/
}
/*	.waterfall-container li a{
	width: 228px;
}*/
.waterfall-container li a p{
	font-size: 18px;
}

/*screen from 1280 to 1440....................................................................................................*/
@media screen and (min-width: 1275px) and (max-width: 1440px){
	.page{
		background-image: url(../images/contact/hill.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		-webkit-background-size: 703px 109px;
		background-size: 703px 109px;
	}
	.works-type{
		width: -webkit-calc(100% - 878px);
		width: -moz-calc(100% - 878px);
		width: -ms-calc(100% - 878px);
		width: calc(100% - 878px);
	}
	.works-type h2{
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.works-type h2::after{
		width: 49px;
		height: 3px;
	}
	.works-type p{
		font-size: 12px;
		line-height: 24px;
		/*margin-bottom: 60px;*/
	}
	.waterfall-container{
		width: 644px;
	}
	.waterfall-container li{
		/*padding-right: 6px;*/
		/*padding-bottom: 6px;*/
		/*top: 800px;*/
	}
/*	.waterfall-container li a{
		width: 155px;
	}*/
	.waterfall-container li a p{
		font-size: 14px;
	}

}

/*screen from 1440 to 1680....................................................................................................*/
@media screen and (min-width: 1440px) and (max-width: 1680px){
	.page{
		background-image: url(../images/contact/hill.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		-webkit-background-size: 922px 143px;
		background-size: 922px 143px;
	}
	.works-type{
		width: -webkit-calc(100% - 750px);
		width: -moz-calc(100% - 750px);
		width: -ms-calc(100% - 750px);
		width: calc(100% - 750px);
	}
	.works-type h2{
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 33px;
		margin-bottom: 50px;
	}
	.works-type h2::after{
		width: 74px;
		height: 5px;
	}
	.works-type p{
		font-size: 12px;
		line-height: 18px;
		/*margin-bottom: 60px;*/
	}
	.waterfall-container{
		width: 716px;
	}
	.waterfall-container li{
		/*padding-right: 6px;*/
		/*padding-bottom: 6px;*/
		/*top: 800px;*/
	}
/*	.waterfall-container li a{
		width: 173px;
	}*/
	.waterfall-container li a p{
		font-size: 16px;
	}

}


/*footer*/
.copyright{
	height: 60px;
}
.copyright ul{
	width: 1200px;
}
.copyright ul li{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li a{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li:not(:last-child){
	margin-right: 70px;
}

/*copyright*/
.copyright{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f8f6f6;
}
.copyright ul{
	margin: 0 auto;
}
.copyright ul li{
	float: left;
	color: #959595;
}
.copyright ul li a{
	color: #959595;
}

.copyright{
	height: 40px;
}
.copyright ul{
	width: 900px;
}
.copyright ul li{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li a{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li:not(:last-child){
	margin-right: 50px;
}
