#banner {
	background: url(../images/imgloader.gif) no-repeat center rgb(255, 255, 255); height: 440px; overflow: hidden; 
}
.slide_down {
	border-radius: 15px; top: 240px; width: 140px; height: 30px; text-align: center; color: rgb(164, 89, 0); line-height: 30px; font-size: 18px; float: right; display: block; position: relative; box-shadow: 2px 2px 2px rgba(0,0,0,0.2); background-color: rgb(255, 240, 51);
}
.slide_into {
	border-radius: 15px; top: 240px; width: 140px; height: 30px; text-align: center; color: rgb(164, 89, 0); line-height: 30px; font-size: 18px; float: right; display: block; position: relative; box-shadow: 2px 2px 2px rgba(0,0,0,0.2); background-color: rgb(255, 240, 51);
}
.slide_down {
	margin-right: 20px;
}
.slide_down:hover {
	color: rgb(255, 126, 0); text-decoration: none;
}
.slide_into:hover {
	color: rgb(255, 126, 0); text-decoration: none;
}
#fwslider {
	width: 100%; position: relative;
}
#fwslider .slider_container {
	left: 50%; width: 1920px; margin-left: -960px; position: absolute;
}
#fwslider .slide {
	left: 0px; top: 0px; width: 100%; text-align: center; display: none; position: absolute; z-index: 0;
}
#fwslider .slide img {
	
}
#fwslider .slidePrev {
	left: -50px; top: 50%; width: 31px; height: 100px; margin-left: 25px; position: absolute; z-index: 10; opacity: 0.7;
}
#fwslider .slidePrev span {
	background-position: 0px 0px; width: 31px; height: 100px; float: left; cursor: pointer; background-image: url(../images/slide_arrow.png); background-repeat: no-repeat;
}
#fwslider .slideNext {
	top: 50%; width: 31px; height: 100px; right: -50px; margin-right: 25px; position: absolute; z-index: 10; opacity: 0.7;
}
#fwslider .slideNext span {
	background-position: 0px -100px; width: 31px; height: 100px; float: left; cursor: pointer; background-image: url(../images/slide_arrow.png); background-repeat: no-repeat;
}
#fwslider .timers {
	height: 4px; right: 0px; bottom: 15px; position: absolute; z-index: 3;
}
#fwslider .timer {
	width: 40px; height: 4px; overflow: hidden; margin-right: 10px; float: left; background-color: rgb(255, 126, 0);
}
#fwslider .progress {
	width: 0%; height: 4px; float: left; background-color: rgb(59, 167, 180);
}
#fwslider .slide_content {
	left: 50%; top: 0px; width: 470px; height: 350px; position: absolute;
}
#fwslider .slide_content_wrap {
	text-align: right; font-family: 微软雅黑; font-style: italic; max-width: 470px;
}
#fwslider .title {
	padding: 20px; color: rgb(255, 255, 255); line-height: 40px; font-size: 36px; font-style: normal; font-weight: 400; float: left; opacity: 0;
}
#fwslider .description {
	background: rgb(0, 0, 0); padding: 10px; color: rgb(255, 204, 51); line-height: 24px; clear: both; font-family: "Open Sans"; font-size: 18px; font-style: normal; font-weight: 400; margin-top: 2px; float: left; opacity: 0;
}
#fwslider .readmore {
	background: rgb(0, 0, 0); padding: 10px; color: rgb(145, 145, 145); text-transform: uppercase; clear: both; font-family: "Open Sans"; font-size: 10px; font-style: normal; font-weight: 400; text-decoration: none; margin-top: 2px; float: left; opacity: 0;
}
#fwslider .readmore:hover {
	color: rgb(255, 255, 255);
}
.footer {
	width: 100%; text-align: center; float: left;
}
.footer p {
	color: rgb(88, 88, 88); font-family: "Open Sans"; font-size: 12px; font-style: normal; font-weight: 400; margin-top: 20px;
}
@media only screen and (max-width:1300px) and (min-width:720px)
{
#fwslider .slide_content_wrap {
	margin-top: 40px; margin-left: 50px;
}
#fwslider .title {
	font-size: 26px;
}
#fwslider .description {
	font-size: 12px;
}
}
@media only screen and (max-width:719px)
{
#fwslider .slide_content_wrap {
	display: none;
}
#fwslider .timers {
	display: none;
}
#fwslider .slide_content {
	cursor: pointer;
}
}
