/*Marquee*/
#mainMarquee {
	width:1024px;
	height:37px;
	background-color:#005f5a;
	padding:5px 0px 0px 0px;
}
#TopMarquee {
	position: relative;
	overflow: hidden;
	width:994px;
	height:30px;
	background-color:#fff;
	margin-right: auto;
	margin-left: auto;
}
#TopMarquee ul {
	position: absolute;
}
#TopMarquee ul, #TopMarquee li {
	margin: 0;
	padding: 0;
	list-style: none;
	color:#000;	
}
#TopMarquee ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color:#000;	
}
#TopMarquee ul li a:hover{
	color:#800;	
}
#TopMarquee ul li .MarqueeL {
	float:left;
	width:40px;
	height:30px;
	line-height: 30px;
	text-align:center;
}
#TopMarquee ul li .MarqueeM {
	overflow : hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
	width:854px;
	height:30px;
	font-size:15px;
	line-height: 30px;
	text-align:left;
}
#TopMarquee ul li .MarqueeR {
	float:right;
	width:100px;
	height: 30px;
	font-size:15px;
	line-height: 30px;
	text-align:center;
}

/*Showbox*/
#mainShowbox {
	float:left;
	width:100%;
	background:url(../images/yilan_showbox_bg.png) no-repeat;
}
#ShowboxL, #ShowboxR {
	float:left;
	width: 470px;
	height: 264px;
	position: relative;
	background-color:#00201e;
}
#ShowboxL {
	margin-left: 39px;
}
#ShowboxR {
	margin-left: 29px;
}
.ShowboxPicL img, .ShowboxPicR img {
	width: 470px;
	height: 264px;
}
.ShowboxNameBGL, .ShowboxNameBGR {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 470px;
	height: 34px;
	background-color:#00201e;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.ShowboxNameL h1, .ShowboxNameR h1 {
	overflow : hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position: absolute;
	left: 10px;
	bottom: 0px;
	width: 450px;
	color: #fff;
	font-size:18px;
	line-height: 34px;
	text-align:left;
	text-shadow:1px 1px 2px #000;
}
.ShowboxNameL h1 a, .ShowboxNameR h1 a {
	color: #fff;
	font-size:18px;
	line-height: 34px;
	text-align:left;
	text-shadow:1px 1px 2px #000;
}
#ShowboxL .linkL, #ShowboxR .linkR {
	position: absolute;
	right: 10px;
	top: 8px;
}
#ShowboxL .linkL ul li, #ShowboxR .linkR ul li {
	display: inline-block;
	padding: 2px;
	margin: 0 2px;
	width: 19px;
	color: #fff;
	background: #434343;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid #fff;
	cursor: pointer;
}
#ShowboxL .linkL ul li.on, #ShowboxR .linkR ul li.on {
	background: #000;
	color: #ff0;
	border: 1px solid #ff0;
}
#ShowboxL .linkL ul li.off, #ShowboxR .linkR ul li.off {
	background: #434343;
	color: #fff;
	border: 1px solid #fff;
}

@media screen and (max-width: 1023px) {
#mainMarquee {
	width: 480px;
	background-color:#007e78;
}
#TopMarquee {
	width: 460px;
}
#TopMarquee ul li .MarqueeL {
	width: 40px;
}
#TopMarquee ul li .MarqueeM {
	width: 420px;
}
#TopMarquee ul li .MarqueeR {
	display:none;
}
#mainShowbox {
	width:100%;
	background:#fff;
}
#ShowboxL, #ShowboxR {
	width: 464px;
	height: 264px;
	margin-top:8px;
	margin-bottom:15px;
	border-radius:10px;
	-webkit-box-shadow: 2px 2px 0px #333;
	-moz-box-shadow: 2px 2px 0px #333;
	box-shadow: 2px 2px 0px #333;
}
#ShowboxL {
	margin-left:8px;
}
#ShowboxR {
	margin-left:8px;
}
.ShowboxPicL img, .ShowboxPicR img {
	width: 464px;
	height: 264px;
	border-radius:10px;
}
.ShowboxNameBGL, .ShowboxNameBGR {
	width: 464px;
	height: 34px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.ShowboxNameL h1, .ShowboxNameR h1 {
	width: 444px;
}
}

@media screen and (max-width:479px) {
#mainMarquee {
	width:100%;
}
#TopMarquee {
	width:96%;
}
#TopMarquee ul li .MarqueeM {
	width:auto;
	margin:0px 5px 0px 5px;
}
#TopMarquee ul li .MarqueeR {
	display:none;
}
#ShowboxL, #ShowboxR {
	width: 96%;
	height:233px;
	margin-top:6px;
	margin-bottom:13px;
	padding:0px;
}
#ShowboxL {
	margin-left:2%;
}
#ShowboxR {
	margin-left:2%;
}
.ShowboxPicL img, .ShowboxPicR img {
	width: 100%;
	height:233px;
}
.ShowboxNameBGL, .ShowboxNameBGR {
	width: 100%;
	height: 30px;
}
.ShowboxNameL h1, .ShowboxNameR h1 {
	left: 3%;
	bottom: 0px;
	width: 94%;
	font-size:16px;
	line-height: 30px;
}
.ShowboxNameL h1 a, .ShowboxNameR h1 a {
	font-size:16px;
	line-height: 30px;
}
}

@media screen and (max-width:419px) {
#TopMarquee ul li .MarqueeL {
	display:none;
}
#ShowboxL, #ShowboxR {
	height:200px;
}
.ShowboxPicL img, .ShowboxPicR img {
	height:200px;
}
}

@media screen and (max-width:359px) {
#ShowboxL, #ShowboxR {
	height:177px;
}
.ShowboxPicL img, .ShowboxPicR img {
	height:177px;
}
#ShowboxL .linkL ul li, #ShowboxR .linkR ul li {
	padding: 2px 1px;
	font-size: 14px;
}
}
