.detail2 {
	width: 100%;
	background: url(../images/bg03.jpg)no-repeat top #e5e6e1;
	margin-top: 60px;
}

.detail3 {
	background: url(../images/bg03.jpg)no-repeat top #e5e6e1;
	margin-top: 60px;
}

.detail .left {
	width: 43%;
	float: left;
	margin-top: 50px;
}

.detail .left img {
	margin-bottom: 20px;
	margin-left: 100px;
}

.detail .left p {
	line-height: 1.8;
}

.detail .left2 {
	margin-left: 120px;
	padding-bottom: 40px;
}

.detail .img1 {
	float: right;
	width: 639px;
	margin-top: 50px;
}

.bg {
	clear: both;
	overflow: hidden;
	margin-top: 100px;
	padding-bottom: 100px;
}

.bg .img2 {
	width: 70%;
	padding: 30px 50px;
	float: right;
	margin-top: 40px;
}

.bg .text {
	background: rgba(0, 0, 0, 0.8);
	width: 30%;
	float: left;
	padding: 30px;
}

.bg .text .p1 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	clear: both;
	overflow: hidden;
}

.bg .text .p1 span {
	float: left;
	margin-left: 20px;
}

.bg .text .p1 img {
	width: 150px;
	float: left;
}

.bg .text .p2 {
	color: #FFFFFF;
	line-height: 1.8;
	margin-top: 15px;
}

.pro {
	margin-bottom: 60px;
}

.pro .p3 {
	font-size: 26px;
	font-weight: bold;
	width: 270px;
	text-align: center;
	margin-left: 40%;
	background: url(../images/bg01.png)no-repeat left, url(../images/bg01.png)no-repeat right;
}

.pro .all li {
	float: left;
	width: 31%;
	margin-left: 15px;
	text-align: center;
	margin-top: 40px;
}

.pro .all li img {
	width: 100%;
	height: 200px;
	padding: 10px 55px;
}

.pro .all li a {
	text-decoration: none;
}

.pro .all li .p1 {
	margin-bottom: 0;
	color: #808080;
}

.pro .all li .p2 {
	color: #222222;
}

.pro .all li:hover img {
	transform: scale(1.15);
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

@media only screen and (max-width: 640px) {
	.detail .left {
		width: 100%;
		margin-top: 50px;
	}
	.detail .left img {
		margin-bottom: 20px;
		margin-left: 15%;
		width: 70%;
	}
	.detail .left p {
		line-height: 1.8;
		font-size: 120%;
		text-indent: 30px;
	}
	.detail .left2 {
		padding-bottom: 40px;
	}
	.detail .img1 {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}
	.bg {
		clear: both;
		overflow: hidden;
		margin-top: 20px;
		padding-bottom: 45px;
	}
	.bg .img2 {
		width: 100%;
		float: none;
		padding: 30px 10px;
		margin-top: 40px;
	}
	.bg .text {
		background: rgba(0, 0, 0, 0.8);
		width: 100%;
		padding: 30px;
		float: none;
	}
	.bg .text .p1 {
		color: #FFFFFF;
		font-size: 140%;
		font-weight: bold;
		clear: both;
		overflow: hidden;
	}
	.bg .text .p1 span {
		float: left;
		margin-left: 20px;
		font-size: 100%;
	}
	.bg .text .p1 img {
		width: 150px;
		float: left;
	}
	.bg .text .p2 {
		color: #FFFFFF;
		line-height: 1.8;
		margin-top: 15px;
		font-size: 120%;
	}
	.pro {
		margin-bottom: 40px;
	}
	.pro .p3 {
		font-size: 180%;
		font-weight: bold;
		width: 60%;
		text-align: center;
		margin-left: 20%;
		background: url(../images/bg01.png)no-repeat left, url(../images/bg01.png)no-repeat right;
	}
	.pro .all li {
		float: left;
		width: 47%;
		margin-left: 10px;
		text-align: center;
		margin-top: 20px;
	}
	.pro .all li img {
		width: 100%;
		height: 130px;
		padding: 0;
	}
	.pro .all li a {
		text-decoration: none;
	}
	.pro .all li .p1 {
		margin-bottom: 0;
		color: #808080;
	}
	.pro .all li .p2 {
		color: #222222;
	}
	.detail3 {
		background: none;
		margin-top: 60px;
	}
	.detail2 {
		width: 100%;
		background:#e5e6e1;
		margin-top: 40px;
		padding: 0 10px;
	}
	.detail .left2 {
		margin-left: 0;
		padding-bottom: 40px;
	}
}