.faqList h3, .faqList h3:after, .faqList li, .pageBasicInfoContainer, .serviceContainer .leftBox, .serviceContainer .rightBox {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}
.pageBasicInfoContainer, .serviceContainer .leftBox, .serviceContainer .rightBox {
	opacity: 0
}
.serviceContainer .leftBox {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}
.serviceContainer .rightBox {
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}
.pageBasicInfoContainer {
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}
.mainArea.show .pageBasicInfoContainer, .mainArea.show .serviceContainer .leftBox, .mainArea.show .serviceContainer .rightBox {
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1
}
.mainArea.show .serviceContainer .leftBox, .mainArea.show .serviceContainer .rightBox {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.serviceContainer .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:1180px) {
	.serviceContainer .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.serviceContainer .leftBox {
	position: relative;
	z-index: 1
}
@media (min-width:1181px) {
	.serviceContainer .leftBox {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 325px
	}
	.serviceContainer .leftBox+.rightBox {
		width: calc(100% - 325px);
		padding-left: 50px
	}
}
.serviceContainer .rightBox {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}
.serviceCategoryTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	padding: 5px;
	font: 500 20px "Oswald", sans-serif;
	color: #fff;
	background-color: #f3ad1f;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}
@media (max-width:1180px) {
	.serviceCategoryTitle {
		display: none
	}
}
.faqList {
	counter-reset: item;
	padding-top: 20px;
}
@media (max-width:1180px) {
	/*.faqList {
		margin-top: 20px;
	}*/
}
.faqList li {
	counter-increment: item;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Oswald", sans-serif;
	border-top: 1px solid #ccc
}
@media (max-width:1180px) {
	.faqList li:first-child {
		border-top: none
	}
}
.faqList li.open h3, .faqList li:hover h3 {
	color: #f3ad1f
}
.faqList li.open h3:after {
	background-size: 1px 0, 100% 1px
}
.faqList li:nth-child(-n+9) h3:before {
	content: "0" counter(item) "."
}
.faqList li:last-child {
	border-bottom: 1px solid #ccc
}
.faqList h3 {
	position: relative;
	padding: 15px 50px 15px 40px;
	font-size: 18px;
	font-weight: 600;
	color: #464646;
	cursor: pointer
}
.faqList h3:before {
	content: counter(item) ".";
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1;
	font-family: "Oswald", sans-serif;
	color: currentColor
}
.faqList h3:after {
	content: "";
	position: absolute;
	top: 21px;
	right: 12px;
	z-index: 1;
	width: 13px;
	height: 13px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#464646)), -webkit-gradient(linear, left top, left bottom, from(#464646), to(#464646));
	background-image: linear-gradient(to bottom, #464646, #464646), linear-gradient(to bottom, #464646, #464646);
	background-size: 1px 100%, 100% 1px;
	background-position: 50%;
	background-repeat: no-repeat
}
.definition {
	display: none;
	margin-bottom: 20px;
	padding: 20px 20px 30px;
	background-color: #f7f7f7
}