.service1 {
	background-color: #f6f6f6;
	text-align: right;
}
.service1_wrap {
	position: relative;
	display: inline-block;
	width: 1156px;
	min-height: 692px;
	padding: 0 56px;
	background-color: #fff;
	text-align: left;
}
.service1_wrap .bg {
	position: absolute;
	top: 0; right: 0; bottom: 0;
	margin: auto;
	width: 260px;
}
.service1_wrap .title {
	position: absolute;
	top: 140px; left: -45px;
}
.service1_wrap .title .eng {
	font-family: 'Bree Serif', serif;
	font-size: 45px;
	transform: translateX(10%);
}
.service1_wrap .title .name {
	margin-top: 10px;
	font-size: 22px;
	color: #9f81cd;
	transition-delay: 0.3s;
}
.service1_wrap .content {
	padding-top: 285px;
	font-size: 15px;
	color: #666;
	line-height: 24px;
	-ms-word-break: keep-all;
	word-break: keep-all;
}
.service1_wrap .btn_reser {
	margin-top: 70px;
}

.service1 .bImg {
	padding-top: 31.25%;
}


@media (max-width: 1220px) {
	.service1 {
		background-color: #fff;
	}
	.service1_wrap {
		width: 100%;
	}
	.service1_wrap .title {
		left: 56px;
	}

}


@media (max-width: 1024px) {
	.service1_wrap {
		min-height: auto;
		padding: 80px 15px;
		text-align: center;
	}
	.service1_wrap .bg {
		display: none;
	}
 	.service1_wrap .title {
		position: relative;
		top: auto; left: auto;
	} 
	.service1_wrap .title .eng {
		font-size: 28px;
	}
	.service1_wrap .title .name {
		font-size: 15px;
	}
	.service1_wrap .content {
		padding-top: 30px;
		font-size: 14px;
		line-height: 20px;
	}
	.service1_wrap .btn_reser {
		margin-top: 50px;
	}

/	.service1 .bImg {
		padding-top: 40%;
	}
}