.con1 {
	width: 1100px;
	margin: auto;
}

.service {
	height: auto;
	overflow: hidden;
}


.object {
	width: 100%;
	position: relative;
}
.object>img{
	width: 100%;
	display: block;
}

.object1 {
	width: 100%;
	position: relative;
}
.object1 img{
	margin:20px auto;
	display: block;
}
.object2{
	position: absolute;
	left: 20%;
	width: 60%;
	top: 80px;
}
.object2_1{
	position: relative;
	width: 500px;
	margin: auto;
	font-size: 25px;
	text-align: center;
	border: 1px solid #000000;
	height: 100px;
	line-height: 100px;
	color: #333333;
}
.object2_2{
	width: 250px;
	font-size: 16px;
	color: #333333;
	margin:10px auto;
	height: 25px;
	line-height: 25px;
}
.object2_2>p{
	float: right;
	background: rgba(0,0,0,0.3);
	width: 100px;
	border-radius: 5px;
	line-height: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.object2_3{
	background: #000000;
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	margin:50px auto;
	color: #fff;
}
.object2>p{
	font-size: 13px;
	letter-spacing: 8px;
	text-transform:Uppercase;
	margin-top: 20px;
	text-align: center;
}
.object1>a>p{
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	color: #FFFFFF;
	border-radius: 5px;
	width: 200px;
	margin:40px auto;
	text-align: center;
	background: #fca100;
}
