.banner,.banner img{
	width: 100%;
	display: block;
}
.content{
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.banner{
	overflow: hidden;
	padding-top: 0;
	position: relative;
}
.banner .banner_text{
	width: 100%;
	height: 100%;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1;
}
.banner .banner_text h1{
	font-size: 4rem;
	font-weight: normal;
	line-height: 2em;
	margin-top: 18%;
}
.banner .banner_text p{
	font-size: 2rem;
	line-height: 2em;
}
@media screen and (max-width: 1000px){
	.banner img{
		width: 150%;
		margin: 0 -25% -8%;
	}
	.banner .banner_text h1{
		font-size: 4.6em;
		margin-top: 25%;
	}
	.banner .banner_text p{
		font-size: 2.4em;
		line-height: 2em;
	}
}

.project_show{
	width: 100%;
	min-width: 320px;
	margin: 10rem auto 7rem;
}
.project_show li{
	width: 31%;
	/*height: 19rem;*/
	background: #fff;
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0 1% 3rem;
	position: relative;
	text-align: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.project_show li .zzc{
	width: 100%;
	height: 100%;
	background: #000;
	*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=5)\0;
	opacity: 0.05;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.project_show li a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.project_show li:hover{
	border-color: #fff;
	box-shadow: 0 .5rem 2rem #d1d1d1;
}
.project_show img{
	width: 20.588%;
	min-width: 64px;
	display: block;
	margin: 2rem auto .5rem;
}
.project_show span{
	color: #121212;
	display: block;
	font-size: 1.8rem;
	line-height: 2em;
	margin: 0 3%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.project_show p{
	color: #323232;
	font-size: 1.4rem;
	line-height: 1.5em;
	margin: 0 3% 2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.project_show .rightnot{
	margin-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px){
	.project_show{
		max-width: 850px;
		margin: 5rem auto 3rem;
	}
	.project_show li{
		width: 45.5%;
		background: #fff;
		border: 1px solid #d2d2d2;
		float: left;
		margin: 0 2% 2rem 2%;
		position: relative;
		text-align: center;
	}
	.project_show p{
		margin: 0 3% 1rem;
	}
}
@media screen and (max-width: 640px){
	.project_show{
		max-width: 400px;
		margin: 2rem auto 2rem;
	}
	.project_show li{
		width: 90%;
		height: auto;
		background: #fff;
		border: 1px solid #d2d2d2;
		float: none;
		margin: 1rem auto;
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	.project_show img{
		width: 20%;
		max-width: 60px;
		display: block;
		float: left;
		margin: 1rem 0 1rem 2%;
	}
	.project_show span{
		width: 70%;
		color: #121212;
		display: block;
		float: right;
		font-size: 1.4rem;
		line-height: 1.5em;
		margin: 1.2rem 3% 1rem 0;
	}
	.project_show p{
		width: 75%;
		color: #323232;
		float: right;
		font-size: 1.2rem;
		line-height: 1.5em;
		margin: 0 .5% 0 0;
		white-space: nowrap;
	}
}

/*内页 - 合作流程*/
.cooperation h2{
	color: #323232;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}
.cooperation h2 p{
	color: #646464;
	font-size: 1.6rem;
	line-height: 1em;
	margin-top: 1.5rem;
	text-align: center;
}
.cooperation h2 span{
	color: #ff7b53;
	padding: 0 .5rem;
}
@media \0screen\ and (min-width: 751px) and (max-width: 1000px),screen\9 and (min-width: 751px) and (max-width: 1000px){
	.cooperation h2{
		font-size: 3rem;
		line-height: 1em;
	}
	.cooperation h2 p{
		font-size: 1.4rem;
		line-height: 1em;
		margin-top: 1rem;
	}
}
@media screen and (min-width: 751px) and (max-width: 1000px){
	.cooperation h2{
		font-size: 3rem;
		line-height: 1em;
	}
	.cooperation h2 p{
		font-size: 1.4rem;
		line-height: 1em;
		margin-top: 1rem;
	}
}
@media \0screen\ and (max-width: 750px),screen\9 and (max-width: 750px){
	.cooperation h2{
		font-size: 2rem;
		line-height: 1em;
	}
	.cooperation h2 p{
		font-size: 1.2rem;
		line-height: 1em;
		margin-top: .5rem;
	}
}
@media screen and (max-width: 750px){
	.cooperation h2{
		font-size: 2rem;
		line-height: 1em;
	}
	.cooperation h2 p{
		font-size: 1.2rem;
		line-height: 1em;
		margin-top: .5rem;
	}
}
.cooperation{
	width: 100%;
	background: url(../images/project/cooperation_bg.jpg) no-repeat center;
	background-size: auto 100%;
	overflow: hidden;
}
.cooperation h2{
	margin: 7.25rem 0;
}
.cooperation img{
	width: 90%;
	max-width: 1024px;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 720px){
	.cooperation{
		background: none;
		overflow: inherit;
	}
	.cooperation h2,.cooperation img{
		display: none;
	}
}
