.service2 {
	padding: 80px 0 60px;
	background: #e5dede;
}
.service2 .list {
	position: relative;
	height: 500px;
	margin-bottom: 15px;
}
.service2 .list .loader {
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 943px;
	margin: auto;
	width: auto;
}
.service2 .list:nth-child(even) {
	text-align: right;
}
.service2 .list:nth-child(even) .loader {
	right: 943px; left: 0;
}
.service2 .list .box {
	display: inline-block;
	width: 943px;
	height: 100%;
	color: #333;
	text-align: left;
	vertical-align: top;
}
.service2 .list:nth-child(odd) .box {
	padding-right: 90px;
	padding-left: 255px;
}
.service2 .list:nth-child(even) .box {
	padding-left: 75px;
}
.service2 .list .box .eng {
	padding-top: 120px;
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
.service2 .list .box .name {
	margin-top: 4px;
	margin-bottom: 65px;
	font-size: 22px;
}
.service2 .list .box .content {
	font-size: 16px;
	word-break: keep-all;
}



@media (max-width: 1024px) {
	.service2 {
		padding: 10px 0 30px;
	}

	.service2 .list {
		height: auto;
		margin-bottom: 30px;
	}
.service2 .list .loader {
	position: relative;
	top: auto; bottom: auto; right: auto; left: auto;
	width: 100%;
	height: 56vw;
	max-height: 460px;
}
.service2 .list .box {
	width: 100%;
	height: auto;
}
.service2 .list:nth-child(odd) .box {
	padding-right: 15px;
	padding-left: 15px;
}
.service2 .list:nth-child(even) .box {
	padding-right: 15px;
	padding-left: 15px;
}
.service2 .list .box .eng {
	padding-top: 14px;
	font-size: 30px;
	line-height: 30px;
}
.service2 .list .box .name {
	margin-top: 4px;
	margin-bottom: 30px;
	font-size: 14px;
}
.service2 .list .box .content {
	font-size: 12px;
	line-height: 17px;
}




}