.facs {
	position: relative;
	width: 100%;
	padding-top: 156px;
	padding-bottom: 116px;
	background: url(../images/fac/facs_bg.jpg) left top no-repeat #333;
}
.facs .title_content {
	position: relative;
	width: 100%; height: 150px;
	max-width: 1520px;
	margin: auto;
	background: #404040;
}
.facs .sub_title {
	position: absolute;
	top: -40px; right: 0; left: 0;
	margin: auto;
}
.facs .sub_title h5 { color: #fff; }
.facs .sub_title h5 .title_deco {
	left: -92px;
	width: 179px;
	background: #927e6b;
}
.facs .sub_title h6 { color: #fff; }
.facs .sub_title .text_eng { color: #acabab; }
.facs .facsList {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
}
.facs .facsList a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #aaa;
	transition: color 0.3s;
}
.facs .facsList a::after {
	content: '·';
	position: absolute;
	top: 0; bottom: 0; right: 0;
	margin: auto;
	color: #aaa!important;
	transition: none;
}
.facs .facsList a:last-child::after { display: none; }
.facs .facsList a:hover, .facs .facsList a.SEL { color: #fff; }

.facs .facs_wrap {
	position: relative;
	width: 100%; padding-top: 41.94%;
	max-width: 1520px;
	margin: auto;
	overflow: hidden;
}
.facs .facs_wrap .fadeSlider {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
.facs .facs_wrap .arrowL {
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	display: inline-block;
	width: 130px; height: 180px;
	background: url(../images/arrowL.png) center center no-repeat;
	transition: opacity 0.3s;
	opacity: 1;
	z-index: 1;
}
.facs .facs_wrap .arrowR {
	position: absolute;
	top: 0; bottom: 0; right: 0;
	margin: auto;
	display: inline-block;
	width: 130px; height: 180px;
	background: url(../images/arrowR.png) center center no-repeat;
	transition: opacity 0.3s;
	opacity: 1;
	z-index: 1;
}
.facs .facs_wrap .arrowL:hover, .facs .facs_wrap .arrowR:hover {
	opacity: 0.5;
}