/*案例中心列表*/
.page-more {
	margin: 0 auto;
	border: 1px solid #bbbbbb;
	text-align: center;
	margin-top: 50px;
	width: 240px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	background: url(newimg/more.png) no-repeat  80%  60%;
}

.page-more a {
	display: block;
	font-size: 26px;
	color: #000003;
	box-sizing: border-box;
	padding: 17px;
	overflow: hidden;
	position: relative;
}
.page-more:hover {
	background: #1062f1;
}
.page-more:hover a {
	color: #fff;
}
.str1600{
	width: 1600px;
	margin: 0 auto;
}
.casearl{
	margin-top: 30px;
	overflow: hidden;
}
.casearl li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 32px;
	position: relative;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.casearl li:nth-child(3n){
	margin-right: 0;
}
.list li:nth-child(3n+1){
	margin-right: 2%;
}
.list li:nth-child(3n){
	margin-right: 0%;
}
.casearl li p{
	overflow: hidden;
}
.casearl li p img{
	width: 100%;
	height: auto;
        max-height: 403px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.casearl li:hover p img{
	transform: scale(1.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.casearl li h2{
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 22px;
}
.casearl li div{
	text-align: center;
	color: #999999;
        line-height: 25px;
	font-size: 14px;
	margin-top: 10px;
height:40px;
}
.classic{
	background: #F5F7FA;
	padding: 50px 0;
}
.ssictle h2{
	font-size: 26px;
	line-height: 50px;
}
.siclet{
	margin-top: 100px;
	overflow: hidden;
}
.siclet p:nth-child(1){
	float: left;
	width: 100px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #666666;
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	position: relative;
	z-index: 9;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 70px;
	height: 40px;
	width: 0;
	left: 0;
	background: #1062f1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: -1;
}
.siclet p:nth-child(1):hover::after{
	width: 100%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(1):hover a{
	color: white;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(2){
	float: right;
	width: 70px;
	height: 40px;
	border-radius: 25px;
	background: #1062F1;
	cursor: pointer;
	position: relative;
}
.siclet p:nth-child(2) img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
.siclet p:nth-child(2):hover img{
	transform: translate(-0%,-50%);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}
/*案例中心详情*/
.al1400{
	width: 75%;
	margin: 0 auto;
}
.albaner{
	position: relative;
	min-height: 85vh;
	background: url(../images/zhtop.png);
	z-index: 0;
}
.zhaltle{
	padding-top: 240px;
	position: relative;
	z-index: 9;
}
.zhyj{
	margin-top: -45vh;
	position: relative;
	z-index: 1;
}
.zhyj img{
	width: 100%;
	border-radius: 18px;
}
.zhaltle div{
	float: left;
	width: 50%;
	color: white;
}
.zhaltle div h2{
	font-size: 50px;
	line-height: 70px;
}
.zhaltle div h3{
	font-size: 16px;
	color: rgba(255, 255, 255,0.8);
	margin: 30px 0;
}
.zhaltle div h4 img{
	width: auto;
	margin-right: 5px;
}
.zhaltle div h4 a{
	font-size: 16px;
	color: rgba(255, 255, 255,0.8);
}
.zhaltle div p{
	box-sizing: border-box;
	padding-left: 10%;
	text-indent: 2em;
	font-size: 20px;
	line-height: 38px;
	color: rgba(255, 255, 255,0.9);
	text-align: justify;
}
.xmnr{
	background: #F6F7FB;
	padding: 50px 0;
}
.alProject{
	margin-top: 80px;
	overflow: hidden;
}
.jectLeft{
	float: left;
	width: 40%;
}
.ctih2{
	font-size: 30px;
	color: #333333;
	line-height: 45px;
	box-sizing: border-box;
	padding-left: 10px;
	width: 75%;
}
.projp{
	width: 45px;
	border: 1px solid #206DF2;
	margin-top: 10px;
	margin-left: 10px;
}
.jectRight{
	float: right;
	width: 60%;
}
.jectRight p{
	font-size: 18px;
	color: #6B6D6C;
	text-indent: 2em;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: justify;
}
.alcas{
	padding: 80px 0;
         background:#fff;
}
.alztys{
	font-size: 22px;
	font-weight: 700;
	line-height: 45px;
	color: #333333;
	margin: 30px 0;
	border-bottom: 2px solid #000000;
	box-sizing: border-box;
	padding-left: 10px;
}
.jectLeft h6{
	font-size: 60px;
	font-weight: 700;
	line-height: 89px;
}
.jectula li span{
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	margin-right: 20px;
	color: #333333;
	margin-top: 20px;
}
.colys img{
	width: 100%;
}
.terminal{
	background: #F6F7FB;
	padding: 1px 0 60px 0;
        background-color:#fff;
      position:relative;
margin-bottom:2.7rem;
}
.zhtyt img{
	width: 100%;
	margin-top: 50px;
}
.foter_bottom{
bottom:0;
z-index:-1;
}
@media screen and (max-width:1450px){
	.zhaltle div h2{
		font-size: 44px;
		line-height: 65px;
	}
	.zhaltle div p,.jectRight p{
		font-size: 14px;
	}
}
@media screen and (max-width:1280px){
	.zhaltle{
		padding-top: 160px;
	}
	.zhaltle div h2{
		font-size: 40px;
		line-height: 58px;
	}
	.zhaltle div h3{
		margin: 18px 0;
	}
	.zhaltle div p{
		font-size: 14px;
		line-height: 26px;
	}
	.ctih2{
		font-size: 22px;
	}
}
@media screen and (max-width:1024px){
	.al1400{
		width: 92%;
		margin: 0 auto;
	}
	.jectLeft,.ctih2,.jectRight,.zhaltle div{
		width: 100%;
	}
	.alProject,.alcas{
		margin: 30px 0;

	}
	.terminal{
		padding: 30px 0;
	}
	.colys li{
		font-size: 14px;
		line-height: 60px;
	}
	.jectLeft h6{
		font-size: 44px;
	}
	.zhyj{
		margin-top: -16vh;
	}
	.xmnr {
	  padding: 35px 0 1px 0;
	}
	.projp{
		margin-bottom: 20px;
	}
	.zhaltle{
		padding-top: 110px;
	}
	.zhaltle div h2 {
		font-size:22px;
	}
	.zhaltle div p{
		padding-left: 0;
		padding-top: 30px;
	}
	.zhtyt img{
		margin-top: 0;
	}
	.albaner {
	    min-height: 85vh;
	}
	.safqd21w .alProject{
		margin:0 0 30px 0;
	}
}
@media screen and (max-width:1620px) {
	.str1600{
		width: 1400px;
	}
}
@media screen and (max-width:1420px) {
	.str1600{
		width: 1200px;
	}
}
@media screen and (max-width:1024px){
	.str1600{
		width: auto;
	}
}
