@charset "utf-8";
/* CSS Document */

a.nav-index { color: #7da12c; }

.banner-control a,
.news .bg,
.video-play-btn {
	opacity: .7;
	filter: alpha(opacity=70);
}

.banner-control a:hover,
.video-right a:hover .video-play-btn {
	opacity: 1;	
	filter: alpha(opacity=100);
}

.banner {
	position: relative;
	width: 100%;
	background-color: #333;
	overflow: hidden;
}
.banner ul,
.banner li {
	height: 100%;
	overflow: hidden;
}
.banner li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}
.banner li.current {
	z-index: 2;
	opacity: 1;	
	pointer-events: auto;
}
.banner img {
	width: 100%;
}
.banner a.btn {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -9999px;
	border-radius: 20px;
}
.banner a.prev {
	left: 6%;
	background-position: -108px -70px;
}
.banner a.next {
	right: 6%;
	background-position: -148px -70px;
}
.banner a.btn:hover { background-color: #222; }


/*****************************************/
/* Press away */
/*****************************************/

.fxPressAway .navOutNext {
	-webkit-animation: slideOutScaleRight 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideOutScaleRight 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInNext {
	opacity: 1;
	-webkit-animation: slideInFromLeft 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideInFromLeft 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navOutPrev {
	-webkit-animation: slideOutScaleLeft 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideOutScaleLeft 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInPrev {
	opacity: 1;
	-webkit-animation: slideInFromRight 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: slideInFromRight 1.4s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes slideOutScaleRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(100%) scale(.85);
		opacity: 0;
	}
}

@keyframes slideOutScaleRight {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(100%) scale(.85);
		transform: translateX(100%) scale(.85);
		opacity: 0;
	}
}

@-webkit-keyframes slideInFromLeft {
	from {
		-webkit-transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0);
	}
}

@keyframes slideInFromLeft {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes slideOutScaleLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(-100%) scale(.85);
		opacity: 0;
	}
}

@keyframes slideOutScaleLeft {
	from {} /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
	to {
		-webkit-transform: translateX(-100%) scale(.85);
		transform: translateX(-100%) scale(.85);
		opacity: 0;
	}
}

@-webkit-keyframes slideInFromRight {
	from {
		-webkit-transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
	}
}

@keyframes slideInFromRight {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.title {
	height: 28px;
	overflow: hidden;
	background: url(../../../images/index-title-bg.png) repeat-x left center;
}
.title span {
	background-color: #fff;
	padding-right: 2%;
}
.title label {
	display: inline-block;
	height: 26px;
	color: #1fbb89;
	padding: 0 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	border: 1px solid #1fbb89;
	border-radius: 5px;
	vertical-align: top;
}

.feature ul,
.news ul,
.map,
.video { padding-bottom: 3%;}

.feature,
.feature li,
.news li,
.map-content { margin-top: 3%; }

.feature li {
	float: left;
	display: inline;
	width: 25%;
	*width: 24.95% !important;
	text-align: center;
}
.feature img {
	width: 100%;
	max-width: 100px;
}
.feature .txt {
	padding: 5px 0;
	font-size: 14px;
}

.news li {
	position: relative;
	float: left;
	width: 31.3333333333333333%;
	*width: 31.22% !important;
	padding: 0 1%;
	overflow: hidden;
}
.news .relative,
.news li a {
	position: relative;
	display: block;
	width: 100%;
}
.news img {
	width: 100%;
	max-width: 354px;
}
.news .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.news .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.news .con{
	position: relative;
	padding: 5px 4%;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.map-content {
	height: 386px;
	background: url(../../../images/index-map-bg.jpg) no-repeat center;
	background-size: auto 100%;
}
.map-content h2,
.map-content h3 {
	color: #000;
	text-align: center;
	line-height: 1.5;
}
.map-content h2 {
	padding-top: 7.3%;
	padding-bottom: .5%;
	font-size: 40px;
	font-weight: 300;
}
.map-content h3 {
	color: #777;
	font-size: 20px;
	font-weight: 300;
}
.map-content ul { margin-top: 5%; }
.map-content li {
	float:left;
	width: 17%;
	margin: 0 4%;
	*margin: 0 3.9% !important;
}
.map-content li a {
	display: block;
	padding: 5% 10%;
	color: #ec5b58;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	word-spacing: .15em;
	border: 1px solid #ec5b58;
	border-radius: 15px;
}

.video { padding-bottom: 3%; }
.video-right {
	float: right;
	width: 38%;
}
.video-right a,
.video-right img,
.video-cover { border-radius: 6px; }
.video-right a {
	position: relative;
	display: block;
	width: 85%;
	height: 100%;
	max-width: 344px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.video-right i { cursor: pointer; }
.video-right img {
	width: 100%;
	max-width: 344px;
}
.video-cover {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.video-right a:hover .video-cover {
	opacity: .2;
	filter: alpha(opacity=20);
}
.video-play-btn {
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 77px;
	height: 77px;
	margin-left: -38px;
	margin-top: -38px;
	background: url(../../../images/play-btn.png) no-repeat center;
}

.video-left {
	float: left;
	width: 60%;
}
.video-left h2 {
	padding: 6% 0 1.2%;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
.video-left h2 a { color: #95be3a; }
.video-left h2 a:hover { text-decoration: underline; }
.video-left p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {	
	a.nav-map { color: #9d9d9d; }
	
	.banner { height: 140px !important; }
	.banner img {
		position: relative;
		left: 50%;
		width: 640px;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
			    transform: translateX(-50%);
	}
    
	.title {
		height: 24px;
		margin-left: 2%;
	}
	.title span { padding-right: 4%; }
	.title label {
		height: 22px;
		line-height: 22px;
		padding: 0 8px;
		font-size: 14px;
	}
	
	.feature ul,
	.news ul,
	.map,
	.video { padding-bottom: 5%;}
	
	.feature,
	.feature li,
	.map-content { margin-top: 5%; }
	
	.feature li { width: 50%; }
	.feature img { width: 45%; }
	
	.news li {
		float: none !important;
		width: 94%;
		max-width: 354px;
		max-height: 200px;
		margin: 5% auto 0;
	}
	.news img { max-width: none !important; }
	
	.map-content {
		padding: 7% 0;
	}
	.map-content h2 {
		padding-top: 1.8%;
		font-size: 26px;
	}
	.map-content h3 {
		font-size: 14px;
		font-weight: normal;
	}
	.map-content ul { margin-top: 3.5%; }
	.map-content li {
		width: 20%;
		margin: 0 2.5%;
	}
	.map-content li a {
		padding: 3% 8%;
		font-size: 16px;
		word-spacing: 0;
	}
	
	.video-right,
	.video-left {
		float: none;
		width: 100%;
	}
	.video-right a {
		width: 90%;
		max-width: 344px;
	}
	.video-left h2 { font-size: 16px; }
	.video-left p {	padding: 0 3%; }
}

@media screen and (min-width: 641px) and (max-width: 800px) {
	.title { margin-left: 1%; }
	
	.feature img { width: 55%; }
	
	.map-content h2 {
		padding-top: 6%;
		font-size: 32px;
	}
	.map-content h3 { font-size: 16px; }
	.map-content ul { margin-top: 3.5%; }
	.map-content li a {
		padding: 3% 8%;
		font-size: 24px;
		word-spacing: .1em;
	}
	
	
	.video-right a {
		width: 96%;
		max-width: 344px;
	}
	.video-left h2 { font-size: 17px; }
	.video-left p { padding: 0 3%; }
}

@media screen and (min-width: 801px) and (max-width: 960px) {
	.title { margin-left: 1%; }
	
	.map-content h2 {
		padding-top: 5%;
	}
	.map-content ul { margin-top: 3.5%; }
}

@media screen and (min-width: 961px) and (max-width: 1124px) {
	.title { margin-left: 1%; }
	
}