

#et-slider-wrapper {position: relative; background: #0c151b; }
	.et-slide { background-repeat: no-repeat; background-position: top center; -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
		.et-slide .container { padding: 200px 0 0; }

				.description h2 { font-size: 40px; color: inherit; font-family:microsoft yahei; margin-bottom:40px; margin-top:20px;}
					.description h2 a { color: #fff;}
					.description h2 a:hover { text-decoration: none; color: rgba(255,255,255,0.95); }
					.subtitle { font-size: 32px; text-transform: uppercase; color: #c3e54b; }

					.description .more:hover { color: rgba(255,255,255,0.9); text-decoration: none; }


.js .et-slide { display: none; }
.js .et-slide:first-child { display: block; }

.et-slider-arrows a { display: block; background-repeat: no-repeat; width: 28px; height: 40px; position: absolute; top: 300px; text-indent: -9999px; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 0; }
#et-slider-wrapper .et-arrow-prev { left: 60px; background-image: url(../../images/lunbo/left-arrow.png);}
#et-slider-wrapper .et-arrow-next { right: 60px; background-image: url(../../images/lunbo/right-arrow.png);}
#et-slider-wrapper:hover .et-slider-arrows a { opacity: 1; }
#et-slider-wrapper:hover .et-arrow-prev { left: 80px; }
#et-slider-wrapper:hover .et-arrow-next { right: 80px; }


		.et-controllers a.et-active-control:hover { cursor: default; }

.et_color_scheme_red .subtitle { color: #fff;}