.box1 .fixedBox {
	width: 230px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -115px;
	font-size: 16px;
	background: rgba(255, 255, 255, 0.6);
	color: #FFFFFF;
}

.commonTitle {
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.inverstBox1 {
	padding-bottom: 50px;
}

.inverstBox1 .showBox {
	background: #EEEEEE;
	padding: 20px;
	height: 320px;
	margin-top: 20px;
}

.inverstBox1 .showBox .imgbox {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background-size: 100% 100%;
}

.inverstBox1 .showBox .showTxt {
	text-align: center;
	color: #282828;
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
}

.inverstBox1 .showBox .imgbox1 {
	background: url(../images/inverst/invertIcon1.png) no-repeat;
	background-size: 100% 100%;

}

.inverstBox1 .showBox .imgbox2 {
	background: url(../images/inverst/invert2.png) no-repeat;
	background-size: 100% 100%;

}

.inverstBox1 .showBox .imgbox3 {
	background: url(../images/inverst/invert3.png) no-repeat;
	background-size: 100% 100%;

}

.inverstBox1 .showBox .imgbox4 {
	background: url(../images/inverst/invert4.png) no-repeat;
	background-size: 100% 100%;

}

.inverstBox1 .showBox:hover {
	background: #009944;
	box-shadow: 0 0 10px #222;
}

.inverstBox1 .showBox:hover .imgbox1 {
	background: url(../images/inverst/invert1-1.png) no-repeat;
	background-size: 100% 100%;
}

.inverstBox1 .showBox:hover .imgbox2 {
	background: url(../images/inverst/invertIcon2-1.png) no-repeat;
	background-size: 100% 100%;
}

.inverstBox1 .showBox:hover .imgbox3 {
	background: url(../images/inverst/invertIcon3-1.png) no-repeat;
	background-size: 100% 100%;
}

.inverstBox1 .showBox:hover .imgbox4 {
	background: url(../images/inverst/invertIcon4-1.png) no-repeat;
	background-size: 100% 100%;
}

.inverstBox1 .showBox:hover .showTxt {
	color: #FFFFFF;
}

.inverstBox2 {
	padding-bottom: 40px;
}

.inverstBox2 .box2Txt1 .txt1Img {
	height: 40px;
	float: left;
	margin-right: 10px;
}

.inverstBox2 .box2Txt1 .textSpan {
	line-height: 20px;
	font-size: 14px;

}

.inverstBox2 .imgBox {
	margin-top: 60px;
	position: relative;
}

.inverstBox2 .imgBox .fixedBox {
	position: absolute;
	width: 300px;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -150px;
	background: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	font-size: 12px;
}

@media (min-width:768px) {
	.box1 .fixedBox {
		width: 500px;
		line-height: 100px;
		top: 50%;
		left: 50%;
		margin-top: -50px;
		margin-left: -250px;
		font-size: 30px;

	}

	.commonTitle {
		font-size: 30px;
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.inverstBox1 {
		padding-bottom: 50px;
	}

	.inverstBox1 .showBox {
		padding: 20px;
		height: 400px;
	}

	.inverstBox1 .showBox .imgbox {
		width: 150px;
		height: 150px;
	}

	.inverstBox1 .showBox .showTxt {
		margin-top: 10px;
		font-size: 14px;

	}

	.inverstBox2 {
		padding-bottom: 40px;
	}

	.inverstBox2 .box2Txt1 .txt1Img {
		height: 50px;
		float: left;
		margin-right: 10px;
	}

	.inverstBox2 .box2Txt1 .textSpan {
		line-height: 25px;
		font-size: 18px;

	}

	.inverstBox2 .imgBox {
		margin-top: 60px;

	}

	.inverstBox2 .imgBox .fixedBox {

		width: 500px;
		padding: 50px;
		top: 50%;
		left: 50%;
		margin-top: -125px;
		margin-left: -250px;
		font-size: 20px;
	}
}

@media (min-width:992px) {
	.box1 .fixedBox {
		width: 500px;
		line-height: 100px;
		top: 50%;
		left: 50%;
		margin-top: -50px;
		margin-left: -250px;
		font-size: 30px;

	}

	.commonTitle {
		font-size: 30px;
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.inverstBox1 {
		padding-bottom: 50px;
	}

	.inverstBox1 .showBox {
		padding: 20px;
		height: 400px;
	}

	.inverstBox1 .showBox .imgbox {
		width: 150px;
		height: 150px;
	}

	.inverstBox2 {
		padding-bottom: 40px;
	}

	.inverstBox2 .box2Txt1 .txt1Img {
		height: 50px;
		float: left;
		margin-right: 10px;
	}

	.inverstBox2 .box2Txt1 .textSpan {
		line-height: 25px;
		font-size: 18px;

	}

	.inverstBox2 .imgBox {
		margin-top: 60px;

	}

	.inverstBox2 .imgBox .fixedBox {

		width: 600px;
		padding: 50px;
		top: 50%;
		left: 50%;
		margin-top: -125px;
		margin-left: -300px;
		font-size: 25px;
	}
}
