﻿/* 代码整理：懒人之家 www.lanrenzhijia.com */
.rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.rslides li {  -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.rslides li:first-child { position: relative; display: block; float: left; }
.rslides img { display: block; height: auto; float: left; width: 100%; border: 0; }
.slide_container { margin-bottom: 10px; position: relative; float: left; width: 100%; }
.slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.slide li { position: absolute; width: 100%; left: 0; top: 0; }
.slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }
.slide .caption { display: block; position: absolute; z-index: 2; font-size: 14px; text-shadow: none; color: #fff; background: #000; background: rgba(0,0,0, .5); left: 0; right: 0; bottom: 0; padding: 5px 20px; margin: 0; max-width: none; }
.slide_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 52%; left: 0; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 38px; background: transparent url("../images/themes.gif") no-repeat left top; margin-top: -45px; }
.slide_nav:active { opacity: 1.0; }
.slide_nav.next { left: auto; background-position: right top; right: 0; }

#contactbar {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 48px;
	line-height: 48px;
	border-top: 1px #DDD solid;
	color: #fff;
	text-align: center;
	z-index: 999;
	background-color: #EEE;
	background-image: url(../images/bg-2.png);
	background-repeat: repeat-x;
}
#contactbar a {
	width: 33%;
	height: 100%;
	line-height: 78px;
	text-align: center;
	float: left;
	color: #FFF;
	font-size: 12px;
}
#contactbar .bottom_history, #contactbar .bottom_history_on, #contactbar .bottom_index, #contactbar .bottom_index_on, #contactbar .bottom_member, #contactbar .bottom_member_on, #contactbar .bottom_post, #contactbar .bottom_post_on {
	background-position: center 6px;
	background-size: 24px auto;
	}
#contactbar .bottom_index_on {
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size: 24px auto;
	background-image: url(../images/book.png);
}
#contactbar .bottom_history {
	background-position: center 6px;
	background-size: 24px auto;
	background-image: url(../images/gh-1.png);
	background-repeat: no-repeat;
}
#contactbar .bottom_member {
	background-position: center 6px;
	background-size: 24px auto;
	background-image: url(../images/e-mail.png);
	background-repeat: no-repeat;
}
#contactbar .bottom_post {
    background: url(../images/bottom_post.png) 0 0 no-repeat;
    background-position: center 6px;
    background-size: 24px auto;
}
